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




body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Buda';
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #6592e6 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #3973df !important;
  border-color: #3973df !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3973df !important;
  border-color: #3973df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #2e2500 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd72e !important;
  border-color: #ffd72e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff7733 !important;
  border-color: #ff7733 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-white {
  color: #232323 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover: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-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black {
  color: #fafafa !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black:hover {
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3973df !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #e6e6e6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd72e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd72e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7733 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  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]):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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', 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: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-am5zgoEN0i {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-am5zgoEN0i P {
  color: #767676;
}
.cid-am5zgoEN0i hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uOpe0IjWCD .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOpe0IjWCD .display-2 {
  font-size: 2rem;
}
.cid-uOpe0IjWCD .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uOpe0IjWCD .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-uOpe0IjWCD .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uOpe0IjWCD.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uOpe0IjWCD.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpe0IjWCD.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uOpe0IjWCD .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-uOpe0IjWCD .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOpe0IjWCD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOpe0IjWCD .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uOpe0IjWCD .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-uOpe0IjWCD .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uOpe0IjWCD .navbar.opened {
  transition: all .3s;
}
.cid-uOpe0IjWCD .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uOpe0IjWCD .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uOpe0IjWCD .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uOpe0IjWCD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uOpe0IjWCD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uOpe0IjWCD .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uOpe0IjWCD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOpe0IjWCD .navbar-caption {
  padding-right: 1rem;
}
.cid-uOpe0IjWCD .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uOpe0IjWCD .nav-item:focus,
.cid-uOpe0IjWCD .nav-link:focus {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uOpe0IjWCD .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uOpe0IjWCD .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpe0IjWCD .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown-item.active,
.cid-uOpe0IjWCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpe0IjWCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpe0IjWCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpe0IjWCD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-uOpe0IjWCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uOpe0IjWCD a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpe0IjWCD .navbar-brand span {
  display: inline-block;
}
.cid-uOpe0IjWCD .navbar-brand a {
  font-weight: 400;
}
.cid-uOpe0IjWCD .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-uOpe0IjWCD .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uOpe0IjWCD .btn .mbr-iconfont,
.cid-uOpe0IjWCD .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uOpe0IjWCD .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #22a5e5 !important;
  background: linear-gradient(to right, #22a5e5, #22a5e5) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #ffffff;
}
.cid-uOpe0IjWCD .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uOpe0IjWCD .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uOpe0IjWCD .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uOpe0IjWCD .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 14;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 14;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 14;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uOpe0IjWCD img {
  width: auto;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uOpe0IjWCD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uOpe0IjWCD .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uOpe0IjWCD .socicon {
  line-height: inherit;
}
.cid-uOpe0IjWCD .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tUx7XOZ8sp {
  overflow: hidden;
  background-image: url("../../../assets/images/video-producto-thumbnail-1920x1080.jpg");
  padding-top: 135px;
  padding-bottom: 56px;
}
.cid-tUx7XOZ8sp P {
  color: #ffffff;
}
.cid-tUx7XOZ8sp video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-tUx7XOZ8sp .mbr-text,
.cid-tUx7XOZ8sp .mbr-section-btn {
  color: #ffffff;
}
.cid-tUx7XOZ8sp .mbr-overlay {
  z-index: 1;
}
.cid-tUx7XOZ8sp .container {
  z-index: 2;
}
.cid-tUx7XOZ8sp H1 {
  color: #ffffff;
}
@media (pointer: coarse) and (hover: none) {
  .cid-tUx7XOZ8sp video {
    display: none;
  }
}
.cid-tUx7XOZ8sp H3 {
  color: #ffffff;
}
.cid-uOpts7sZuE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #47b5ed;
}
.cid-uOpts7sZuE .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOpts7sZuE .alignleft {
  float: left;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.cid-uOpts7sZuE .alignright {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uOpts7sZuE h4 {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.cid-uOpts7sZuE .poster {
  position: relative;
  overflow: hidden;
}
.cid-uOpts7sZuE div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uOpts7sZuE div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uOpts7sZuE div.scrollmenu a:hover {
  background: transparent;
}
.cid-uOpts7sZuE .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uOpts7sZuE .xaviec {
  width: 100px;
  border-radius: 12px;
  height: 100px;
  z-index: 1;
}
.cid-uOpts7sZuE .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uOpts7sZuE #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uOpts7sZuE info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uOpts7sZuE info,
.cid-uOpts7sZuE a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -15px;
}
.cid-uOpts7sZuE info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uOpts7sZuE info2,
.cid-uOpts7sZuE a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uOpts7sZuE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOpts7sZuE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOpts7sZuE H6 {
  color: #ffffff;
  font-size: 12px;
}
.cid-J49w7h9Jpf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-J49w7h9Jpf .mbr-section-title {
  text-align: center;
}
.cid-J49w7h9Jpf .frame {
  min-height: 400px;
}
.cid-uOq5lfoEtc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uOq5lfoEtc .mbr-section {
  text-align: center;
  color: #fd5a5a;
}
.cid-uOq5lfoEtc *,
.cid-uOq5lfoEtc html {
  scroll-behavior: smooth;
}
.cid-uOq5lfoEtc *,
.cid-uOq5lfoEtc *:after,
.cid-uOq5lfoEtc *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cid-uOq5lfoEtc :root {
  --white: #e78f8f;
  --black: #000;
  --dark: #1E1E1E;
  --gray: rgba(1, 1, 1, 0.6);
  --lite: rgba(255, 255, 255, 0.6);
  --primary: #002347;
  --secondary: #fdc632;
}
.cid-uOq5lfoEtc body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
}
.cid-uOq5lfoEtc a {
  text-decoration: none !important;
  min-width: fit-content;
  width: -moz-fit-content;
}
.cid-uOq5lfoEtc a,
.cid-uOq5lfoEtc button {
  transition: 0.5s;
}
.cid-uOq5lfoEtc em {
  font-style: normal;
}
.cid-uOq5lfoEtc figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cid-uOq5lfoEtc figure img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.cid-uOq5lfoEtc p {
  line-height: 1.8em;
}
.cid-uOq5lfoEtc a,
.cid-uOq5lfoEtc p {
  font-size: 14px;
}
.cid-uOq5lfoEtc h1,
.cid-uOq5lfoEtc h2,
.cid-uOq5lfoEtc h3,
.cid-uOq5lfoEtc h4,
.cid-uOq5lfoEtc h5,
.cid-uOq5lfoEtc h6 {
  color: #ff5900;
  font-weight: 600;
}
.cid-uOq5lfoEtc a,
.cid-uOq5lfoEtc button,
.cid-uOq5lfoEtc input,
.cid-uOq5lfoEtc textarea,
.cid-uOq5lfoEtc select {
  outline: none !important;
}
.cid-uOq5lfoEtc fieldset {
  border: 0;
}
.cid-uOq5lfoEtc .title {
  color: var(--primary);
}
.cid-uOq5lfoEtc .flex,
.cid-uOq5lfoEtc .fixed_flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.cid-uOq5lfoEtc .flex-content {
  width: 100%;
  position: relative;
  font-size: 0.8em;
}
.cid-uOq5lfoEtc .padding_1x {
  padding: 1rem;
}
.cid-uOq5lfoEtc .padding_2x {
  padding: 2rem;
}
.cid-uOq5lfoEtc .padding_3x {
  padding: 3rem;
}
.cid-uOq5lfoEtc .padding_4x {
  padding: 4rem;
}
.cid-uOq5lfoEtc .big {
  font-size: 3em;
}
.cid-uOq5lfoEtc .medium {
  font-size: 2em;
}
.cid-uOq5lfoEtc .small {
  font-size: 1.3em;
}
.cid-uOq5lfoEtc .btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.cid-uOq5lfoEtc .btn_1 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--secondary);
}
.cid-uOq5lfoEtc .btn_1:hover {
  background-color: transparent;
  color: var(--primary);
}
.cid-uOq5lfoEtc .btn_2 {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
}
.cid-uOq5lfoEtc .btn_2:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--secondary);
}
.cid-uOq5lfoEtc .divisions {
  position: relative;
}
.cid-uOq5lfoEtc .title_header {
  text-align: center;
  margin: auto;
  padding: 1rem;
}
.cid-uOq5lfoEtc .title_header .title {
  margin: 0;
}
.cid-uOq5lfoEtc .title_header p {
  color: var(--gray);
  font-style: italic;
}
.cid-uOq5lfoEtc .disabled {
  filter: brightness(2);
  pointer-events: none;
}
.cid-uOq5lfoEtc .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vh auto;
}
.cid-uOq5lfoEtc .buttons .btn {
  margin-right: 10px;
}
@media (max-width: 920px) {
  .cid-uOq5lfoEtc .flex {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .cid-uOq5lfoEtc .padding_1x,
  .cid-uOq5lfoEtc .padding_2x,
  .cid-uOq5lfoEtc .padding_3x,
  .cid-uOq5lfoEtc .padding_4x {
    padding: 1rem;
  }
  .cid-uOq5lfoEtc .big {
    font-size: 2em;
  }
  .cid-uOq5lfoEtc .medium {
    font-size: 1.6em;
  }
  .cid-uOq5lfoEtc .btn {
    padding: 0.5rem 1rem;
  }
  .cid-uOq5lfoEtc a,
  .cid-uOq5lfoEtc p {
    font-size: 12px;
  }
}
.cid-uOq5lfoEtc ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cid-uOq5lfoEtc .slider .card {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.cid-uOq5lfoEtc .card li {
  min-width: 285px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 290px;
  border: 1px solid rgba(1, 1, 1, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uOq5lfoEtc .card p {
  color: var(--gray);
}
.cid-uOq5lfoEtc .card figure {
  position: relative;
  width: 100%;
  max-height: 250px;
}
.cid-uOq5lfoEtc .card figure img {
  pointer-events: none;
  transition: 0.5s;
}
.cid-uOq5lfoEtc .card article {
  position: relative;
}
.cid-uOq5lfoEtc .card .price {
  padding: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--primary);
  text-align: center;
  position: absolute;
  right: 10px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 500;
  transition: 0.5s;
}
.cid-uOq5lfoEtc .card .tag {
  background-color: #47b5ed;
  padding: 0.3rem 5rem;
  color: #ffffff;
  border-radius: 5%;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 2vh 0;
  font-weight: 400;
  font-size: 13px;
}
.cid-uOq5lfoEtc .card aside,
.cid-uOq5lfoEtc .card aside .flex-content:first-child {
  align-items: center;
}
.cid-uOq5lfoEtc .card aside .flex-content:last-child {
  text-align: right;
}
.cid-uOq5lfoEtc .card aside .flex-content:last-child a {
  color: var(--primary);
  margin-right: 5px;
}
.cid-uOq5lfoEtc .card aside .flex-content:first-child img {
  margin-right: 10px;
}
.cid-uOq5lfoEtc .card aside .flex-content:first-child b {
  color: var(--primary);
  font-weight: 600;
}
.cid-uOq5lfoEtc .card .title {
  font-weight: 500;
}
.cid-uOq5lfoEtc .slider .card li:hover figure img {
  transform: scale(1.1);
}
.cid-uOq5lfoEtc .credits {
  position: fixed;
  left: 0;
  bottom: 2%;
  background-color: #1e1e1e;
  padding: 0.5rem;
  font-size: 12px;
  z-index: 999;
  color: rgba(255, 255, 255, 0.7);
}
.cid-uOq5lfoEtc .credits a {
  color: rgba(255, 255, 255, 0.7);
}
.cid-uOq5lfoEtc .credits a:hover {
  color: white;
}
.cid-uOq5lfoEtc .credits .btn0 {
  background-color: white;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  border: 0;
  display: block;
  margin: 1vh auto;
  width: 100px;
  text-align: Center;
}
.cid-uOq5lfoEtc .credits .btn0:hover {
  color: black;
  background-color: #b8bca7;
}
.cid-uOq5lfoEtc img,
.cid-uOq5lfoEtc iframe {
  display: block;
  width: 30%;
}
.cid-uOq5lfoEtc ol,
.cid-uOq5lfoEtc ul {
  padding-left: 0rem;
}
.cid-uOq5lfoEtc H1 {
  color: #ff6666;
}
.cid-uOq5lfoEtc P {
  color: #e43f3f;
}
.cid-uOq5lfoEtc .all-btn {
  text-align: center;
  background-color: #FF4B25;
  border-radius: 10rem;
  margin: -48px auto 0;
  font-size: 1.2rem;
  font-weight: 600;
  width: 243px;
  max-width: 400px;
  padding: 7px;
}
.cid-uOq5lfoEtc .all-btn:active {
  transform: translateY(2px);
}
.cid-uOq5lfoEtc .avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cid-uOq5lfoEtc avatar img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.cid-uOrlqGaioJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #036d5c;
}
.cid-uOrlqGaioJ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOrlyK5NwT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uOrlyK5NwT .mbr-section {
  text-align: center;
  color: #fd5a5a;
}
.cid-uOrlyK5NwT *,
.cid-uOrlyK5NwT html {
  scroll-behavior: smooth;
}
.cid-uOrlyK5NwT *,
.cid-uOrlyK5NwT *:after,
.cid-uOrlyK5NwT *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cid-uOrlyK5NwT :root {
  --white: #e78f8f;
  --black: #000;
  --dark: #1E1E1E;
  --gray: rgba(1, 1, 1, 0.6);
  --lite: rgba(255, 255, 255, 0.6);
  --primary: #0070FF;
  --secondary: #fdc632;
}
.cid-uOrlyK5NwT body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
}
.cid-uOrlyK5NwT a {
  text-decoration: none !important;
  min-width: fit-content;
  width: -moz-fit-content;
}
.cid-uOrlyK5NwT a,
.cid-uOrlyK5NwT button {
  transition: 0.5s;
}
.cid-uOrlyK5NwT em {
  font-style: normal;
}
.cid-uOrlyK5NwT figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cid-uOrlyK5NwT figure img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.cid-uOrlyK5NwT p {
  line-height: 1.8em;
}
.cid-uOrlyK5NwT a,
.cid-uOrlyK5NwT p {
  font-size: 14px;
}
.cid-uOrlyK5NwT h1,
.cid-uOrlyK5NwT h2,
.cid-uOrlyK5NwT h3,
.cid-uOrlyK5NwT h4,
.cid-uOrlyK5NwT h5,
.cid-uOrlyK5NwT h6 {
  color: #ff5900;
  font-weight: 600;
}
.cid-uOrlyK5NwT a,
.cid-uOrlyK5NwT button,
.cid-uOrlyK5NwT input,
.cid-uOrlyK5NwT textarea,
.cid-uOrlyK5NwT select {
  outline: none !important;
}
.cid-uOrlyK5NwT fieldset {
  border: 0;
}
.cid-uOrlyK5NwT .title {
  color: var(--primary);
}
.cid-uOrlyK5NwT .flex,
.cid-uOrlyK5NwT .fixed_flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.cid-uOrlyK5NwT .flex-content {
  width: 100%;
  position: relative;
  font-size: 0.8em;
}
.cid-uOrlyK5NwT .padding_1x {
  padding: 1rem;
}
.cid-uOrlyK5NwT .padding_2x {
  padding: 2rem;
}
.cid-uOrlyK5NwT .padding_3x {
  padding: 3rem;
}
.cid-uOrlyK5NwT .padding_4x {
  padding: 4rem;
}
.cid-uOrlyK5NwT .big {
  font-size: 3em;
}
.cid-uOrlyK5NwT .medium {
  font-size: 2em;
}
.cid-uOrlyK5NwT .small {
  font-size: 1.3em;
}
.cid-uOrlyK5NwT .btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.cid-uOrlyK5NwT .btn_1 {
  border: 1px solid var(--primary);
  background-color: #0070FF;
  color: var(--secondary);
}
.cid-uOrlyK5NwT .btn_1:hover {
  background-color: transparent;
  color: var(--primary);
}
.cid-uOrlyK5NwT .btn_2 {
  border: 1px solid var(--secondary);
  background-color: #0070FF;
  color: var(--primary);
}
.cid-uOrlyK5NwT .btn_2:hover {
  border: 1px solid var(--primary);
  background-color: #0070FF;
  color: var(--secondary);
}
.cid-uOrlyK5NwT .divisions {
  position: relative;
}
.cid-uOrlyK5NwT .title_header {
  text-align: center;
  margin: auto;
  padding: 1rem;
}
.cid-uOrlyK5NwT .title_header .title {
  margin: 0;
}
.cid-uOrlyK5NwT .title_header p {
  color: var(--gray);
  font-style: italic;
}
.cid-uOrlyK5NwT .disabled {
  filter: brightness(2);
  pointer-events: none;
}
.cid-uOrlyK5NwT .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vh auto;
}
.cid-uOrlyK5NwT .buttons .btn {
  margin-right: 10px;
}
@media (max-width: 920px) {
  .cid-uOrlyK5NwT .flex {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .cid-uOrlyK5NwT .padding_1x,
  .cid-uOrlyK5NwT .padding_2x,
  .cid-uOrlyK5NwT .padding_3x,
  .cid-uOrlyK5NwT .padding_4x {
    padding: 1rem;
  }
  .cid-uOrlyK5NwT .big {
    font-size: 2em;
  }
  .cid-uOrlyK5NwT .medium {
    font-size: 1.6em;
  }
  .cid-uOrlyK5NwT .btn {
    padding: 0.5rem 1rem;
  }
  .cid-uOrlyK5NwT a,
  .cid-uOrlyK5NwT p {
    font-size: 12px;
  }
}
.cid-uOrlyK5NwT ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cid-uOrlyK5NwT .slider .card {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.cid-uOrlyK5NwT .card li {
  min-width: 285px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 290px;
  border: 1px solid rgba(1, 1, 1, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uOrlyK5NwT .card p {
  color: var(--gray);
}
.cid-uOrlyK5NwT .card figure {
  position: relative;
  width: 100%;
  max-height: 250px;
}
.cid-uOrlyK5NwT .card figure img {
  pointer-events: none;
  transition: 0.5s;
}
.cid-uOrlyK5NwT .card article {
  position: relative;
}
.cid-uOrlyK5NwT .card .price {
  padding: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--primary);
  text-align: center;
  position: absolute;
  right: 10px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 500;
  transition: 0.5s;
}
.cid-uOrlyK5NwT .card .tag {
  background-color: #47b5ed;
  padding: 0.3rem 1rem;
  color: #ffffff;
  border-radius: 5%;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 2vh 0;
  font-weight: 400;
  font-size: 13px;
}
.cid-uOrlyK5NwT .card aside,
.cid-uOrlyK5NwT .card aside .flex-content:first-child {
  align-items: center;
}
.cid-uOrlyK5NwT .card aside .flex-content:last-child {
  text-align: right;
}
.cid-uOrlyK5NwT .card aside .flex-content:last-child a {
  color: var(--primary);
  margin-right: 5px;
}
.cid-uOrlyK5NwT .card aside .flex-content:first-child img {
  margin-right: 10px;
}
.cid-uOrlyK5NwT .card aside .flex-content:first-child b {
  color: var(--primary);
  font-weight: 600;
}
.cid-uOrlyK5NwT .card .title {
  font-weight: 500;
}
.cid-uOrlyK5NwT .slider .card li:hover figure img {
  transform: scale(1.1);
}
.cid-uOrlyK5NwT .credits {
  position: fixed;
  left: 0;
  bottom: 2%;
  background-color: #1e1e1e;
  padding: 0.5rem;
  font-size: 12px;
  z-index: 999;
  color: rgba(255, 0, 0, 0.7);
}
.cid-uOrlyK5NwT .credits a {
  color: rgba(255, 255, 255, 0.7);
}
.cid-uOrlyK5NwT .credits a:hover {
  color: white;
}
.cid-uOrlyK5NwT .credits .btn0 {
  background-color: white;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  border: 0;
  display: block;
  margin: 1vh auto;
  width: 100px;
  text-align: Center;
}
.cid-uOrlyK5NwT .credits .btn0:hover {
  color: black;
  background-color: #b8bca7;
}
.cid-uOrlyK5NwT img,
.cid-uOrlyK5NwT iframe {
  display: block;
  width: 30%;
}
.cid-uOrlyK5NwT ol,
.cid-uOrlyK5NwT ul {
  padding-left: 0rem;
}
.cid-uOrlyK5NwT H1 {
  color: #ff6666;
}
.cid-uOrlyK5NwT P {
  color: #e43f3f;
}
.cid-uOrlyK5NwT .all-btn {
  text-align: center;
  background-color: #0070FF;
  border-radius: 10rem;
  margin: -35px auto 0;
  font-size: 1.2rem;
  font-weight: 600;
  width: 243px;
  max-width: 400px;
  padding: 5px;
}
.cid-uOrlyK5NwT .all-btn:active {
  transform: translateY(2px);
}
.cid-uOrlyK5NwT .avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cid-uOrlyK5NwT avatar img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.cid-uOrlyK5NwT .reserva-btn {
  text-align: center;
  item-alin: center;
  background-color: #ffffff;
  border-radius: 10rem;
  border-color: #0070FF;
  border-bottom: solid red;
  border-top: 1px solid #369;
  border-btn: 3px;
  margin: -38px auto 0;
  font-size: 1.3rem;
  font-weight: 600;
  width: 243px;
  max-width: 300px;
  padding: 3px;
}
.cid-uQAFSnQf46 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #036d5c;
}
.cid-uQAFSnQf46 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQAFUbpyTQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uQAFUbpyTQ .mbr-section {
  text-align: center;
  color: #fd5a5a;
}
.cid-uQAFUbpyTQ *,
.cid-uQAFUbpyTQ html {
  scroll-behavior: smooth;
}
.cid-uQAFUbpyTQ *,
.cid-uQAFUbpyTQ *:after,
.cid-uQAFUbpyTQ *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cid-uQAFUbpyTQ :root {
  --white: #e78f8f;
  --black: #000;
  --dark: #1E1E1E;
  --gray: rgba(1, 1, 1, 0.6);
  --lite: rgba(255, 255, 255, 0.6);
  --primary: #0070FF;
  --secondary: #fdc632;
}
.cid-uQAFUbpyTQ body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: 'Poppins', sans-serif;
}
.cid-uQAFUbpyTQ a {
  text-decoration: none !important;
  min-width: fit-content;
  width: -moz-fit-content;
}
.cid-uQAFUbpyTQ a,
.cid-uQAFUbpyTQ button {
  transition: 0.5s;
}
.cid-uQAFUbpyTQ em {
  font-style: normal;
}
.cid-uQAFUbpyTQ figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.cid-uQAFUbpyTQ figure img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.cid-uQAFUbpyTQ p {
  line-height: 1.8em;
}
.cid-uQAFUbpyTQ a,
.cid-uQAFUbpyTQ p {
  font-size: 14px;
}
.cid-uQAFUbpyTQ h1,
.cid-uQAFUbpyTQ h2,
.cid-uQAFUbpyTQ h3,
.cid-uQAFUbpyTQ h4,
.cid-uQAFUbpyTQ h5,
.cid-uQAFUbpyTQ h6 {
  color: #ff5900;
  font-weight: 600;
}
.cid-uQAFUbpyTQ a,
.cid-uQAFUbpyTQ button,
.cid-uQAFUbpyTQ input,
.cid-uQAFUbpyTQ textarea,
.cid-uQAFUbpyTQ select {
  outline: none !important;
}
.cid-uQAFUbpyTQ fieldset {
  border: 0;
}
.cid-uQAFUbpyTQ .title {
  color: var(--primary);
}
.cid-uQAFUbpyTQ .flex,
.cid-uQAFUbpyTQ .fixed_flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.cid-uQAFUbpyTQ .flex-content {
  width: 100%;
  position: relative;
  font-size: 0.8em;
}
.cid-uQAFUbpyTQ .padding_1x {
  padding: 1rem;
}
.cid-uQAFUbpyTQ .padding_2x {
  padding: 2rem;
}
.cid-uQAFUbpyTQ .padding_3x {
  padding: 3rem;
}
.cid-uQAFUbpyTQ .padding_4x {
  padding: 4rem;
}
.cid-uQAFUbpyTQ .big {
  font-size: 3em;
}
.cid-uQAFUbpyTQ .medium {
  font-size: 2em;
}
.cid-uQAFUbpyTQ .small {
  font-size: 1.3em;
}
.cid-uQAFUbpyTQ .btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.cid-uQAFUbpyTQ .btn_1 {
  border: 1px solid var(--primary);
  background-color: #0070FF;
  color: var(--secondary);
}
.cid-uQAFUbpyTQ .btn_1:hover {
  background-color: transparent;
  color: var(--primary);
}
.cid-uQAFUbpyTQ .btn_2 {
  border: 1px solid var(--secondary);
  background-color: #0070FF;
  color: var(--primary);
}
.cid-uQAFUbpyTQ .btn_2:hover {
  border: 1px solid var(--primary);
  background-color: #0070FF;
  color: var(--secondary);
}
.cid-uQAFUbpyTQ .divisions {
  position: relative;
}
.cid-uQAFUbpyTQ .title_header {
  text-align: center;
  margin: auto;
  padding: 1rem;
}
.cid-uQAFUbpyTQ .title_header .title {
  margin: 0;
}
.cid-uQAFUbpyTQ .title_header p {
  color: var(--gray);
  font-style: italic;
}
.cid-uQAFUbpyTQ .disabled {
  filter: brightness(2);
  pointer-events: none;
}
.cid-uQAFUbpyTQ .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vh auto;
}
.cid-uQAFUbpyTQ .buttons .btn {
  margin-right: 10px;
}
@media (max-width: 920px) {
  .cid-uQAFUbpyTQ .flex {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .cid-uQAFUbpyTQ .padding_1x,
  .cid-uQAFUbpyTQ .padding_2x,
  .cid-uQAFUbpyTQ .padding_3x,
  .cid-uQAFUbpyTQ .padding_4x {
    padding: 1rem;
  }
  .cid-uQAFUbpyTQ .big {
    font-size: 2em;
  }
  .cid-uQAFUbpyTQ .medium {
    font-size: 1.6em;
  }
  .cid-uQAFUbpyTQ .btn {
    padding: 0.5rem 1rem;
  }
  .cid-uQAFUbpyTQ a,
  .cid-uQAFUbpyTQ p {
    font-size: 12px;
  }
}
.cid-uQAFUbpyTQ ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cid-uQAFUbpyTQ .slider .card {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.cid-uQAFUbpyTQ .card li {
  min-width: 285px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 290px;
  border: 1px solid rgba(1, 1, 1, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uQAFUbpyTQ .card p {
  color: var(--gray);
}
.cid-uQAFUbpyTQ .card figure {
  position: relative;
  width: 100%;
  max-height: 250px;
}
.cid-uQAFUbpyTQ .card figure img {
  pointer-events: none;
  transition: 0.5s;
}
.cid-uQAFUbpyTQ .card article {
  position: relative;
}
.cid-uQAFUbpyTQ .card .price {
  padding: 1rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--primary);
  text-align: center;
  position: absolute;
  right: 10px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 500;
  transition: 0.5s;
}
.cid-uQAFUbpyTQ .card .tag {
  background-color: #47b5ed;
  padding: 0.3rem 1rem;
  color: #ffffff;
  border-radius: 5%;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 2vh 0;
  font-weight: 400;
  font-size: 13px;
}
.cid-uQAFUbpyTQ .card aside,
.cid-uQAFUbpyTQ .card aside .flex-content:first-child {
  align-items: center;
}
.cid-uQAFUbpyTQ .card aside .flex-content:last-child {
  text-align: right;
}
.cid-uQAFUbpyTQ .card aside .flex-content:last-child a {
  color: var(--primary);
  margin-right: 5px;
}
.cid-uQAFUbpyTQ .card aside .flex-content:first-child img {
  margin-right: 10px;
}
.cid-uQAFUbpyTQ .card aside .flex-content:first-child b {
  color: var(--primary);
  font-weight: 600;
}
.cid-uQAFUbpyTQ .card .title {
  font-weight: 500;
}
.cid-uQAFUbpyTQ .slider .card li:hover figure img {
  transform: scale(1.1);
}
.cid-uQAFUbpyTQ .credits {
  position: fixed;
  left: 0;
  bottom: 2%;
  background-color: #1e1e1e;
  padding: 0.5rem;
  font-size: 12px;
  z-index: 999;
  color: rgba(255, 0, 0, 0.7);
}
.cid-uQAFUbpyTQ .credits a {
  color: rgba(255, 255, 255, 0.7);
}
.cid-uQAFUbpyTQ .credits a:hover {
  color: white;
}
.cid-uQAFUbpyTQ .credits .btn0 {
  background-color: white;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  border: 0;
  display: block;
  margin: 1vh auto;
  width: 100px;
  text-align: Center;
}
.cid-uQAFUbpyTQ .credits .btn0:hover {
  color: black;
  background-color: #b8bca7;
}
.cid-uQAFUbpyTQ img,
.cid-uQAFUbpyTQ iframe {
  display: block;
  width: 30%;
}
.cid-uQAFUbpyTQ ol,
.cid-uQAFUbpyTQ ul {
  padding-left: 0rem;
}
.cid-uQAFUbpyTQ H1 {
  color: #ff6666;
}
.cid-uQAFUbpyTQ P {
  color: #e43f3f;
}
.cid-uQAFUbpyTQ .all-btn {
  text-align: center;
  background-color: #0070FF;
  border-radius: 10rem;
  margin: -35px auto 0;
  font-size: 1.2rem;
  font-weight: 600;
  width: 243px;
  max-width: 400px;
  padding: 5px;
}
.cid-uQAFUbpyTQ .all-btn:active {
  transform: translateY(2px);
}
.cid-uQAFUbpyTQ .avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.cid-uQAFUbpyTQ avatar img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.cid-uQAFUbpyTQ .reserva-btn {
  text-align: center;
  item-alin: center;
  background-color: #ffffff;
  border-radius: 10rem;
  border-color: #0070FF;
  border-bottom: solid red;
  border-top: 1px solid #369;
  border-btn: 3px;
  margin: -38px auto 0;
  font-size: 1.3rem;
  font-weight: 600;
  width: 243px;
  max-width: 300px;
  padding: 3px;
}
.cid-uOr2BlZyEY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOr2BlZyEY .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cid-uOr2BlZyEY .section-content-title {
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.03em;
}
.cid-uOr2BlZyEY .section-content-text {
  letter-spacing: 0.03em;
}
.cid-uOr2BlZyEY .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-uOr2BlZyEY .progress {
  width: 100%;
  height: 25px;
}
.cid-uOr2BlZyEY .progress-bar {
  height: 25px;
  background-color: #3e4edc;
}
.cid-uOr2BlZyEY .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uOr2BlZyEY .progressbar-number {
  display: inline-block;
}
.cid-uOr2BlZyEY .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uOr2BlZyEY .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uOr2BlZyEY .progress_value {
  position: relative;
}
.cid-uOr2BlZyEY progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uOr2BlZyEY progress::-webkit-progress-value {
  background: #3e4edc;
}
.cid-uOr2BlZyEY progress[value]::-moz-progress-bar {
  background: #3e4edc;
}
.cid-uOr2BlZyEY progress::-ms-fill {
  background: #3e4edc;
}
.cid-uOr2BlZyEY .progress1 .progressbar-number:before {
  content: '1';
}
.cid-uOr2BlZyEY .progress2 .progressbar-number:before {
  content: '1';
}
.cid-uOr2BlZyEY .progress3 .progressbar-number:before {
  content: '1';
}
.cid-uOr2BlZyEY .progress4 .progressbar-number:before {
  content: '28';
}
.cid-uOr2BlZyEY .progress5 .progressbar-number:before {
  content: '10';
}
.cid-uOr2BlZyEY .progress-bar-1 {
  width: 1%;
}
.cid-uOr2BlZyEY .progress-bar-2 {
  width: 1%;
}
.cid-uOr2BlZyEY .progress-bar-3 {
  width: 1%;
}
.cid-uOr2BlZyEY .progress-bar-4 {
  width: 28%;
}
.cid-uOr2BlZyEY .progress-bar-5 {
  width: 10%;
}
.cid-uOqkpizp34 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uOqkpizp34 .calltoactions .cta:first-child {
  background-color: #ff7f9f;
  width: 33.333%;
  margin-bottom: 0;
}
.cid-uOqkpizp34 .calltoactions .cta {
  background-color: #0084bc;
  display: block;
  width: 33.333%;
  padding: 2rem 1rem;
}
.cid-uOqkpizp34 .calltoactions .cta:hover,
.cid-uOqkpizp34 .calltoactions .cta:focus {
  background-color: #5b686b;
}
.cid-uOqkpizp34 .ctacolor1 {
  color: #FFFFFF;
}
.cid-uOqkpizp34 .ctacolor2 {
  color: #FFFFFF;
}
.cid-uOqkpizp34 .calltoactions {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.cid-uOqkpizp34 .calltoactions .cta:last-child {
  border-left: 1px solid #dedede;
}
.cid-uOqkpizp34 .calltoactions span,
.cid-uOqkpizp34 .calltoactions strong {
  display: block;
  line-height: 1.2;
}
.cid-uOqkpizp34 .frontpage .calltoactions,
.cid-uOqkpizp34 .node--type-pret-temperament .calltoactions {
  margin-bottom: -6rem;
}
@media screen and (min-width: 62em) {
  .cid-uOqkpizp34 .calltoactions {
    overflow: hidden;
  }
  .cid-uOqkpizp34 .calltoactions .cta {
    text-rendering: optimizeLegibility;
  }
  .cid-uOqkpizp34 .calltoactions .cta:hover,
  .cid-uOqkpizp34 .calltoactions .cta:focus {
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
  }
  .cid-uOqkpizp34 .calltoactions strong,
  .cid-uOqkpizp34 .calltoactions span {
    line-height: 1.4;
  }
}
@media screen and (min-width: 75em) {
  .cid-uOqkpizp34 .calltoactions .cta {
    padding: 2.2rem;
  }
  .cid-uOqkpizp34 .calltoactions strong,
  .cid-uOqkpizp34 .calltoactions span {
    line-height: 1.4;
  }
}
.cid-5bfvzZBA7I {
  background-color: #ffffff;
}
.cid-5bfvzZBA7I .wave1 {
  fill: #55b4d4;
}
.cid-5bfvzZBA7I .wave2 {
  fill: #55b4d4;
  opacity: 0.5;
}
.cid-5bfvzZBA7I .wave3,
.cid-5bfvzZBA7I .wave4 {
  fill: #55b4d4;
  opacity: 0.35;
}
.cid-C16ZYOpxSE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #22a5e5, #55b4d4);
}
.cid-C16ZYOpxSE .b-0 {
  bottom: 0;
}
.cid-C16ZYOpxSE .bg-shadow {
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}
.cid-C16ZYOpxSE .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.cid-C16ZYOpxSE .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.cid-C16ZYOpxSE .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.cid-C16ZYOpxSE .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cid-C16ZYOpxSE .carousel-indicators li {
    transition: none;
  }
}
.cid-C16ZYOpxSE .carousel-indicators .active {
  opacity: 1;
}
.cid-C16ZYOpxSE .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.cid-C16ZYOpxSE .badge-primary {
  color: #fff;
  background-color: #ff3366;
}
.cid-C16ZYOpxSE a.badge-primary:hover,
.cid-C16ZYOpxSE a.badge-primary:focus {
  color: #fff;
  background-color: #008cff;
}
.cid-C16ZYOpxSE a.badge-primary:focus,
.cid-C16ZYOpxSE a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #008cff;
}
.cid-C16ZYOpxSE .badge {
  border: 1px solid #000;
}
.cid-C16ZYOpxSE .top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.cid-C16ZYOpxSE .overflow {
  position: relative;
  overflow: hidden;
}
.cid-C16ZYOpxSE .zoom img {
  transition: all 0.2s linear;
}
.cid-C16ZYOpxSE .zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-C16ZYOpxSE img {
  vertical-align: middle;
  border-style: none;
}
.cid-C16ZYOpxSE svg {
  overflow: hidden;
  vertical-align: middle;
}
.cid-C16ZYOpxSE .img-fluid {
  max-width: 100%;
  height: auto;
}
.cid-C16ZYOpxSE .w-100 {
  width: 100% !important;
}
.cid-C16ZYOpxSE H1 {
  color: #ffffff;
}
.cid-C16ZYOpxSE P {
  color: #ffffff;
}
.cid-C16ZYOpxSE H2 {
  text-align: center;
  color: #ffffff;
}
.cid-C16ZYOpxSE DIV {
  color: #ff3366;
}
.cid-C16ZYOpxSE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-C16ZYOpxSE H6 {
  text-align: left;
}
.cid-uOrftXoaRu {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-uOrftXoaRu .mbr-overlay {
  background: #22a5e5;
  background: linear-gradient(90deg, #22a5e5, #adcde9);
}
.cid-uOrftXoaRu .mbr-section-title {
  margin: 0;
}
.cid-uOrftXoaRu .mbr-text {
  color: #efefef;
}
.cid-uOrftXoaRu .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOrftXoaRu .card-img {
  text-align: left;
}
.cid-uOrftXoaRu .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-uOrftXoaRu .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uOrftXoaRu .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOrftXoaRu .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uOrftXoaRu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOrftXoaRu .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-uQyxlh3PO9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #6ec7f2;
}
.cid-uQyxlh3PO9 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uQyxlh3PO9 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uQyxlh3PO9 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uQyxlh3PO9 .wrapper {
  padding: 30px 0;
}
.cid-uQyxlh3PO9 .mbr-section-title {
  color: #fafafa;
}
.cid-uQyxlh3PO9 .mbr-text,
.cid-uQyxlh3PO9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOrb3ZXate {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-uOrb3ZXate .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uOrb3ZXate .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uOrb3ZXate .mbr-text {
  color: #444;
}
.cid-uOrb3ZXate h5 {
  margin-bottom: 0;
}
.cid-uOrb3ZXate .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uOrb3ZXate .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOrb3ZXate .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uOrb3ZXate .socicon {
  font-size: 1.3rem;
  background: #22a5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOrb3ZXate .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOrb3ZXate .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOrb3ZXate .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOrb3ZXate .social-list a:hover {
  opacity: 0.4;
}
.cid-uOrb3ZXate .media-container-row > div {
  padding: 0px;
}
.cid-uOrb3ZXate .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uOrb3ZXate .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOrb3ZXate .group-title SPAN {
  color: #ffffff;
}
.cid-uOrb3ZXate .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uOrb3ZXate .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOrb3ZXate .social-list,
  .cid-uOrb3ZXate .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOrb3ZXate h3 {
    margin-bottom: 10px;
  }
  .cid-uOrb3ZXate .navbar-brand {
    text-align: center;
  }
}
.cid-uOrb3ZXate .links SPAN {
  color: #9e9e9e;
}
.cid-uOuIt8fhgp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uOuIt8fhgp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOuIt8fhgp .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uOuIui6GTq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOuIui6GTq body {
  background-color: #333;
}
.cid-uOuIui6GTq img {
  width: 150px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uOuIui6GTq .slide-track {
  width: 100%;
  display: flex;
  gap: 2em;
  overflow: hidden;
}
.cid-uOuIui6GTq .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 2em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uQycGXwloL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/haiman-el-troudi-la-linda-barinas-paisaje-de-ensonacion-1-1024x683.jpg");
}
.cid-uQycGXwloL .mbr-section-title {
  text-align: center;
}
.cid-uQycGXwloL .mbr-section-text {
  text-align: center;
}
.cid-uQycGXwloL button[type="submit"] {
  border-radius: 100px;
}
.cid-uQycGXwloL a[type="submit"],
.cid-uQycGXwloL button[type="submit"] {
  margin-top: 0;
}
.cid-uQycGXwloL .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uQycGXwloL mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
  font-weight: bold;
}
.cid-uQycGXwloL .row .spinner-border,
.cid-uQycGXwloL .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uQycGXwloL .gdpr-block {
  display: none;
}
.cid-uOuIvoFPxW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOuIvoFPxW .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRqv02R0zD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRqv02R0zD body {
  background-color: #333;
}
.cid-uRqv02R0zD img {
  width: 80px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uRqv02R0zD .slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}
.cid-uRqv02R0zD .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 1em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uOAHtv6l9j {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-uOAHtv6l9j .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOAHtv6l9j .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOAHtv6l9j .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOAHtv6l9j .wrapper {
  padding: 30px 0;
}
.cid-uOAHtv6l9j .mbr-section-title {
  color: #fafafa;
}
.cid-uOAHtv6l9j .mbr-text,
.cid-uOAHtv6l9j .mbr-section-btn {
  color: #ffffff;
}
.cid-uOCbUrCswC p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uOCbUrCswC DIV {
  color: #ffffff;
}
.cid-uOCbUrCswC H10 {
  color: #767676;
}
.cid-uOCbUrCswC .hidden {
  display: none;
}
.cid-uOCbUrCswC .sidebar {
  z-index: 1001;
  background-color: #22a5e5;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uOCbUrCswC .sidebar nav {
  height: 100%;
}
.cid-uOCbUrCswC .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uOCbUrCswC .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uOCbUrCswC .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #cccccc;
  color: #0f7699;
}
.cid-uOCbUrCswC .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uOCbUrCswC .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uOCbUrCswC .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uOCbUrCswC .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uOCbUrCswC .sidebar:hover {
    width: 21rem;
    opacity: 0.6;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav li:last-child {
    margin-top: auto;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uOCbUrCswC .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uOCbUrCswC .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uOCbUrCswC .sidebar {
    overflow-y: scroll;
  }
}
.cid-uOCbUrCswC :root {
  --sidebar-width: 4.5em;
}
.cid-uOpe0IjWCD .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOpe0IjWCD .display-2 {
  font-size: 2rem;
}
.cid-uOpe0IjWCD .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uOpe0IjWCD .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-uOpe0IjWCD .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uOpe0IjWCD.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uOpe0IjWCD.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpe0IjWCD.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uOpe0IjWCD .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-uOpe0IjWCD .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOpe0IjWCD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOpe0IjWCD .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uOpe0IjWCD .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-uOpe0IjWCD .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uOpe0IjWCD .navbar.opened {
  transition: all .3s;
}
.cid-uOpe0IjWCD .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uOpe0IjWCD .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uOpe0IjWCD .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uOpe0IjWCD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uOpe0IjWCD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uOpe0IjWCD .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uOpe0IjWCD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOpe0IjWCD .navbar-caption {
  padding-right: 1rem;
}
.cid-uOpe0IjWCD .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uOpe0IjWCD .nav-item:focus,
.cid-uOpe0IjWCD .nav-link:focus {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uOpe0IjWCD .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uOpe0IjWCD .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpe0IjWCD .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown-item.active,
.cid-uOpe0IjWCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpe0IjWCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpe0IjWCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpe0IjWCD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-uOpe0IjWCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uOpe0IjWCD a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpe0IjWCD .navbar-brand span {
  display: inline-block;
}
.cid-uOpe0IjWCD .navbar-brand a {
  font-weight: 400;
}
.cid-uOpe0IjWCD .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-uOpe0IjWCD .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uOpe0IjWCD .btn .mbr-iconfont,
.cid-uOpe0IjWCD .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uOpe0IjWCD .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #22a5e5 !important;
  background: linear-gradient(to right, #22a5e5, #22a5e5) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #ffffff;
}
.cid-uOpe0IjWCD .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uOpe0IjWCD .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uOpe0IjWCD .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uOpe0IjWCD .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 14;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 14;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 14;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uOpe0IjWCD img {
  width: auto;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uOpe0IjWCD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uOpe0IjWCD .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uOpe0IjWCD .socicon {
  line-height: inherit;
}
.cid-uOpe0IjWCD .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-cZu9j3XF5B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-cZu9j3XF5B .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-cZu9j3XF5B body {
  margin-top: 20px;
}
.cid-cZu9j3XF5B .blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-cZu9j3XF5B .gray-bg {
  background-color: #efefef;
}
.cid-cZu9j3XF5B .blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-cZu9j3XF5B .blog-grid .blog-img {
  position: relative;
}
.cid-cZu9j3XF5B .blog-grid .blog-img .date {
  position: absolute;
  background: #22a5e5;
  color: #ffffff;
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}
.cid-cZu9j3XF5B .btn-theme {
  background: #22a5e5;
  color: #ffffff;
  padding: 6px;
}
.cid-cZu9j3XF5B .blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
  font-weight: 700;
}
.cid-cZu9j3XF5B .blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.cid-cZu9j3XF5B .blog-grid .blog-info {
  padding: 20px;
}
.cid-cZu9j3XF5B .blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cid-cZu9j3XF5B .blog-grid .blog-info h5 a {
  color: #000000;
}
.cid-cZu9j3XF5B .blog-grid .blog-info p {
  margin: 0;
}
.cid-cZu9j3XF5B .blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}
.cid-cZu9j3XF5B .blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cid-cZu9j3XF5B .blog-aside .widget-body {
  padding: 15px;
}
.cid-cZu9j3XF5B .blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.cid-cZu9j3XF5B .blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.cid-cZu9j3XF5B .blog-aside .widget-author .media {
  margin-bottom: 15px;
}
.cid-cZu9j3XF5B .blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.cid-cZu9j3XF5B .blog-aside .widget-author .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-cZu9j3XF5B .blog-aside .widget-author h6 {
  font-weight: 600;
  color: #000000;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.cid-cZu9j3XF5B .blog-aside .post-aside {
  margin-bottom: 15px;
}
.cid-cZu9j3XF5B .blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}
.cid-cZu9j3XF5B .blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
  font-weight: 600;
}
.cid-cZu9j3XF5B .blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}
.cid-cZu9j3XF5B .blog-aside .post-aside .post-aside-meta a {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside .lpa-title a {
  color: #000000;
  font-weight: 600;
}
.cid-cZu9j3XF5B .blog-aside .latest-post-aside .lpa-meta i {
  color: #6F8BA4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}
.cid-cZu9j3XF5B .tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #22a5e5;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-cZu9j3XF5B .tag-cloud a:hover {
  background: #fc5356;
}
.cid-cZu9j3XF5B .blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-cZu9j3XF5B .article {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 15px;
  margin: 15px 0 30px;
}
.cid-cZu9j3XF5B .article .article-title {
  padding: 15px 0 20px;
}
.cid-cZu9j3XF5B .article .article-title h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-cZu9j3XF5B .article .article-title h6 a {
  text-transform: uppercase;
  color: #fc5356;
  border-bottom: 1px solid #fc5356;
}
.cid-cZu9j3XF5B .article .article-title h2 {
  color: #20247b;
  font-weight: 600;
}
.cid-cZu9j3XF5B .article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.cid-cZu9j3XF5B .article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-cZu9j3XF5B .article .article-title .media .media-body {
  padding-left: 8px;
}
.cid-cZu9j3XF5B .article .article-title .media .media-body label {
  font-weight: 600;
  color: #fc5356;
  margin: 0;
}
.cid-cZu9j3XF5B .article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}
.cid-cZu9j3XF5B .article .article-content h1,
.cid-cZu9j3XF5B .article .article-content h2,
.cid-cZu9j3XF5B .article .article-content h3,
.cid-cZu9j3XF5B .article .article-content h4,
.cid-cZu9j3XF5B .article .article-content h5,
.cid-cZu9j3XF5B .article .article-content h6 {
  color: #20247b;
  font-weight: 600;
  margin-bottom: 15px;
}
.cid-cZu9j3XF5B .article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}
.cid-cZu9j3XF5B .article .article-content blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #fc5356;
  margin: 0;
}
.cid-cZu9j3XF5B .article .article-content blockquote .blockquote-footer {
  color: #20247b;
  font-size: 16px;
}
.cid-cZu9j3XF5B .article .article-content blockquote .blockquote-footer cite {
  font-weight: 600;
}
.cid-cZu9j3XF5B .article .tag-cloud {
  padding-top: 10px;
}
.cid-cZu9j3XF5B .article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
}
.cid-cZu9j3XF5B .article-comment h4 {
  color: #20247b;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
}
.cid-cZu9j3XF5B img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
.cid-cZu9j3XF5B .text-primary {
  color: #fafafa !important;
}
.cid-uOAGHJPLid {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #22a5e5;
}
.cid-uOAGHJPLid .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOAGHJPLid .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOAGHJPLid .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOAGHJPLid .wrapper {
  padding: 30px 0;
}
.cid-uOAGHJPLid .mbr-section-title {
  color: #fafafa;
}
.cid-uOAGHJPLid .mbr-text,
.cid-uOAGHJPLid .mbr-section-btn {
  color: #ffffff;
}
.cid-ScSnLntqcD {
  background-image: url("../../../assets/images/pendon-1-720x450.png");
}
.cid-ScSnLntqcD H1 {
  color: #ffffff;
}
.cid-ScSnLntqcD .mbr-text,
.cid-ScSnLntqcD .mbr-section-btn {
  color: #ffffff;
}
.cid-ScSnLntqcD H3 {
  color: #ffffff;
}
.cid-uOpe0IjWCD .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOpe0IjWCD .display-2 {
  font-size: 2rem;
}
.cid-uOpe0IjWCD .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uOpe0IjWCD .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-uOpe0IjWCD .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uOpe0IjWCD.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uOpe0IjWCD.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpe0IjWCD.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uOpe0IjWCD .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-uOpe0IjWCD .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOpe0IjWCD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOpe0IjWCD .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uOpe0IjWCD .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-uOpe0IjWCD .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uOpe0IjWCD .navbar.opened {
  transition: all .3s;
}
.cid-uOpe0IjWCD .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uOpe0IjWCD .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uOpe0IjWCD .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uOpe0IjWCD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uOpe0IjWCD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uOpe0IjWCD .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uOpe0IjWCD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOpe0IjWCD .navbar-caption {
  padding-right: 1rem;
}
.cid-uOpe0IjWCD .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uOpe0IjWCD .nav-item:focus,
.cid-uOpe0IjWCD .nav-link:focus {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uOpe0IjWCD .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uOpe0IjWCD .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpe0IjWCD .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown-item.active,
.cid-uOpe0IjWCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpe0IjWCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpe0IjWCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpe0IjWCD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-uOpe0IjWCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uOpe0IjWCD a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpe0IjWCD .navbar-brand span {
  display: inline-block;
}
.cid-uOpe0IjWCD .navbar-brand a {
  font-weight: 400;
}
.cid-uOpe0IjWCD .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-uOpe0IjWCD .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uOpe0IjWCD .btn .mbr-iconfont,
.cid-uOpe0IjWCD .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uOpe0IjWCD .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #22a5e5 !important;
  background: linear-gradient(to right, #22a5e5, #22a5e5) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #ffffff;
}
.cid-uOpe0IjWCD .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uOpe0IjWCD .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uOpe0IjWCD .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uOpe0IjWCD .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 14;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 14;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 14;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uOpe0IjWCD img {
  width: auto;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uOpe0IjWCD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uOpe0IjWCD .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uOpe0IjWCD .socicon {
  line-height: inherit;
}
.cid-uOpe0IjWCD .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uOFycZ0T83 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOFyocBr7g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOFyocBr7g .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOpe0IjWCD .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOpe0IjWCD .display-2 {
  font-size: 2rem;
}
.cid-uOpe0IjWCD .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uOpe0IjWCD .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-uOpe0IjWCD .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uOpe0IjWCD.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uOpe0IjWCD.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpe0IjWCD.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uOpe0IjWCD .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-uOpe0IjWCD .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOpe0IjWCD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOpe0IjWCD .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uOpe0IjWCD .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-uOpe0IjWCD .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uOpe0IjWCD .navbar.opened {
  transition: all .3s;
}
.cid-uOpe0IjWCD .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uOpe0IjWCD .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uOpe0IjWCD .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uOpe0IjWCD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uOpe0IjWCD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uOpe0IjWCD .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uOpe0IjWCD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOpe0IjWCD .navbar-caption {
  padding-right: 1rem;
}
.cid-uOpe0IjWCD .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uOpe0IjWCD .nav-item:focus,
.cid-uOpe0IjWCD .nav-link:focus {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uOpe0IjWCD .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uOpe0IjWCD .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpe0IjWCD .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown-item.active,
.cid-uOpe0IjWCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpe0IjWCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpe0IjWCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpe0IjWCD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-uOpe0IjWCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uOpe0IjWCD a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpe0IjWCD .navbar-brand span {
  display: inline-block;
}
.cid-uOpe0IjWCD .navbar-brand a {
  font-weight: 400;
}
.cid-uOpe0IjWCD .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-uOpe0IjWCD .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uOpe0IjWCD .btn .mbr-iconfont,
.cid-uOpe0IjWCD .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uOpe0IjWCD .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #22a5e5 !important;
  background: linear-gradient(to right, #22a5e5, #22a5e5) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #ffffff;
}
.cid-uOpe0IjWCD .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uOpe0IjWCD .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uOpe0IjWCD .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uOpe0IjWCD .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 14;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 14;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 14;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uOpe0IjWCD img {
  width: auto;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uOpe0IjWCD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uOpe0IjWCD .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uOpe0IjWCD .socicon {
  line-height: inherit;
}
.cid-uOpe0IjWCD .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uOFyGAezgS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFDMZgyU7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOFDMZgyU7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uOHfJTbjOD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uOHfJTbjOD .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOHfJTbjOD .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uOGXG2xTCU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #4479d9;
  overflow: hidden;
}
.cid-uOGXG2xTCU svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-uOGXG2xTCU #e2_shape {
  fill: #232323 !important;
}
.cid-uOGXG2xTCU img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
}
@media (max-width: 576px) {
  .cid-uOGXG2xTCU img {
    width: 90%!important;
  }
}
.cid-uOGXG2xTCU H1 {
  color: #ffffff;
}
.cid-uPUt5VJnnk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uPUt5VJnnk .mbr-section-title {
  text-align: center;
}
.cid-uPUt5VJnnk .frame {
  min-height: 400px;
}
.cid-uOGzZUsFxj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uOGzZUsFxj .row {
  flex-direction: row-reverse;
}
.cid-uOGzZUsFxj .service-item {
  position: relative;
  transition: .5s;
  padding: 0 30px;
  border-bottom: 4px solid #e43f3f;
}
.cid-uOGzZUsFxj .service2 {
  border-bottom: 4px solid #e43f3f;
}
.cid-uOGzZUsFxj .service-item .service-icon {
  margin-bottom: 30px;
  padding-top: 25px;
}
.cid-uOGzZUsFxj .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
.cid-uOGzZUsFxj .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
.cid-uOGzZUsFxj .service3-item > div {
  z-index: 1;
}
.cid-uOGzZUsFxj .service3-item div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px 2px 0 0;
  transition: .5s;
  z-index: -1;
}
.cid-uOGzZUsFxj .service3-item div:hover::after {
  width: 100%;
  background: var(--primary);
}
.cid-uOGzZUsFxj .service3-item * {
  transition: .5s;
}
.cid-uOGzZUsFxj .service3-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: .5s;
}
.cid-uOGzZUsFxj .service3-item:hover .service-icon {
  background: #FFFFFF !important;
}
.cid-uOGzZUsFxj .section-title-1::before,
.cid-uOGzZUsFxj .section-title-2::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.cid-uOGzZUsFxj .section-title-2::before {
  height: 1px;
}
.cid-uOGzZUsFxj .section-title-1.text-center::before,
.cid-uOGzZUsFxj .section-title-2.text-center::before {
  left: 50%;
  margin-left: -75px;
}
.cid-uOGzZUsFxj .section-title-1.section-title-sm::before,
.cid-uOGzZUsFxj .section-title-2.section-title-sm::before {
  width: 90px;
  height: 3px;
}
.cid-uOGzZUsFxj .section-title-2.section-title-sm::before {
  height: 1px;
}
.cid-uOGzZUsFxj .section-title-1::after,
.cid-uOGzZUsFxj .section-title-2::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0px;
  background: #FFFFFF;
  -webkit-animation: section-title-run 5s infinite linear;
  animation: section-title-run 5s infinite linear;
}
.cid-uOGzZUsFxj .section-title-2::after {
  bottom: -2px;
  background: var(--primary);
}
.cid-uOGzZUsFxj .section-title-1.section-title-sm::after,
.cid-uOGzZUsFxj .section-title-2.section-title-sm::after {
  width: 4px;
  height: 3px;
  -webkit-animation: section-title-run-sm 5s infinite linear;
  animation: section-title-run-sm 5s infinite linear;
}
.cid-uOGzZUsFxj .section-title-2.section-title-sm::after {
  bottom: -1px;
}
.cid-uOGzZUsFxj .section-title-1.text-center::after,
.cid-uOGzZUsFxj .section-title-2.text-center::after {
  -webkit-animation: section-title-run-center 5s infinite linear;
  animation: section-title-run-center 5s infinite linear;
}
.cid-uOGzZUsFxj H3 {
  color: #ffffff;
}
.cid-uOGzZUsFxj P {
  color: #ffffff;
  line-height: 25px;
  text-align: left;
}
.cid-uOGzZUsFxj .mbr-section-title {
  color: #e43f3f;
}
.cid-uOGzZUsFxj .mbr-section-h5 {
  color: #ffe161;
}
.cid-uOGzZUsFxj .mbr-section-h1 {
  color: #ffffff;
}
.cid-uOGzZUsFxj .mbr-section-strong {
  color: #ffffff;
  padding-top: 15px;
  text-align: center;
}
.cid-uOGzZUsFxj .mbr-section-p {
  color: #ffe161;
  padding-top: 15px;
  text-align: center;
}
.cid-uOGzZUsFxj .mbr-section-contacttext {
  color: #ffffff;
  text-align: center;
}
.cid-uOGzZUsFxj H2 {
  color: #ffffff;
}
.cid-uOGzZUsFxj .mbr-section-contact {
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  line-height: 1.5em;
}
.cid-uOGzZUsFxj .bgcard1 {
  background-color: #4479d9;
}
.cid-uOGzZUsFxj .bgcard2 {
  background-color: #353535;
}
.cid-uOGzZUsFxj H4 {
  text-align: center;
}
.cid-uOHcnV8NO8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uOHcnV8NO8 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-GJairfPNxT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-GJairfPNxT .mbr-text {
  color: #767676;
}
.cid-GJairfPNxT h4 {
  text-align: center;
}
.cid-GJairfPNxT p {
  text-align: center;
}
.cid-GJairfPNxT .badge {
  position: relative;
  width: 200px;
  display: inline-block;
  margin: 0 20px 20px 20px;
}
.cid-GJairfPNxT .badge svg {
  width: 200px;
}
.cid-GJairfPNxT .title {
  position: absolute;
  top: -28px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #232323;
}
.cid-GJairfPNxT .subtitle {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 100px;
}
.cid-GJairfPNxT .stars {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #ffffff;
  top: 140px;
}
.cid-GJairfPNxT .cBadge1 .title {
  background: #dc514e;
}
.cid-GJairfPNxT .cBadge1 .subtitle:after {
  color: #dc514e;
}
.cid-GJairfPNxT .cBadge2 .title {
  background: #2ecc71;
}
.cid-GJairfPNxT .cBadge2 .subtitle:after {
  color: #2ecc71;
}
.cid-GJairfPNxT .cBadge3 .title {
  background: #95a5a6;
}
.cid-GJairfPNxT .cBadge3 .subtitle:after {
  color: #95a5a6;
}
.cid-GJairfPNxT .cBadge4 .title {
  background: #f1c40f;
}
.cid-GJairfPNxT .cBadge4 .subtitle:after {
  color: #f1c40f;
}
.cid-GJairfPNxT .mbr-text,
.cid-GJairfPNxT .mbr-section-btn {
  color: #ffffff;
}
.cid-uRf33PdQ4J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOHfZZktPT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-uOHfZZktPT .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOHfZZktPT .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOHfZZktPT .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOHfZZktPT .wrapper {
  padding: 30px 0;
}
.cid-uOHfZZktPT .mbr-section-title {
  color: #fafafa;
}
.cid-uOHfZZktPT .mbr-text,
.cid-uOHfZZktPT .mbr-section-btn {
  color: #ffffff;
}
.cid-uOGzwSDuXB .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 22px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uOGzwSDuXB .my-float {
  margin-top: 16px;
}
.cid-uOGzwSDuXB P {
  color: #232323;
}
.cid-uOGzwSDuXB DIV {
  color: #ffffff;
}
.cid-uOGzwSDuXB H10 {
  color: #767676;
}
.cid-uOGzwSDuXB .hidden {
  display: none;
}
.cid-uOw3erRT6j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uOw3erRT6j .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOw3erRT6j .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uRBv2p5Tr7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uRBv2p5Tr7 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRBv2p5Tr7 P {
  text-align: center;
}
.cid-uOx45nCH2U {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uOx45nCH2U .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uOx45nCH2U .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOx45nCH2U .col + .mbr-section-btn .btn,
.cid-uOx45nCH2U .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uOx45nCH2U .col + .mbr-section-btn .btn,
  .cid-uOx45nCH2U .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uOx45nCH2U .dragArea > *:nth-last-child(2).col,
  .cid-uOx45nCH2U .dragArea > *:nth-last-child(2).col-auto,
  .cid-uOx45nCH2U .col + .mbr-section-btn,
  .cid-uOx45nCH2U .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uOx45nCH2U .dragArea {
    flex-direction: column;
  }
}
.cid-uOx45nCH2U .btn-primary {
  border: 1px solid #6592e6 !important;
}
.cid-uOx45nCH2U .btn-primary:hover {
  border: 1px solid #6592e6 !important;
}
.cid-uOx45nCH2U .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOx45nCH2U .form-group {
  max-width: 220px;
}
.cid-uOx45nCH2U .mbr-section-btn {
  padding-left: 0;
}
.cid-uOx45nCH2U .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOx45nCH2U .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff0040;
  width: 85%;
}
.cid-uOx45nCH2U .mbr-text {
  color: #444;
}
.cid-uOx45nCH2U h5 {
  margin-bottom: 0;
}
.cid-uOx45nCH2U .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOx45nCH2U .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOx45nCH2U .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOx45nCH2U .socicon {
  font-size: 1.3rem;
  background: #22a5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.cid-uOx45nCH2U .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOx45nCH2U .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOx45nCH2U .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOx45nCH2U .social-list a:hover {
  opacity: 0.4;
}
.cid-uOx45nCH2U .media-container-row > div {
  padding: 0px;
}
.cid-uOx45nCH2U .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOx45nCH2U .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOx45nCH2U .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOx45nCH2U .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOx45nCH2U .social-list,
  .cid-uOx45nCH2U .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOx45nCH2U h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOx45nCH2U .form-group {
    max-width: 180px;
  }
}
.cid-uOx45nCH2U .links span {
  color: #9e9e9e;
}
.cid-uOx45nCH2U .logo-sub-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uOx45nCH2U .logo-title {
  text-align: center;
}
.cid-uQRUPjPhVy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQRUPjPhVy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPtz7AxC67 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #47b5ed;
}
.cid-uPtz7AxC67 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uPtz7AxC67 .alignleft {
  float: left;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.cid-uPtz7AxC67 .alignright {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uPtz7AxC67 h4 {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.cid-uPtz7AxC67 .poster {
  position: relative;
  overflow: hidden;
}
.cid-uPtz7AxC67 div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uPtz7AxC67 div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uPtz7AxC67 div.scrollmenu a:hover {
  background: transparent;
}
.cid-uPtz7AxC67 .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uPtz7AxC67 .xaviec {
  width: 200px;
  border-radius: 12px;
  height: 200px;
  z-index: 1;
}
.cid-uPtz7AxC67 .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uPtz7AxC67 #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uPtz7AxC67 info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uPtz7AxC67 info,
.cid-uPtz7AxC67 a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -15px;
}
.cid-uPtz7AxC67 info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uPtz7AxC67 info2,
.cid-uPtz7AxC67 a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uPtz7AxC67 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPtz7AxC67 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPtz7AxC67 H6 {
  color: #ffffff;
  font-size: 12px;
}
.cid-uOx8Cr1Dcp {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uOx8Cr1Dcp .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOx8Cr1Dcp .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOx8Cr1Dcp .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOx8Cr1Dcp .wrapper {
  padding: 30px 0;
}
.cid-uOx8Cr1Dcp .mbr-section-title {
  color: #fafafa;
}
.cid-uOx8Cr1Dcp .mbr-text,
.cid-uOx8Cr1Dcp .mbr-section-btn {
  color: #ffffff;
}
.cid-RJ3xGAhQAD p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-RJ3xGAhQAD DIV {
  color: #ffffff;
}
.cid-RJ3xGAhQAD H10 {
  color: #767676;
}
.cid-RJ3xGAhQAD .hidden {
  display: none;
}
.cid-RJ3xGAhQAD .sidebar {
  z-index: 1001;
  background-color: #22a5e5;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-RJ3xGAhQAD .sidebar nav {
  height: 100%;
}
.cid-RJ3xGAhQAD .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-RJ3xGAhQAD .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-RJ3xGAhQAD .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #cccccc;
  color: #0f7699;
}
.cid-RJ3xGAhQAD .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-RJ3xGAhQAD .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-RJ3xGAhQAD .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-RJ3xGAhQAD .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-RJ3xGAhQAD .sidebar:hover {
    width: 21rem;
    opacity: 0.5;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav li:last-child {
    margin-top: auto;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-RJ3xGAhQAD .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-RJ3xGAhQAD .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-RJ3xGAhQAD .sidebar {
    overflow-y: scroll;
  }
}
.cid-RJ3xGAhQAD :root {
  --sidebar-width: 4.5em;
}
.cid-uOrlMP64XX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00aeff;
}
.cid-uOrlMP64XX .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOrlMP64XX .item {
  background: #00aeff;
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uOrlMP64XX .myButton {
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.cid-uOrlMP64XX .myButton:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.cid-uOrlMP64XX .myButton:active {
  position: relative;
  top: 1px;
}
.cid-uOrm45ty0l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uOrm45ty0l .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOrm67GG09 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uOrm67GG09 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOrm67GG09 body {
  background-color: #00aeff;
}
.cid-uOrm67GG09 .banner-container {
  max-width: 640px;
  margin: 0.5em auto;
}
.cid-uOrm67GG09 .banner-container__extra-line {
  font-size: 0.75em;
  text-align: right;
}
.cid-uOrm67GG09 .banner {
  background-image: linear-gradient(-180deg, #97ded2 50%, #e9fffb 85%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cid-uOrm67GG09 .banner__logo {
  bottom: -10px;
  position: absolute;
  width: 27%;
  height: 100%;
  z-index: 10;
}
.cid-uOrm67GG09 .banner__logo .banner__text {
  padding: 1em;
}
.cid-uOrm67GG09 .banner__logo .banner__irregular-section {
  background-color: #fff;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.cid-uOrm67GG09 .banner__intro {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 75%;
}
.cid-uOrm67GG09 .banner__intro .banner__text {
  color: #fff;
  font-size: 1em;
  padding: 0.4em 0 0.15em 2em;
}
.cid-uOrm67GG09 .banner__intro .banner__irregular-section {
  background-color: #FF0000;
  position: absolute;
  top: -30%;
  width: 150%;
  height: 200%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.cid-uOrm67GG09 .banner__content {
  padding: 3.5em 0 0 34%;
}
.cid-uOrm67GG09 .banner__text {
  position: relative;
  z-index: 5;
}
.cid-uOrm67GG09 .banner__irregular-section {
  z-index: 1;
}
.cid-uOrm67GG09 .banner__cta {
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 10;
  margin-top: -1em;
}
.cid-uOrm67GG09 .banner__btn {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  background-color: #02bbf3;
  border: 4px solid #0C00FF;
  padding: 0.45em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.cid-uOrm67GG09 .banner-slides {
  position: relative;
  height: 3.5em;
}
.cid-uOrm67GG09 .banner-slides__item {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation: banner-anim-first 13s infinite;
  animation: banner-anim-first 13s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uOrm67GG09 .banner-slides__item + .banner-slides__item {
  left: 100%;
  -webkit-animation-name: banner-anim;
  animation-name: banner-anim;
}
.cid-uOrm67GG09 .banner-slides__item + .banner-slides__item + .banner-slides__item {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}
@-webkit-keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
@keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
.cid-uOrm73OgSV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOrm73OgSV body {
  background-color: #333;
}
.cid-uOrm73OgSV img {
  width: 80px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uOrm73OgSV .slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}
.cid-uOrm73OgSV .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 1em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uOAHPqryJj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-uOAHPqryJj .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOAHPqryJj .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uOAHPqryJj .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uOAHPqryJj .wrapper {
  padding: 30px 0;
}
.cid-uOAHPqryJj .mbr-section-title {
  color: #fafafa;
}
.cid-uOAHPqryJj .mbr-text,
.cid-uOAHPqryJj .mbr-section-btn {
  color: #ffffff;
}
.cid-wts2HLuhR8 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-wts2HLuhR8 DIV {
  color: #ffffff;
}
.cid-wts2HLuhR8 H10 {
  color: #767676;
}
.cid-wts2HLuhR8 .hidden {
  display: none;
}
.cid-wts2HLuhR8 .sidebar {
  z-index: 1001;
  background-color: #4479d9;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-wts2HLuhR8 .sidebar nav {
  height: 100%;
}
.cid-wts2HLuhR8 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-wts2HLuhR8 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #4479d9;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-wts2HLuhR8 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #fafafa;
  color: #ffffff;
}
.cid-wts2HLuhR8 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-wts2HLuhR8 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-wts2HLuhR8 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-wts2HLuhR8 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-wts2HLuhR8 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-wts2HLuhR8 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-wts2HLuhR8 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-wts2HLuhR8 .sidebar:hover {
    width: 14rem;
    opacity: 0.5;
  }
  .cid-wts2HLuhR8 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-wts2HLuhR8 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-wts2HLuhR8 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-wts2HLuhR8 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-wts2HLuhR8 .sidebar {
    overflow-y: scroll;
  }
}
.cid-wts2HLuhR8 :root {
  --sidebar-width: 4.5em;
}
.cid-uQAdVGir9X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uQAdVGir9X .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQAdVGir9X .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uQzTkICARm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uQzTkICARm H4 {
  color: #ffffff;
}
.cid-uQzTkICARm H1 {
  color: #ffe161;
}
.cid-uRdByptFYd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #012a75;
}
.cid-uRdByptFYd .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQzTprRXb8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-color: #fafafa;
}
.cid-uQzTprRXb8 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQzTprRXb8 *,
.cid-uQzTprRXb8 *:before,
.cid-uQzTprRXb8 *:after {
  box-sizing: border-box;
}
.cid-uQzTprRXb8 html {
  font-size: 12px;
  line-height: 1;
  font-weight: 200;
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}
.cid-uQzTprRXb8 body {
  margin: 0;
  padding: 0;
  height: 10vh;
  background-color: #ecf0f9;
  background-attachment: fixed;
}
.cid-uQzTprRXb8 .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 500px;
}
.cid-uQzTprRXb8 .heading {
  width: 100%;
  margin-left: 1rem;
  font-weight: 1500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1ch;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1rem;
  position: relative;
}
.cid-uQzTprRXb8 .heading:after {
  display: block;
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  bottom: 0;
}
.cid-uQzTprRXb8 .description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}
.cid-uQzTprRXb8 .card {
  color: inherit;
  cursor: pointer;
  width: calc(98%);
  min-width: calc(98%);
  height: 300px;
  min-height: 200px;
  perspective: 1000px;
  margin: 0.2rem;
}
@media screen and (max-width: 100%) {
  .cid-uQzTprRXb8 .card {
    width: 100%;
  }
}
.cid-uQzTprRXb8 .front,
.cid-uQzTprRXb8 .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}
.cid-uQzTprRXb8 .front {
  background-size: cover;
  padding: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.cid-uQzTprRXb8 .front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  opacity: 0.25;
  z-index: -1;
}
.cid-uQzTprRXb8 .card:hover .front {
  transform: rotateY(180deg);
}
.cid-uQzTprRXb8 .card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}
.cid-uQzTprRXb8 .back {
  background: #fff;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.cid-uQzTprRXb8 .back .button {
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.cid-uQzTprRXb8 .back .button:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.cid-uQzTprRXb8 .card:hover .back {
  transform: rotateY(0deg);
}
.cid-uQzTprRXb8 .card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.cid-uQzTprRXb8 .card:nth-child(even) .back .button {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}
.cid-uQzTprRXb8 .card:nth-child(even) .back .button:before {
  box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25);
}
.cid-uQzTprRXb8 .card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}
.cid-uQzTprRXb8 .button {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  font: inherit;
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.cid-uQzTprRXb8 .button:before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: "";
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(80%);
  width: calc(80%);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.cid-uQzTprRXb8 .button:hover {
  transform: translateZ(55px);
}
.cid-uQzTprRXb8 .button:hover:before {
  transform: translateZ(-55px);
}
.cid-uQzTprRXb8 .button:active {
  transform: translateZ(20px);
}
.cid-uQzTprRXb8 .button:active:before {
  transform: translateZ(-20px);
  top: 12px;
}
.cid-uQzTprRXb8 .confetti {
  width: 15px;
  height: 15px;
  background-color: #f2d74e;
  position: absolute;
  left: 50%;
  animation: confetti 5s ease-in-out -2s infinite;
  transform-origin: left top;
}
.cid-uQzTprRXb8 .confetti:nth-child(1) {
  background-color: #f2d74e;
  left: 10%;
  animation-delay: 0;
}
.cid-uQzTprRXb8 .confetti:nth-child(2) {
  background-color: #95c3de;
  left: 20%;
  animation-delay: -5s;
}
.cid-uQzTprRXb8 .confetti:nth-child(3) {
  background-color: #ff9a91;
  left: 30%;
  animation-delay: -3s;
}
.cid-uQzTprRXb8 .confetti:nth-child(4) {
  background-color: #f2d74e;
  left: 40%;
  animation-delay: -2.5s;
}
.cid-uQzTprRXb8 .confetti:nth-child(5) {
  background-color: #95c3de;
  left: 50%;
  animation-delay: -4s;
}
.cid-uQzTprRXb8 .confetti:nth-child(6) {
  background-color: #ff9a91;
  left: 60%;
  animation-delay: -6s;
}
.cid-uQzTprRXb8 .confetti:nth-child(7) {
  background-color: #f2d74e;
  left: 70%;
  animation-delay: -1.5s;
}
.cid-uQzTprRXb8 .confetti:nth-child(8) {
  background-color: #95c3de;
  left: 80%;
  animation-delay: -2s;
}
.cid-uQzTprRXb8 .confetti:nth-child(9) {
  background-color: #ff9a91;
  left: 90%;
  animation-delay: -3.5s;
}
.cid-uQzTprRXb8 .confetti:nth-child(10) {
  background-color: #f2d74e;
  left: 100%;
  animation-delay: -2.5s;
}
@keyframes confetti {
  0% {
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}
.cid-uQAeJo50XJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #036d5c;
}
.cid-uQAeJo50XJ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uQAheXyrP4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQAheXyrP4 body {
  background-color: #333;
}
.cid-uQAheXyrP4 img {
  width: 150px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uQAheXyrP4 .slide-track {
  width: 100%;
  display: flex;
  gap: 2em;
  overflow: hidden;
}
.cid-uQAheXyrP4 .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 2em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uQAhkwhzww {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-uQAhkwhzww .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uQAhkwhzww .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uQAhkwhzww .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uQAhkwhzww .wrapper {
  padding: 30px 0;
}
.cid-uQAhkwhzww .mbr-section-title {
  color: #fafafa;
}
.cid-uQAhkwhzww .mbr-text,
.cid-uQAhkwhzww .mbr-section-btn {
  color: #ffffff;
}
.cid-uR52ZmvIc3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00aeff;
}
.cid-uR52ZmvIc3 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR52ZmvIc3 .item {
  background: #00aeff;
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uR52ZmvIc3 .myButton {
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.cid-uR52ZmvIc3 .myButton:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.cid-uR52ZmvIc3 .myButton:active {
  position: relative;
  top: 1px;
}
.cid-uR52Zo6NY6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uR52Zo6NY6 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRdVj0LfuJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRdVj0LfuJ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR52ZokSc4 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uR52ZokSc4 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR52ZokSc4 body {
  background-color: #00aeff;
}
.cid-uR52ZokSc4 .banner-container {
  max-width: 640px;
  margin: 0.5em auto;
}
.cid-uR52ZokSc4 .banner-container__extra-line {
  font-size: 0.75em;
  text-align: right;
}
.cid-uR52ZokSc4 .banner {
  background-image: linear-gradient(-180deg, #97ded2 50%, #e9fffb 85%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cid-uR52ZokSc4 .banner__logo {
  bottom: -10px;
  position: absolute;
  width: 27%;
  height: 100%;
  z-index: 10;
}
.cid-uR52ZokSc4 .banner__logo .banner__text {
  padding: 1em;
}
.cid-uR52ZokSc4 .banner__logo .banner__irregular-section {
  background-color: #fff;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.cid-uR52ZokSc4 .banner__intro {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 75%;
}
.cid-uR52ZokSc4 .banner__intro .banner__text {
  color: #fff;
  font-size: 1em;
  padding: 0.4em 0 0.15em 2em;
}
.cid-uR52ZokSc4 .banner__intro .banner__irregular-section {
  background-color: #FF0000;
  position: absolute;
  top: -30%;
  width: 150%;
  height: 200%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.cid-uR52ZokSc4 .banner__content {
  padding: 3.5em 0 0 34%;
}
.cid-uR52ZokSc4 .banner__text {
  position: relative;
  z-index: 5;
}
.cid-uR52ZokSc4 .banner__irregular-section {
  z-index: 1;
}
.cid-uR52ZokSc4 .banner__cta {
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 10;
  margin-top: -1em;
}
.cid-uR52ZokSc4 .banner__btn {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  background-color: #02bbf3;
  border: 4px solid #0C00FF;
  padding: 0.45em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.cid-uR52ZokSc4 .banner-slides {
  position: relative;
  height: 3.5em;
}
.cid-uR52ZokSc4 .banner-slides__item {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation: banner-anim-first 13s infinite;
  animation: banner-anim-first 13s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uR52ZokSc4 .banner-slides__item + .banner-slides__item {
  left: 100%;
  -webkit-animation-name: banner-anim;
  animation-name: banner-anim;
}
.cid-uR52ZokSc4 .banner-slides__item + .banner-slides__item + .banner-slides__item {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}
@-webkit-keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
@keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
.cid-uR52ZoD3bC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR52ZoD3bC body {
  background-color: #333;
}
.cid-uR52ZoD3bC img {
  width: 80px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uR52ZoD3bC .slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}
.cid-uR52ZoD3bC .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 1em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uR52Zpj3gY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-uR52Zpj3gY .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR52Zpj3gY .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uR52Zpj3gY .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uR52Zpj3gY .wrapper {
  padding: 30px 0;
}
.cid-uR52Zpj3gY .mbr-section-title {
  color: #fafafa;
}
.cid-uR52Zpj3gY .mbr-text,
.cid-uR52Zpj3gY .mbr-section-btn {
  color: #ffffff;
}
.cid-uR52ZpI1HX p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uR52ZpI1HX DIV {
  color: #ffffff;
}
.cid-uR52ZpI1HX H10 {
  color: #767676;
}
.cid-uR52ZpI1HX .hidden {
  display: none;
}
.cid-uR52ZpI1HX .sidebar {
  z-index: 1001;
  background-color: #4479d9;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uR52ZpI1HX .sidebar nav {
  height: 100%;
}
.cid-uR52ZpI1HX .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uR52ZpI1HX .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #4479d9;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uR52ZpI1HX .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #fafafa;
  color: #ffffff;
}
.cid-uR52ZpI1HX .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uR52ZpI1HX .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uR52ZpI1HX .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uR52ZpI1HX .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uR52ZpI1HX .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uR52ZpI1HX .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uR52ZpI1HX .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uR52ZpI1HX .sidebar:hover {
    width: 14rem;
    opacity: 0.5;
  }
  .cid-uR52ZpI1HX .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uR52ZpI1HX .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uR52ZpI1HX .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uR52ZpI1HX .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uR52ZpI1HX .sidebar {
    overflow-y: scroll;
  }
}
.cid-uR52ZpI1HX :root {
  --sidebar-width: 4.5em;
}
.cid-uR55S4oGwu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uR55S4oGwu .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR55S4oGwu .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uRE28uUc8T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uRE28uUc8T .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRE28uUc8T h1 {
  text-align: center;
}
.cid-uR55S4Dh1s {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR55S4Dh1s .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uR55S4Dh1s .navbar-logo {
  width: 150px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uR55S4Dh1s .col + .mbr-section-btn .btn,
.cid-uR55S4Dh1s .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uR55S4Dh1s .col + .mbr-section-btn .btn,
  .cid-uR55S4Dh1s .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uR55S4Dh1s .dragArea > *:nth-last-child(2).col,
  .cid-uR55S4Dh1s .dragArea > *:nth-last-child(2).col-auto,
  .cid-uR55S4Dh1s .col + .mbr-section-btn,
  .cid-uR55S4Dh1s .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uR55S4Dh1s .dragArea {
    flex-direction: column;
  }
}
.cid-uR55S4Dh1s .btn-primary {
  border: 1px solid #6592e6 !important;
}
.cid-uR55S4Dh1s .btn-primary:hover {
  border: 1px solid #6592e6 !important;
}
.cid-uR55S4Dh1s .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uR55S4Dh1s .form-group {
  max-width: 220px;
}
.cid-uR55S4Dh1s .mbr-section-btn {
  padding-left: 0;
}
.cid-uR55S4Dh1s .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uR55S4Dh1s .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff0040;
  width: 85%;
}
.cid-uR55S4Dh1s .mbr-text {
  color: #444;
}
.cid-uR55S4Dh1s h5 {
  margin-bottom: 0;
}
.cid-uR55S4Dh1s .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uR55S4Dh1s .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR55S4Dh1s .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uR55S4Dh1s .socicon {
  font-size: 1.3rem;
  background: #22a5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.cid-uR55S4Dh1s .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR55S4Dh1s .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uR55S4Dh1s .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uR55S4Dh1s .social-list a:hover {
  opacity: 0.4;
}
.cid-uR55S4Dh1s .media-container-row > div {
  padding: 0px;
}
.cid-uR55S4Dh1s .text2 {
  color: #000000;
  text-align: left;
}
.cid-uR55S4Dh1s .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uR55S4Dh1s .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uR55S4Dh1s .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uR55S4Dh1s .social-list,
  .cid-uR55S4Dh1s .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uR55S4Dh1s h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uR55S4Dh1s .form-group {
    max-width: 180px;
  }
}
.cid-uR55S4Dh1s .links span {
  color: #9e9e9e;
}
.cid-uR55S4Dh1s .logo-sub-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uR55S4Dh1s .logo-title {
  text-align: center;
}
.cid-uR55S6fXtj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR55S6fXtj .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR55S6BxdI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #47b5ed;
}
.cid-uR55S6BxdI .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR55S6BxdI .alignleft {
  float: left;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.cid-uR55S6BxdI .alignright {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uR55S6BxdI h4 {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.cid-uR55S6BxdI .poster {
  position: relative;
  overflow: hidden;
}
.cid-uR55S6BxdI div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uR55S6BxdI div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uR55S6BxdI div.scrollmenu a:hover {
  background: transparent;
}
.cid-uR55S6BxdI .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uR55S6BxdI .xaviec {
  width: 200px;
  border-radius: 12px;
  height: 200px;
  z-index: 1;
}
.cid-uR55S6BxdI .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uR55S6BxdI #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uR55S6BxdI info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR55S6BxdI info,
.cid-uR55S6BxdI a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -15px;
}
.cid-uR55S6BxdI info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR55S6BxdI info2,
.cid-uR55S6BxdI a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uR55S6BxdI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR55S6BxdI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR55S6BxdI H6 {
  color: #ffffff;
  font-size: 12px;
}
.cid-uR82izJINe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR82izJINe .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR82izJINe .alignleft {
  float: left;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.cid-uR82izJINe .alignright {
  float: right;
  margin-right: 10px;
  color: #2400AA;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uR82izJINe h4 {
  margin-left: 5px;
  color: #2400AA;
  font-weight: bold;
  font-size: 18px;
}
.cid-uR82izJINe .poster {
  position: relative;
  overflow: hidden;
}
.cid-uR82izJINe div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uR82izJINe div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uR82izJINe div.scrollmenu a:hover {
  background: transparent;
}
.cid-uR82izJINe .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uR82izJINe .xaviec {
  width: 140px;
  border-radius: 7px;
  height: 190px;
  z-index: 1;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
}
.cid-uR82izJINe .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uR82izJINe #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uR82izJINe info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR82izJINe info,
.cid-uR82izJINe a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -10px;
}
.cid-uR82izJINe info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR82izJINe info2,
.cid-uR82izJINe a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uR82izJINe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR82izJINe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR82izJINe H6 {
  color: #000000;
}
.cid-uR82izJINe H4 {
  color: #2400AA;
}
.cid-uR55S7oMlL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uR55S7oMlL .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR55S7oMlL .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uR55S7oMlL .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uR55S7oMlL .wrapper {
  padding: 30px 0;
}
.cid-uR55S7oMlL .mbr-section-title {
  color: #fafafa;
}
.cid-uR55S7oMlL .mbr-text,
.cid-uR55S7oMlL .mbr-section-btn {
  color: #ffffff;
}
.cid-uR55S7Jkhy p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uR55S7Jkhy DIV {
  color: #ffffff;
}
.cid-uR55S7Jkhy H10 {
  color: #767676;
}
.cid-uR55S7Jkhy .hidden {
  display: none;
}
.cid-uR55S7Jkhy .sidebar {
  z-index: 1001;
  background-color: #22a5e5;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uR55S7Jkhy .sidebar nav {
  height: 100%;
}
.cid-uR55S7Jkhy .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uR55S7Jkhy .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uR55S7Jkhy .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #cccccc;
  color: #0f7699;
}
.cid-uR55S7Jkhy .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uR55S7Jkhy .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uR55S7Jkhy .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uR55S7Jkhy .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uR55S7Jkhy .sidebar:hover {
    width: 21rem;
    opacity: 0.5;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav li:last-child {
    margin-top: auto;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uR55S7Jkhy .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uR55S7Jkhy .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uR55S7Jkhy .sidebar {
    overflow-y: scroll;
  }
}
.cid-uR55S7Jkhy :root {
  --sidebar-width: 4.5em;
}
.cid-HaB3ZKpBil .icon-bar {
  z-index: 100002;
  right: 0.8%;
  position: fixed;
  top: 75%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-HaB3ZKpBil .icon-bar a:hover {
  background-color: #47b5ed;
  margin-left: -50px;
  width: 100px;
}
.cid-HaB3ZKpBil .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
  font-weight: normal;
  margin: 6px;
  border-radius: 25px;
}
.cid-HaB3ZKpBil .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-HaB3ZKpBil .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-HaB3ZKpBil .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#4479d9, #6592e6);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-HaB3ZKpBil .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#6592e6, #4479d9);
}
.cid-HaB3ZKpBil .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-HaB3ZKpBil P {
  color: #232323;
}
.cid-HaB3ZKpBil DIV {
  color: #ffffff;
}
.cid-HaB3ZKpBil H10 {
  color: #767676;
}
.cid-HaB3ZKpBil .hidden {
  display: none;
}
.cid-HaB3ZKpBil div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uR7IAiDoB3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uR7IAiDoB3 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR7IAiDoB3 .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uRBtr2O0Ot {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uRBtr2O0Ot .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRBtr2O0Ot h1 {
  text-align: center;
}
.cid-uR7IAj7YQx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR7IAj7YQx .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uR7IAj7YQx .navbar-logo {
  width: 150px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uR7IAj7YQx .col + .mbr-section-btn .btn,
.cid-uR7IAj7YQx .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uR7IAj7YQx .col + .mbr-section-btn .btn,
  .cid-uR7IAj7YQx .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uR7IAj7YQx .dragArea > *:nth-last-child(2).col,
  .cid-uR7IAj7YQx .dragArea > *:nth-last-child(2).col-auto,
  .cid-uR7IAj7YQx .col + .mbr-section-btn,
  .cid-uR7IAj7YQx .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uR7IAj7YQx .dragArea {
    flex-direction: column;
  }
}
.cid-uR7IAj7YQx .btn-primary {
  border: 1px solid #6592e6 !important;
}
.cid-uR7IAj7YQx .btn-primary:hover {
  border: 1px solid #6592e6 !important;
}
.cid-uR7IAj7YQx .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uR7IAj7YQx .form-group {
  max-width: 220px;
}
.cid-uR7IAj7YQx .mbr-section-btn {
  padding-left: 0;
}
.cid-uR7IAj7YQx .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uR7IAj7YQx .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff0040;
  width: 85%;
}
.cid-uR7IAj7YQx .mbr-text {
  color: #444;
}
.cid-uR7IAj7YQx h5 {
  margin-bottom: 0;
}
.cid-uR7IAj7YQx .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uR7IAj7YQx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR7IAj7YQx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uR7IAj7YQx .socicon {
  font-size: 1.3rem;
  background: #22a5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.cid-uR7IAj7YQx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR7IAj7YQx .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uR7IAj7YQx .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uR7IAj7YQx .social-list a:hover {
  opacity: 0.4;
}
.cid-uR7IAj7YQx .media-container-row > div {
  padding: 0px;
}
.cid-uR7IAj7YQx .text2 {
  color: #000000;
  text-align: left;
}
.cid-uR7IAj7YQx .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uR7IAj7YQx .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uR7IAj7YQx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uR7IAj7YQx .social-list,
  .cid-uR7IAj7YQx .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uR7IAj7YQx h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uR7IAj7YQx .form-group {
    max-width: 180px;
  }
}
.cid-uR7IAj7YQx .links span {
  color: #9e9e9e;
}
.cid-uR7IAj7YQx .logo-sub-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uR7IAj7YQx .logo-title {
  text-align: center;
}
.cid-uR7IAl1uQc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR7IAl1uQc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR7IAlhjk2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #47b5ed;
}
.cid-uR7IAlhjk2 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR7IAlhjk2 .alignleft {
  float: left;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.cid-uR7IAlhjk2 .alignright {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uR7IAlhjk2 h4 {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.cid-uR7IAlhjk2 .poster {
  position: relative;
  overflow: hidden;
}
.cid-uR7IAlhjk2 div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uR7IAlhjk2 div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uR7IAlhjk2 div.scrollmenu a:hover {
  background: transparent;
}
.cid-uR7IAlhjk2 .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uR7IAlhjk2 .xaviec {
  width: 200px;
  border-radius: 12px;
  height: 200px;
  z-index: 1;
}
.cid-uR7IAlhjk2 .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uR7IAlhjk2 #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uR7IAlhjk2 info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR7IAlhjk2 info,
.cid-uR7IAlhjk2 a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -15px;
}
.cid-uR7IAlhjk2 info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR7IAlhjk2 info2,
.cid-uR7IAlhjk2 a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uR7IAlhjk2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR7IAlhjk2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR7IAlhjk2 H6 {
  color: #ffffff;
  font-size: 12px;
}
.cid-uRjphm43fZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRjphm43fZ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRjphm43fZ .alignleft {
  float: left;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.cid-uRjphm43fZ .alignright {
  float: right;
  margin-right: 10px;
  color: #2400AA;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uRjphm43fZ h4 {
  margin-left: 5px;
  color: #2400AA;
  font-weight: bold;
  font-size: 18px;
}
.cid-uRjphm43fZ .poster {
  position: relative;
  overflow: hidden;
}
.cid-uRjphm43fZ div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uRjphm43fZ div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uRjphm43fZ div.scrollmenu a:hover {
  background: transparent;
}
.cid-uRjphm43fZ .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uRjphm43fZ .xaviec {
  width: 140px;
  border-radius: 7px;
  height: 190px;
  z-index: 1;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
}
.cid-uRjphm43fZ .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uRjphm43fZ #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uRjphm43fZ info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uRjphm43fZ info,
.cid-uRjphm43fZ a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -10px;
}
.cid-uRjphm43fZ info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uRjphm43fZ info2,
.cid-uRjphm43fZ a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uRjphm43fZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRjphm43fZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRjphm43fZ H6 {
  color: #000000;
}
.cid-uRjphm43fZ H4 {
  color: #2400AA;
}
.cid-uR7IAlIy44 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uR7IAlIy44 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR7IAlIy44 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uR7IAlIy44 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uR7IAlIy44 .wrapper {
  padding: 30px 0;
}
.cid-uR7IAlIy44 .mbr-section-title {
  color: #fafafa;
}
.cid-uR7IAlIy44 .mbr-text,
.cid-uR7IAlIy44 .mbr-section-btn {
  color: #ffffff;
}
.cid-uR7IAm5SIE p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uR7IAm5SIE DIV {
  color: #ffffff;
}
.cid-uR7IAm5SIE H10 {
  color: #767676;
}
.cid-uR7IAm5SIE .hidden {
  display: none;
}
.cid-uR7IAm5SIE .sidebar {
  z-index: 1001;
  background-color: #22a5e5;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uR7IAm5SIE .sidebar nav {
  height: 100%;
}
.cid-uR7IAm5SIE .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uR7IAm5SIE .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uR7IAm5SIE .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #cccccc;
  color: #0f7699;
}
.cid-uR7IAm5SIE .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uR7IAm5SIE .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uR7IAm5SIE .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uR7IAm5SIE .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uR7IAm5SIE .sidebar:hover {
    width: 21rem;
    opacity: 0.5;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav li:last-child {
    margin-top: auto;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uR7IAm5SIE .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uR7IAm5SIE .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uR7IAm5SIE .sidebar {
    overflow-y: scroll;
  }
}
.cid-uR7IAm5SIE :root {
  --sidebar-width: 4.5em;
}
.cid-uR7IAmSsQ6 .icon-bar {
  z-index: 100002;
  right: 0.8%;
  position: fixed;
  top: 75%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uR7IAmSsQ6 .icon-bar a:hover {
  background-color: #47b5ed;
  margin-left: -50px;
  width: 100px;
}
.cid-uR7IAmSsQ6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
  font-weight: normal;
  margin: 6px;
  border-radius: 25px;
}
.cid-uR7IAmSsQ6 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-uR7IAmSsQ6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uR7IAmSsQ6 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#4479d9, #6592e6);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uR7IAmSsQ6 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#6592e6, #4479d9);
}
.cid-uR7IAmSsQ6 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uR7IAmSsQ6 P {
  color: #232323;
}
.cid-uR7IAmSsQ6 DIV {
  color: #ffffff;
}
.cid-uR7IAmSsQ6 H10 {
  color: #767676;
}
.cid-uR7IAmSsQ6 .hidden {
  display: none;
}
.cid-uR7IAmSsQ6 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uR8iNnfPsA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00aeff;
}
.cid-uR8iNnfPsA .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8iNnfPsA .item {
  background: #00aeff;
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uR8iNnfPsA .myButton {
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.cid-uR8iNnfPsA .myButton:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.cid-uR8iNnfPsA .myButton:active {
  position: relative;
  top: 1px;
}
.cid-uR8iNnG5jQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uR8iNnG5jQ .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRdONall6M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRdONall6M .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8iNnR9py {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uR8iNnR9py .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8iNnR9py body {
  background-color: #00aeff;
}
.cid-uR8iNnR9py .banner-container {
  max-width: 640px;
  margin: 0.5em auto;
}
.cid-uR8iNnR9py .banner-container__extra-line {
  font-size: 0.75em;
  text-align: right;
}
.cid-uR8iNnR9py .banner {
  background-image: linear-gradient(-180deg, #97ded2 50%, #e9fffb 85%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cid-uR8iNnR9py .banner__logo {
  bottom: -10px;
  position: absolute;
  width: 27%;
  height: 100%;
  z-index: 10;
}
.cid-uR8iNnR9py .banner__logo .banner__text {
  padding: 1em;
}
.cid-uR8iNnR9py .banner__logo .banner__irregular-section {
  background-color: #fff;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.cid-uR8iNnR9py .banner__intro {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 75%;
}
.cid-uR8iNnR9py .banner__intro .banner__text {
  color: #fff;
  font-size: 1em;
  padding: 0.4em 0 0.15em 2em;
}
.cid-uR8iNnR9py .banner__intro .banner__irregular-section {
  background-color: #FF0000;
  position: absolute;
  top: -30%;
  width: 150%;
  height: 200%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.cid-uR8iNnR9py .banner__content {
  padding: 3.5em 0 0 34%;
}
.cid-uR8iNnR9py .banner__text {
  position: relative;
  z-index: 5;
}
.cid-uR8iNnR9py .banner__irregular-section {
  z-index: 1;
}
.cid-uR8iNnR9py .banner__cta {
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 10;
  margin-top: -1em;
}
.cid-uR8iNnR9py .banner__btn {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  background-color: #02bbf3;
  border: 4px solid #0C00FF;
  padding: 0.45em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.cid-uR8iNnR9py .banner-slides {
  position: relative;
  height: 3.5em;
}
.cid-uR8iNnR9py .banner-slides__item {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation: banner-anim-first 13s infinite;
  animation: banner-anim-first 13s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uR8iNnR9py .banner-slides__item + .banner-slides__item {
  left: 100%;
  -webkit-animation-name: banner-anim;
  animation-name: banner-anim;
}
.cid-uR8iNnR9py .banner-slides__item + .banner-slides__item + .banner-slides__item {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}
@-webkit-keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
@keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
.cid-uR8iNo5EEL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR8iNo5EEL body {
  background-color: #333;
}
.cid-uR8iNo5EEL img {
  width: 80px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uR8iNo5EEL .slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}
.cid-uR8iNo5EEL .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 1em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uR8iNoBypw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-uR8iNoBypw .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR8iNoBypw .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uR8iNoBypw .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uR8iNoBypw .wrapper {
  padding: 30px 0;
}
.cid-uR8iNoBypw .mbr-section-title {
  color: #fafafa;
}
.cid-uR8iNoBypw .mbr-text,
.cid-uR8iNoBypw .mbr-section-btn {
  color: #ffffff;
}
.cid-uR8iNp4Nrk p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uR8iNp4Nrk DIV {
  color: #ffffff;
}
.cid-uR8iNp4Nrk H10 {
  color: #767676;
}
.cid-uR8iNp4Nrk .hidden {
  display: none;
}
.cid-uR8iNp4Nrk .sidebar {
  z-index: 1001;
  background-color: #4479d9;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uR8iNp4Nrk .sidebar nav {
  height: 100%;
}
.cid-uR8iNp4Nrk .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uR8iNp4Nrk .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #4479d9;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uR8iNp4Nrk .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #fafafa;
  color: #ffffff;
}
.cid-uR8iNp4Nrk .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uR8iNp4Nrk .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uR8iNp4Nrk .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uR8iNp4Nrk .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uR8iNp4Nrk .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uR8iNp4Nrk .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uR8iNp4Nrk .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uR8iNp4Nrk .sidebar:hover {
    width: 14rem;
    opacity: 0.5;
  }
  .cid-uR8iNp4Nrk .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uR8iNp4Nrk .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uR8iNp4Nrk .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uR8iNp4Nrk .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uR8iNp4Nrk .sidebar {
    overflow-y: scroll;
  }
}
.cid-uR8iNp4Nrk :root {
  --sidebar-width: 4.5em;
}
.cid-uR8KwZtUFp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uR8KwZtUFp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8KwZtUFp .item {
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uRBv7DxQVY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uRBv7DxQVY .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRBv7DxQVY h1 {
  text-align: center;
}
.cid-uR8KwZTUKt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR8KwZTUKt .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-uR8KwZTUKt .navbar-logo {
  width: 150px;
  border-radius: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uR8KwZTUKt .col + .mbr-section-btn .btn,
.cid-uR8KwZTUKt .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-uR8KwZTUKt .col + .mbr-section-btn .btn,
  .cid-uR8KwZTUKt .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-uR8KwZTUKt .dragArea > *:nth-last-child(2).col,
  .cid-uR8KwZTUKt .dragArea > *:nth-last-child(2).col-auto,
  .cid-uR8KwZTUKt .col + .mbr-section-btn,
  .cid-uR8KwZTUKt .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-uR8KwZTUKt .dragArea {
    flex-direction: column;
  }
}
.cid-uR8KwZTUKt .btn-primary {
  border: 1px solid #6592e6 !important;
}
.cid-uR8KwZTUKt .btn-primary:hover {
  border: 1px solid #6592e6 !important;
}
.cid-uR8KwZTUKt .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uR8KwZTUKt .form-group {
  max-width: 220px;
}
.cid-uR8KwZTUKt .mbr-section-btn {
  padding-left: 0;
}
.cid-uR8KwZTUKt .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uR8KwZTUKt .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #ff0040;
  width: 85%;
}
.cid-uR8KwZTUKt .mbr-text {
  color: #444;
}
.cid-uR8KwZTUKt h5 {
  margin-bottom: 0;
}
.cid-uR8KwZTUKt .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uR8KwZTUKt .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR8KwZTUKt .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uR8KwZTUKt .socicon {
  font-size: 1.3rem;
  background: #22a5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.cid-uR8KwZTUKt .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uR8KwZTUKt .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uR8KwZTUKt .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uR8KwZTUKt .social-list a:hover {
  opacity: 0.4;
}
.cid-uR8KwZTUKt .media-container-row > div {
  padding: 0px;
}
.cid-uR8KwZTUKt .text2 {
  color: #000000;
  text-align: left;
}
.cid-uR8KwZTUKt .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uR8KwZTUKt .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uR8KwZTUKt .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uR8KwZTUKt .social-list,
  .cid-uR8KwZTUKt .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uR8KwZTUKt h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uR8KwZTUKt .form-group {
    max-width: 180px;
  }
}
.cid-uR8KwZTUKt .links span {
  color: #9e9e9e;
}
.cid-uR8KwZTUKt .logo-sub-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uR8KwZTUKt .logo-title {
  text-align: center;
}
.cid-uR8Kx1XYmG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uR8Kx1XYmG .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR8Kx2gTXG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #47b5ed;
}
.cid-uR8Kx2gTXG .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8Kx2gTXG .alignleft {
  float: left;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.cid-uR8Kx2gTXG .alignright {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uR8Kx2gTXG h4 {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}
.cid-uR8Kx2gTXG .poster {
  position: relative;
  overflow: hidden;
}
.cid-uR8Kx2gTXG div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uR8Kx2gTXG div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uR8Kx2gTXG div.scrollmenu a:hover {
  background: transparent;
}
.cid-uR8Kx2gTXG .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uR8Kx2gTXG .xaviec {
  width: 200px;
  border-radius: 12px;
  height: 200px;
  z-index: 1;
}
.cid-uR8Kx2gTXG .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uR8Kx2gTXG #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uR8Kx2gTXG info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR8Kx2gTXG info,
.cid-uR8Kx2gTXG a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -15px;
}
.cid-uR8Kx2gTXG info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR8Kx2gTXG info2,
.cid-uR8Kx2gTXG a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uR8Kx2gTXG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR8Kx2gTXG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR8Kx2gTXG H6 {
  color: #ffffff;
  font-size: 12px;
}
.cid-uR8Kx2zbNE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR8Kx2zbNE .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8Kx2zbNE .alignleft {
  float: left;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.cid-uR8Kx2zbNE .alignright {
  float: right;
  margin-right: 10px;
  color: #2400AA;
  font-size: 14px;
  font-weight: bold ;
}
.cid-uR8Kx2zbNE h4 {
  margin-left: 5px;
  color: #2400AA;
  font-weight: bold;
  font-size: 18px;
}
.cid-uR8Kx2zbNE .poster {
  position: relative;
  overflow: hidden;
}
.cid-uR8Kx2zbNE div.scrollmenu {
  background: transparent;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  overflow-y: hidden;
}
.cid-uR8Kx2zbNE div.scrollmenu a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}
.cid-uR8Kx2zbNE div.scrollmenu a:hover {
  background: transparent;
}
.cid-uR8Kx2zbNE .xplus {
  position: relative;
  text-align: center;
  color: white;
}
.cid-uR8Kx2zbNE .xaviec {
  width: 140px;
  border-radius: 7px;
  height: 190px;
  z-index: 1;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
}
.cid-uR8Kx2zbNE .mnt {
  width: 100px;
  border-radius: 100px;
  height: 100px;
}
.cid-uR8Kx2zbNE #xs-header {
  background: transparent;
  left: 0;
  position: fixed;
  top: -10px;
  width: 100%;
  z-index: 100;
  height: 15%;
}
.cid-uR8Kx2zbNE info {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR8Kx2zbNE info,
.cid-uR8Kx2zbNE a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: -10px;
}
.cid-uR8Kx2zbNE info2 {
  background: transparent;
  color: green;
  left: 0;
  right: 0;
  height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.cid-uR8Kx2zbNE info2,
.cid-uR8Kx2zbNE a {
  color: fff;
  font-family: 'PT Sans', sans-serif;
  margin-top: 5px;
}
.cid-uR8Kx2zbNE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR8Kx2zbNE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR8Kx2zbNE H6 {
  color: #000000;
}
.cid-uR8Kx2zbNE H4 {
  color: #2400AA;
}
.cid-uR8Kx30gcJ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uR8Kx30gcJ .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR8Kx30gcJ .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uR8Kx30gcJ .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uR8Kx30gcJ .wrapper {
  padding: 30px 0;
}
.cid-uR8Kx30gcJ .mbr-section-title {
  color: #fafafa;
}
.cid-uR8Kx30gcJ .mbr-text,
.cid-uR8Kx30gcJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uR8Kx3lAsE p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uR8Kx3lAsE DIV {
  color: #ffffff;
}
.cid-uR8Kx3lAsE H10 {
  color: #767676;
}
.cid-uR8Kx3lAsE .hidden {
  display: none;
}
.cid-uR8Kx3lAsE .sidebar {
  z-index: 1001;
  background-color: #22a5e5;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uR8Kx3lAsE .sidebar nav {
  height: 100%;
}
.cid-uR8Kx3lAsE .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uR8Kx3lAsE .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uR8Kx3lAsE .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #cccccc;
  color: #0f7699;
}
.cid-uR8Kx3lAsE .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uR8Kx3lAsE .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uR8Kx3lAsE .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uR8Kx3lAsE .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uR8Kx3lAsE .sidebar:hover {
    width: 21rem;
    opacity: 0.5;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav li:last-child {
    margin-top: auto;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uR8Kx3lAsE .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uR8Kx3lAsE .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uR8Kx3lAsE .sidebar {
    overflow-y: scroll;
  }
}
.cid-uR8Kx3lAsE :root {
  --sidebar-width: 4.5em;
}
.cid-uR8Kx4aWk5 .icon-bar {
  z-index: 100002;
  right: 0.8%;
  position: fixed;
  top: 75%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uR8Kx4aWk5 .icon-bar a:hover {
  background-color: #47b5ed;
  margin-left: -50px;
  width: 100px;
}
.cid-uR8Kx4aWk5 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
  font-weight: normal;
  margin: 6px;
  border-radius: 25px;
}
.cid-uR8Kx4aWk5 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-uR8Kx4aWk5 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uR8Kx4aWk5 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#4479d9, #6592e6);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uR8Kx4aWk5 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#6592e6, #4479d9);
}
.cid-uR8Kx4aWk5 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uR8Kx4aWk5 P {
  color: #232323;
}
.cid-uR8Kx4aWk5 DIV {
  color: #ffffff;
}
.cid-uR8Kx4aWk5 H10 {
  color: #767676;
}
.cid-uR8Kx4aWk5 .hidden {
  display: none;
}
.cid-uR8Kx4aWk5 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uR8QrqB3Tz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00aeff;
}
.cid-uR8QrqB3Tz .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8QrqB3Tz .item {
  background: #00aeff;
  text-align: left;
  height: 30px;
  padding: 0;
  margin: 10;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.cid-uR8QrqB3Tz .myButton {
  box-shadow: inset 0px -3px 7px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.cid-uR8QrqB3Tz .myButton:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.cid-uR8QrqB3Tz .myButton:active {
  position: relative;
  top: 1px;
}
.cid-uR8Qrr1rBy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #22a5e5;
}
.cid-uR8Qrr1rBy .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uRdYI3tWqY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRdYI3tWqY .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8QrrcEZW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uR8QrrcEZW .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uR8QrrcEZW body {
  background-color: #00aeff;
}
.cid-uR8QrrcEZW .banner-container {
  max-width: 640px;
  margin: 0.5em auto;
}
.cid-uR8QrrcEZW .banner-container__extra-line {
  font-size: 0.75em;
  text-align: right;
}
.cid-uR8QrrcEZW .banner {
  background-image: linear-gradient(-180deg, #97ded2 50%, #e9fffb 85%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  box-shadow: 0px 0px 10px 0px rgba(49, 75, 78, 0.34);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cid-uR8QrrcEZW .banner__logo {
  bottom: -10px;
  position: absolute;
  width: 27%;
  height: 100%;
  z-index: 10;
}
.cid-uR8QrrcEZW .banner__logo .banner__text {
  padding: 1em;
}
.cid-uR8QrrcEZW .banner__logo .banner__irregular-section {
  background-color: #fff;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.cid-uR8QrrcEZW .banner__intro {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 75%;
}
.cid-uR8QrrcEZW .banner__intro .banner__text {
  color: #fff;
  font-size: 1em;
  padding: 0.4em 0 0.15em 2em;
}
.cid-uR8QrrcEZW .banner__intro .banner__irregular-section {
  background-color: #FF0000;
  position: absolute;
  top: -30%;
  width: 150%;
  height: 200%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.cid-uR8QrrcEZW .banner__content {
  padding: 3.5em 0 0 34%;
}
.cid-uR8QrrcEZW .banner__text {
  position: relative;
  z-index: 5;
}
.cid-uR8QrrcEZW .banner__irregular-section {
  z-index: 1;
}
.cid-uR8QrrcEZW .banner__cta {
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 10;
  margin-top: -1em;
}
.cid-uR8QrrcEZW .banner__btn {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  background-color: #02bbf3;
  border: 4px solid #0C00FF;
  padding: 0.45em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.cid-uR8QrrcEZW .banner-slides {
  position: relative;
  height: 3.5em;
}
.cid-uR8QrrcEZW .banner-slides__item {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-animation: banner-anim-first 13s infinite;
  animation: banner-anim-first 13s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cid-uR8QrrcEZW .banner-slides__item + .banner-slides__item {
  left: 100%;
  -webkit-animation-name: banner-anim;
  animation-name: banner-anim;
}
.cid-uR8QrrcEZW .banner-slides__item + .banner-slides__item + .banner-slides__item {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}
@-webkit-keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes banner-anim-first {
  0%,
  15%,
  85%,
  100% {
    left: 0;
    opacity: 1;
  }
  18%,
  82% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
@keyframes banner-anim {
  0%,
  15%,
  52%,
  100% {
    left: 100%;
  }
  18%,
  48% {
    left: 0;
  }
}
.cid-uR8QrrpijC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR8QrrpijC body {
  background-color: #333;
}
.cid-uR8QrrpijC img {
  width: 80px;
  height: 80px;
  animation: scroll 60s linear infinite;
}
.cid-uR8QrrpijC .slide-track {
  width: 100%;
  display: flex;
  gap: 1em;
  overflow: hidden;
}
.cid-uR8QrrpijC .slider {
  margin-top: 0px;
  background-color: whitesmoke;
  padding: 1em 1em;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}
.cid-uR8QrrXKMr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-uR8QrrXKMr .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uR8QrrXKMr .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uR8QrrXKMr .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uR8QrrXKMr .wrapper {
  padding: 30px 0;
}
.cid-uR8QrrXKMr .mbr-section-title {
  color: #fafafa;
}
.cid-uR8QrrXKMr .mbr-text,
.cid-uR8QrrXKMr .mbr-section-btn {
  color: #ffffff;
}
.cid-uR8QrsjgM9 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-uR8QrsjgM9 DIV {
  color: #ffffff;
}
.cid-uR8QrsjgM9 H10 {
  color: #767676;
}
.cid-uR8QrsjgM9 .hidden {
  display: none;
}
.cid-uR8QrsjgM9 .sidebar {
  z-index: 1001;
  background-color: #4479d9;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-uR8QrsjgM9 .sidebar nav {
  height: 100%;
}
.cid-uR8QrsjgM9 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-uR8QrsjgM9 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #4479d9;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-uR8QrsjgM9 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #fafafa;
  color: #ffffff;
}
.cid-uR8QrsjgM9 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-uR8QrsjgM9 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-uR8QrsjgM9 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-uR8QrsjgM9 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-uR8QrsjgM9 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-uR8QrsjgM9 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-uR8QrsjgM9 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-uR8QrsjgM9 .sidebar:hover {
    width: 14rem;
    opacity: 0.5;
  }
  .cid-uR8QrsjgM9 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-uR8QrsjgM9 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-uR8QrsjgM9 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-uR8QrsjgM9 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-uR8QrsjgM9 .sidebar {
    overflow-y: scroll;
  }
}
.cid-uR8QrsjgM9 :root {
  --sidebar-width: 4.5em;
}
.cid-uOpe0IjWCD .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOpe0IjWCD .display-2 {
  font-size: 2rem;
}
.cid-uOpe0IjWCD .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uOpe0IjWCD .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-uOpe0IjWCD .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uOpe0IjWCD.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uOpe0IjWCD.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpe0IjWCD.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uOpe0IjWCD .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-uOpe0IjWCD .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOpe0IjWCD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOpe0IjWCD .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uOpe0IjWCD .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-uOpe0IjWCD .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uOpe0IjWCD .navbar.opened {
  transition: all .3s;
}
.cid-uOpe0IjWCD .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uOpe0IjWCD .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uOpe0IjWCD .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uOpe0IjWCD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uOpe0IjWCD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uOpe0IjWCD .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uOpe0IjWCD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOpe0IjWCD .navbar-caption {
  padding-right: 1rem;
}
.cid-uOpe0IjWCD .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uOpe0IjWCD .nav-item:focus,
.cid-uOpe0IjWCD .nav-link:focus {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uOpe0IjWCD .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uOpe0IjWCD .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpe0IjWCD .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown-item.active,
.cid-uOpe0IjWCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpe0IjWCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpe0IjWCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpe0IjWCD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-uOpe0IjWCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uOpe0IjWCD a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpe0IjWCD .navbar-brand span {
  display: inline-block;
}
.cid-uOpe0IjWCD .navbar-brand a {
  font-weight: 400;
}
.cid-uOpe0IjWCD .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-uOpe0IjWCD .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uOpe0IjWCD .btn .mbr-iconfont,
.cid-uOpe0IjWCD .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uOpe0IjWCD .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #22a5e5 !important;
  background: linear-gradient(to right, #22a5e5, #22a5e5) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #ffffff;
}
.cid-uOpe0IjWCD .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uOpe0IjWCD .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uOpe0IjWCD .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uOpe0IjWCD .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 14;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 14;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 14;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uOpe0IjWCD img {
  width: auto;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uOpe0IjWCD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uOpe0IjWCD .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uOpe0IjWCD .socicon {
  line-height: inherit;
}
.cid-uOpe0IjWCD .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uRb1FakBde {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRb1FakBde hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-uRb1GqTfb2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRb1GqTfb2 hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-uRb1QFqEAm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #4479d9;
}
.cid-uRb1QFqEAm .section-text {
  text-align: left;
}
.cid-uRb1QFqEAm .container-theme {
  margin: 0 auto;
}
.cid-uRb1QFqEAm .blackcolor {
  color: #ffffff;
}
.cid-uRb1ZL6Nv0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uRb1ZL6Nv0 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .row {
  margin: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uRb1ZL6Nv0 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 30px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 30px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .hide-modal {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRb1ZL6Nv0 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uRb1ZL6Nv0 .mbr-shop .filter-by-pu,
.cid-uRb1ZL6Nv0 .mbr-shop .filter-by-pd,
.cid-uRb1ZL6Nv0 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uRb1ZL6Nv0 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem h4,
.cid-uRb1ZL6Nv0 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem h5,
.cid-uRb1ZL6Nv0 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem p,
.cid-uRb1ZL6Nv0 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uRb1ZL6Nv0 .mbr-shop .item-button {
  text-align: center;
}
.cid-uRb1ZL6Nv0 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-uRb1ZL6Nv0 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uRb1ZL6Nv0 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: -20px;
  right: 3px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uRb1ZL6Nv0 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uRb1ZL6Nv0 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uRb1ZL6Nv0 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .range-controls {
  position: relative;
}
.cid-uRb1ZL6Nv0 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uRb1ZL6Nv0 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #6592e6;
}
.cid-uRb1ZL6Nv0 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #6592e6;
  cursor: pointer;
}
.cid-uRb1ZL6Nv0 .mbr-shop .toggle:hover,
.cid-uRb1ZL6Nv0 .mbr-shop .toggle:active {
  background-color: #ff6666;
}
.cid-uRb1ZL6Nv0 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uRb1ZL6Nv0 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uRb1ZL6Nv0 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uRb1ZL6Nv0 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRb1ZL6Nv0 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRb1ZL6Nv0 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uRb1ZL6Nv0 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uRb1ZL6Nv0 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uRb1ZL6Nv0 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uRb1ZL6Nv0 .mbr-shop .price-range {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .price-range-reset {
  display: none;
}
.cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uRb1ZL6Nv0 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uRb1ZL6Nv0 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uRb1ZL6Nv0 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uRb1ZL6Nv0 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uRb1ZL6Nv0 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uRb1ZL6Nv0 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uRb1ZL6Nv0 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uRb1ZL6Nv0 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uRb1ZL6Nv0 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uRb1ZL6Nv0 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uRb1ZL6Nv0 .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRb1ZL6Nv0 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uRb1ZL6Nv0 .range-controls {
  display: block !important;
}
.cid-uRb1ZL6Nv0 .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uRb1ZL6Nv0 .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-uRb1ZL6Nv0 .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-uRb1ZL6Nv0 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-uRb1ZL6Nv0 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: bold;
}
.cid-uRb1ZL6Nv0 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-uRb1ZL6Nv0 .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uRb1ZL6Nv0 .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-uRb1ZL6Nv0 .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-uRb1ZL6Nv0 .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-uRb1ZL6Nv0 .categories {
  padding: 0;
}
.cid-uRb1ZL6Nv0 .sidebar-title {
  font-weight: bold;
}
.cid-uRb1ZL6Nv0 LI {
  color: #6592e6;
}
.cid-uRb1ZL6Nv0 .card-description {
  color: #000000;
}
.cid-uReHDxMrvh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #012a75;
}
.cid-uReHDxMrvh .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uOpe0IjWCD .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOpe0IjWCD .display-2 {
  font-size: 2rem;
}
.cid-uOpe0IjWCD .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-uOpe0IjWCD .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .dropdown-item:hover {
    color: #232323 !important;
    background: #cccccc !important;
  }
  .cid-uOpe0IjWCD .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-uOpe0IjWCD.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uOpe0IjWCD.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uOpe0IjWCD.collapsed .icons-menu {
    margin: auto;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOpe0IjWCD.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu {
    top: 0;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-uOpe0IjWCD .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOpe0IjWCD .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-uOpe0IjWCD .navbar-brand {
    min-height: 68px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOpe0IjWCD .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOpe0IjWCD .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
@media (max-width: 370px) {
  .cid-uOpe0IjWCD .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-uOpe0IjWCD .container {
  width: 100%;
  max-width: 1600px !important;
  display: flex;
  margin: auto;
}
.cid-uOpe0IjWCD .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: #ffffff !important;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-uOpe0IjWCD .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-uOpe0IjWCD .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-uOpe0IjWCD .navbar.opened {
  transition: all .3s;
}
.cid-uOpe0IjWCD .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-uOpe0IjWCD .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uOpe0IjWCD .nav-link:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .nav-link:hover:before {
  color: #cc2952 !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-uOpe0IjWCD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-uOpe0IjWCD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 400;
  }
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-uOpe0IjWCD .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-uOpe0IjWCD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOpe0IjWCD .navbar-caption {
  padding-right: 1rem;
}
.cid-uOpe0IjWCD .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: rgba(255, 255, 255, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown-menu,
  .cid-uOpe0IjWCD .navbar.opened {
    background: #ffffff !important;
  }
}
.cid-uOpe0IjWCD .nav-item:focus,
.cid-uOpe0IjWCD .nav-link:focus {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOpe0IjWCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-uOpe0IjWCD .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-uOpe0IjWCD .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uOpe0IjWCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOpe0IjWCD .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-uOpe0IjWCD .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #cccccc !important;
}
.cid-uOpe0IjWCD .navbar-brand {
  min-height: 68px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOpe0IjWCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOpe0IjWCD .dropdown-item.active,
.cid-uOpe0IjWCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOpe0IjWCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 400;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOpe0IjWCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-uOpe0IjWCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOpe0IjWCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOpe0IjWCD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uOpe0IjWCD .navbar-buttons {
    text-align: right;
    min-width: 185px;
    width: 185px;
  }
}
.cid-uOpe0IjWCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOpe0IjWCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOpe0IjWCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOpe0IjWCD .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-uOpe0IjWCD a.nav-link {
  display: flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOpe0IjWCD .navbar-brand span {
  display: inline-block;
}
.cid-uOpe0IjWCD .navbar-brand a {
  font-weight: 400;
}
.cid-uOpe0IjWCD .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-uOpe0IjWCD .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 400;
}
.cid-uOpe0IjWCD .btn .mbr-iconfont,
.cid-uOpe0IjWCD .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-uOpe0IjWCD .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #232323;
  border-top-color: #232323;
  background: #22a5e5 !important;
  background: linear-gradient(to right, #22a5e5, #22a5e5) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 3.5px;
  padding-bottom: 7px;
  color: #ffffff;
}
.cid-uOpe0IjWCD .topLineDivSettings span {
  font-weight: 400 !important;
}
.cid-uOpe0IjWCD .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-uOpe0IjWCD .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-uOpe0IjWCD .topline-msg {
  -moz-animation: Flash 2.6s infinite;
  -moz-animation-iteration-count: 14;
  -webkit-animation: Flash 2.6s infinite;
  -webkit-animation-iteration-count: 14;
  animation: Flash 2.6s infinite;
  animation-iteration-count: 14;
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uOpe0IjWCD img {
  width: auto;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-uOpe0IjWCD .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uOpe0IjWCD a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-uOpe0IjWCD .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-uOpe0IjWCD .socicon {
  line-height: inherit;
}
.cid-uOpe0IjWCD .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-uReS3VX5nV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uReS3VX5nV hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uReS53jGNU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uReS53jGNU hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uReS7WWAjP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uReS7WWAjP hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-uReT4rpPza {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #9fdbf8;
}
.cid-uReT4rpPza .container {
  backdrop-filter: blur(10px);
  border: 1px solid white;
  padding: 15px;
}
.cid-uReT4rpPza .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-uReT4rpPza .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uReT4rpPza .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uReT4rpPza .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uReT4rpPza .mbr-text,
.cid-uReT4rpPza .mbr-section-btn {
  color: #000000;
}
.cid-uReT4rpPza .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.3);
  border-radius: .25rem;
}
.cid-uReT4rpPza .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-uReT4rpPza .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uReT4rpPza .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uReT4rpPza .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-uReT4rpPza .main-row {
    margin: 0;
  }
  .cid-uReT4rpPza .mbr-section-title,
  .cid-uReT4rpPza .mbr-text,
  .cid-uReT4rpPza .list,
  .cid-uReT4rpPza .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uReT4rpPza .text-content {
    padding: 0;
  }
}
.cid-uReUMVk8Qf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uReUMVk8Qf .mbr-section-subtitle {
  color: #767676;
}
.cid-uReUMVk8Qf ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uReUMVk8Qf ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uReUMVk8Qf ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uReUMVk8Qf ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uReUMVk8Qf .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uReSfrg39l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4479d9;
}
.cid-uReSfrg39l .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-uReSfrg39l .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uReSfrg39l .mbr-text {
  color: #444;
}
.cid-uReSfrg39l h5 {
  margin-bottom: 0;
}
.cid-uReSfrg39l .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-uReSfrg39l .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uReSfrg39l .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-uReSfrg39l .socicon {
  font-size: 1.3rem;
  background: #22a5e5;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uReSfrg39l .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uReSfrg39l .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uReSfrg39l .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uReSfrg39l .social-list a:hover {
  opacity: 0.4;
}
.cid-uReSfrg39l .media-container-row > div {
  padding: 0px;
}
.cid-uReSfrg39l .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uReSfrg39l .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uReSfrg39l .group-title SPAN {
  color: #ffffff;
}
.cid-uReSfrg39l .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-uReSfrg39l .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uReSfrg39l .social-list,
  .cid-uReSfrg39l .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uReSfrg39l h3 {
    margin-bottom: 10px;
  }
  .cid-uReSfrg39l .navbar-brand {
    text-align: center;
  }
}
.cid-uReSfrg39l .links SPAN {
  color: #9e9e9e;
}
