.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ff0000 !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: #ffd7ef !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='%23ff0000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uTGwn3YTd8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #050f16;
}
.cid-uTGwn3YTd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTGwn3YTd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTH9TXG6qM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #050f16;
}
.cid-uTH9TXG6qM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTH9TXG6qM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTHcDDLqHM {
  padding-top: 120px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #edefeb, #000000);
}
@media (min-width: 992px) {
  .cid-uTHcDDLqHM .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .cid-uTHcDDLqHM .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .cid-uTHcDDLqHM .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}
.cid-uTHcDDLqHM .section-heading {
  text-transform: uppercase;
}
.cid-uTHcDDLqHM .bg-faded-Dw {
  background-color: #f9f295;
  opacity: 0.85;
}
.cid-uTHcDDLqHM .bg-faded-Up {
  background-color: #ffffff;
  opacity: 0.85;
}
.cid-uTHcDDLqHM H2 {
  color: #232323;
  text-align: left;
}
.cid-uTHcDDLqHM P {
  text-align: center;
  color: #232323;
}
.cid-uTHcDDLqHM .section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}
.cid-uTHcDDLqHM .section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}
.cid-v2CKpqGBRu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #005e9a;
}
.cid-v2CKpqGBRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2CKpqGBRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2CKpqGBRu .row {
  flex-direction: row-reverse;
}
.cid-v2CKpqGBRu .mbr-description {
  color: #ffffff;
}
.cid-uTFt4smTAP {
  padding-top: 15px;
  padding-bottom: 60px;
  background: linear-gradient(23deg, #edefeb, #edefeb);
}
.cid-uTFt4smTAP .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uTFt4smTAP * {
  box-sizing: border-box;
}
.cid-uTFt4smTAP body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-uTFt4smTAP p {
  margin: 0 0 1rem;
}
.cid-uTFt4smTAP img {
  display: block;
  width: 100%;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
}
.cid-uTFt4smTAP .flex-container {
  max-width: 38rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(-16px 16px 84px #000000);
}
.cid-uTFt4smTAP .col {
  position: relative;
}
.cid-uTFt4smTAP .col--img {
  flex: 0 0 43%;
  align-self: flex-start;
}
.cid-uTFt4smTAP .col--text {
  background-color: #005e9a;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
}
@media (min-width: 40em) {
  .cid-uTFt4smTAP h3 {
    font-size: 2rem;
  }
  .cid-uTFt4smTAP .flex-container {
    display: flex;
  }
  .cid-uTFt4smTAP .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-uTFt4smTAP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTFt4smTAP P {
  color: #ffffff;
  text-align: center;
}
.cid-uTFt4smTAP H3 {
  text-align: left;
  color: #ffffff;
}
.cid-uTKyqNrRqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bricks.jpg-1920x1280.jpg");
}
.cid-uTKyqNrRqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKyqNrRqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3E98snDV {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #edefeb, #edefeb);
}
.cid-uU3E98snDV .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3E98snDV .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3E98snDV .green-audio-player {
    width: 300px;
  }
}
.cid-uU3E98snDV .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3E98snDV .green-audio-player.player-accessible .controls:hover,
.cid-uU3E98snDV .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3E98snDV .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3E98snDV .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3E98snDV .green-audio-player svg,
.cid-uU3E98snDV .green-audio-player img {
  display: block;
}
.cid-uU3E98snDV .green-audio-player .holder {
  position: relative;
}
.cid-uU3E98snDV .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3E98snDV .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3E98snDV .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3E98snDV .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3E98snDV .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3E98snDV .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3E98snDV .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3E98snDV .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3E98snDV .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3E98snDV .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3E98snDV .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3E98snDV .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3E98snDV .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3E98snDV .green-audio-player .volume {
  position: relative;
}
.cid-uU3E98snDV .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3E98snDV .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3E98snDV .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3E98snDV .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3E98snDV .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3E98snDV .green-audio-player:focus {
  outline: none;
}
.cid-uU3E98snDV .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3E98snDV .hidden {
  display: none;
}
.cid-uUSN5fphyd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uUSN5fphyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSN5fphyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUSN5fphyd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUSN5fphyd .row {
  flex-direction: row-reverse;
}
.cid-uUSN5fphyd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUSN5fphyd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUSN5fphyd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUSN5fphyd .mbr-section-title {
  color: #000000;
}
.cid-uUSN5fphyd .mbr-text,
.cid-uUSN5fphyd .mbr-section-btn {
  color: #232323;
}
.cid-uUSBm90PJ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #edefeb, #edefeb);
}
.cid-uUSBm90PJ2 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uUSBm90PJ2 .green-audio-player {
  width: 484px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uUSBm90PJ2 .green-audio-player {
    width: 300px;
  }
}
.cid-uUSBm90PJ2 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uUSBm90PJ2 .green-audio-player.player-accessible .controls:hover,
.cid-uUSBm90PJ2 .green-audio-player.player-accessible .volume__button:hover,
.cid-uUSBm90PJ2 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uUSBm90PJ2 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uUSBm90PJ2 .green-audio-player svg,
.cid-uUSBm90PJ2 .green-audio-player img {
  display: block;
}
.cid-uUSBm90PJ2 .green-audio-player .holder {
  position: relative;
}
.cid-uUSBm90PJ2 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uUSBm90PJ2 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUSBm90PJ2 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uUSBm90PJ2 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uUSBm90PJ2 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uUSBm90PJ2 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uUSBm90PJ2 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uUSBm90PJ2 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uUSBm90PJ2 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uUSBm90PJ2 .green-audio-player .controls span {
  cursor: default;
}
.cid-uUSBm90PJ2 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player .volume {
  position: relative;
}
.cid-uUSBm90PJ2 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uUSBm90PJ2 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uUSBm90PJ2 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uUSBm90PJ2 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUSBm90PJ2 .green-audio-player .download:focus {
  outline: none;
}
.cid-uUSBm90PJ2 .green-audio-player:focus {
  outline: none;
}
.cid-uUSBm90PJ2 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uUSBm90PJ2 .hidden {
  display: none;
}
.cid-uUSBm90PJ2 .mbr-text {
  text-align: center;
}
.cid-uUSBm90PJ2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-fgLZ3LXm2m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #edefeb;
}
.cid-fgLZ3LXm2m #simp button,
.cid-fgLZ3LXm2m #simp input,
.cid-fgLZ3LXm2m #simp img {
  border: 0;
}
.cid-fgLZ3LXm2m #simp {
  max-width: 600px;
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  text-align: initial;
  line-height: initial;
  background: #17212b;
  color: #ddd;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.cid-fgLZ3LXm2m #simp .simp-album {
  padding: 20px 25px 5px;
}
.cid-fgLZ3LXm2m #simp .simp-album .simp-cover {
  margin-right: 20px;
}
.cid-fgLZ3LXm2m #simp .simp-album .simp-cover img {
  max-width: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.cid-fgLZ3LXm2m #simp .simp-album .simp-title {
  font-size: 120%;
  font-weight: bold;
}
.cid-fgLZ3LXm2m #simp .simp-album .simp-artist {
  font-size: 90%;
  color: #6c7883;
}
.cid-fgLZ3LXm2m #simp .simp-controls {
  padding: 15px;
}
.cid-fgLZ3LXm2m #simp .simp-controls button {
  font-size: 130%;
  width: 32px;
  height: 32px;
  background: none;
  color: #ddd;
  padding: 7px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}
.cid-fgLZ3LXm2m #simp .simp-controls button[disabled] {
  color: #636469;
  cursor: initial;
}
.cid-fgLZ3LXm2m #simp .simp-controls button:not([disabled]):hover {
  background: #4082bc;
  color: #fff;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-prev,
.cid-fgLZ3LXm2m #simp .simp-controls .simp-next {
  font-size: 100%;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-tracker,
.cid-fgLZ3LXm2m #simp .simp-controls .simp-volume {
  flex: 1;
  margin-left: 10px;
  position: relative;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-buffer {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 100px;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-loading .simp-buffer {
  -webkit-animation: audio-progress 1s linear infinite;
  animation: audio-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-time,
.cid-fgLZ3LXm2m #simp .simp-controls .simp-others {
  margin-left: 10px;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-volume {
  max-width: 110px;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-volume .simp-mute {
  margin-right: 5px;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-others .simp-active {
  background: #242f3d;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-others .simp-shide button {
  font-size: 100%;
  padding: 0;
  width: 24px;
  height: 14px;
  display: block;
}
.cid-fgLZ3LXm2m #simp .simp-controls input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  height: 19px;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.cid-fgLZ3LXm2m #simp .simp-controls input[type=range]::-webkit-slider-runnable-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.cid-fgLZ3LXm2m #simp .simp-controls input[type=range]::-moz-range-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track {
  background: #2f3841;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-load .simp-progress::-moz-range-track {
  background: #2f3841;
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-loading .simp-progress::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}
.cid-fgLZ3LXm2m #simp .simp-controls .simp-loading .simp-progress::-moz-range-track {
  background: rgba(255, 255, 255, 0.25);
}
.cid-fgLZ3LXm2m #simp .simp-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
.cid-fgLZ3LXm2m #simp .simp-controls input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
.cid-fgLZ3LXm2m #simp .simp-footer {
  padding: 10px 10px 12px;
  font-size: 90%;
  text-align: center;
  opacity: .7;
}
.cid-fgLZ3LXm2m #simp .simp-display {
  overflow: hidden;
  max-height: 650px;
  transition: max-height 0.5s ease-in-out;
}
.cid-fgLZ3LXm2m #simp .simp-hide {
  max-height: 0;
}
.cid-fgLZ3LXm2m #simp ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #73797f #2f3841;
}
.cid-fgLZ3LXm2m #simp ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
}
.cid-fgLZ3LXm2m #simp ul li:last-child {
  padding-bottom: 13px;
}
.cid-fgLZ3LXm2m #simp ul li:nth-child(odd) {
  background: #0e1621;
}
.cid-fgLZ3LXm2m #simp ul li:hover {
  background: #242f3d;
}
.cid-fgLZ3LXm2m #simp ul li.simp-active {
  background: #4082bc;
  color: #fff;
}
.cid-fgLZ3LXm2m #simp ul li .simp-desc {
  font-size: 90%;
  opacity: .5;
  margin-left: 5px;
}
.cid-fgLZ3LXm2m #simp ul::-webkit-scrollbar-track {
  background-color: #2f3841;
}
.cid-fgLZ3LXm2m #simp ul::-webkit-scrollbar {
  width: 6px;
  background-color: #2f3841;
}
.cid-fgLZ3LXm2m #simp ul::-webkit-scrollbar-thumb {
  background-color: #73797f;
}
.cid-uTFsm6xiiA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uTFsm6xiiA .mbr-section-title {
  text-align: center;
}
.cid-uTFsm6xiiA .mbr-section-text {
  text-align: center;
}
.cid-uTFsm6xiiA button[type="submit"] {
  border-radius: 100px;
}
.cid-uTFsm6xiiA a[type="submit"],
.cid-uTFsm6xiiA button[type="submit"] {
  margin-top: 0;
}
.cid-uTFsm6xiiA .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uTFsm6xiiA mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
  font-weight: bold;
}
.cid-uTFsm6xiiA .row .spinner-border,
.cid-uTFsm6xiiA .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uTFsm6xiiA .gdpr-block {
  display: none;
}
.cid-uYBWIKHI0n {
  padding-top: 0px;
  padding-bottom: 240px;
  background: linear-gradient(to bottom right, #005e9a, #005e9a);
}
.cid-uYBWIKHI0n .text-color {
  color: #ffffff;
}
.cid-uYBWIKHI0n * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}
.cid-uYBWIKHI0n *:before,
.cid-uYBWIKHI0n *:after {
  box-sizing: border-box;
}
.cid-uYBWIKHI0n html,
.cid-uYBWIKHI0n body {
  min-height: 100%;
}
.cid-uYBWIKHI0n h1 {
  display: table;
  margin: 5% auto 0;
  text-transform: uppercase;
  font-family: 'Times Roman', sans-serif;
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px white, 0 1px black;
}
.cid-uYBWIKHI0n .container {
  margin: 4% auto;
  width: 210px;
  height: 140px;
  position: relative;
  perspective: 1000px;
}
.cid-uYBWIKHI0n #carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}
.cid-uYBWIKHI0n #carousel:hover {
  animation-play-state: paused;
}
.cid-uYBWIKHI0n #carousel figure {
  display: block;
  position: absolute;
  width: 90%;
  height: 50%px;
  left: 10px;
  top: 10px;
  background: #005e9a;
  overflow: hidden;
  border: solid 3px #005e9a
      ;
}
.cid-uYBWIKHI0n #carousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(288px);
}
.cid-uYBWIKHI0n #carousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(288px);
}
.cid-uYBWIKHI0n img:hover {
  -webkit-filter: grayscale(0);
  transform: scale(1.2, 1.2);
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cid-uYBWIKHI0n H1 {
  text-align: center;
}
.cid-uYyRdOgHj3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uYyRdOgHj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYyRdOgHj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uYyRdOgHj3 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uYyRdOgHj3 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uYyRdOgHj3 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uYyRdOgHj3 .card-wrapper {
  background: #ffffff;
}
.cid-uYyRdOgHj3 .mbr-text,
.cid-uYyRdOgHj3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uYyRdOgHj3 .card-title,
.cid-uYyRdOgHj3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uYyRdOgHj3 .image-wrapper img {
  width: 100%;
}
.cid-tiXzdJq7JP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #222838;
}
.cid-tiXzdJq7JP .mbr-media {
  position: relative;
}
.cid-tiXzdJq7JP .mbr-media img {
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-tiXzdJq7JP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-tiXzdJq7JP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tiXzdJq7JP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(54, 53, 53, 0.315);
  width: 100%;
  height: 100%;
}
.cid-tiXzdJq7JP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tiXzdJq7JP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-tiXzdJq7JP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-tiXzdJq7JP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tiXzdJq7JP .mbr-section-title {
  color: #ffffff;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-tiXzdJq7JP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWQzwA0QbG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uWQzwA0QbG h6 {
  line-height: 1.2;
}
.cid-uWQzwA0QbG img,
.cid-uWQzwA0QbG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWQzwA0QbG .item:focus,
.cid-uWQzwA0QbG span:focus {
  outline: none;
}
.cid-uWQzwA0QbG .item-img a {
  cursor: pointer;
}
.cid-uWQzwA0QbG .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uWQzwA0QbG .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uWQzwA0QbG .mbr-section-title {
  color: #000000;
}
.cid-uWQzwA0QbG .mbr-text,
.cid-uWQzwA0QbG .mbr-section-btn {
  color: #000000;
}
.cid-uWQzwA0QbG .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWQzwA0QbG .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWQzwA0QbG .item-text {
  color: #000000;
  text-align: center;
}
.cid-uWQzwA0QbG .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uWQzwA0QbG .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uYBYyNKSwo {
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #edefeb, #edefeb);
}
.cid-uYBYyNKSwo .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uYBYyNKSwo .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uYBYyNKSwo .green-audio-player {
    width: 300px;
  }
}
.cid-uYBYyNKSwo .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uYBYyNKSwo .green-audio-player.player-accessible .controls:hover,
.cid-uYBYyNKSwo .green-audio-player.player-accessible .volume__button:hover,
.cid-uYBYyNKSwo .green-audio-player.player-accessible .volume__controls:hover,
.cid-uYBYyNKSwo .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uYBYyNKSwo .green-audio-player svg,
.cid-uYBYyNKSwo .green-audio-player img {
  display: block;
}
.cid-uYBYyNKSwo .green-audio-player .holder {
  position: relative;
}
.cid-uYBYyNKSwo .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uYBYyNKSwo .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uYBYyNKSwo .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uYBYyNKSwo .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uYBYyNKSwo .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uYBYyNKSwo .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uYBYyNKSwo .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uYBYyNKSwo .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uYBYyNKSwo .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uYBYyNKSwo .green-audio-player .controls span {
  cursor: default;
}
.cid-uYBYyNKSwo .green-audio-player .controls:focus {
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player .volume {
  position: relative;
}
.cid-uYBYyNKSwo .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uYBYyNKSwo .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uYBYyNKSwo .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uYBYyNKSwo .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uYBYyNKSwo .green-audio-player .download:focus {
  outline: none;
}
.cid-uYBYyNKSwo .green-audio-player:focus {
  outline: none;
}
.cid-uYBYyNKSwo .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uYBYyNKSwo .hidden {
  display: none;
}
.cid-uYAsi0ZN5S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uYAsi0ZN5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYAsi0ZN5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYAsi0ZN5S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYAsi0ZN5S .row {
  flex-direction: row-reverse;
}
.cid-uYAsi0ZN5S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYAsi0ZN5S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYAsi0ZN5S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYAsi0ZN5S .mbr-section-title {
  color: #000000;
}
.cid-uYAsi0ZN5S .mbr-text,
.cid-uYAsi0ZN5S .mbr-section-btn {
  color: #232323;
}
.cid-uU3KkbhOhk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005e9a;
}
.cid-uU3KkbhOhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3KkbhOhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3KkbhOhk .pb-video-container {
  padding-top: 20px;
  background: #ffffff;
  justify-content: center;
}
.cid-uU3KkbhOhk .pb-video {
  padding: 16px;
}
.cid-uU3KkbhOhk .pb-color {
  background-color: #000000;
}
.cid-uU3KkbhOhk .pb-row {
  margin-bottom: 2px;
  justify-content: center;
}
.cid-uU3KkbhOhk .mbr-text,
.cid-uU3KkbhOhk .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-uU3KkbhOhk .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uU3KkbhOhk .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uU3KkbhOhk .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-uU3KkbhOhk .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uU3KkbhOhk .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-uU3KkbhOhk .mbr-section-title {
  color: #ffffff;
}
.cid-uU3KkbhOhk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uU3KmjHapM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005e9a;
}
.cid-uU3KmjHapM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3KmjHapM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3KmjHapM .pb-video-container {
  padding-top: 20px;
  background: #ffffff;
  justify-content: center;
}
.cid-uU3KmjHapM .pb-video {
  padding: 16px;
}
.cid-uU3KmjHapM .pb-color {
  background-color: #000000;
}
.cid-uU3KmjHapM .pb-row {
  margin-bottom: 2px;
  justify-content: center;
}
.cid-uU3KmjHapM .mbr-text,
.cid-uU3KmjHapM .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-uU3KmjHapM .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uU3KmjHapM .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uU3KmjHapM .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-uU3KmjHapM .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uU3KmjHapM .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-uU3KmjHapM .mbr-section-title {
  color: #ffffff;
}
.cid-uU3KmjHapM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uU3KRtvPKR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005e9a;
}
.cid-uU3KRtvPKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3KRtvPKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3KRtvPKR .pb-video-container {
  padding-top: 20px;
  background: #ffffff;
  justify-content: center;
}
.cid-uU3KRtvPKR .pb-video {
  padding: 16px;
}
.cid-uU3KRtvPKR .pb-color {
  background-color: #000000;
}
.cid-uU3KRtvPKR .pb-row {
  margin-bottom: 2px;
  justify-content: center;
}
.cid-uU3KRtvPKR .mbr-text,
.cid-uU3KRtvPKR .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-uU3KRtvPKR .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uU3KRtvPKR .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uU3KRtvPKR .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-uU3KRtvPKR .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uU3KRtvPKR .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-uU3KRtvPKR .mbr-section-title {
  color: #ffffff;
}
.cid-uU3KRtvPKR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVHVsyQPd9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #005e9a;
  background-image: linear-gradient(#005e9a 50%, #005e9a);
}
.cid-uVHVsyQPd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVHVsyQPd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVHVsyQPd9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVHVsyQPd9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uVHVsyQPd9 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uVHVsyQPd9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVHVsyQPd9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uVHVsyQPd9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVHVsyQPd9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVHVsyQPd9 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVHVsyQPd9 .embla__button--next,
.cid-uVHVsyQPd9 .embla__button--prev {
  display: flex;
}
.cid-uVHVsyQPd9 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uVHVsyQPd9 .embla__button {
    top: 0;
  }
}
.cid-uVHVsyQPd9 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uVHVsyQPd9 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uVHVsyQPd9 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uVHVsyQPd9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uVHVsyQPd9 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVHVsyQPd9 .embla {
    padding-top: 6rem !important;
  }
}
.cid-uVHVsyQPd9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVHVsyQPd9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVHVsyQPd9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVHVsyQPd9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVHVsyQPd9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVHVsyQPd9 .mbr-label,
.cid-uVHVsyQPd9 .label-wrapper {
  color: #ffffff;
}
.cid-uVHVsyQPd9 .mbr-section-title,
.cid-uVHVsyQPd9 .title-wrapper {
  color: #ffffff;
}
.cid-uVHVsyQPd9 .card-title {
  color: #000000;
}
.cid-uVHVsyQPd9 .card-text {
  color: #8a8a8a;
}
.cid-uU3FP1NxiJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uU3FP1NxiJ .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3FP1NxiJ .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3FP1NxiJ .green-audio-player {
    width: 300px;
  }
}
.cid-uU3FP1NxiJ .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3FP1NxiJ .green-audio-player.player-accessible .controls:hover,
.cid-uU3FP1NxiJ .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3FP1NxiJ .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3FP1NxiJ .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3FP1NxiJ .green-audio-player svg,
.cid-uU3FP1NxiJ .green-audio-player img {
  display: block;
}
.cid-uU3FP1NxiJ .green-audio-player .holder {
  position: relative;
}
.cid-uU3FP1NxiJ .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3FP1NxiJ .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3FP1NxiJ .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3FP1NxiJ .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3FP1NxiJ .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3FP1NxiJ .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3FP1NxiJ .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3FP1NxiJ .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3FP1NxiJ .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3FP1NxiJ .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3FP1NxiJ .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player .volume {
  position: relative;
}
.cid-uU3FP1NxiJ .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3FP1NxiJ .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3FP1NxiJ .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3FP1NxiJ .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3FP1NxiJ .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3FP1NxiJ .green-audio-player:focus {
  outline: none;
}
.cid-uU3FP1NxiJ .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3FP1NxiJ .hidden {
  display: none;
}
.cid-uTHLo7nKpA {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uTHLo7nKpA .fondcolor {
  margin-top: 11px;
  border-radius: 10px;
  border: 1px solid #232323;
  background: #000000;
}
.cid-uTHLo7nKpA .card {
  border-radius: 10px;
  margin-bottom: 1px;
}
.cid-uTHLo7nKpA .card .card-header {
  border-radius: 10px;
  border: 0px;
  padding: 0;
}
.cid-uTHLo7nKpA .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0;
  line-height: normal;
  align-items: center;
}
.cid-uTHLo7nKpA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uTHLo7nKpA .card .card-header a.panel-title h4 {
  padding: 0.7rem 2rem;
  border: 1px solid #232323;
  margin-bottom: -1px;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uTHLo7nKpA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uTHLo7nKpA .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uTHLo7nKpA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTHLo7nKpA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uTHLo7nKpA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uTHLo7nKpA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTHLo7nKpA H2 {
  color: #ffffff;
}
.cid-uTHLo7nKpA H4 {
  text-align: left;
  color: #0d41a8;
}
.cid-uTHLo7nKpA DIV {
  text-align: center;
}
.cid-uTFwbw9DG3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTFwbw9DG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFwbw9DG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFwbw9DG3 .mbr-text {
  color: #000000;
}
.cid-uTFwbw9DG3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTFwbw9DG3 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTFwbw9DG3 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uTFwbw9DG3 .mbr-section-subtitle,
.cid-uTFwbw9DG3 .main-button {
  color: #000000;
}
.cid-uU3ERT1PR5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uU3ERT1PR5 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3ERT1PR5 .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3ERT1PR5 .green-audio-player {
    width: 300px;
  }
}
.cid-uU3ERT1PR5 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3ERT1PR5 .green-audio-player.player-accessible .controls:hover,
.cid-uU3ERT1PR5 .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3ERT1PR5 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3ERT1PR5 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3ERT1PR5 .green-audio-player svg,
.cid-uU3ERT1PR5 .green-audio-player img {
  display: block;
}
.cid-uU3ERT1PR5 .green-audio-player .holder {
  position: relative;
}
.cid-uU3ERT1PR5 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3ERT1PR5 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3ERT1PR5 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3ERT1PR5 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3ERT1PR5 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3ERT1PR5 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3ERT1PR5 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3ERT1PR5 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3ERT1PR5 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3ERT1PR5 .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3ERT1PR5 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player .volume {
  position: relative;
}
.cid-uU3ERT1PR5 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3ERT1PR5 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3ERT1PR5 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3ERT1PR5 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3ERT1PR5 .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3ERT1PR5 .green-audio-player:focus {
  outline: none;
}
.cid-uU3ERT1PR5 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3ERT1PR5 .hidden {
  display: none;
}
.cid-uTHLputxlb {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uTHLputxlb .fondcolor {
  margin-top: 10px;
  border-radius: 11px;
  border: 2px solid #232323;
  background: #232323;
}
.cid-uTHLputxlb .card {
  border-radius: 11px;
  margin-bottom: 0px;
}
.cid-uTHLputxlb .card .card-header {
  border-radius: 11px;
  border: 0px;
  padding: 0;
}
.cid-uTHLputxlb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0;
  line-height: normal;
  align-items: center;
}
.cid-uTHLputxlb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uTHLputxlb .card .card-header a.panel-title h4 {
  padding: 0.7rem 2rem;
  border: 2px solid #232323;
  margin-bottom: -1px;
  border-radius: 11px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uTHLputxlb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uTHLputxlb .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uTHLputxlb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTHLputxlb .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uTHLputxlb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uTHLputxlb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTHLputxlb H2 {
  color: #ffffff;
}
.cid-uTHLputxlb H4 {
  text-align: left;
  color: #0d41a8;
}
.cid-uTYbHpt7Ho {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uTYbHpt7Ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYbHpt7Ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTYbHpt7Ho .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTYbHpt7Ho .row {
  flex-direction: row-reverse;
}
.cid-uTYbHpt7Ho .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTYbHpt7Ho .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTYbHpt7Ho .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTYbHpt7Ho .mbr-section-title {
  color: #000000;
}
.cid-uTYbHpt7Ho .mbr-text,
.cid-uTYbHpt7Ho .mbr-section-btn {
  color: #232323;
}
.cid-uTYcL0h5v8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #005e9a;
}
.cid-uTYcL0h5v8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTYcL0h5v8 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uTYcL0h5v8 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uTYcL0h5v8 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uTYcL0h5v8 .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uTYcL0h5v8 .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-uTYcL0h5v8 .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-uTYcL0h5v8 .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-uTYcL0h5v8 .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-uTYcL0h5v8 .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uTYcL0h5v8 .carousel-control:hover {
  background-color: #ff0000;
}
@media (max-width: 767px) {
  .cid-uTYcL0h5v8 .carousel-control {
    display: none;
  }
  .cid-uTYcL0h5v8 .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-uTYcL0h5v8 .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-uTYcL0h5v8 .cloneditem-1,
.cid-uTYcL0h5v8 .cloneditem-2,
.cid-uTYcL0h5v8 .cloneditem-3,
.cid-uTYcL0h5v8 .cloneditem-4,
.cid-uTYcL0h5v8 .cloneditem-5 {
  display: none;
}
.cid-uTYcL0h5v8 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTYcL0h5v8 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides2 .cloneditem-1,
  .cid-uTYcL0h5v8 .carousel-inner.slides2 .cloneditem-2,
  .cid-uTYcL0h5v8 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides3 .cloneditem-1,
  .cid-uTYcL0h5v8 .carousel-inner.slides3 .cloneditem-2,
  .cid-uTYcL0h5v8 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides4 .cloneditem-1,
  .cid-uTYcL0h5v8 .carousel-inner.slides4 .cloneditem-2,
  .cid-uTYcL0h5v8 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides5 .cloneditem-1,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 .cloneditem-2,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 .cloneditem-3,
  .cid-uTYcL0h5v8 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uTYcL0h5v8 .carousel-inner.slides6 .cloneditem-1,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 .cloneditem-2,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 .cloneditem-3,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 .cloneditem-4,
  .cid-uTYcL0h5v8 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uTYcL0h5v8 .mbr-section-title {
  margin: 0;
}
.cid-uTYcL0h5v8 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uTYcL0h5v8 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uTYcL0h5v8 .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTYcL0h5v8 .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-uTYcL0h5v8 .carousel-control-prev {
    left: 15px !important;
  }
  .cid-uTYcL0h5v8 .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-uTYcL0h5v8 .carousel-control-next {
    right: 15px !important;
  }
  .cid-uTYcL0h5v8 .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-uTFx3SW6zW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uTFx3SW6zW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTFx3SW6zW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTFx5wgfBE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uTFx5wgfBE .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uTFx5wgfBE .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uTFx5wgfBE .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uTFx5wgfBE .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uTFx5wgfBE .text-content {
    max-width: none;
  }
}
.cid-uTFx5wgfBE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uTFx5wgfBE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uTFx5wgfBE .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uTFx5wgfBE .icons {
    justify-content: center !important;
  }
  .cid-uTFx5wgfBE .text-content * {
    text-align: center;
  }
}
.cid-uTFx5wgfBE P {
  color: #000000;
  text-align: center;
}
.cid-uTFx5wgfBE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3om0a9m0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3om0a9m0 img {
  width: auto;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3om0a9m0 P {
  text-align: center;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-X0378WcB1T .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-X0378WcB1T .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(54px);
  min-height: calc(54px);
}
.cid-X0378WcB1T .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-X0378WcB1T .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-X0378WcB1T .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-X0378WcB1T .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-X0378WcB1T .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-X0378WcB1T .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-X0378WcB1T .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-X0378WcB1T .whatsapp-button::after {
    display: none;
  }
}
.cid-X0378WcB1T DIV {
  color: #ffffff;
}
.cid-X0378WcB1T p {
  color: #000;
}
.cid-X0378WcB1T .hidden {
  display: none;
}
.cid-v2CMNn1K3l .hidden {
  display: none;
}
.cid-v2CMNn1K3l .snowfall {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000000;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.cid-v2CMNn1K3l .snowflake {
  position: absolute;
  color: white;
}
.cid-v2CMNn1K3l .snowflake:after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background: url("https://www.unsitepourtous.be/mobi/img/snow2.png") no-repeat;
  background-size: 13%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(1) {
  animation-name: snowflake-1;
  animation-delay: 17s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 58%;
  top: -76%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(1):after {
  font-size: 19px;
}
@keyframes snowflake-1 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -76%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(2) {
  animation-name: snowflake-2;
  animation-delay: 17s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(2):after {
  font-size: 8px;
}
@keyframes snowflake-2 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -96%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(3) {
  animation-name: snowflake-3;
  animation-delay: 3s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -76%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(3):after {
  font-size: 14px;
}
@keyframes snowflake-3 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -76%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(4) {
  animation-name: snowflake-4;
  animation-delay: 4s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 84%;
  top: -98%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(4):after {
  font-size: 7px;
}
@keyframes snowflake-4 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -98%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(5) {
  animation-name: snowflake-5;
  animation-delay: 2s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(5):after {
  font-size: 5px;
}
@keyframes snowflake-5 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(6) {
  animation-name: snowflake-6;
  animation-delay: 15s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(6):after {
  font-size: 12px;
}
@keyframes snowflake-6 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -72%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(7) {
  animation-name: snowflake-7;
  animation-delay: 12s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -98%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(7):after {
  font-size: 17px;
}
@keyframes snowflake-7 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -98%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(8) {
  animation-name: snowflake-8;
  animation-delay: 14s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(8):after {
  font-size: 23px;
}
@keyframes snowflake-8 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -81%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(9) {
  animation-name: snowflake-9;
  animation-delay: 13s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -67%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(9):after {
  font-size: 9px;
}
@keyframes snowflake-9 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -67%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(10) {
  animation-name: snowflake-10;
  animation-delay: 14s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(10):after {
  font-size: 4px;
}
@keyframes snowflake-10 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -81%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(11) {
  animation-name: snowflake-11;
  animation-delay: 14s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 34%;
  top: -69%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(11):after {
  font-size: 19px;
}
@keyframes snowflake-11 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -69%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(12) {
  animation-name: snowflake-12;
  animation-delay: 7s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(12):after {
  font-size: 17px;
}
@keyframes snowflake-12 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -93%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(13) {
  animation-name: snowflake-13;
  animation-delay: 7s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 40%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(13):after {
  font-size: 9px;
}
@keyframes snowflake-13 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -100%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(14) {
  animation-name: snowflake-14;
  animation-delay: 15s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -88%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(14):after {
  font-size: 17px;
}
@keyframes snowflake-14 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -88%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(15) {
  animation-name: snowflake-15;
  animation-delay: 1s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -86%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(15):after {
  font-size: 7px;
}
@keyframes snowflake-15 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -86%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(16) {
  animation-name: snowflake-16;
  animation-delay: 13s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 83%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(16):after {
  font-size: 9px;
}
@keyframes snowflake-16 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -56%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(17) {
  animation-name: snowflake-17;
  animation-delay: 9s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 61%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(17):after {
  font-size: 21px;
}
@keyframes snowflake-17 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -93%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(18) {
  animation-name: snowflake-18;
  animation-delay: 6s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -83%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(18):after {
  font-size: 24px;
}
@keyframes snowflake-18 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -83%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(19) {
  animation-name: snowflake-19;
  animation-delay: 16s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(19):after {
  font-size: 11px;
}
@keyframes snowflake-19 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -60%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(20) {
  animation-name: snowflake-20;
  animation-delay: 8s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -59%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(20):after {
  font-size: 6px;
}
@keyframes snowflake-20 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -59%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(21) {
  animation-name: snowflake-21;
  animation-delay: 7s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 49%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(21):after {
  font-size: 21px;
}
@keyframes snowflake-21 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -100%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(22) {
  animation-name: snowflake-22;
  animation-delay: 9s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -77%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(22):after {
  font-size: 3px;
}
@keyframes snowflake-22 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -77%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(23) {
  animation-name: snowflake-23;
  animation-delay: 19s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(23):after {
  font-size: 14px;
}
@keyframes snowflake-23 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -100%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(24) {
  animation-name: snowflake-24;
  animation-delay: 5s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 71%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(24):after {
  font-size: 2px;
}
@keyframes snowflake-24 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -58%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(25) {
  animation-name: snowflake-25;
  animation-delay: 11s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -78%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(25):after {
  font-size: 9px;
}
@keyframes snowflake-25 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -78%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(26) {
  animation-name: snowflake-26;
  animation-delay: 13s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(26):after {
  font-size: 12px;
}
@keyframes snowflake-26 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -60%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(27) {
  animation-name: snowflake-27;
  animation-delay: 6s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 5%;
  top: -90%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(27):after {
  font-size: 11px;
}
@keyframes snowflake-27 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -90%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(28) {
  animation-name: snowflake-28;
  animation-delay: 9s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -84%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(28):after {
  font-size: 7px;
}
@keyframes snowflake-28 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -84%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(29) {
  animation-name: snowflake-29;
  animation-delay: 18s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(29):after {
  font-size: 4px;
}
@keyframes snowflake-29 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -57%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(30) {
  animation-name: snowflake-30;
  animation-delay: 1s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(30):after {
  font-size: 17px;
}
@keyframes snowflake-30 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -57%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(31) {
  animation-name: snowflake-31;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -89%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(31):after {
  font-size: 3px;
}
@keyframes snowflake-31 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -89%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(32) {
  animation-name: snowflake-32;
  animation-delay: 14s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 28%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(32):after {
  font-size: 16px;
}
@keyframes snowflake-32 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -60%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(33) {
  animation-name: snowflake-33;
  animation-delay: 15s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -69%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(33):after {
  font-size: 18px;
}
@keyframes snowflake-33 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -69%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(34) {
  animation-name: snowflake-34;
  animation-delay: 13s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 23%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(34):after {
  font-size: 6px;
}
@keyframes snowflake-34 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -92%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(35) {
  animation-name: snowflake-35;
  animation-delay: 5s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -76%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(35):after {
  font-size: 13px;
}
@keyframes snowflake-35 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -76%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(36) {
  animation-name: snowflake-36;
  animation-delay: 4s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(36):after {
  font-size: 1px;
}
@keyframes snowflake-36 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -72%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(37) {
  animation-name: snowflake-37;
  animation-delay: 6s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(37):after {
  font-size: 17px;
}
@keyframes snowflake-37 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -64%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(38) {
  animation-name: snowflake-38;
  animation-delay: 6s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(38):after {
  font-size: 11px;
}
@keyframes snowflake-38 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -92%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(39) {
  animation-name: snowflake-39;
  animation-delay: 17s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 9%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(39):after {
  font-size: 1px;
}
@keyframes snowflake-39 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -56%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(40) {
  animation-name: snowflake-40;
  animation-delay: 6s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(40):after {
  font-size: 4px;
}
@keyframes snowflake-40 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -64%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(41) {
  animation-name: snowflake-41;
  animation-delay: 12s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(41):after {
  font-size: 10px;
}
@keyframes snowflake-41 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -63%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(42) {
  animation-name: snowflake-42;
  animation-delay: 11s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -77%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(42):after {
  font-size: 16px;
}
@keyframes snowflake-42 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -77%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(43) {
  animation-name: snowflake-43;
  animation-delay: 12s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -94%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(43):after {
  font-size: 1px;
}
@keyframes snowflake-43 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -94%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(44) {
  animation-name: snowflake-44;
  animation-delay: 7s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -53%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(44):after {
  font-size: 22px;
}
@keyframes snowflake-44 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -53%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(45) {
  animation-name: snowflake-45;
  animation-delay: 4s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(45):after {
  font-size: 16px;
}
@keyframes snowflake-45 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -60%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(46) {
  animation-name: snowflake-46;
  animation-delay: 8s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 46%;
  top: -55%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(46):after {
  font-size: 7px;
}
@keyframes snowflake-46 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -55%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(47) {
  animation-name: snowflake-47;
  animation-delay: 2s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 97%;
  top: -90%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(47):after {
  font-size: 20px;
}
@keyframes snowflake-47 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -90%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(48) {
  animation-name: snowflake-48;
  animation-delay: 12s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(48):after {
  font-size: 22px;
}
@keyframes snowflake-48 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -58%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(49) {
  animation-name: snowflake-49;
  animation-delay: 16s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 47%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(49):after {
  font-size: 2px;
}
@keyframes snowflake-49 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -72%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(50) {
  animation-name: snowflake-50;
  animation-delay: 11s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -79%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(50):after {
  font-size: 7px;
}
@keyframes snowflake-50 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -79%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(51) {
  animation-name: snowflake-51;
  animation-delay: 8s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 13%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(51):after {
  font-size: 13px;
}
@keyframes snowflake-51 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -100%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(52) {
  animation-name: snowflake-52;
  animation-delay: 4s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 95%;
  top: -80%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(52):after {
  font-size: 23px;
}
@keyframes snowflake-52 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -80%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(53) {
  animation-name: snowflake-53;
  animation-delay: 14s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 37%;
  top: -78%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(53):after {
  font-size: 11px;
}
@keyframes snowflake-53 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -78%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(54) {
  animation-name: snowflake-54;
  animation-delay: 4s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -73%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(54):after {
  font-size: 9px;
}
@keyframes snowflake-54 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -73%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(55) {
  animation-name: snowflake-55;
  animation-delay: 4s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -78%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(55):after {
  font-size: 7px;
}
@keyframes snowflake-55 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -78%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(56) {
  animation-name: snowflake-56;
  animation-delay: 10s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 53%;
  top: -71%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(56):after {
  font-size: 10px;
}
@keyframes snowflake-56 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -71%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(57) {
  animation-name: snowflake-57;
  animation-delay: 15s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -87%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(57):after {
  font-size: 18px;
}
@keyframes snowflake-57 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -87%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(58) {
  animation-name: snowflake-58;
  animation-delay: 7s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -97%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(58):after {
  font-size: 20px;
}
@keyframes snowflake-58 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -97%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(59) {
  animation-name: snowflake-59;
  animation-delay: 7s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 57%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(59):after {
  font-size: 12px;
}
@keyframes snowflake-59 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -81%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(60) {
  animation-name: snowflake-60;
  animation-delay: 12s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(60):after {
  font-size: 3px;
}
@keyframes snowflake-60 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(61) {
  animation-name: snowflake-61;
  animation-delay: 7s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(61):after {
  font-size: 10px;
}
@keyframes snowflake-61 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -62%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(62) {
  animation-name: snowflake-62;
  animation-delay: 18s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(62):after {
  font-size: 13px;
}
@keyframes snowflake-62 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -58%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(63) {
  animation-name: snowflake-63;
  animation-delay: 18s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(63):after {
  font-size: 10px;
}
@keyframes snowflake-63 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -56%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(64) {
  animation-name: snowflake-64;
  animation-delay: 11s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 38%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(64):after {
  font-size: 9px;
}
@keyframes snowflake-64 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -63%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(65) {
  animation-name: snowflake-65;
  animation-delay: 16s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -68%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(65):after {
  font-size: 7px;
}
@keyframes snowflake-65 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -68%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(66) {
  animation-name: snowflake-66;
  animation-delay: 2s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(66):after {
  font-size: 7px;
}
@keyframes snowflake-66 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -64%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(67) {
  animation-name: snowflake-67;
  animation-delay: 16s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -73%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(67):after {
  font-size: 5px;
}
@keyframes snowflake-67 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -73%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(68) {
  animation-name: snowflake-68;
  animation-delay: 15s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 49%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(68):after {
  font-size: 17px;
}
@keyframes snowflake-68 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -92%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(69) {
  animation-name: snowflake-69;
  animation-delay: 12s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(69):after {
  font-size: 5px;
}
@keyframes snowflake-69 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(70) {
  animation-name: snowflake-70;
  animation-delay: 11s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 34%;
  top: -68%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(70):after {
  font-size: 2px;
}
@keyframes snowflake-70 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -68%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(71) {
  animation-name: snowflake-71;
  animation-delay: 6s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -74%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(71):after {
  font-size: 2px;
}
@keyframes snowflake-71 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -74%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(72) {
  animation-name: snowflake-72;
  animation-delay: 16s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -86%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(72):after {
  font-size: 16px;
}
@keyframes snowflake-72 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -86%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(73) {
  animation-name: snowflake-73;
  animation-delay: 15s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -59%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(73):after {
  font-size: 24px;
}
@keyframes snowflake-73 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -59%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(74) {
  animation-name: snowflake-74;
  animation-delay: 9s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(74):after {
  font-size: 7px;
}
@keyframes snowflake-74 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(75) {
  animation-name: snowflake-75;
  animation-delay: 12s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 1%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(75):after {
  font-size: 14px;
}
@keyframes snowflake-75 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -56%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(76) {
  animation-name: snowflake-76;
  animation-delay: 10s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -79%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(76):after {
  font-size: 13px;
}
@keyframes snowflake-76 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -79%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(77) {
  animation-name: snowflake-77;
  animation-delay: 16s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -70%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(77):after {
  font-size: 8px;
}
@keyframes snowflake-77 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -70%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(78) {
  animation-name: snowflake-78;
  animation-delay: 4s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(78):after {
  font-size: 5px;
}
@keyframes snowflake-78 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(79) {
  animation-name: snowflake-79;
  animation-delay: 12s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(79):after {
  font-size: 4px;
}
@keyframes snowflake-79 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -64%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(80) {
  animation-name: snowflake-80;
  animation-delay: 10s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -61%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(80):after {
  font-size: 8px;
}
@keyframes snowflake-80 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -61%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(81) {
  animation-name: snowflake-81;
  animation-delay: 13s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(81):after {
  font-size: 13px;
}
@keyframes snowflake-81 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -57%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(82) {
  animation-name: snowflake-82;
  animation-delay: 2s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -87%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(82):after {
  font-size: 22px;
}
@keyframes snowflake-82 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -87%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(83) {
  animation-name: snowflake-83;
  animation-delay: 18s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -97%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(83):after {
  font-size: 11px;
}
@keyframes snowflake-83 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -97%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(84) {
  animation-name: snowflake-84;
  animation-delay: 4s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 56%;
  top: -69%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(84):after {
  font-size: 18px;
}
@keyframes snowflake-84 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -69%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(85) {
  animation-name: snowflake-85;
  animation-delay: 18s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(85):after {
  font-size: 6px;
}
@keyframes snowflake-85 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -62%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(86) {
  animation-name: snowflake-86;
  animation-delay: 0s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -61%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(86):after {
  font-size: 10px;
}
@keyframes snowflake-86 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -61%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(87) {
  animation-name: snowflake-87;
  animation-delay: 19s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 76%;
  top: -91%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(87):after {
  font-size: 12px;
}
@keyframes snowflake-87 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -91%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(88) {
  animation-name: snowflake-88;
  animation-delay: 10s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 68%;
  top: -98%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(88):after {
  font-size: 16px;
}
@keyframes snowflake-88 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -98%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(89) {
  animation-name: snowflake-89;
  animation-delay: 7s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -51%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(89):after {
  font-size: 22px;
}
@keyframes snowflake-89 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -51%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(90) {
  animation-name: snowflake-90;
  animation-delay: 12s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(90):after {
  font-size: 21px;
}
@keyframes snowflake-90 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -57%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(91) {
  animation-name: snowflake-91;
  animation-delay: 5s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -70%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(91):after {
  font-size: 24px;
}
@keyframes snowflake-91 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -70%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(92) {
  animation-name: snowflake-92;
  animation-delay: 6s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 52%;
  top: -78%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(92):after {
  font-size: 5px;
}
@keyframes snowflake-92 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -78%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(93) {
  animation-name: snowflake-93;
  animation-delay: 16s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(93):after {
  font-size: 17px;
}
@keyframes snowflake-93 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -57%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(94) {
  animation-name: snowflake-94;
  animation-delay: 8s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 32%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(94):after {
  font-size: 13px;
}
@keyframes snowflake-94 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -85%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(95) {
  animation-name: snowflake-95;
  animation-delay: 3s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(95):after {
  font-size: 22px;
}
@keyframes snowflake-95 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -93%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(96) {
  animation-name: snowflake-96;
  animation-delay: 11s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -78%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(96):after {
  font-size: 24px;
}
@keyframes snowflake-96 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -78%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(97) {
  animation-name: snowflake-97;
  animation-delay: 1s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 94%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(97):after {
  font-size: 24px;
}
@keyframes snowflake-97 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -56%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(98) {
  animation-name: snowflake-98;
  animation-delay: 4s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 74%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(98):after {
  font-size: 14px;
}
@keyframes snowflake-98 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -95%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(99) {
  animation-name: snowflake-99;
  animation-delay: 19s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -61%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(99):after {
  font-size: 6px;
}
@keyframes snowflake-99 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -61%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(100) {
  animation-name: snowflake-100;
  animation-delay: 16s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -68%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(100):after {
  font-size: 3px;
}
@keyframes snowflake-100 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -68%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(101) {
  animation-name: snowflake-101;
  animation-delay: 9s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(101):after {
  font-size: 15px;
}
@keyframes snowflake-101 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -57%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(102) {
  animation-name: snowflake-102;
  animation-delay: 8s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -75%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(102):after {
  font-size: 16px;
}
@keyframes snowflake-102 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -75%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(103) {
  animation-name: snowflake-103;
  animation-delay: 9s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -86%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(103):after {
  font-size: 6px;
}
@keyframes snowflake-103 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -86%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(104) {
  animation-name: snowflake-104;
  animation-delay: 13s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -65%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(104):after {
  font-size: 19px;
}
@keyframes snowflake-104 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -65%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(105) {
  animation-name: snowflake-105;
  animation-delay: 15s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 67%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(105):after {
  font-size: 2px;
}
@keyframes snowflake-105 {
  0% {
    transform: rotate(0deg);
    left: 67%;
    top: -64%;
  }
  25% {
    left: 68%;
  }
  50% {
    left: 67%;
  }
  75% {
    left: 69%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(106) {
  animation-name: snowflake-106;
  animation-delay: 8s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(106):after {
  font-size: 19px;
}
@keyframes snowflake-106 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -95%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(107) {
  animation-name: snowflake-107;
  animation-delay: 15s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(107):after {
  font-size: 19px;
}
@keyframes snowflake-107 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -85%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(108) {
  animation-name: snowflake-108;
  animation-delay: 1s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(108):after {
  font-size: 23px;
}
@keyframes snowflake-108 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -57%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(109) {
  animation-name: snowflake-109;
  animation-delay: 16s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(109):after {
  font-size: 14px;
}
@keyframes snowflake-109 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -100%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(110) {
  animation-name: snowflake-110;
  animation-delay: 15s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -52%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(110):after {
  font-size: 18px;
}
@keyframes snowflake-110 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -52%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(111) {
  animation-name: snowflake-111;
  animation-delay: 11s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(111):after {
  font-size: 14px;
}
@keyframes snowflake-111 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -100%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(112) {
  animation-name: snowflake-112;
  animation-delay: 14s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -75%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(112):after {
  font-size: 20px;
}
@keyframes snowflake-112 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -75%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(113) {
  animation-name: snowflake-113;
  animation-delay: 5s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -65%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(113):after {
  font-size: 19px;
}
@keyframes snowflake-113 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -65%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(114) {
  animation-name: snowflake-114;
  animation-delay: 17s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(114):after {
  font-size: 21px;
}
@keyframes snowflake-114 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(115) {
  animation-name: snowflake-115;
  animation-delay: 13s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 90%;
  top: -73%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(115):after {
  font-size: 10px;
}
@keyframes snowflake-115 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -73%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(116) {
  animation-name: snowflake-116;
  animation-delay: 14s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 64%;
  top: -77%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(116):after {
  font-size: 3px;
}
@keyframes snowflake-116 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -77%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(117) {
  animation-name: snowflake-117;
  animation-delay: 7s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(117):after {
  font-size: 2px;
}
@keyframes snowflake-117 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -92%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(118) {
  animation-name: snowflake-118;
  animation-delay: 0s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -90%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(118):after {
  font-size: 5px;
}
@keyframes snowflake-118 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -90%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(119) {
  animation-name: snowflake-119;
  animation-delay: 18s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -83%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(119):after {
  font-size: 5px;
}
@keyframes snowflake-119 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -83%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(120) {
  animation-name: snowflake-120;
  animation-delay: 12s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 33%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(120):after {
  font-size: 1px;
}
@keyframes snowflake-120 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -96%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(121) {
  animation-name: snowflake-121;
  animation-delay: 12s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 36%;
  top: -73%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(121):after {
  font-size: 24px;
}
@keyframes snowflake-121 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -73%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(122) {
  animation-name: snowflake-122;
  animation-delay: 6s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(122):after {
  font-size: 23px;
}
@keyframes snowflake-122 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -85%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(123) {
  animation-name: snowflake-123;
  animation-delay: 13s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(123):after {
  font-size: 1px;
}
@keyframes snowflake-123 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(124) {
  animation-name: snowflake-124;
  animation-delay: 12s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 39%;
  top: -88%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(124):after {
  font-size: 4px;
}
@keyframes snowflake-124 {
  0% {
    transform: rotate(0deg);
    left: 39%;
    top: -88%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 39%;
  }
  75% {
    left: 41%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(125) {
  animation-name: snowflake-125;
  animation-delay: 6s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 90%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(125):after {
  font-size: 16px;
}
@keyframes snowflake-125 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -62%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(126) {
  animation-name: snowflake-126;
  animation-delay: 0s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -69%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(126):after {
  font-size: 10px;
}
@keyframes snowflake-126 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -69%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(127) {
  animation-name: snowflake-127;
  animation-delay: 1s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 36%;
  top: -55%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(127):after {
  font-size: 12px;
}
@keyframes snowflake-127 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -55%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(128) {
  animation-name: snowflake-128;
  animation-delay: 8s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(128):after {
  font-size: 17px;
}
@keyframes snowflake-128 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(129) {
  animation-name: snowflake-129;
  animation-delay: 10s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 61%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(129):after {
  font-size: 9px;
}
@keyframes snowflake-129 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -63%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(130) {
  animation-name: snowflake-130;
  animation-delay: 1s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 75%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(130):after {
  font-size: 11px;
}
@keyframes snowflake-130 {
  0% {
    transform: rotate(0deg);
    left: 75%;
    top: -58%;
  }
  25% {
    left: 76%;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 77%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(131) {
  animation-name: snowflake-131;
  animation-delay: 9s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(131):after {
  font-size: 14px;
}
@keyframes snowflake-131 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -62%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(132) {
  animation-name: snowflake-132;
  animation-delay: 19s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -73%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(132):after {
  font-size: 1px;
}
@keyframes snowflake-132 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -73%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(133) {
  animation-name: snowflake-133;
  animation-delay: 16s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -51%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(133):after {
  font-size: 11px;
}
@keyframes snowflake-133 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -51%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(134) {
  animation-name: snowflake-134;
  animation-delay: 10s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(134):after {
  font-size: 12px;
}
@keyframes snowflake-134 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -100%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(135) {
  animation-name: snowflake-135;
  animation-delay: 0s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 84%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(135):after {
  font-size: 9px;
}
@keyframes snowflake-135 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -96%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(136) {
  animation-name: snowflake-136;
  animation-delay: 18s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(136):after {
  font-size: 9px;
}
@keyframes snowflake-136 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -85%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(137) {
  animation-name: snowflake-137;
  animation-delay: 11s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 1%;
  top: -99%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(137):after {
  font-size: 4px;
}
@keyframes snowflake-137 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -99%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(138) {
  animation-name: snowflake-138;
  animation-delay: 13s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(138):after {
  font-size: 13px;
}
@keyframes snowflake-138 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -56%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(139) {
  animation-name: snowflake-139;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -55%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(139):after {
  font-size: 13px;
}
@keyframes snowflake-139 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -55%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(140) {
  animation-name: snowflake-140;
  animation-delay: 12s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(140):after {
  font-size: 22px;
}
@keyframes snowflake-140 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -95%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(141) {
  animation-name: snowflake-141;
  animation-delay: 18s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 56%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(141):after {
  font-size: 6px;
}
@keyframes snowflake-141 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -72%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(142) {
  animation-name: snowflake-142;
  animation-delay: 0s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -89%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(142):after {
  font-size: 12px;
}
@keyframes snowflake-142 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -89%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(143) {
  animation-name: snowflake-143;
  animation-delay: 4s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -80%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(143):after {
  font-size: 20px;
}
@keyframes snowflake-143 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -80%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(144) {
  animation-name: snowflake-144;
  animation-delay: 9s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -66%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(144):after {
  font-size: 7px;
}
@keyframes snowflake-144 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -66%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(145) {
  animation-name: snowflake-145;
  animation-delay: 6s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 57%;
  top: -82%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(145):after {
  font-size: 10px;
}
@keyframes snowflake-145 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -82%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(146) {
  animation-name: snowflake-146;
  animation-delay: 18s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -90%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(146):after {
  font-size: 4px;
}
@keyframes snowflake-146 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -90%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(147) {
  animation-name: snowflake-147;
  animation-delay: 3s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(147):after {
  font-size: 23px;
}
@keyframes snowflake-147 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -96%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(148) {
  animation-name: snowflake-148;
  animation-delay: 16s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(148):after {
  font-size: 16px;
}
@keyframes snowflake-148 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -64%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(149) {
  animation-name: snowflake-149;
  animation-delay: 2s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 10%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(149):after {
  font-size: 14px;
}
@keyframes snowflake-149 {
  0% {
    transform: rotate(0deg);
    left: 10%;
    top: -95%;
  }
  25% {
    left: 11%;
  }
  50% {
    left: 10%;
  }
  75% {
    left: 12%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(150) {
  animation-name: snowflake-150;
  animation-delay: 9s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -97%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(150):after {
  font-size: 8px;
}
@keyframes snowflake-150 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -97%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(151) {
  animation-name: snowflake-151;
  animation-delay: 10s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(151):after {
  font-size: 15px;
}
@keyframes snowflake-151 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -56%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(152) {
  animation-name: snowflake-152;
  animation-delay: 7s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 40%;
  top: -66%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(152):after {
  font-size: 11px;
}
@keyframes snowflake-152 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -66%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(153) {
  animation-name: snowflake-153;
  animation-delay: 6s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -87%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(153):after {
  font-size: 20px;
}
@keyframes snowflake-153 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -87%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(154) {
  animation-name: snowflake-154;
  animation-delay: 4s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 29%;
  top: -67%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(154):after {
  font-size: 22px;
}
@keyframes snowflake-154 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -67%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(155) {
  animation-name: snowflake-155;
  animation-delay: 16s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -86%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(155):after {
  font-size: 9px;
}
@keyframes snowflake-155 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -86%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(156) {
  animation-name: snowflake-156;
  animation-delay: 3s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 33%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(156):after {
  font-size: 4px;
}
@keyframes snowflake-156 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -62%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(157) {
  animation-name: snowflake-157;
  animation-delay: 0s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -87%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(157):after {
  font-size: 4px;
}
@keyframes snowflake-157 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -87%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(158) {
  animation-name: snowflake-158;
  animation-delay: 13s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -75%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(158):after {
  font-size: 18px;
}
@keyframes snowflake-158 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -75%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(159) {
  animation-name: snowflake-159;
  animation-delay: 13s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 76%;
  top: -88%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(159):after {
  font-size: 17px;
}
@keyframes snowflake-159 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -88%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(160) {
  animation-name: snowflake-160;
  animation-delay: 14s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -69%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(160):after {
  font-size: 16px;
}
@keyframes snowflake-160 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -69%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(161) {
  animation-name: snowflake-161;
  animation-delay: 5s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(161):after {
  font-size: 4px;
}
@keyframes snowflake-161 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -92%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(162) {
  animation-name: snowflake-162;
  animation-delay: 3s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -57%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(162):after {
  font-size: 20px;
}
@keyframes snowflake-162 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -57%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(163) {
  animation-name: snowflake-163;
  animation-delay: 15s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(163):after {
  font-size: 19px;
}
@keyframes snowflake-163 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -95%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(164) {
  animation-name: snowflake-164;
  animation-delay: 5s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 32%;
  top: -67%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(164):after {
  font-size: 15px;
}
@keyframes snowflake-164 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -67%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(165) {
  animation-name: snowflake-165;
  animation-delay: 0s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 21%;
  top: -90%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(165):after {
  font-size: 5px;
}
@keyframes snowflake-165 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -90%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(166) {
  animation-name: snowflake-166;
  animation-delay: 19s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(166):after {
  font-size: 5px;
}
@keyframes snowflake-166 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -92%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(167) {
  animation-name: snowflake-167;
  animation-delay: 10s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -59%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(167):after {
  font-size: 5px;
}
@keyframes snowflake-167 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -59%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(168) {
  animation-name: snowflake-168;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 41%;
  top: -77%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(168):after {
  font-size: 23px;
}
@keyframes snowflake-168 {
  0% {
    transform: rotate(0deg);
    left: 41%;
    top: -77%;
  }
  25% {
    left: 42%;
  }
  50% {
    left: 41%;
  }
  75% {
    left: 43%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(169) {
  animation-name: snowflake-169;
  animation-delay: 3s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -68%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(169):after {
  font-size: 5px;
}
@keyframes snowflake-169 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -68%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(170) {
  animation-name: snowflake-170;
  animation-delay: 3s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -53%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(170):after {
  font-size: 19px;
}
@keyframes snowflake-170 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -53%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(171) {
  animation-name: snowflake-171;
  animation-delay: 8s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(171):after {
  font-size: 8px;
}
@keyframes snowflake-171 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -95%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(172) {
  animation-name: snowflake-172;
  animation-delay: 1s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(172):after {
  font-size: 3px;
}
@keyframes snowflake-172 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(173) {
  animation-name: snowflake-173;
  animation-delay: 10s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(173):after {
  font-size: 19px;
}
@keyframes snowflake-173 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(174) {
  animation-name: snowflake-174;
  animation-delay: 16s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(174):after {
  font-size: 21px;
}
@keyframes snowflake-174 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(175) {
  animation-name: snowflake-175;
  animation-delay: 13s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 65%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(175):after {
  font-size: 7px;
}
@keyframes snowflake-175 {
  0% {
    transform: rotate(0deg);
    left: 65%;
    top: -60%;
  }
  25% {
    left: 66%;
  }
  50% {
    left: 65%;
  }
  75% {
    left: 67%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(176) {
  animation-name: snowflake-176;
  animation-delay: 8s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(176):after {
  font-size: 22px;
}
@keyframes snowflake-176 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -95%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(177) {
  animation-name: snowflake-177;
  animation-delay: 14s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -94%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(177):after {
  font-size: 2px;
}
@keyframes snowflake-177 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -94%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(178) {
  animation-name: snowflake-178;
  animation-delay: 10s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 95%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(178):after {
  font-size: 8px;
}
@keyframes snowflake-178 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -96%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(179) {
  animation-name: snowflake-179;
  animation-delay: 1s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -82%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(179):after {
  font-size: 7px;
}
@keyframes snowflake-179 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -82%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(180) {
  animation-name: snowflake-180;
  animation-delay: 6s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 37%;
  top: -84%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(180):after {
  font-size: 11px;
}
@keyframes snowflake-180 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -84%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(181) {
  animation-name: snowflake-181;
  animation-delay: 15s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 97%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(181):after {
  font-size: 17px;
}
@keyframes snowflake-181 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -63%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(182) {
  animation-name: snowflake-182;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 38%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(182):after {
  font-size: 1px;
}
@keyframes snowflake-182 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -95%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(183) {
  animation-name: snowflake-183;
  animation-delay: 6s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -68%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(183):after {
  font-size: 1px;
}
@keyframes snowflake-183 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -68%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(184) {
  animation-name: snowflake-184;
  animation-delay: 0s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(184):after {
  font-size: 8px;
}
@keyframes snowflake-184 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -72%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(185) {
  animation-name: snowflake-185;
  animation-delay: 7s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -94%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(185):after {
  font-size: 23px;
}
@keyframes snowflake-185 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -94%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(186) {
  animation-name: snowflake-186;
  animation-delay: 14s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -75%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(186):after {
  font-size: 19px;
}
@keyframes snowflake-186 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -75%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(187) {
  animation-name: snowflake-187;
  animation-delay: 10s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 42%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(187):after {
  font-size: 16px;
}
@keyframes snowflake-187 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -81%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(188) {
  animation-name: snowflake-188;
  animation-delay: 0s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -99%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(188):after {
  font-size: 13px;
}
@keyframes snowflake-188 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -99%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(189) {
  animation-name: snowflake-189;
  animation-delay: 11s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 71%;
  top: -82%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(189):after {
  font-size: 20px;
}
@keyframes snowflake-189 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -82%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(190) {
  animation-name: snowflake-190;
  animation-delay: 14s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -94%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(190):after {
  font-size: 3px;
}
@keyframes snowflake-190 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -94%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(191) {
  animation-name: snowflake-191;
  animation-delay: 4s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -83%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(191):after {
  font-size: 19px;
}
@keyframes snowflake-191 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -83%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(192) {
  animation-name: snowflake-192;
  animation-delay: 18s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -61%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(192):after {
  font-size: 2px;
}
@keyframes snowflake-192 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -61%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(193) {
  animation-name: snowflake-193;
  animation-delay: 6s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 13%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(193):after {
  font-size: 22px;
}
@keyframes snowflake-193 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -72%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(194) {
  animation-name: snowflake-194;
  animation-delay: 5s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 28%;
  top: -83%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(194):after {
  font-size: 23px;
}
@keyframes snowflake-194 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -83%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(195) {
  animation-name: snowflake-195;
  animation-delay: 11s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -69%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(195):after {
  font-size: 24px;
}
@keyframes snowflake-195 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -69%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(196) {
  animation-name: snowflake-196;
  animation-delay: 16s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -54%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(196):after {
  font-size: 8px;
}
@keyframes snowflake-196 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -54%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(197) {
  animation-name: snowflake-197;
  animation-delay: 19s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(197):after {
  font-size: 9px;
}
@keyframes snowflake-197 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -56%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(198) {
  animation-name: snowflake-198;
  animation-delay: 7s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(198):after {
  font-size: 16px;
}
@keyframes snowflake-198 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(199) {
  animation-name: snowflake-199;
  animation-delay: 15s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -82%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(199):after {
  font-size: 6px;
}
@keyframes snowflake-199 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -82%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(200) {
  animation-name: snowflake-200;
  animation-delay: 16s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -71%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(200):after {
  font-size: 24px;
}
@keyframes snowflake-200 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -71%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(201) {
  animation-name: snowflake-201;
  animation-delay: 15s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 68%;
  top: -76%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(201):after {
  font-size: 24px;
}
@keyframes snowflake-201 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -76%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(202) {
  animation-name: snowflake-202;
  animation-delay: 10s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(202):after {
  font-size: 12px;
}
@keyframes snowflake-202 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -62%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(203) {
  animation-name: snowflake-203;
  animation-delay: 8s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(203):after {
  font-size: 14px;
}
@keyframes snowflake-203 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -63%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(204) {
  animation-name: snowflake-204;
  animation-delay: 13s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(204):after {
  font-size: 2px;
}
@keyframes snowflake-204 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -60%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(205) {
  animation-name: snowflake-205;
  animation-delay: 16s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -67%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(205):after {
  font-size: 18px;
}
@keyframes snowflake-205 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -67%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(206) {
  animation-name: snowflake-206;
  animation-delay: 2s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -76%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(206):after {
  font-size: 9px;
}
@keyframes snowflake-206 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -76%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(207) {
  animation-name: snowflake-207;
  animation-delay: 0s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 86%;
  top: -70%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(207):after {
  font-size: 11px;
}
@keyframes snowflake-207 {
  0% {
    transform: rotate(0deg);
    left: 86%;
    top: -70%;
  }
  25% {
    left: 87%;
  }
  50% {
    left: 86%;
  }
  75% {
    left: 88%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(208) {
  animation-name: snowflake-208;
  animation-delay: 14s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 94%;
  top: -65%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(208):after {
  font-size: 12px;
}
@keyframes snowflake-208 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -65%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(209) {
  animation-name: snowflake-209;
  animation-delay: 12s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -76%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(209):after {
  font-size: 9px;
}
@keyframes snowflake-209 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -76%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(210) {
  animation-name: snowflake-210;
  animation-delay: 2s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(210):after {
  font-size: 7px;
}
@keyframes snowflake-210 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -85%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(211) {
  animation-name: snowflake-211;
  animation-delay: 4s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(211):after {
  font-size: 6px;
}
@keyframes snowflake-211 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -96%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(212) {
  animation-name: snowflake-212;
  animation-delay: 13s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -89%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(212):after {
  font-size: 20px;
}
@keyframes snowflake-212 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -89%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(213) {
  animation-name: snowflake-213;
  animation-delay: 15s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -99%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(213):after {
  font-size: 2px;
}
@keyframes snowflake-213 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -99%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(214) {
  animation-name: snowflake-214;
  animation-delay: 5s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -87%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(214):after {
  font-size: 13px;
}
@keyframes snowflake-214 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -87%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(215) {
  animation-name: snowflake-215;
  animation-delay: 19s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(215):after {
  font-size: 17px;
}
@keyframes snowflake-215 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -95%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(216) {
  animation-name: snowflake-216;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -91%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(216):after {
  font-size: 8px;
}
@keyframes snowflake-216 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -91%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(217) {
  animation-name: snowflake-217;
  animation-delay: 7s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -60%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(217):after {
  font-size: 3px;
}
@keyframes snowflake-217 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -60%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(218) {
  animation-name: snowflake-218;
  animation-delay: 4s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(218):after {
  font-size: 18px;
}
@keyframes snowflake-218 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -85%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(219) {
  animation-name: snowflake-219;
  animation-delay: 7s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -72%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(219):after {
  font-size: 22px;
}
@keyframes snowflake-219 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -72%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(220) {
  animation-name: snowflake-220;
  animation-delay: 3s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(220):after {
  font-size: 4px;
}
@keyframes snowflake-220 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -96%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(221) {
  animation-name: snowflake-221;
  animation-delay: 2s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -85%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(221):after {
  font-size: 24px;
}
@keyframes snowflake-221 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -85%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(222) {
  animation-name: snowflake-222;
  animation-delay: 19s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(222):after {
  font-size: 13px;
}
@keyframes snowflake-222 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -63%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(223) {
  animation-name: snowflake-223;
  animation-delay: 9s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -100%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(223):after {
  font-size: 7px;
}
@keyframes snowflake-223 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -100%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(224) {
  animation-name: snowflake-224;
  animation-delay: 2s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(224):after {
  font-size: 9px;
}
@keyframes snowflake-224 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(225) {
  animation-name: snowflake-225;
  animation-delay: 2s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 52%;
  top: -89%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(225):after {
  font-size: 10px;
}
@keyframes snowflake-225 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -89%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(226) {
  animation-name: snowflake-226;
  animation-delay: 5s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -55%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(226):after {
  font-size: 18px;
}
@keyframes snowflake-226 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -55%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(227) {
  animation-name: snowflake-227;
  animation-delay: 15s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -80%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(227):after {
  font-size: 4px;
}
@keyframes snowflake-227 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -80%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(228) {
  animation-name: snowflake-228;
  animation-delay: 17s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(228):after {
  font-size: 5px;
}
@keyframes snowflake-228 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -81%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(229) {
  animation-name: snowflake-229;
  animation-delay: 3s;
  animation-duration: 15200ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -70%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(229):after {
  font-size: 2px;
}
@keyframes snowflake-229 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -70%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(230) {
  animation-name: snowflake-230;
  animation-delay: 0s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -96%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(230):after {
  font-size: 4px;
}
@keyframes snowflake-230 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -96%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(231) {
  animation-name: snowflake-231;
  animation-delay: 16s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -58%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(231):after {
  font-size: 19px;
}
@keyframes snowflake-231 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -58%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(232) {
  animation-name: snowflake-232;
  animation-delay: 1s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -64%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(232):after {
  font-size: 15px;
}
@keyframes snowflake-232 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -64%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(233) {
  animation-name: snowflake-233;
  animation-delay: 8s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 29%;
  top: -51%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(233):after {
  font-size: 20px;
}
@keyframes snowflake-233 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -51%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(234) {
  animation-name: snowflake-234;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -62%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(234):after {
  font-size: 9px;
}
@keyframes snowflake-234 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -62%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(235) {
  animation-name: snowflake-235;
  animation-delay: 6s;
  animation-duration: 9500ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(235):after {
  font-size: 1px;
}
@keyframes snowflake-235 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(236) {
  animation-name: snowflake-236;
  animation-delay: 1s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -95%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(236):after {
  font-size: 11px;
}
@keyframes snowflake-236 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -95%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(237) {
  animation-name: snowflake-237;
  animation-delay: 3s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 47%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(237):after {
  font-size: 16px;
}
@keyframes snowflake-237 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -92%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(238) {
  animation-name: snowflake-238;
  animation-delay: 8s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 23%;
  top: -89%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(238):after {
  font-size: 15px;
}
@keyframes snowflake-238 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -89%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(239) {
  animation-name: snowflake-239;
  animation-delay: 8s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -77%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(239):after {
  font-size: 13px;
}
@keyframes snowflake-239 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -77%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(240) {
  animation-name: snowflake-240;
  animation-delay: 2s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -92%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(240):after {
  font-size: 21px;
}
@keyframes snowflake-240 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -92%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(241) {
  animation-name: snowflake-241;
  animation-delay: 6s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -81%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(241):after {
  font-size: 17px;
}
@keyframes snowflake-241 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -81%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(242) {
  animation-name: snowflake-242;
  animation-delay: 6s;
  animation-duration: 19000ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -75%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(242):after {
  font-size: 8px;
}
@keyframes snowflake-242 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -75%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(243) {
  animation-name: snowflake-243;
  animation-delay: 11s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 58%;
  top: -93%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(243):after {
  font-size: 22px;
}
@keyframes snowflake-243 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -93%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(244) {
  animation-name: snowflake-244;
  animation-delay: 13s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(244):after {
  font-size: 2px;
}
@keyframes snowflake-244 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -56%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(245) {
  animation-name: snowflake-245;
  animation-delay: 15s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -68%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(245):after {
  font-size: 12px;
}
@keyframes snowflake-245 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -68%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(246) {
  animation-name: snowflake-246;
  animation-delay: 4s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(246):after {
  font-size: 14px;
}
@keyframes snowflake-246 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(247) {
  animation-name: snowflake-247;
  animation-delay: 7s;
  animation-duration: 17100ms;
  animation-iteration-count: infinite;
  left: 64%;
  top: -74%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(247):after {
  font-size: 24px;
}
@keyframes snowflake-247 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -74%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(248) {
  animation-name: snowflake-248;
  animation-delay: 10s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 5%;
  top: -65%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(248):after {
  font-size: 19px;
}
@keyframes snowflake-248 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -65%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(249) {
  animation-name: snowflake-249;
  animation-delay: 3s;
  animation-duration: 11400ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -75%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(249):after {
  font-size: 12px;
}
@keyframes snowflake-249 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -75%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(250) {
  animation-name: snowflake-250;
  animation-delay: 2s;
  animation-duration: 13300ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -56%;
}
.cid-v2CMNn1K3l .snowflake:nth-of-type(250):after {
  font-size: 21px;
}
@keyframes snowflake-250 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -56%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVWvt2s0kH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #206fbc;
}
.cid-uVWvt2s0kH .banner {
  z-index: 10;
  height: 499px;
}
.cid-uVWvt2s0kH .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uVWvt2s0kH .bg-banner {
  padding: 0px;
  height: auto!important;
  position: relative;
}
.cid-uVWvt2s0kH .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #206fbc;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uVWvt2s0kH .bg-banner h1 {
  margin: 0 !important;
}
.cid-uVWvt2s0kH .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uVWvt2s0kH .banner h1:last-child {
  margin: 0;
}
.cid-uVWvt2s0kH H1 {
  color: #ffffff;
}
.cid-uVWvt2s0kH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTHpg7KmSv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTHpg7KmSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTHpg7KmSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3PWh3zb6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uU3PWh3zb6 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3PWh3zb6 .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3PWh3zb6 .green-audio-player {
    width: 300px;
  }
}
.cid-uU3PWh3zb6 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3PWh3zb6 .green-audio-player.player-accessible .controls:hover,
.cid-uU3PWh3zb6 .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3PWh3zb6 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3PWh3zb6 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3PWh3zb6 .green-audio-player svg,
.cid-uU3PWh3zb6 .green-audio-player img {
  display: block;
}
.cid-uU3PWh3zb6 .green-audio-player .holder {
  position: relative;
}
.cid-uU3PWh3zb6 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3PWh3zb6 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3PWh3zb6 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3PWh3zb6 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3PWh3zb6 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3PWh3zb6 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3PWh3zb6 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3PWh3zb6 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3PWh3zb6 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3PWh3zb6 .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3PWh3zb6 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player .volume {
  position: relative;
}
.cid-uU3PWh3zb6 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3PWh3zb6 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3PWh3zb6 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3PWh3zb6 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3PWh3zb6 .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3PWh3zb6 .green-audio-player:focus {
  outline: none;
}
.cid-uU3PWh3zb6 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3PWh3zb6 .hidden {
  display: none;
}
.cid-uTKNnW3l82 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTKNnW3l82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTKNnW3l82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTKNnW3l82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTKNnW3l82 .row {
  flex-direction: row-reverse;
}
.cid-uTKNnW3l82 img {
  width: 100%;
}
.cid-uTHpSupMfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uTHpSupMfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTHpSupMfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTHpSupMfS .row {
  flex-direction: row-reverse;
}
.cid-uTHpSupMfS .mbr-description {
  text-align: left;
}
.cid-uTHpSupMfS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uTHpSupMfS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTHpSupMfS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uTHpSupMfS .card-title,
.cid-uTHpSupMfS .iconfont-wrapper {
  color: #000000;
}
.cid-uTHpSupMfS .card-text {
  color: #000000;
}
.cid-uTHpSupMfS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTHpSupMfS .mbr-number {
  color: #9fe870;
}
.cid-uTHpSupMfS .mbr-text,
.cid-uTHpSupMfS .mbr-section-btn {
  text-align: center;
}
.cid-uTHpSupMfS .card-text,
.cid-uTHpSupMfS .item .mbr-section-btn {
  text-align: left;
}
.cid-uTLF2RMTZj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #005e9a;
}
.cid-uTLF2RMTZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLF2RMTZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLF2RMTZj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uU4pwr3I3o {
  padding-top: 0px;
  padding-bottom: 240px;
  background: linear-gradient(to bottom right, #005e9a, #005e9a);
}
.cid-uU4pwr3I3o .text-color {
  color: #ffffff;
}
.cid-uU4pwr3I3o * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
}
.cid-uU4pwr3I3o *:before,
.cid-uU4pwr3I3o *:after {
  box-sizing: border-box;
}
.cid-uU4pwr3I3o html,
.cid-uU4pwr3I3o body {
  min-height: 100%;
}
.cid-uU4pwr3I3o h1 {
  display: table;
  margin: 5% auto 0;
  text-transform: uppercase;
  font-family: 'Times Roman', sans-serif;
  font-size: 3em;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px white, 0 1px black;
}
.cid-uU4pwr3I3o .container {
  margin: 4% auto;
  width: 210px;
  height: 140px;
  position: relative;
  perspective: 1000px;
}
.cid-uU4pwr3I3o #carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: rotation 20s infinite linear;
}
.cid-uU4pwr3I3o #carousel:hover {
  animation-play-state: paused;
}
.cid-uU4pwr3I3o #carousel figure {
  display: block;
  position: absolute;
  width: 90%;
  height: 50%px;
  left: 10px;
  top: 10px;
  background: #005e9a;
  overflow: hidden;
  border: solid 3px #005e9a
      ;
}
.cid-uU4pwr3I3o #carousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(2) {
  transform: rotateY(40deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(3) {
  transform: rotateY(80deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(4) {
  transform: rotateY(120deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(5) {
  transform: rotateY(160deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(6) {
  transform: rotateY(200deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(7) {
  transform: rotateY(240deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(8) {
  transform: rotateY(280deg) translateZ(288px);
}
.cid-uU4pwr3I3o #carousel figure:nth-child(9) {
  transform: rotateY(320deg) translateZ(288px);
}
.cid-uU4pwr3I3o img:hover {
  -webkit-filter: grayscale(0);
  transform: scale(1.2, 1.2);
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cid-uU4pwr3I3o H1 {
  text-align: center;
}
.cid-uU3J6SNJU9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uU3J6SNJU9 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3J6SNJU9 .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3J6SNJU9 .green-audio-player {
    width: 300px;
  }
}
.cid-uU3J6SNJU9 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3J6SNJU9 .green-audio-player.player-accessible .controls:hover,
.cid-uU3J6SNJU9 .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3J6SNJU9 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3J6SNJU9 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3J6SNJU9 .green-audio-player svg,
.cid-uU3J6SNJU9 .green-audio-player img {
  display: block;
}
.cid-uU3J6SNJU9 .green-audio-player .holder {
  position: relative;
}
.cid-uU3J6SNJU9 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3J6SNJU9 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3J6SNJU9 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3J6SNJU9 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3J6SNJU9 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3J6SNJU9 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3J6SNJU9 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3J6SNJU9 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3J6SNJU9 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3J6SNJU9 .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3J6SNJU9 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player .volume {
  position: relative;
}
.cid-uU3J6SNJU9 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3J6SNJU9 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3J6SNJU9 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3J6SNJU9 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3J6SNJU9 .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3J6SNJU9 .green-audio-player:focus {
  outline: none;
}
.cid-uU3J6SNJU9 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3J6SNJU9 .hidden {
  display: none;
}
.cid-uTFI7SJdvw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTFI7SJdvw .mbr-text {
  color: #000000;
}
.cid-uTFI7SJdvw .mbr-section-subtitle {
  color: #000000;
}
.cid-uTFI7SJdvw .mbr-section-title {
  color: #000000;
}
.cid-uVv08XX9mn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uVv08XX9mn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVv08XX9mn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVv08XX9mn .title-wrap .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVv08XX9mn .title-wrap .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVv08XX9mn .tabs-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #edefeb;
}
.cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #005e9a;
  padding: 90px 20px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-top: 1px solid #edefeb;
  border-right: 1px solid #edefeb;
  border-bottom: 1px solid #edefeb;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    border-left: 1px solid #edefeb;
  }
}
.cid-uVv08XX9mn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #005e9a;
  color: #f4f4f4;
  border-color: #005e9a;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper {
    display: block;
  }
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper {
  width: 50%;
  background-color: #ededee;
  padding: 80px 20px 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper {
    width: 100%;
    padding: 60px 20px 20px;
  }
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #005e9a;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list .item-wrap::before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .item-price {
    margin-bottom: 20px;
  }
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .image-wrap {
    width: 100%;
  }
}
.cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVv08XX9mn .tab-content .tab-pane .card-wrapper .image-wrap img {
    position: static;
    height: 350px;
  }
}
.cid-uVv08XX9mn .mbr-section-title {
  color: #093388;
}
.cid-uVv08XX9mn .item-title {
  color: #093388;
}
.cid-uVv08XX9mn .list {
  color: #58595b;
}
.cid-uVv08XX9mn .item-price {
  color: #000000;
}
.cid-uVv08XX9mn .list,
.cid-uVv08XX9mn .item-wrap,
.cid-uVv08XX9mn .list-wrapper {
  color: #000000;
}
.cid-uVv08XX9mn .item-title,
.cid-uVv08XX9mn .mbr-section-btn,
.cid-uVv08XX9mn .icon-wrapper {
  color: #000000;
}
.cid-uTFHeO99Wb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uTFHeO99Wb .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTFHeO99Wb .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTFHeO99Wb .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTFJXgjp09 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uTFJXgjp09 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTFJXgjp09 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTFJYUgxL6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uTFJYUgxL6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uTFJYUgxL6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uTFJYUgxL6 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uTFJYUgxL6 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uTFJYUgxL6 .text-content {
    max-width: none;
  }
}
.cid-uTFJYUgxL6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uTFJYUgxL6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uTFJYUgxL6 .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uTFJYUgxL6 .icons {
    justify-content: center !important;
  }
  .cid-uTFJYUgxL6 .text-content * {
    text-align: center;
  }
}
.cid-uTFJYUgxL6 P {
  color: #000000;
  text-align: center;
}
.cid-uTFJYUgxL6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3mJQPhhv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3mJQPhhv img {
  width: auto;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3mJQPhhv P {
  text-align: center;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUT5kMKIWD .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUT5kMKIWD .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUT5kMKIWD .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUT5kMKIWD .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUT5kMKIWD .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUT5kMKIWD .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUT5kMKIWD .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUT5kMKIWD .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUT5kMKIWD .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUT5kMKIWD .whatsapp-button::after {
    display: none;
  }
}
.cid-uUT5kMKIWD DIV {
  color: #ffffff;
}
.cid-uUT5kMKIWD p {
  color: #000;
}
.cid-uUT5kMKIWD .hidden {
  display: none;
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVZVRtnwUU {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/00.jpg");
}
.cid-uVZVRtnwUU .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-uVZVRtnwUU .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-uVZVRtnwUU .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uVZVRtnwUU .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-uVZVRtnwUU .container {
  max-width: 1600px;
}
.cid-uVZVRtnwUU .mbr-bold,
.cid-uVZVRtnwUU b {
  font-weight: 900;
}
.cid-uVZVRtnwUU .btn {
  color: white !important;
}
.cid-uVZVRtnwUU svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-uVZVRtnwUU svg path {
  fill: #efefef;
}
@media (max-width: 1200px) {
  .cid-uVZVRtnwUU svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-uVZVRtnwUU svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-uVZVRtnwUU svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-uVZVRtnwUU .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-uVZVRtnwUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVZVRtnwUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVZVRtnwUU .mbr-text,
.cid-uVZVRtnwUU .mbr-section-btn {
  text-align: center;
}
.cid-NlVo0j3ScK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-NlVo0j3ScK P {
  color: #767676;
}
.cid-NlVo0j3ScK .sausage-dog-animation {
  height: 25rem;
  max-height: 80vh;
  max-width: 80vw;
}
.cid-NlVo0j3ScK .ear,
.cid-NlVo0j3ScK .closed-eye,
.cid-NlVo0j3ScK .lean,
.cid-NlVo0j3ScK .front-legs,
.cid-NlVo0j3ScK .leg,
.cid-NlVo0j3ScK .head,
.cid-NlVo0j3ScK .tail,
.cid-NlVo0j3ScK .tail-blur,
.cid-NlVo0j3ScK .shadow {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cid-NlVo0j3ScK .ball,
.cid-NlVo0j3ScK .ball-decoration,
.cid-NlVo0j3ScK .ball-sound {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.cid-NlVo0j3ScK .ball {
  animation-name: squishBall;
  transform: matrix(1.0951654, 0.52195853, -0.52866476, 1.2371611, 208.27138, -632.28196);
}
@keyframes squishBall {
  0%,
  50%,
  72%,
  80%,
  92%,
  100% {
    d: path("m 930.80242,477.19065 c -13.05851,3.00801 -24.77881,15.97694 -26.81485,30.67673 -2.03603,14.69979 5.61282,31.12503 15.54844,43.47271 9.93563,12.34768 22.15522,20.61485 36.12779,24.29677 13.97258,3.68192 29.69644,2.77869 42.91157,-2.81649 13.21513,-5.59518 23.92113,-15.88139 30.65943,-28.14324 6.7383,-12.26185 9.5079,-26.49697 5.7369,-38.5172 -3.771,-12.02022 -14.0825,-21.82316 -25.5603,-24.46605 -11.47786,-2.6429 -24.12011,1.87601 -37.63861,0.6591 -13.5185,-1.21691 -27.91187,-8.17033 -40.97037,-5.16233 z");
    transform: matrix(1.0951654, 0.52195853, -0.52866476, 1.2371611, 208.27138, -632.28196);
  }
  65%,
  85% {
    d: path("m 932.4158,479.26229 c -14.67189,0.93637 -26.39219,13.9053 -28.42823,28.60509 -2.03603,14.69979 5.61282,31.12503 15.94228,38.97676 10.32947,7.85173 23.3365,7.12856 34.39281,10.90173 11.0563,3.77318 20.16082,12.04166 33.72906,12.76579 13.56828,0.72414 31.59878,-6.09489 42.72528,-18.16177 11.1265,-12.06689 15.3474,-29.37891 10.9229,-43.93943 -4.4245,-14.56052 -17.4943,-26.36654 -28.8312,-27.22343 -11.337,-0.85689 -20.93852,9.23684 -34.54977,8.73602 -13.61125,-0.50082 -31.23124,-11.59712 -45.90313,-10.66076 z");
    transform: matrix(1.0951654, 0.52195853, -0.52866476, 1.2371611, 208.27138, -642.28196);
  }
}
.cid-NlVo0j3ScK .ball-decoration {
  animation-name: ballDecorationAnimation;
}
@keyframes ballDecorationAnimation {
  0%,
  50%,
  72%,
  80%,
  92%,
  100% {
    d: path("m 963.39546,597.71943 c 21.49913,-19.30313 4.80913,-64.80408 16.71919,-83.46282 16.19467,-25.37116 67.93925,-22.92156 89.43095,-47.68524");
  }
  65%,
  85% {
    d: path("m 978.40243,581.77452 c 21.49916,-19.30313 -15.82546,-51.20401 -3.9154,-69.86275 16.19467,-25.37116 63.71847,-19.16982 85.21017,-43.9335");
  }
}
.cid-NlVo0j3ScK .ball-sound {
  animation-name: ballSound;
  visibility: hidden;
}
@keyframes ballSound {
  0%,
  60%,
  70%,
  80%,
  90%,
  100% {
    visibility: hidden;
    transform: translateY(0);
  }
  65%,
  67%,
  69%,
  85%,
  87%,
  89% {
    visibility: visible;
    transform: translateY(-3px);
  }
  66%,
  68%,
  86%,
  88% {
    visibility: visible;
    transform: translateY(3px);
  }
}
.cid-NlVo0j3ScK .ear {
  animation-name: moveEar;
  transform-origin: top center;
  transform-box: fill-box;
}
@keyframes moveEar {
  0%,
  12%,
  21%,
  31%,
  35%,
  100% {
    transform: rotateZ(0);
  }
  9%,
  19%,
  29% {
    transform: rotateZ(-10deg);
  }
  13%,
  23%,
  33% {
    transform: rotateZ(10deg);
  }
}
.cid-NlVo0j3ScK .closed-eye {
  animation-name: closeEye;
}
@keyframes closeEye {
  0%,
  50%,
  100% {
    visibility: hidden;
  }
  10% {
    visibility: visible;
  }
}
.cid-NlVo0j3ScK .lean {
  animation-name: leanDown;
  transform-origin: center;
}
@keyframes leanDown {
  0%,
  50%,
  100% {
    transform: rotateZ(0) translateY(0);
  }
  60%,
  90% {
    transform: rotateZ(10deg) translateY(5%);
  }
}
.cid-NlVo0j3ScK .front-legs {
  animation-name: flexLegs;
}
@keyframes flexLegs {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  60%,
  90% {
    transform: translateX(12%);
  }
}
.cid-NlVo0j3ScK .leg {
  animation-name: rotateLegs;
  transform-origin: bottom left;
  transform-box: fill-box;
  transform: translateX(16%) rotate(-10deg);
}
@keyframes rotateLegs {
  0%,
  50%,
  100% {
    transform: translateX(16%) rotate(-10deg);
  }
  60%,
  90% {
    transform: translateX(35%) rotate(-83deg);
  }
}
.cid-NlVo0j3ScK .head {
  animation-name: lookDown;
  transform-origin: top right;
  transform-box: fill-box;
}
@keyframes lookDown {
  0%,
  55%,
  100% {
    transform: rotateZ(0) translate(0, 0);
  }
  60%,
  90% {
    transform: rotateZ(5deg) translate(2.5%, 6%);
  }
}
.cid-NlVo0j3ScK .tail {
  animation-name: moveTail;
  transform-origin: bottom center;
}
@keyframes moveTail {
  0%,
  50%,
  90%,
  100% {
    d: path("m 161.6285,568.63016 20.92664,-20.00034 C 151.50961,521.73829 14.092,504.432 14.092,504.432 c 0,0 128.8135,26.71916 147.5365,64.19816 z");
  }
  64%,
  70%,
  76%,
  82% {
    d: path("m 161.6285,568.63016 20.92664,-20.00034 C 151.50961,521.73829 77.565044,422.94078 77.565044,422.94078 c 0,0 65.340456,108.21038 84.063456,145.68938 z");
  }
  60%,
  66%,
  72%,
  78%,
  84% {
    d: path("m 161.6285,568.63016 20.92664,-20.00034 C 151.50961,521.73829 14.092,504.432 14.092,504.432 c 0,0 128.8135,26.71916 147.5365,64.19816 z");
  }
  62%,
  68%,
  74%,
  80%,
  86% {
    d: path("m 161.6285,568.63016 20.92664,-20.00034 C 151.50961,521.73829 159.419,390.74 159.419,390.74 c 0,0 -16.5135,140.41116 2.2095,177.89016 z");
  }
}
.cid-NlVo0j3ScK .tail-blur {
  animation-name: tailBlur;
  transform-origin: bottom center;
}
@keyframes tailBlur {
  0%,
  59%,
  90%,
  100% {
    opacity: 0;
  }
  64%,
  70%,
  76%,
  82% {
    transform: rotate(-2deg);
    opacity: 0;
  }
  60%,
  66%,
  72%,
  78%,
  84% {
    opacity: 0.3;
  }
  62%,
  68%,
  74%,
  80%,
  86% {
    transform: rotate(2deg);
    opacity: 0;
  }
}
.cid-NlVo0j3ScK .shadow {
  animation-name: scaleShadow;
  transform-origin: center center;
}
@keyframes scaleShadow {
  0%,
  55%,
  100% {
    transform: scaleX(1) translateX(0);
  }
  60%,
  90% {
    transform: scaleX(1.1) translateX(4%);
  }
}
.cid-uVZYQR1Xzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uVZYQR1Xzo .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uVZYQR1Xzo .content {
    padding: 0 2rem;
  }
}
.cid-uVZYQR1Xzo .img-col {
  padding: 0;
}
.cid-uVZYQR1Xzo .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
}
.cid-uVZYQR1Xzo p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-uVZYQR1Xzo .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-uVZYQR1Xzo .icon-title,
.cid-uVZYQR1Xzo .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uVZYQR1Xzo .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uVZYQR1Xzo .icon-wrap {
    margin: auto;
  }
}
.cid-uVZYQR1Xzo H3 {
  color: #ed6436;
}
.cid-uVZYQR1Xzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVZYQR1Xzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3QQ0Z5m8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-uU3QQ0Z5m8 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3QQ0Z5m8 .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3QQ0Z5m8 .green-audio-player {
    width: 300px;
  }
}
.cid-uU3QQ0Z5m8 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3QQ0Z5m8 .green-audio-player.player-accessible .controls:hover,
.cid-uU3QQ0Z5m8 .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3QQ0Z5m8 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3QQ0Z5m8 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3QQ0Z5m8 .green-audio-player svg,
.cid-uU3QQ0Z5m8 .green-audio-player img {
  display: block;
}
.cid-uU3QQ0Z5m8 .green-audio-player .holder {
  position: relative;
}
.cid-uU3QQ0Z5m8 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3QQ0Z5m8 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3QQ0Z5m8 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3QQ0Z5m8 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3QQ0Z5m8 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3QQ0Z5m8 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3QQ0Z5m8 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3QQ0Z5m8 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume {
  position: relative;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3QQ0Z5m8 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3QQ0Z5m8 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3QQ0Z5m8 .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3QQ0Z5m8 .green-audio-player:focus {
  outline: none;
}
.cid-uU3QQ0Z5m8 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3QQ0Z5m8 .hidden {
  display: none;
}
.cid-uTHsQhrqIQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uTHsQhrqIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTHsQhrqIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTHsQhrqIQ .row {
  flex-direction: row-reverse;
}
.cid-uTHsQhrqIQ .mbr-description {
  text-align: left;
}
.cid-uTHsQhrqIQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uTHsQhrqIQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTHsQhrqIQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uTHsQhrqIQ .card-title,
.cid-uTHsQhrqIQ .iconfont-wrapper {
  color: #000000;
}
.cid-uTHsQhrqIQ .card-text {
  color: #000000;
}
.cid-uTHsQhrqIQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTHsQhrqIQ .mbr-number {
  color: #9fe870;
}
.cid-uTHsQhrqIQ .mbr-text,
.cid-uTHsQhrqIQ .mbr-section-btn {
  text-align: center;
}
.cid-uTHsQhrqIQ .card-text,
.cid-uTHsQhrqIQ .item .mbr-section-btn {
  text-align: left;
}
.cid-uVZWIHWGA2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uVZWIHWGA2 .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-uVZWIHWGA2 .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-uVZWIHWGA2 .text,
.cid-uVZWIHWGA2 .icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uVZWIHWGA2 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uVZWIHWGA2 h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-uVZWIHWGA2 .mbr-iconfont {
  font-size: 3rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVZWIHWGA2 .content {
    margin: auto;
  }
}
.cid-uVZWIHWGA2 H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-uVZWIHWGA2 H1 {
  color: #0b1b3f;
}
.cid-uVZWIHWGA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVZWIHWGA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3JfampzX {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uU3JfampzX .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3JfampzX .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3JfampzX .green-audio-player {
    width: 300px;
  }
}
.cid-uU3JfampzX .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3JfampzX .green-audio-player.player-accessible .controls:hover,
.cid-uU3JfampzX .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3JfampzX .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3JfampzX .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3JfampzX .green-audio-player svg,
.cid-uU3JfampzX .green-audio-player img {
  display: block;
}
.cid-uU3JfampzX .green-audio-player .holder {
  position: relative;
}
.cid-uU3JfampzX .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3JfampzX .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3JfampzX .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3JfampzX .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3JfampzX .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3JfampzX .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3JfampzX .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3JfampzX .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3JfampzX .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3JfampzX .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3JfampzX .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3JfampzX .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3JfampzX .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3JfampzX .green-audio-player .volume {
  position: relative;
}
.cid-uU3JfampzX .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3JfampzX .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3JfampzX .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3JfampzX .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3JfampzX .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3JfampzX .green-audio-player:focus {
  outline: none;
}
.cid-uU3JfampzX .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3JfampzX .hidden {
  display: none;
}
.cid-uTFLwzyTrQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTFLwzyTrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFLwzyTrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTFLwzyTrQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTFLwzyTrQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTFLwzyTrQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTFLwzyTrQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTFLwzyTrQ .mbr-section-title {
  color: #000000;
}
.cid-uTFLwzyTrQ .mbr-text,
.cid-uTFLwzyTrQ .mbr-section-btn {
  color: #000000;
}
.cid-uVZXYoXj2u {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uVZXYoXj2u .card-img {
  position: relative;
  height: 100%;
}
.cid-uVZXYoXj2u .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-uVZXYoXj2u .bone-col {
  padding: 2rem 0;
}
.cid-uVZXYoXj2u .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-uVZXYoXj2u .row {
  background: #ffc448;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-uVZXYoXj2u p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uVZXYoXj2u .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-uVZXYoXj2u .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-uVZXYoXj2u .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uVZXYoXj2u .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-uVZXYoXj2u .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-uVZXYoXj2u .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-uVZXYoXj2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVZXYoXj2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTFLGBlluN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uTFLGBlluN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTFLGBlluN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTFLDOc6IJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uTFLDOc6IJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uTFLDOc6IJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uTFLDOc6IJ .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uTFLDOc6IJ .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uTFLDOc6IJ .text-content {
    max-width: none;
  }
}
.cid-uTFLDOc6IJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uTFLDOc6IJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uTFLDOc6IJ .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uTFLDOc6IJ .icons {
    justify-content: center !important;
  }
  .cid-uTFLDOc6IJ .text-content * {
    text-align: center;
  }
}
.cid-uTFLDOc6IJ P {
  color: #000000;
  text-align: center;
}
.cid-uTFLDOc6IJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3mJQPhhv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3mJQPhhv img {
  width: auto;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3mJQPhhv P {
  text-align: center;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGyh45jR .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGyh45jR .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGyh45jR .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGyh45jR .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGyh45jR .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGyh45jR .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGyh45jR .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGyh45jR .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGyh45jR .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGyh45jR .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGyh45jR DIV {
  color: #ffffff;
}
.cid-uUMGyh45jR p {
  color: #000;
}
.cid-uUMGyh45jR .hidden {
  display: none;
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uU8kyMbwir {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU8kyMbwir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8kyMbwir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3oSy5OIa {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uU3oSy5OIa .fondcolor {
  margin-top: 10px;
  border-radius: 40px;
  border: 2px solid #232323;
  background: #232323;
}
.cid-uU3oSy5OIa .card {
  border-radius: 40px;
  margin-bottom: 5px;
}
.cid-uU3oSy5OIa .card .card-header {
  border-radius: 40px;
  border: 0px;
  padding: 0;
}
.cid-uU3oSy5OIa .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0;
  line-height: normal;
  align-items: center;
}
.cid-uU3oSy5OIa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uU3oSy5OIa .card .card-header a.panel-title h4 {
  padding: 1rem 2rem;
  border: 2px solid #232323;
  margin-bottom: -1px;
  border-radius: 40px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uU3oSy5OIa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uU3oSy5OIa .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uU3oSy5OIa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uU3oSy5OIa .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uU3oSy5OIa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uU3oSy5OIa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uU3oSy5OIa H2 {
  color: #ffffff;
}
.cid-uU3oSy5OIa H4 {
  text-align: left;
  color: #0d41a8;
}
.cid-uU3JDlCrwT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uU3JDlCrwT .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3JDlCrwT .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3JDlCrwT .green-audio-player {
    width: 300px;
  }
}
.cid-uU3JDlCrwT .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3JDlCrwT .green-audio-player.player-accessible .controls:hover,
.cid-uU3JDlCrwT .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3JDlCrwT .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3JDlCrwT .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3JDlCrwT .green-audio-player svg,
.cid-uU3JDlCrwT .green-audio-player img {
  display: block;
}
.cid-uU3JDlCrwT .green-audio-player .holder {
  position: relative;
}
.cid-uU3JDlCrwT .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3JDlCrwT .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3JDlCrwT .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3JDlCrwT .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3JDlCrwT .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3JDlCrwT .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3JDlCrwT .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3JDlCrwT .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3JDlCrwT .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3JDlCrwT .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3JDlCrwT .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player .volume {
  position: relative;
}
.cid-uU3JDlCrwT .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3JDlCrwT .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3JDlCrwT .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3JDlCrwT .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3JDlCrwT .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3JDlCrwT .green-audio-player:focus {
  outline: none;
}
.cid-uU3JDlCrwT .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3JDlCrwT .hidden {
  display: none;
}
.cid-uTFN1wHfPx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTFN1wHfPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTFN1wHfPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTFN1wHfPx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTFN1wHfPx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTFN1wHfPx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTFN1wHfPx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTFN1wHfPx .mbr-section-title {
  color: #000000;
}
.cid-uTFN1wHfPx .mbr-text,
.cid-uTFN1wHfPx .mbr-section-btn {
  color: #000000;
}
.cid-uTFN5eWCwy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uTFN5eWCwy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTFN5eWCwy .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTFN6kfZGD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uTFN6kfZGD .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uTFN6kfZGD .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uTFN6kfZGD .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uTFN6kfZGD .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uTFN6kfZGD .text-content {
    max-width: none;
  }
}
.cid-uTFN6kfZGD .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uTFN6kfZGD .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uTFN6kfZGD .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uTFN6kfZGD .icons {
    justify-content: center !important;
  }
  .cid-uTFN6kfZGD .text-content * {
    text-align: center;
  }
}
.cid-uTFN6kfZGD P {
  color: #000000;
  text-align: center;
}
.cid-uTFN6kfZGD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3mJQPhhv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3mJQPhhv img {
  width: auto;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3mJQPhhv P {
  text-align: center;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGvGDuGi .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGvGDuGi .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGvGDuGi .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGvGDuGi .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGvGDuGi .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGvGDuGi .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGvGDuGi .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGvGDuGi .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGvGDuGi .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGvGDuGi .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGvGDuGi DIV {
  color: #ffffff;
}
.cid-uUMGvGDuGi p {
  color: #000;
}
.cid-uUMGvGDuGi .hidden {
  display: none;
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVPteG8u4z {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVPteG8u4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPteG8u4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWwuDDpPf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #206fbc;
}
.cid-uVWwuDDpPf .banner {
  z-index: 10;
  height: 499px;
}
.cid-uVWwuDDpPf .banner-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cid-uVWwuDDpPf .bg-banner {
  padding: 15px;
  height: auto!important;
  position: relative;
}
.cid-uVWwuDDpPf .bg-banner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #206fbc;
  border-width: 20px 30px;
  margin-left: -30px;
}
.cid-uVWwuDDpPf .bg-banner h1 {
  margin: 0 !important;
}
.cid-uVWwuDDpPf .banner h1 {
  font-weight: 700!important;
  font-size: 40px;
}
.cid-uVWwuDDpPf .banner h1:last-child {
  margin: 0;
}
.cid-uVWwuDDpPf H1 {
  color: #ffffff;
}
.cid-uVWwuDDpPf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTIa1y0R5N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTIa1y0R5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTIa1y0R5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVOuY1DkAd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVOuY1DkAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVOuY1DkAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU3PlbdJc3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uU3PlbdJc3 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uU3PlbdJc3 .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uU3PlbdJc3 .green-audio-player {
    width: 300px;
  }
}
.cid-uU3PlbdJc3 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uU3PlbdJc3 .green-audio-player.player-accessible .controls:hover,
.cid-uU3PlbdJc3 .green-audio-player.player-accessible .volume__button:hover,
.cid-uU3PlbdJc3 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uU3PlbdJc3 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uU3PlbdJc3 .green-audio-player svg,
.cid-uU3PlbdJc3 .green-audio-player img {
  display: block;
}
.cid-uU3PlbdJc3 .green-audio-player .holder {
  position: relative;
}
.cid-uU3PlbdJc3 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uU3PlbdJc3 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3PlbdJc3 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uU3PlbdJc3 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uU3PlbdJc3 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uU3PlbdJc3 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uU3PlbdJc3 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uU3PlbdJc3 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uU3PlbdJc3 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uU3PlbdJc3 .green-audio-player .controls span {
  cursor: default;
}
.cid-uU3PlbdJc3 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player .volume {
  position: relative;
}
.cid-uU3PlbdJc3 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uU3PlbdJc3 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uU3PlbdJc3 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uU3PlbdJc3 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uU3PlbdJc3 .green-audio-player .download:focus {
  outline: none;
}
.cid-uU3PlbdJc3 .green-audio-player:focus {
  outline: none;
}
.cid-uU3PlbdJc3 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uU3PlbdJc3 .hidden {
  display: none;
}
.cid-2VEBAqmEl9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #0c2c68;
}
.cid-2VEBAqmEl9 .mbr-media {
  position: relative;
}
.cid-2VEBAqmEl9 .mbr-media img {
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-2VEBAqmEl9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-2VEBAqmEl9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-2VEBAqmEl9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(54, 53, 53, 0.315);
  width: 100%;
  height: 100%;
}
.cid-2VEBAqmEl9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-2VEBAqmEl9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-2VEBAqmEl9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-2VEBAqmEl9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-2VEBAqmEl9 .mbr-section-title {
  color: #ffffff;
  filter: drop-shadow(0 0 15px #f700ff) drop-shadow(0 0 50px #ff00b3) contrast(1) brightness(1);
}
.cid-2VEBAqmEl9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTIcZJlPgM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uTIcZJlPgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTIcZJlPgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTIcZJlPgM .row {
  flex-direction: row-reverse;
}
.cid-uTIcZJlPgM .mbr-description {
  text-align: left;
}
.cid-uTIcZJlPgM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uTIcZJlPgM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTIcZJlPgM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uTIcZJlPgM .card-title,
.cid-uTIcZJlPgM .iconfont-wrapper {
  color: #000000;
}
.cid-uTIcZJlPgM .card-text {
  color: #000000;
}
.cid-uTIcZJlPgM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTIcZJlPgM .mbr-number {
  color: #9fe870;
}
.cid-uTIcZJlPgM .mbr-text,
.cid-uTIcZJlPgM .mbr-section-btn {
  text-align: center;
}
.cid-uTIcZJlPgM .card-text,
.cid-uTIcZJlPgM .item .mbr-section-btn {
  text-align: left;
}
.cid-uTIbEvolC7 {
  position: relative;
  overflow: hidden;
  background-color: #ffd84c;
}
.cid-uTIbEvolC7 .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTIbEvolC7 .main-image {
    display: none;
  }
}
.cid-uTIbEvolC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTIbEvolC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uTIbEvolC7 .container {
    padding: 0 16px;
  }
}
.cid-uTIbEvolC7 .row {
  position: relative;
  z-index: 1;
}
.cid-uTIbEvolC7 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uTIbEvolC7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uTIbEvolC7 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uTIbEvolC7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTIbEvolC7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uTIbEvolC7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTIbEvolC7 .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uTIbEvolC7 .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uTIbEvolC7 .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uTIbEvolC7 .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ff7d00;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uTIbEvolC7 .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uTIbEvolC7 .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uTIbEvolC7 .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uTIbEvolC7 .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uTIbEvolC7 .mbr-section-title {
  color: #000000;
}
.cid-uTIbEvolC7 .mbr-text {
  color: #000000;
}
.cid-uTIbEvolC7 .card-title {
  color: #000000;
}
.cid-uTIbEvolC7 .card-text {
  color: #ffffff;
}
.cid-uTIbEvolC7 .card-name {
  color: #ffffff;
}
.cid-uTIbEvolC7 .card-role {
  color: #ffffff;
}
.cid-uTIc61HaCc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uTIc61HaCc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTIc61HaCc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTIbIHlZBW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uTIbIHlZBW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uTIbIHlZBW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uTIbIHlZBW .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uTIbIHlZBW .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uTIbIHlZBW .text-content {
    max-width: none;
  }
}
.cid-uTIbIHlZBW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uTIbIHlZBW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uTIbIHlZBW .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uTIbIHlZBW .icons {
    justify-content: center !important;
  }
  .cid-uTIbIHlZBW .text-content * {
    text-align: center;
  }
}
.cid-uTIbIHlZBW P {
  color: #000000;
  text-align: center;
}
.cid-uTIbIHlZBW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3mJQPhhv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3mJQPhhv img {
  width: auto;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3mJQPhhv P {
  text-align: center;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGsIbgrN .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGsIbgrN .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGsIbgrN .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGsIbgrN .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGsIbgrN .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGsIbgrN .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGsIbgrN .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGsIbgrN .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGsIbgrN .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGsIbgrN .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGsIbgrN DIV {
  color: #ffffff;
}
.cid-uUMGsIbgrN p {
  color: #000;
}
.cid-uUMGsIbgrN .hidden {
  display: none;
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uTKK6zTu6y {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTKK6zTu6y .mbr-text {
  color: #000000;
}
.cid-uTKK6zTu6y .mbr-section-subtitle {
  color: #000000;
}
.cid-uTKK6zTu6y .mbr-section-title {
  color: #000000;
}
.cid-uTKKu9FGHM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uTKKu9FGHM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uTKKu9FGHM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uTKKm9xcxy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uTKKm9xcxy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uTKKm9xcxy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uTKKm9xcxy .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uTKKm9xcxy .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uTKKm9xcxy .text-content {
    max-width: none;
  }
}
.cid-uTKKm9xcxy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uTKKm9xcxy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uTKKm9xcxy .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uTKKm9xcxy .icons {
    justify-content: center !important;
  }
  .cid-uTKKm9xcxy .text-content * {
    text-align: center;
  }
}
.cid-uTKKm9xcxy P {
  color: #000000;
  text-align: center;
}
.cid-uTKKm9xcxy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3mJQPhhv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3mJQPhhv img {
  width: auto;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3mJQPhhv P {
  text-align: center;
}
.cid-uU3mJQPhhv .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGpV2rLq .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGpV2rLq .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGpV2rLq .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGpV2rLq .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGpV2rLq .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGpV2rLq .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGpV2rLq .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGpV2rLq .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGpV2rLq .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGpV2rLq .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGpV2rLq DIV {
  color: #ffffff;
}
.cid-uUMGpV2rLq p {
  color: #000;
}
.cid-uUMGpV2rLq .hidden {
  display: none;
}
.cid-uTKKdUuLjS .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uTKKdUuLjS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uTKKdUuLjS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uTKKdUuLjS .dropdown-item {
  padding: 0;
}
.cid-uTKKdUuLjS .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uTKKdUuLjS .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uTKKdUuLjS a {
  font-style: normal;
}
.cid-uTKKdUuLjS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uTKKdUuLjS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uTKKdUuLjS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uTKKdUuLjS .content-text {
  margin-bottom: 0;
}
.cid-uTKKdUuLjS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uTKKdUuLjS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uTKKdUuLjS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uTKKdUuLjS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uTKKdUuLjS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uTKKdUuLjS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTKKdUuLjS .nav-dropdown .link {
  font-weight: 400;
}
.cid-uTKKdUuLjS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uTKKdUuLjS .content-right-side {
  text-align: center;
}
.cid-uTKKdUuLjS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uTKKdUuLjS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uTKKdUuLjS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uTKKdUuLjS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uTKKdUuLjS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uTKKdUuLjS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uTKKdUuLjS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uTKKdUuLjS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uTKKdUuLjS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uTKKdUuLjS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uTKKdUuLjS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uTKKdUuLjS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTKKdUuLjS .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uTKKdUuLjS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uTKKdUuLjS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uTKKdUuLjS .navbar-toggler {
    display: none;
  }
  .cid-uTKKdUuLjS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTKKdUuLjS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uTKKdUuLjS .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uTKKdUuLjS .menu-logo {
  margin-right: auto;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uTKKdUuLjS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTKKdUuLjS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uTKKdUuLjS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uTKKdUuLjS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTKKdUuLjS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTKKdUuLjS button.navbar-toggler:focus {
  outline: none;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTKKdUuLjS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTKKdUuLjS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTKKdUuLjS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .btn {
  display: flex;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uTKKdUuLjS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTKKdUuLjS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uTKKdUuLjS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTKKdUuLjS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uTKKdUuLjS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uTKKdUuLjS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTKKdUuLjS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uTKKdUuLjS .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTKKdUuLjS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing,
  .cid-uTKKdUuLjS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uTKKdUuLjS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTKKdUuLjS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTKKdUuLjS .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTKKdUuLjS img {
    height: 3.8rem !important;
  }
  .cid-uTKKdUuLjS .btn {
    display: flex;
  }
  .cid-uTKKdUuLjS button.navbar-toggler {
    display: block;
  }
  .cid-uTKKdUuLjS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uTKKdUuLjS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uTKKdUuLjS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uTKKdUuLjS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uTKKdUuLjS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uTKKdUuLjS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uTKKdUuLjS .nav-link:focus {
  outline: none;
}
.cid-uTKKdUuLjS .navbar-toggler {
  position: relative;
}
.cid-uTKKdUuLjS .dropdown-item.active,
.cid-uTKKdUuLjS .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uU3191eg6Q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3191eg6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3191eg6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-Z2RjTNLBP4 html,
.cid-Z2RjTNLBP4 body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.cid-uU32nGfnNe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uU32nGfnNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU32nGfnNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-Dli4AUcVzD html,
.cid-Dli4AUcVzD body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.cid-uU38LJwwPR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU38LJwwPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU38LJwwPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-JEly3tgOBi html,
.cid-JEly3tgOBi body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.cid-uU3cGdyKgb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3cGdyKgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3cGdyKgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-QmfGoYYqfX html,
.cid-QmfGoYYqfX body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.cid-uU3eRP2qnW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uU3eRP2qnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU3eRP2qnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-0pcDCYL20u html,
.cid-0pcDCYL20u body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.cid-uU3mY6uBGj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uU3mY6uBGj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mY6uBGj .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uU3mQ6YDQW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uU3mQ6YDQW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uU3mQ6YDQW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uU3mQ6YDQW .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uU3mQ6YDQW .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uU3mQ6YDQW .text-content {
    max-width: none;
  }
}
.cid-uU3mQ6YDQW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uU3mQ6YDQW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uU3mQ6YDQW .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uU3mQ6YDQW .icons {
    justify-content: center !important;
  }
  .cid-uU3mQ6YDQW .text-content * {
    text-align: center;
  }
}
.cid-uU3mQ6YDQW P {
  color: #000000;
  text-align: center;
}
.cid-uU3mQ6YDQW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3q4hjD5w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3q4hjD5w img {
  width: auto;
}
.cid-uU3q4hjD5w .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3q4hjD5w .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3q4hjD5w P {
  text-align: center;
}
.cid-uU3q4hjD5w .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGmKN5Qk .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGmKN5Qk .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGmKN5Qk .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGmKN5Qk .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGmKN5Qk .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGmKN5Qk .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGmKN5Qk .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGmKN5Qk .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGmKN5Qk .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGmKN5Qk .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGmKN5Qk DIV {
  color: #ffffff;
}
.cid-uUMGmKN5Qk p {
  color: #000;
}
.cid-uUMGmKN5Qk .hidden {
  display: none;
}
.cid-uUMFgYirA2 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUMFgYirA2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uUMFgYirA2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUMFgYirA2 .dropdown-item {
  padding: 0;
}
.cid-uUMFgYirA2 .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uUMFgYirA2 .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uUMFgYirA2 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMFgYirA2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUMFgYirA2 a {
  font-style: normal;
}
.cid-uUMFgYirA2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUMFgYirA2 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uUMFgYirA2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uUMFgYirA2 .content-text {
  margin-bottom: 0;
}
.cid-uUMFgYirA2 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUMFgYirA2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUMFgYirA2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUMFgYirA2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUMFgYirA2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUMFgYirA2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMFgYirA2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMFgYirA2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUMFgYirA2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMFgYirA2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUMFgYirA2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUMFgYirA2 .content-right-side {
  text-align: center;
}
.cid-uUMFgYirA2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUMFgYirA2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUMFgYirA2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUMFgYirA2 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUMFgYirA2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMFgYirA2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUMFgYirA2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUMFgYirA2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUMFgYirA2 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUMFgYirA2 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uUMFgYirA2 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUMFgYirA2 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMFgYirA2 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uUMFgYirA2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUMFgYirA2 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMFgYirA2 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uUMFgYirA2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUMFgYirA2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUMFgYirA2 .navbar-toggler {
    display: none;
  }
  .cid-uUMFgYirA2 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUMFgYirA2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uUMFgYirA2 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMFgYirA2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUMFgYirA2 .menu-logo {
  margin-right: auto;
}
.cid-uUMFgYirA2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMFgYirA2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUMFgYirA2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUMFgYirA2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUMFgYirA2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUMFgYirA2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUMFgYirA2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUMFgYirA2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUMFgYirA2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMFgYirA2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUMFgYirA2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUMFgYirA2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUMFgYirA2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMFgYirA2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUMFgYirA2 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUMFgYirA2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUMFgYirA2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUMFgYirA2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUMFgYirA2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUMFgYirA2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMFgYirA2 button.navbar-toggler:focus {
  outline: none;
}
.cid-uUMFgYirA2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUMFgYirA2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUMFgYirA2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMFgYirA2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMFgYirA2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUMFgYirA2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMFgYirA2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUMFgYirA2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUMFgYirA2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMFgYirA2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMFgYirA2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMFgYirA2 .collapsed .btn {
  display: flex;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse.collapsing,
.cid-uUMFgYirA2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUMFgYirA2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUMFgYirA2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUMFgYirA2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUMFgYirA2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMFgYirA2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUMFgYirA2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUMFgYirA2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMFgYirA2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUMFgYirA2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUMFgYirA2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUMFgYirA2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUMFgYirA2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUMFgYirA2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUMFgYirA2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUMFgYirA2 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUMFgYirA2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUMFgYirA2 .navbar-collapse.collapsing,
  .cid-uUMFgYirA2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUMFgYirA2 .navbar-collapse.collapsing .navbar-nav,
  .cid-uUMFgYirA2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUMFgYirA2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUMFgYirA2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUMFgYirA2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUMFgYirA2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMFgYirA2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUMFgYirA2 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMFgYirA2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUMFgYirA2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMFgYirA2 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMFgYirA2 img {
    height: 3.8rem !important;
  }
  .cid-uUMFgYirA2 .btn {
    display: flex;
  }
  .cid-uUMFgYirA2 button.navbar-toggler {
    display: block;
  }
  .cid-uUMFgYirA2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUMFgYirA2 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUMFgYirA2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUMFgYirA2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUMFgYirA2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUMFgYirA2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUMFgYirA2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUMFgYirA2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uUMFgYirA2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUMFgYirA2 .nav-link:focus {
  outline: none;
}
.cid-uUMFgYirA2 .navbar-toggler {
  position: relative;
}
.cid-uUMFgYirA2 .dropdown-item.active,
.cid-uUMFgYirA2 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uUuYY0iyl5 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUuYY0iyl5 .mbr-text {
  color: #000000;
}
.cid-uUuYY0iyl5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uUuYY0iyl5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVv0Am0jhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVv0Am0jhe img,
.cid-uVv0Am0jhe .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVv0Am0jhe .item:focus,
.cid-uVv0Am0jhe span:focus {
  outline: none;
}
.cid-uVv0Am0jhe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVv0Am0jhe .item {
    margin-bottom: 1rem;
  }
}
.cid-uVv0Am0jhe .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVv0Am0jhe .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVv0Am0jhe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVv0Am0jhe .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVv0Am0jhe .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVv0Am0jhe .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uVv0Am0jhe .mbr-section-title {
  color: #232323;
}
.cid-uVv0Am0jhe .mbr-text,
.cid-uVv0Am0jhe .mbr-section-btn {
  text-align: center;
}
.cid-uVv0Am0jhe .item-title {
  text-align: left;
}
.cid-uVv0Am0jhe .content-head {
  max-width: 800px;
}
.cid-uVv0Am0jhe .mbr-text,
.cid-uVv0Am0jhe .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uVv0zFJNDq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVv0zFJNDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVv0zFJNDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVv0zFJNDq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uVv0zFJNDq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uVv0zFJNDq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uVv0zFJNDq img,
.cid-uVv0zFJNDq .item-img {
  width: 100%;
}
.cid-uVv1oz1OWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVv1oz1OWd h6 {
  line-height: 1.2;
}
.cid-uVv1oz1OWd img,
.cid-uVv1oz1OWd .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uVv1oz1OWd .item:focus,
.cid-uVv1oz1OWd span:focus {
  outline: none;
}
.cid-uVv1oz1OWd .item-img a {
  cursor: pointer;
}
.cid-uVv1oz1OWd .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uVv1oz1OWd .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uVv1oz1OWd .mbr-section-title {
  color: #000000;
}
.cid-uVv1oz1OWd .mbr-text,
.cid-uVv1oz1OWd .mbr-section-btn {
  color: #000000;
}
.cid-uVv1oz1OWd .item-title {
  color: #000000;
  text-align: center;
}
.cid-uVv1oz1OWd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVv1oz1OWd .item-text {
  color: #000000;
  text-align: center;
}
.cid-uVv1oz1OWd .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uVv1oz1OWd .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uVv9pAoFWU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uVv9pAoFWU h6 {
  line-height: 1.2;
}
.cid-uVv9pAoFWU img,
.cid-uVv9pAoFWU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVv9pAoFWU .item:focus,
.cid-uVv9pAoFWU span:focus {
  outline: none;
}
.cid-uVv9pAoFWU .item-img a {
  cursor: pointer;
}
.cid-uVv9pAoFWU .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uVv9pAoFWU .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uVv9pAoFWU .mbr-section-title {
  color: #000000;
}
.cid-uVv9pAoFWU .mbr-text,
.cid-uVv9pAoFWU .mbr-section-btn {
  color: #000000;
}
.cid-uVv9pAoFWU .item-title {
  color: #000000;
  text-align: center;
}
.cid-uVv9pAoFWU .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVv9pAoFWU .item-text {
  color: #000000;
  text-align: center;
}
.cid-uVv9pAoFWU .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uVv9pAoFWU .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uUMFeXoics {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUMFeXoics .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUMFeXoics .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUuZAM4fYU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uUuZAM4fYU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUuZAM4fYU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uUuZAM4fYU .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uUuZAM4fYU .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uUuZAM4fYU .text-content {
    max-width: none;
  }
}
.cid-uUuZAM4fYU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUuZAM4fYU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uUuZAM4fYU .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUuZAM4fYU .icons {
    justify-content: center !important;
  }
  .cid-uUuZAM4fYU .text-content * {
    text-align: center;
  }
}
.cid-uUuZAM4fYU P {
  color: #000000;
  text-align: center;
}
.cid-uUuZAM4fYU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3om0a9m0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3om0a9m0 img {
  width: auto;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3om0a9m0 P {
  text-align: center;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGcljVJ7 .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGcljVJ7 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGcljVJ7 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGcljVJ7 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGcljVJ7 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGcljVJ7 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGcljVJ7 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGcljVJ7 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGcljVJ7 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGcljVJ7 .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGcljVJ7 DIV {
  color: #ffffff;
}
.cid-uUMGcljVJ7 p {
  color: #000;
}
.cid-uUMGcljVJ7 .hidden {
  display: none;
}
.cid-uUMFuYrGB4 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUMFuYrGB4 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uUMFuYrGB4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUMFuYrGB4 .dropdown-item {
  padding: 0;
}
.cid-uUMFuYrGB4 .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uUMFuYrGB4 .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uUMFuYrGB4 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMFuYrGB4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUMFuYrGB4 a {
  font-style: normal;
}
.cid-uUMFuYrGB4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUMFuYrGB4 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uUMFuYrGB4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uUMFuYrGB4 .content-text {
  margin-bottom: 0;
}
.cid-uUMFuYrGB4 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUMFuYrGB4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUMFuYrGB4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUMFuYrGB4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUMFuYrGB4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUMFuYrGB4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMFuYrGB4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMFuYrGB4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUMFuYrGB4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMFuYrGB4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUMFuYrGB4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUMFuYrGB4 .content-right-side {
  text-align: center;
}
.cid-uUMFuYrGB4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUMFuYrGB4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUMFuYrGB4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUMFuYrGB4 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUMFuYrGB4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMFuYrGB4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUMFuYrGB4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUMFuYrGB4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUMFuYrGB4 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUMFuYrGB4 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uUMFuYrGB4 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUMFuYrGB4 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMFuYrGB4 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uUMFuYrGB4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUMFuYrGB4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMFuYrGB4 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uUMFuYrGB4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUMFuYrGB4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUMFuYrGB4 .navbar-toggler {
    display: none;
  }
  .cid-uUMFuYrGB4 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUMFuYrGB4 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uUMFuYrGB4 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMFuYrGB4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUMFuYrGB4 .menu-logo {
  margin-right: auto;
}
.cid-uUMFuYrGB4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMFuYrGB4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUMFuYrGB4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUMFuYrGB4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUMFuYrGB4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUMFuYrGB4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUMFuYrGB4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUMFuYrGB4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUMFuYrGB4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMFuYrGB4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUMFuYrGB4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUMFuYrGB4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUMFuYrGB4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMFuYrGB4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUMFuYrGB4 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUMFuYrGB4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUMFuYrGB4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUMFuYrGB4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUMFuYrGB4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUMFuYrGB4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMFuYrGB4 button.navbar-toggler:focus {
  outline: none;
}
.cid-uUMFuYrGB4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUMFuYrGB4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUMFuYrGB4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMFuYrGB4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMFuYrGB4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUMFuYrGB4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMFuYrGB4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUMFuYrGB4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUMFuYrGB4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMFuYrGB4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMFuYrGB4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMFuYrGB4 .collapsed .btn {
  display: flex;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.collapsing,
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUMFuYrGB4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUMFuYrGB4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMFuYrGB4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUMFuYrGB4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUMFuYrGB4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUMFuYrGB4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUMFuYrGB4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUMFuYrGB4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUMFuYrGB4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUMFuYrGB4 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUMFuYrGB4 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUMFuYrGB4 .navbar-collapse.collapsing,
  .cid-uUMFuYrGB4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUMFuYrGB4 .navbar-collapse.collapsing .navbar-nav,
  .cid-uUMFuYrGB4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUMFuYrGB4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUMFuYrGB4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUMFuYrGB4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUMFuYrGB4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMFuYrGB4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUMFuYrGB4 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMFuYrGB4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUMFuYrGB4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMFuYrGB4 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMFuYrGB4 img {
    height: 3.8rem !important;
  }
  .cid-uUMFuYrGB4 .btn {
    display: flex;
  }
  .cid-uUMFuYrGB4 button.navbar-toggler {
    display: block;
  }
  .cid-uUMFuYrGB4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUMFuYrGB4 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUMFuYrGB4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUMFuYrGB4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUMFuYrGB4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUMFuYrGB4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUMFuYrGB4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUMFuYrGB4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uUMFuYrGB4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUMFuYrGB4 .nav-link:focus {
  outline: none;
}
.cid-uUMFuYrGB4 .navbar-toggler {
  position: relative;
}
.cid-uUMFuYrGB4 .dropdown-item.active,
.cid-uUMFuYrGB4 .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uUv06PDxth {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUv06PDxth .mbr-text {
  color: #000000;
}
.cid-uUv06PDxth .mbr-section-subtitle {
  color: #000000;
}
.cid-uUv06PDxth .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUMFttXPNz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUMFttXPNz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUMFttXPNz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUMFsEHjSW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uUMFsEHjSW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUMFsEHjSW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uUMFsEHjSW .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uUMFsEHjSW .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uUMFsEHjSW .text-content {
    max-width: none;
  }
}
.cid-uUMFsEHjSW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUMFsEHjSW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uUMFsEHjSW .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUMFsEHjSW .icons {
    justify-content: center !important;
  }
  .cid-uUMFsEHjSW .text-content * {
    text-align: center;
  }
}
.cid-uUMFsEHjSW P {
  color: #000000;
  text-align: center;
}
.cid-uUMFsEHjSW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUuYLcgANs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uUuYLcgANs img {
  width: auto;
}
.cid-uUuYLcgANs .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uUuYLcgANs .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uUuYLcgANs P {
  text-align: center;
}
.cid-uUuYLcgANs .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMGeLhjqW .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMGeLhjqW .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMGeLhjqW .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMGeLhjqW .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMGeLhjqW .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMGeLhjqW .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGeLhjqW .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMGeLhjqW .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMGeLhjqW .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMGeLhjqW .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMGeLhjqW DIV {
  color: #ffffff;
}
.cid-uUMGeLhjqW p {
  color: #000;
}
.cid-uUMGeLhjqW .hidden {
  display: none;
}
.cid-uUMF6R8uPJ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUMF6R8uPJ .navbar-fixed-top {
  padding-top: 0;
}
.cid-uUMF6R8uPJ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUMF6R8uPJ .dropdown-item {
  padding: 0;
}
.cid-uUMF6R8uPJ .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uUMF6R8uPJ .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uUMF6R8uPJ .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMF6R8uPJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUMF6R8uPJ a {
  font-style: normal;
}
.cid-uUMF6R8uPJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUMF6R8uPJ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uUMF6R8uPJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uUMF6R8uPJ .content-text {
  margin-bottom: 0;
}
.cid-uUMF6R8uPJ .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUMF6R8uPJ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUMF6R8uPJ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUMF6R8uPJ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUMF6R8uPJ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUMF6R8uPJ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMF6R8uPJ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMF6R8uPJ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUMF6R8uPJ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMF6R8uPJ .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUMF6R8uPJ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUMF6R8uPJ .content-right-side {
  text-align: center;
}
.cid-uUMF6R8uPJ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUMF6R8uPJ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUMF6R8uPJ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUMF6R8uPJ .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUMF6R8uPJ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMF6R8uPJ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUMF6R8uPJ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUMF6R8uPJ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUMF6R8uPJ .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUMF6R8uPJ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uUMF6R8uPJ .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUMF6R8uPJ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMF6R8uPJ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uUMF6R8uPJ .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUMF6R8uPJ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMF6R8uPJ .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uUMF6R8uPJ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUMF6R8uPJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUMF6R8uPJ .navbar-toggler {
    display: none;
  }
  .cid-uUMF6R8uPJ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUMF6R8uPJ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uUMF6R8uPJ .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMF6R8uPJ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUMF6R8uPJ .menu-logo {
  margin-right: auto;
}
.cid-uUMF6R8uPJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMF6R8uPJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUMF6R8uPJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUMF6R8uPJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUMF6R8uPJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUMF6R8uPJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUMF6R8uPJ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUMF6R8uPJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUMF6R8uPJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMF6R8uPJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUMF6R8uPJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUMF6R8uPJ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUMF6R8uPJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMF6R8uPJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUMF6R8uPJ .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUMF6R8uPJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUMF6R8uPJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUMF6R8uPJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUMF6R8uPJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUMF6R8uPJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMF6R8uPJ button.navbar-toggler:focus {
  outline: none;
}
.cid-uUMF6R8uPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUMF6R8uPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUMF6R8uPJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMF6R8uPJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMF6R8uPJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUMF6R8uPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMF6R8uPJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUMF6R8uPJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUMF6R8uPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMF6R8uPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMF6R8uPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMF6R8uPJ .collapsed .btn {
  display: flex;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.collapsing,
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUMF6R8uPJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUMF6R8uPJ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMF6R8uPJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUMF6R8uPJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUMF6R8uPJ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUMF6R8uPJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUMF6R8uPJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUMF6R8uPJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUMF6R8uPJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUMF6R8uPJ .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUMF6R8uPJ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUMF6R8uPJ .navbar-collapse.collapsing,
  .cid-uUMF6R8uPJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUMF6R8uPJ .navbar-collapse.collapsing .navbar-nav,
  .cid-uUMF6R8uPJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUMF6R8uPJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUMF6R8uPJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUMF6R8uPJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUMF6R8uPJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMF6R8uPJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUMF6R8uPJ .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMF6R8uPJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUMF6R8uPJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMF6R8uPJ .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMF6R8uPJ img {
    height: 3.8rem !important;
  }
  .cid-uUMF6R8uPJ .btn {
    display: flex;
  }
  .cid-uUMF6R8uPJ button.navbar-toggler {
    display: block;
  }
  .cid-uUMF6R8uPJ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUMF6R8uPJ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUMF6R8uPJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUMF6R8uPJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUMF6R8uPJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUMF6R8uPJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUMF6R8uPJ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUMF6R8uPJ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uUMF6R8uPJ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUMF6R8uPJ .nav-link:focus {
  outline: none;
}
.cid-uUMF6R8uPJ .navbar-toggler {
  position: relative;
}
.cid-uUMF6R8uPJ .dropdown-item.active,
.cid-uUMF6R8uPJ .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uUv0EZJESK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUv0EZJESK .mbr-text {
  color: #000000;
}
.cid-uUv0EZJESK .mbr-section-subtitle {
  color: #000000;
}
.cid-uUv0EZJESK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUMEPmMfrU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUMEPmMfrU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUMEPmMfrU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUMEYxLuSU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uUMEYxLuSU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUMEYxLuSU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uUMEYxLuSU .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uUMEYxLuSU .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uUMEYxLuSU .text-content {
    max-width: none;
  }
}
.cid-uUMEYxLuSU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUMEYxLuSU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uUMEYxLuSU .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUMEYxLuSU .icons {
    justify-content: center !important;
  }
  .cid-uUMEYxLuSU .text-content * {
    text-align: center;
  }
}
.cid-uUMEYxLuSU P {
  color: #000000;
  text-align: center;
}
.cid-uUMEYxLuSU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUuYLcgANs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uUuYLcgANs img {
  width: auto;
}
.cid-uUuYLcgANs .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uUuYLcgANs .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uUuYLcgANs P {
  text-align: center;
}
.cid-uUuYLcgANs .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMG9IsUUq .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMG9IsUUq .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMG9IsUUq .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMG9IsUUq .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMG9IsUUq .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMG9IsUUq .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMG9IsUUq .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMG9IsUUq .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMG9IsUUq .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMG9IsUUq .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMG9IsUUq DIV {
  color: #ffffff;
}
.cid-uUMG9IsUUq p {
  color: #000;
}
.cid-uUMG9IsUUq .hidden {
  display: none;
}
.cid-uUMEIXv6Vr .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uUMEIXv6Vr .navbar-fixed-top {
  padding-top: 0;
}
.cid-uUMEIXv6Vr .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uUMEIXv6Vr .dropdown-item {
  padding: 0;
}
.cid-uUMEIXv6Vr .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uUMEIXv6Vr .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uUMEIXv6Vr .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMEIXv6Vr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uUMEIXv6Vr a {
  font-style: normal;
}
.cid-uUMEIXv6Vr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uUMEIXv6Vr .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uUMEIXv6Vr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uUMEIXv6Vr .content-text {
  margin-bottom: 0;
}
.cid-uUMEIXv6Vr .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uUMEIXv6Vr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uUMEIXv6Vr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uUMEIXv6Vr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uUMEIXv6Vr .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uUMEIXv6Vr .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMEIXv6Vr .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uUMEIXv6Vr .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uUMEIXv6Vr .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUMEIXv6Vr .nav-dropdown .link {
  font-weight: 400;
}
.cid-uUMEIXv6Vr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uUMEIXv6Vr .content-right-side {
  text-align: center;
}
.cid-uUMEIXv6Vr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uUMEIXv6Vr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uUMEIXv6Vr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uUMEIXv6Vr .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uUMEIXv6Vr .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMEIXv6Vr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uUMEIXv6Vr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uUMEIXv6Vr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uUMEIXv6Vr .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uUMEIXv6Vr .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uUMEIXv6Vr .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uUMEIXv6Vr .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMEIXv6Vr .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uUMEIXv6Vr .navbar {
    display: block;
    padding: 0;
  }
  .cid-uUMEIXv6Vr .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uUMEIXv6Vr .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uUMEIXv6Vr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uUMEIXv6Vr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uUMEIXv6Vr .navbar-toggler {
    display: none;
  }
  .cid-uUMEIXv6Vr .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUMEIXv6Vr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uUMEIXv6Vr .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMEIXv6Vr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uUMEIXv6Vr .menu-logo {
  margin-right: auto;
}
.cid-uUMEIXv6Vr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUMEIXv6Vr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUMEIXv6Vr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uUMEIXv6Vr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUMEIXv6Vr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUMEIXv6Vr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUMEIXv6Vr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uUMEIXv6Vr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUMEIXv6Vr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMEIXv6Vr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUMEIXv6Vr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uUMEIXv6Vr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUMEIXv6Vr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUMEIXv6Vr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uUMEIXv6Vr .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uUMEIXv6Vr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUMEIXv6Vr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUMEIXv6Vr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUMEIXv6Vr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUMEIXv6Vr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUMEIXv6Vr button.navbar-toggler:focus {
  outline: none;
}
.cid-uUMEIXv6Vr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUMEIXv6Vr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUMEIXv6Vr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMEIXv6Vr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUMEIXv6Vr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUMEIXv6Vr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMEIXv6Vr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUMEIXv6Vr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUMEIXv6Vr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUMEIXv6Vr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUMEIXv6Vr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUMEIXv6Vr .collapsed .btn {
  display: flex;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.collapsing,
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUMEIXv6Vr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUMEIXv6Vr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uUMEIXv6Vr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUMEIXv6Vr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uUMEIXv6Vr .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUMEIXv6Vr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUMEIXv6Vr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUMEIXv6Vr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUMEIXv6Vr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uUMEIXv6Vr .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uUMEIXv6Vr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUMEIXv6Vr .navbar-collapse.collapsing,
  .cid-uUMEIXv6Vr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUMEIXv6Vr .navbar-collapse.collapsing .navbar-nav,
  .cid-uUMEIXv6Vr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUMEIXv6Vr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUMEIXv6Vr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUMEIXv6Vr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUMEIXv6Vr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMEIXv6Vr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUMEIXv6Vr .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uUMEIXv6Vr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUMEIXv6Vr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUMEIXv6Vr .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUMEIXv6Vr img {
    height: 3.8rem !important;
  }
  .cid-uUMEIXv6Vr .btn {
    display: flex;
  }
  .cid-uUMEIXv6Vr button.navbar-toggler {
    display: block;
  }
  .cid-uUMEIXv6Vr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uUMEIXv6Vr .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uUMEIXv6Vr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUMEIXv6Vr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUMEIXv6Vr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUMEIXv6Vr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uUMEIXv6Vr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uUMEIXv6Vr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uUMEIXv6Vr .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uUMEIXv6Vr .nav-link:focus {
  outline: none;
}
.cid-uUMEIXv6Vr .navbar-toggler {
  position: relative;
}
.cid-uUMEIXv6Vr .dropdown-item.active,
.cid-uUMEIXv6Vr .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVZF6SY6Cq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #f8f6ea;
}
.cid-uVZF6SY6Cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVZF6SY6Cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVZF6SY6Cq .row {
  flex-direction: row-reverse;
}
.cid-uVZK5HC2Wb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f8f6ea, #f8f6ea);
}
.cid-uVZK5HC2Wb .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uVZK5HC2Wb .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uVZK5HC2Wb .green-audio-player {
    width: 300px;
  }
}
.cid-uVZK5HC2Wb .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uVZK5HC2Wb .green-audio-player.player-accessible .controls:hover,
.cid-uVZK5HC2Wb .green-audio-player.player-accessible .volume__button:hover,
.cid-uVZK5HC2Wb .green-audio-player.player-accessible .volume__controls:hover,
.cid-uVZK5HC2Wb .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uVZK5HC2Wb .green-audio-player svg,
.cid-uVZK5HC2Wb .green-audio-player img {
  display: block;
}
.cid-uVZK5HC2Wb .green-audio-player .holder {
  position: relative;
}
.cid-uVZK5HC2Wb .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uVZK5HC2Wb .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uVZK5HC2Wb .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uVZK5HC2Wb .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uVZK5HC2Wb .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uVZK5HC2Wb .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uVZK5HC2Wb .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uVZK5HC2Wb .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uVZK5HC2Wb .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uVZK5HC2Wb .green-audio-player .controls span {
  cursor: default;
}
.cid-uVZK5HC2Wb .green-audio-player .controls:focus {
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player .volume {
  position: relative;
}
.cid-uVZK5HC2Wb .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uVZK5HC2Wb .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uVZK5HC2Wb .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uVZK5HC2Wb .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uVZK5HC2Wb .green-audio-player .download:focus {
  outline: none;
}
.cid-uVZK5HC2Wb .green-audio-player:focus {
  outline: none;
}
.cid-uVZK5HC2Wb .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uVZK5HC2Wb .hidden {
  display: none;
}
.cid-bW0IVARaBz {
  background-color: #a6a99c;
}
.cid-bW0IVARaBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-bW0IVARaBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-bW0IVARaBz .text-block {
  background-color: #f8f6ea;
  padding: 3rem;
  overflow: hidden;
  border-radius: 19px;
}
.cid-bW0IVARaBz .logo-float {
  float: left;
  width: 240px;
  margin: 0 0rem 0rem 0;
}
.cid-bW0IVARaBz .logo-float img {
  width: 98%;
  height: auto;
  display: block;
}
@media (max-width: 990px) {
  .cid-bW0IVARaBz .logo-float {
    float: none;
    margin: 0 auto 1rem auto;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
  }
}
.cid-bW0IVARaBz P {
  text-align: left;
}
.cid-bW0IVARaBz .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-bW0IVARaBz .mbr-section-title {
  text-align: left;
}
.cid-bW0IVARaBz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUMEuUBoxd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uUMEuUBoxd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUMEuUBoxd .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUMBcTbq2Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uUMBcTbq2Z .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUMBcTbq2Z .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uUMBcTbq2Z .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uUMBcTbq2Z .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uUMBcTbq2Z .text-content {
    max-width: none;
  }
}
.cid-uUMBcTbq2Z .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUMBcTbq2Z .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uUMBcTbq2Z .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUMBcTbq2Z .icons {
    justify-content: center !important;
  }
  .cid-uUMBcTbq2Z .text-content * {
    text-align: center;
  }
}
.cid-uUMBcTbq2Z P {
  color: #000000;
  text-align: center;
}
.cid-uUMBcTbq2Z .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3om0a9m0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3om0a9m0 img {
  width: auto;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3om0a9m0 P {
  text-align: center;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uUMG6rrKxl .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uUMG6rrKxl .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(55px);
  min-height: calc(55px);
}
.cid-uUMG6rrKxl .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uUMG6rrKxl .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uUMG6rrKxl .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uUMG6rrKxl .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMG6rrKxl .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uUMG6rrKxl .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uUMG6rrKxl .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uUMG6rrKxl .whatsapp-button::after {
    display: none;
  }
}
.cid-uUMG6rrKxl DIV {
  color: #ffffff;
}
.cid-uUMG6rrKxl p {
  color: #000;
}
.cid-uUMG6rrKxl .hidden {
  display: none;
}
.cid-uVxhgkX4KI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVxhgkX4KI .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVxhgkX4KI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVxhgkX4KI .dropdown-item {
  padding: 0;
}
.cid-uVxhgkX4KI .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uVxhgkX4KI .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVxhgkX4KI .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxhgkX4KI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVxhgkX4KI a {
  font-style: normal;
}
.cid-uVxhgkX4KI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVxhgkX4KI .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVxhgkX4KI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uVxhgkX4KI .content-text {
  margin-bottom: 0;
}
.cid-uVxhgkX4KI .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVxhgkX4KI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVxhgkX4KI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVxhgkX4KI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVxhgkX4KI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVxhgkX4KI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxhgkX4KI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxhgkX4KI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVxhgkX4KI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxhgkX4KI .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVxhgkX4KI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVxhgkX4KI .content-right-side {
  text-align: center;
}
.cid-uVxhgkX4KI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVxhgkX4KI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVxhgkX4KI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVxhgkX4KI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVxhgkX4KI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxhgkX4KI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVxhgkX4KI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVxhgkX4KI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVxhgkX4KI .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVxhgkX4KI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVxhgkX4KI .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVxhgkX4KI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxhgkX4KI .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVxhgkX4KI .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVxhgkX4KI .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxhgkX4KI .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uVxhgkX4KI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVxhgkX4KI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVxhgkX4KI .navbar-toggler {
    display: none;
  }
  .cid-uVxhgkX4KI .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVxhgkX4KI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVxhgkX4KI .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxhgkX4KI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVxhgkX4KI .menu-logo {
  margin-right: auto;
}
.cid-uVxhgkX4KI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxhgkX4KI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVxhgkX4KI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVxhgkX4KI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVxhgkX4KI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVxhgkX4KI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVxhgkX4KI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVxhgkX4KI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVxhgkX4KI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxhgkX4KI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVxhgkX4KI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVxhgkX4KI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVxhgkX4KI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxhgkX4KI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVxhgkX4KI .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVxhgkX4KI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVxhgkX4KI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVxhgkX4KI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVxhgkX4KI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVxhgkX4KI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxhgkX4KI button.navbar-toggler:focus {
  outline: none;
}
.cid-uVxhgkX4KI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVxhgkX4KI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxhgkX4KI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxhgkX4KI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxhgkX4KI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxhgkX4KI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxhgkX4KI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxhgkX4KI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxhgkX4KI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxhgkX4KI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxhgkX4KI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxhgkX4KI .collapsed .btn {
  display: flex;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse.collapsing,
.cid-uVxhgkX4KI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVxhgkX4KI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVxhgkX4KI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVxhgkX4KI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVxhgkX4KI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVxhgkX4KI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVxhgkX4KI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVxhgkX4KI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxhgkX4KI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVxhgkX4KI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVxhgkX4KI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVxhgkX4KI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVxhgkX4KI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVxhgkX4KI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVxhgkX4KI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVxhgkX4KI .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVxhgkX4KI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVxhgkX4KI .navbar-collapse.collapsing,
  .cid-uVxhgkX4KI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVxhgkX4KI .navbar-collapse.collapsing .navbar-nav,
  .cid-uVxhgkX4KI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVxhgkX4KI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVxhgkX4KI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVxhgkX4KI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVxhgkX4KI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxhgkX4KI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVxhgkX4KI .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVxhgkX4KI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVxhgkX4KI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxhgkX4KI .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVxhgkX4KI img {
    height: 3.8rem !important;
  }
  .cid-uVxhgkX4KI .btn {
    display: flex;
  }
  .cid-uVxhgkX4KI button.navbar-toggler {
    display: block;
  }
  .cid-uVxhgkX4KI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVxhgkX4KI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVxhgkX4KI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVxhgkX4KI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVxhgkX4KI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVxhgkX4KI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVxhgkX4KI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVxhgkX4KI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVxhgkX4KI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVxhgkX4KI .nav-link:focus {
  outline: none;
}
.cid-uVxhgkX4KI .navbar-toggler {
  position: relative;
}
.cid-uVxhgkX4KI .dropdown-item.active,
.cid-uVxhgkX4KI .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVWrGz6v1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6ea;
}
.cid-uVWrGz6v1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWrGz6v1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWpUTyPRa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f6ea;
}
.cid-uVWpUTyPRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWpUTyPRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVWpUTyPRa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVWpUTyPRa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVWpUTyPRa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVWpUTyPRa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVWpUTyPRa .mbr-section-title {
  color: #000000;
}
.cid-uVWpUTyPRa .mbr-text,
.cid-uVWpUTyPRa .mbr-section-btn {
  color: #000000;
}
.cid-uVxhl3JmUf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVxhl3JmUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxhl3JmUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWtq4wPuX {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uVWtq4wPuX .fondcolor {
  margin-top: 10px;
  border-radius: 12px;
  border: 2px solid #232323;
  background: #232323;
}
.cid-uVWtq4wPuX .card {
  border-radius: 12px;
  margin-bottom: 5px;
}
.cid-uVWtq4wPuX .card .card-header {
  border-radius: 12px;
  border: 0px;
  padding: 0;
}
.cid-uVWtq4wPuX .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0;
  line-height: normal;
  align-items: center;
}
.cid-uVWtq4wPuX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uVWtq4wPuX .card .card-header a.panel-title h4 {
  padding: 1rem 2rem;
  border: 2px solid #232323;
  margin-bottom: -1px;
  border-radius: 12px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uVWtq4wPuX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uVWtq4wPuX .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uVWtq4wPuX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVWtq4wPuX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uVWtq4wPuX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVWtq4wPuX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVWtq4wPuX H2 {
  color: #ffffff;
}
.cid-uVWtq4wPuX H4 {
  text-align: left;
  color: #0d41a8;
}
.cid-uVHSfMBmSJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVHSfMBmSJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVHSfMBmSJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVHS03kBaK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uVHS03kBaK .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVHS03kBaK .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uVHS03kBaK .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uVHS03kBaK .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uVHS03kBaK .text-content {
    max-width: none;
  }
}
.cid-uVHS03kBaK .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uVHS03kBaK .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uVHS03kBaK .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVHS03kBaK .icons {
    justify-content: center !important;
  }
  .cid-uVHS03kBaK .text-content * {
    text-align: center;
  }
}
.cid-uVHS03kBaK P {
  color: #000000;
  text-align: center;
}
.cid-uVHS03kBaK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uU3om0a9m0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uU3om0a9m0 img {
  width: auto;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uU3om0a9m0 P {
  text-align: center;
}
.cid-uU3om0a9m0 .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uVI2Tfu0f9 .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uVI2Tfu0f9 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(54px);
  min-height: calc(54px);
}
.cid-uVI2Tfu0f9 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uVI2Tfu0f9 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uVI2Tfu0f9 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uVI2Tfu0f9 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI2Tfu0f9 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI2Tfu0f9 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uVI2Tfu0f9 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uVI2Tfu0f9 .whatsapp-button::after {
    display: none;
  }
}
.cid-uVI2Tfu0f9 DIV {
  color: #ffffff;
}
.cid-uVI2Tfu0f9 p {
  color: #000;
}
.cid-uVI2Tfu0f9 .hidden {
  display: none;
}
.cid-uVxhNOJA3s .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVxhNOJA3s .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVxhNOJA3s .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVxhNOJA3s .dropdown-item {
  padding: 0;
}
.cid-uVxhNOJA3s .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uVxhNOJA3s .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVxhNOJA3s .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxhNOJA3s .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVxhNOJA3s a {
  font-style: normal;
}
.cid-uVxhNOJA3s .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVxhNOJA3s .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVxhNOJA3s .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uVxhNOJA3s .content-text {
  margin-bottom: 0;
}
.cid-uVxhNOJA3s .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVxhNOJA3s .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVxhNOJA3s .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVxhNOJA3s .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVxhNOJA3s .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVxhNOJA3s .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxhNOJA3s .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxhNOJA3s .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVxhNOJA3s .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxhNOJA3s .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVxhNOJA3s .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVxhNOJA3s .content-right-side {
  text-align: center;
}
.cid-uVxhNOJA3s .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVxhNOJA3s .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVxhNOJA3s .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVxhNOJA3s .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVxhNOJA3s .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxhNOJA3s .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVxhNOJA3s .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVxhNOJA3s .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVxhNOJA3s .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVxhNOJA3s .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVxhNOJA3s .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVxhNOJA3s .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxhNOJA3s .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVxhNOJA3s .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVxhNOJA3s .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxhNOJA3s .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uVxhNOJA3s .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVxhNOJA3s .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVxhNOJA3s .navbar-toggler {
    display: none;
  }
  .cid-uVxhNOJA3s .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVxhNOJA3s .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVxhNOJA3s .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxhNOJA3s .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVxhNOJA3s .menu-logo {
  margin-right: auto;
}
.cid-uVxhNOJA3s .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxhNOJA3s .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVxhNOJA3s .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVxhNOJA3s .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVxhNOJA3s .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVxhNOJA3s .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVxhNOJA3s .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVxhNOJA3s .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVxhNOJA3s .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxhNOJA3s .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVxhNOJA3s .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVxhNOJA3s .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVxhNOJA3s .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxhNOJA3s .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVxhNOJA3s .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVxhNOJA3s .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVxhNOJA3s .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVxhNOJA3s .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVxhNOJA3s .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVxhNOJA3s button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxhNOJA3s button.navbar-toggler:focus {
  outline: none;
}
.cid-uVxhNOJA3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVxhNOJA3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxhNOJA3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxhNOJA3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxhNOJA3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxhNOJA3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxhNOJA3s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxhNOJA3s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxhNOJA3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxhNOJA3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxhNOJA3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxhNOJA3s .collapsed .btn {
  display: flex;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse.collapsing,
.cid-uVxhNOJA3s .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVxhNOJA3s .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVxhNOJA3s .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVxhNOJA3s .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVxhNOJA3s .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVxhNOJA3s .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVxhNOJA3s .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVxhNOJA3s .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxhNOJA3s .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVxhNOJA3s .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVxhNOJA3s .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVxhNOJA3s .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVxhNOJA3s .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVxhNOJA3s .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVxhNOJA3s .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVxhNOJA3s .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVxhNOJA3s .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVxhNOJA3s .navbar-collapse.collapsing,
  .cid-uVxhNOJA3s .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVxhNOJA3s .navbar-collapse.collapsing .navbar-nav,
  .cid-uVxhNOJA3s .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVxhNOJA3s .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVxhNOJA3s .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVxhNOJA3s .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVxhNOJA3s .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxhNOJA3s .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVxhNOJA3s .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVxhNOJA3s .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVxhNOJA3s .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxhNOJA3s .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVxhNOJA3s img {
    height: 3.8rem !important;
  }
  .cid-uVxhNOJA3s .btn {
    display: flex;
  }
  .cid-uVxhNOJA3s button.navbar-toggler {
    display: block;
  }
  .cid-uVxhNOJA3s .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVxhNOJA3s .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVxhNOJA3s .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVxhNOJA3s .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVxhNOJA3s .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVxhNOJA3s .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVxhNOJA3s .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVxhNOJA3s .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVxhNOJA3s .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVxhNOJA3s .nav-link:focus {
  outline: none;
}
.cid-uVxhNOJA3s .navbar-toggler {
  position: relative;
}
.cid-uVxhNOJA3s .dropdown-item.active,
.cid-uVxhNOJA3s .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVWsJuHGw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6ea;
}
.cid-uVWsJuHGw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWsJuHGw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxhNP7cnQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f6ea;
}
.cid-uVxhNP7cnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxhNP7cnQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVxhNP7cnQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVxhNP7cnQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVxhNP7cnQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVxhNP7cnQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVxhNP7cnQ .mbr-section-title {
  color: #000000;
}
.cid-uVxhNP7cnQ .mbr-text,
.cid-uVxhNP7cnQ .mbr-section-btn {
  color: #000000;
}
.cid-uVWtAVnZ54 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uVWtAVnZ54 .fondcolor {
  margin-top: 10px;
  border-radius: 12px;
  border: 2px solid #232323;
  background: #232323;
}
.cid-uVWtAVnZ54 .card {
  border-radius: 12px;
  margin-bottom: 5px;
}
.cid-uVWtAVnZ54 .card .card-header {
  border-radius: 12px;
  border: 0px;
  padding: 0;
}
.cid-uVWtAVnZ54 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0;
  line-height: normal;
  align-items: center;
}
.cid-uVWtAVnZ54 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uVWtAVnZ54 .card .card-header a.panel-title h4 {
  padding: 1rem 2rem;
  border: 2px solid #232323;
  margin-bottom: -1px;
  border-radius: 12px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uVWtAVnZ54 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uVWtAVnZ54 .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uVWtAVnZ54 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVWtAVnZ54 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uVWtAVnZ54 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVWtAVnZ54 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVWtAVnZ54 H2 {
  color: #ffffff;
}
.cid-uVWtAVnZ54 H4 {
  text-align: left;
  color: #0d41a8;
}
.cid-uVI23dLiv3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVI23dLiv3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVI23dLiv3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVI22U5uUn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uVI22U5uUn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVI22U5uUn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uVI22U5uUn .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uVI22U5uUn .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uVI22U5uUn .text-content {
    max-width: none;
  }
}
.cid-uVI22U5uUn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uVI22U5uUn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uVI22U5uUn .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVI22U5uUn .icons {
    justify-content: center !important;
  }
  .cid-uVI22U5uUn .text-content * {
    text-align: center;
  }
}
.cid-uVI22U5uUn P {
  color: #000000;
  text-align: center;
}
.cid-uVI22U5uUn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVxhNPg93O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uVxhNPg93O img {
  width: auto;
}
.cid-uVxhNPg93O .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVxhNPg93O .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uVxhNPg93O P {
  text-align: center;
}
.cid-uVxhNPg93O .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uVI3g2QrNv .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uVI3g2QrNv .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(54px);
  min-height: calc(54px);
}
.cid-uVI3g2QrNv .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uVI3g2QrNv .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uVI3g2QrNv .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uVI3g2QrNv .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI3g2QrNv .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI3g2QrNv .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uVI3g2QrNv .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uVI3g2QrNv .whatsapp-button::after {
    display: none;
  }
}
.cid-uVI3g2QrNv DIV {
  color: #ffffff;
}
.cid-uVI3g2QrNv p {
  color: #000;
}
.cid-uVI3g2QrNv .hidden {
  display: none;
}
.cid-uVxiBxYWmu .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVxiBxYWmu .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVxiBxYWmu .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVxiBxYWmu .dropdown-item {
  padding: 0;
}
.cid-uVxiBxYWmu .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uVxiBxYWmu .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVxiBxYWmu .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxiBxYWmu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVxiBxYWmu a {
  font-style: normal;
}
.cid-uVxiBxYWmu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVxiBxYWmu .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVxiBxYWmu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uVxiBxYWmu .content-text {
  margin-bottom: 0;
}
.cid-uVxiBxYWmu .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVxiBxYWmu .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVxiBxYWmu .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVxiBxYWmu .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVxiBxYWmu .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVxiBxYWmu .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxiBxYWmu .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxiBxYWmu .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVxiBxYWmu .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxiBxYWmu .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVxiBxYWmu .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVxiBxYWmu .content-right-side {
  text-align: center;
}
.cid-uVxiBxYWmu .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVxiBxYWmu .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVxiBxYWmu .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVxiBxYWmu .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVxiBxYWmu .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxiBxYWmu .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVxiBxYWmu .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVxiBxYWmu .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVxiBxYWmu .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVxiBxYWmu .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVxiBxYWmu .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVxiBxYWmu .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxiBxYWmu .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVxiBxYWmu .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVxiBxYWmu .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxiBxYWmu .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uVxiBxYWmu .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVxiBxYWmu .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVxiBxYWmu .navbar-toggler {
    display: none;
  }
  .cid-uVxiBxYWmu .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVxiBxYWmu .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVxiBxYWmu .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxiBxYWmu .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVxiBxYWmu .menu-logo {
  margin-right: auto;
}
.cid-uVxiBxYWmu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxiBxYWmu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVxiBxYWmu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVxiBxYWmu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVxiBxYWmu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVxiBxYWmu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVxiBxYWmu .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVxiBxYWmu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVxiBxYWmu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxiBxYWmu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVxiBxYWmu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVxiBxYWmu .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVxiBxYWmu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxiBxYWmu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVxiBxYWmu .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVxiBxYWmu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVxiBxYWmu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVxiBxYWmu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVxiBxYWmu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVxiBxYWmu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxiBxYWmu button.navbar-toggler:focus {
  outline: none;
}
.cid-uVxiBxYWmu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVxiBxYWmu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxiBxYWmu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxiBxYWmu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxiBxYWmu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxiBxYWmu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxiBxYWmu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxiBxYWmu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxiBxYWmu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxiBxYWmu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxiBxYWmu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxiBxYWmu .collapsed .btn {
  display: flex;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse.collapsing,
.cid-uVxiBxYWmu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVxiBxYWmu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVxiBxYWmu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVxiBxYWmu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVxiBxYWmu .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVxiBxYWmu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVxiBxYWmu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVxiBxYWmu .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxiBxYWmu .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVxiBxYWmu .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVxiBxYWmu .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVxiBxYWmu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVxiBxYWmu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVxiBxYWmu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVxiBxYWmu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVxiBxYWmu .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVxiBxYWmu .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVxiBxYWmu .navbar-collapse.collapsing,
  .cid-uVxiBxYWmu .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVxiBxYWmu .navbar-collapse.collapsing .navbar-nav,
  .cid-uVxiBxYWmu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVxiBxYWmu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVxiBxYWmu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVxiBxYWmu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVxiBxYWmu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxiBxYWmu .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVxiBxYWmu .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVxiBxYWmu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVxiBxYWmu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxiBxYWmu .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVxiBxYWmu img {
    height: 3.8rem !important;
  }
  .cid-uVxiBxYWmu .btn {
    display: flex;
  }
  .cid-uVxiBxYWmu button.navbar-toggler {
    display: block;
  }
  .cid-uVxiBxYWmu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVxiBxYWmu .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVxiBxYWmu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVxiBxYWmu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVxiBxYWmu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVxiBxYWmu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVxiBxYWmu .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVxiBxYWmu .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVxiBxYWmu .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVxiBxYWmu .nav-link:focus {
  outline: none;
}
.cid-uVxiBxYWmu .navbar-toggler {
  position: relative;
}
.cid-uVxiBxYWmu .dropdown-item.active,
.cid-uVxiBxYWmu .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVI7INFibe .trans-wave {
  pointer-events: none;
}
.cid-uVI7INFibe .dentaura-container {
  height: 0px;
  position: relative;
  width: 100%;
}
.cid-uVI7INFibe .dentaura-y-up {
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uVI7INFibe .dentaura-cover {
  background: transparent;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uVI7INFibe .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uVI7INFibe .hidden {
  display: none;
}
.cid-uVI7INFibe .fil0 {
  fill: #55b4d4;
  opacity: 0.5;
}
.cid-uVI7INFibe .fil2 {
  fill: #0f7699;
  opacity: 0.5;
}
.cid-uVI7INFibe .fil1 {
  fill: #073b4c;
  opacity: 0.6;
}
.cid-uVxiByd9wD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVxiByd9wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxiByd9wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxiByozKz {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uVxiByozKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxiByozKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVxiByozKz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVxiByozKz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVxiByozKz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVxiByozKz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVxiByozKz .mbr-section-title {
  color: #000000;
}
.cid-uVxiByozKz .mbr-text,
.cid-uVxiByozKz .mbr-section-btn {
  color: #000000;
}
.cid-uVI1ZNj4kV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVI1ZNj4kV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVI1ZNj4kV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVI1ZidZ2i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uVI1ZidZ2i .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVI1ZidZ2i .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uVI1ZidZ2i .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uVI1ZidZ2i .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uVI1ZidZ2i .text-content {
    max-width: none;
  }
}
.cid-uVI1ZidZ2i .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uVI1ZidZ2i .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uVI1ZidZ2i .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVI1ZidZ2i .icons {
    justify-content: center !important;
  }
  .cid-uVI1ZidZ2i .text-content * {
    text-align: center;
  }
}
.cid-uVI1ZidZ2i P {
  color: #000000;
  text-align: center;
}
.cid-uVI1ZidZ2i .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVxiByxNMt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uVxiByxNMt img {
  width: auto;
}
.cid-uVxiByxNMt .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVxiByxNMt .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uVxiByxNMt P {
  text-align: center;
}
.cid-uVxiByxNMt .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uVI3dOHTf3 .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uVI3dOHTf3 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(54px);
  min-height: calc(54px);
}
.cid-uVI3dOHTf3 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uVI3dOHTf3 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uVI3dOHTf3 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uVI3dOHTf3 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI3dOHTf3 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI3dOHTf3 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uVI3dOHTf3 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uVI3dOHTf3 .whatsapp-button::after {
    display: none;
  }
}
.cid-uVI3dOHTf3 DIV {
  color: #ffffff;
}
.cid-uVI3dOHTf3 p {
  color: #000;
}
.cid-uVI3dOHTf3 .hidden {
  display: none;
}
.cid-uVxqvOGu0k .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVxqvOGu0k .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVxqvOGu0k .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVxqvOGu0k .dropdown-item {
  padding: 0;
}
.cid-uVxqvOGu0k .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uVxqvOGu0k .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVxqvOGu0k .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxqvOGu0k .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVxqvOGu0k a {
  font-style: normal;
}
.cid-uVxqvOGu0k .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVxqvOGu0k .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVxqvOGu0k .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uVxqvOGu0k .content-text {
  margin-bottom: 0;
}
.cid-uVxqvOGu0k .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVxqvOGu0k .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVxqvOGu0k .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVxqvOGu0k .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVxqvOGu0k .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVxqvOGu0k .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxqvOGu0k .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVxqvOGu0k .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVxqvOGu0k .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVxqvOGu0k .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVxqvOGu0k .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVxqvOGu0k .content-right-side {
  text-align: center;
}
.cid-uVxqvOGu0k .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVxqvOGu0k .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVxqvOGu0k .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVxqvOGu0k .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVxqvOGu0k .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxqvOGu0k .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVxqvOGu0k .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVxqvOGu0k .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVxqvOGu0k .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVxqvOGu0k .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVxqvOGu0k .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVxqvOGu0k .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxqvOGu0k .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVxqvOGu0k .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVxqvOGu0k .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVxqvOGu0k .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uVxqvOGu0k .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVxqvOGu0k .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVxqvOGu0k .navbar-toggler {
    display: none;
  }
  .cid-uVxqvOGu0k .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVxqvOGu0k .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVxqvOGu0k .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxqvOGu0k .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVxqvOGu0k .menu-logo {
  margin-right: auto;
}
.cid-uVxqvOGu0k .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVxqvOGu0k .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVxqvOGu0k .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVxqvOGu0k .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVxqvOGu0k .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVxqvOGu0k .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVxqvOGu0k .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVxqvOGu0k .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVxqvOGu0k .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxqvOGu0k .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVxqvOGu0k .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVxqvOGu0k .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVxqvOGu0k .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVxqvOGu0k .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVxqvOGu0k .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVxqvOGu0k .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVxqvOGu0k .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVxqvOGu0k .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVxqvOGu0k .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVxqvOGu0k button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVxqvOGu0k button.navbar-toggler:focus {
  outline: none;
}
.cid-uVxqvOGu0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVxqvOGu0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVxqvOGu0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxqvOGu0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVxqvOGu0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVxqvOGu0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxqvOGu0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVxqvOGu0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVxqvOGu0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVxqvOGu0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVxqvOGu0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVxqvOGu0k .collapsed .btn {
  display: flex;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse.collapsing,
.cid-uVxqvOGu0k .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVxqvOGu0k .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVxqvOGu0k .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVxqvOGu0k .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVxqvOGu0k .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVxqvOGu0k .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVxqvOGu0k .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVxqvOGu0k .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVxqvOGu0k .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVxqvOGu0k .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVxqvOGu0k .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVxqvOGu0k .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVxqvOGu0k .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVxqvOGu0k .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVxqvOGu0k .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVxqvOGu0k .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVxqvOGu0k .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVxqvOGu0k .navbar-collapse.collapsing,
  .cid-uVxqvOGu0k .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVxqvOGu0k .navbar-collapse.collapsing .navbar-nav,
  .cid-uVxqvOGu0k .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVxqvOGu0k .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVxqvOGu0k .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVxqvOGu0k .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVxqvOGu0k .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxqvOGu0k .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVxqvOGu0k .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVxqvOGu0k .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVxqvOGu0k .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVxqvOGu0k .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVxqvOGu0k img {
    height: 3.8rem !important;
  }
  .cid-uVxqvOGu0k .btn {
    display: flex;
  }
  .cid-uVxqvOGu0k button.navbar-toggler {
    display: block;
  }
  .cid-uVxqvOGu0k .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVxqvOGu0k .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVxqvOGu0k .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVxqvOGu0k .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVxqvOGu0k .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVxqvOGu0k .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVxqvOGu0k .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVxqvOGu0k .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVxqvOGu0k .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVxqvOGu0k .nav-link:focus {
  outline: none;
}
.cid-uVxqvOGu0k .navbar-toggler {
  position: relative;
}
.cid-uVxqvOGu0k .dropdown-item.active,
.cid-uVxqvOGu0k .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVI7fjHZvF .trans-wave {
  pointer-events: none;
}
.cid-uVI7fjHZvF .dentaura-container {
  height: 0px;
  position: relative;
  width: 100%;
}
.cid-uVI7fjHZvF .dentaura-y-up {
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uVI7fjHZvF .dentaura-cover {
  background: transparent;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uVI7fjHZvF .dentaura-y-down {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.cid-uVI7fjHZvF .hidden {
  display: none;
}
.cid-uVI7fjHZvF .fil0 {
  fill: #55b4d4;
  opacity: 0.5;
}
.cid-uVI7fjHZvF .fil2 {
  fill: #0f7699;
  opacity: 0.5;
}
.cid-uVI7fjHZvF .fil1 {
  fill: #073b4c;
  opacity: 0.6;
}
.cid-uVxqvOTbi4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVxqvOTbi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxqvOTbi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxqvP2wXh {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uVxqvP2wXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxqvP2wXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVxqvP2wXh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVxqvP2wXh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVxqvP2wXh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVxqvP2wXh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVxqvP2wXh .mbr-section-title {
  color: #000000;
}
.cid-uVxqvP2wXh .mbr-text,
.cid-uVxqvP2wXh .mbr-section-btn {
  color: #000000;
}
.cid-uVI2jVPaRu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVI2jVPaRu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVI2jVPaRu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVI2jCw5EU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uVI2jCw5EU .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVI2jCw5EU .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uVI2jCw5EU .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uVI2jCw5EU .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uVI2jCw5EU .text-content {
    max-width: none;
  }
}
.cid-uVI2jCw5EU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uVI2jCw5EU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uVI2jCw5EU .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVI2jCw5EU .icons {
    justify-content: center !important;
  }
  .cid-uVI2jCw5EU .text-content * {
    text-align: center;
  }
}
.cid-uVI2jCw5EU P {
  color: #000000;
  text-align: center;
}
.cid-uVI2jCw5EU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVxqvPaOAq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uVxqvPaOAq img {
  width: auto;
}
.cid-uVxqvPaOAq .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVxqvPaOAq .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uVxqvPaOAq P {
  text-align: center;
}
.cid-uVxqvPaOAq .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uVI2VOBQ9t .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uVI2VOBQ9t .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(54px);
  min-height: calc(54px);
}
.cid-uVI2VOBQ9t .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uVI2VOBQ9t .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uVI2VOBQ9t .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uVI2VOBQ9t .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI2VOBQ9t .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVI2VOBQ9t .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uVI2VOBQ9t .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uVI2VOBQ9t .whatsapp-button::after {
    display: none;
  }
}
.cid-uVI2VOBQ9t DIV {
  color: #ffffff;
}
.cid-uVI2VOBQ9t p {
  color: #000;
}
.cid-uVI2VOBQ9t .hidden {
  display: none;
}
.cid-uVWfayp6Oc .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uVWfayp6Oc .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVWfayp6Oc .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVWfayp6Oc .dropdown-item {
  padding: 0;
}
.cid-uVWfayp6Oc .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uVWfayp6Oc .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uVWfayp6Oc .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVWfayp6Oc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uVWfayp6Oc a {
  font-style: normal;
}
.cid-uVWfayp6Oc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVWfayp6Oc .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uVWfayp6Oc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-uVWfayp6Oc .content-text {
  margin-bottom: 0;
}
.cid-uVWfayp6Oc .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVWfayp6Oc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff0000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVWfayp6Oc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVWfayp6Oc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVWfayp6Oc .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uVWfayp6Oc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVWfayp6Oc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVWfayp6Oc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVWfayp6Oc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVWfayp6Oc .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVWfayp6Oc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVWfayp6Oc .content-right-side {
  text-align: center;
}
.cid-uVWfayp6Oc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVWfayp6Oc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVWfayp6Oc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uVWfayp6Oc .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uVWfayp6Oc .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVWfayp6Oc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVWfayp6Oc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVWfayp6Oc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVWfayp6Oc .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uVWfayp6Oc .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVWfayp6Oc .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uVWfayp6Oc .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVWfayp6Oc .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVWfayp6Oc .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVWfayp6Oc .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVWfayp6Oc .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uVWfayp6Oc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVWfayp6Oc .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uVWfayp6Oc .navbar-toggler {
    display: none;
  }
  .cid-uVWfayp6Oc .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVWfayp6Oc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVWfayp6Oc .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVWfayp6Oc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVWfayp6Oc .menu-logo {
  margin-right: auto;
}
.cid-uVWfayp6Oc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVWfayp6Oc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVWfayp6Oc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVWfayp6Oc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVWfayp6Oc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVWfayp6Oc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVWfayp6Oc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVWfayp6Oc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVWfayp6Oc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVWfayp6Oc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVWfayp6Oc .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVWfayp6Oc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVWfayp6Oc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVWfayp6Oc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVWfayp6Oc .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uVWfayp6Oc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVWfayp6Oc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVWfayp6Oc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVWfayp6Oc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVWfayp6Oc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVWfayp6Oc button.navbar-toggler:focus {
  outline: none;
}
.cid-uVWfayp6Oc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVWfayp6Oc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVWfayp6Oc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVWfayp6Oc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVWfayp6Oc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVWfayp6Oc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVWfayp6Oc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVWfayp6Oc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVWfayp6Oc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVWfayp6Oc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVWfayp6Oc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVWfayp6Oc .collapsed .btn {
  display: flex;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse.collapsing,
.cid-uVWfayp6Oc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVWfayp6Oc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVWfayp6Oc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVWfayp6Oc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVWfayp6Oc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVWfayp6Oc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVWfayp6Oc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVWfayp6Oc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVWfayp6Oc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVWfayp6Oc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uVWfayp6Oc .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVWfayp6Oc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVWfayp6Oc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVWfayp6Oc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVWfayp6Oc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uVWfayp6Oc .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVWfayp6Oc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVWfayp6Oc .navbar-collapse.collapsing,
  .cid-uVWfayp6Oc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVWfayp6Oc .navbar-collapse.collapsing .navbar-nav,
  .cid-uVWfayp6Oc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVWfayp6Oc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVWfayp6Oc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVWfayp6Oc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVWfayp6Oc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVWfayp6Oc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVWfayp6Oc .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uVWfayp6Oc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVWfayp6Oc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVWfayp6Oc .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVWfayp6Oc img {
    height: 3.8rem !important;
  }
  .cid-uVWfayp6Oc .btn {
    display: flex;
  }
  .cid-uVWfayp6Oc button.navbar-toggler {
    display: block;
  }
  .cid-uVWfayp6Oc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uVWfayp6Oc .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVWfayp6Oc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVWfayp6Oc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVWfayp6Oc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVWfayp6Oc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uVWfayp6Oc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVWfayp6Oc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uVWfayp6Oc .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVWfayp6Oc .nav-link:focus {
  outline: none;
}
.cid-uVWfayp6Oc .navbar-toggler {
  position: relative;
}
.cid-uVWfayp6Oc .dropdown-item.active,
.cid-uVWfayp6Oc .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uVWsvIK2bU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6ea;
}
.cid-uVWsvIK2bU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWsvIK2bU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVWfayVbjK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f6ea;
}
.cid-uVWfayVbjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVWfayVbjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVWfayVbjK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVWfayVbjK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVWfayVbjK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVWfayVbjK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVWfayVbjK .mbr-section-title {
  color: #000000;
}
.cid-uVWfayVbjK .mbr-text,
.cid-uVWfayVbjK .mbr-section-btn {
  color: #000000;
}
.cid-uVWfAyPF0S {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(0deg, #005e9a, #005e9a);
}
.cid-uVWfAyPF0S .fondcolor {
  margin-top: 10px;
  border-radius: 12px;
  border: 2px solid #232323;
  background: #232323;
}
.cid-uVWfAyPF0S .card {
  border-radius: 12px;
  margin-bottom: 5px;
}
.cid-uVWfAyPF0S .card .card-header {
  border-radius: 12px;
  border: 0px;
  padding: 0;
}
.cid-uVWfAyPF0S .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0;
  line-height: normal;
  align-items: center;
}
.cid-uVWfAyPF0S .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uVWfAyPF0S .card .card-header a.panel-title h4 {
  padding: 1rem 2rem;
  border: 2px solid #232323;
  margin-bottom: -1px;
  border-radius: 12px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uVWfAyPF0S .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uVWfAyPF0S .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uVWfAyPF0S .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVWfAyPF0S .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uVWfAyPF0S .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uVWfAyPF0S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVWfAyPF0S H2 {
  color: #ffffff;
}
.cid-uVWfAyPF0S H4 {
  text-align: left;
  color: #0d41a8;
}
.cid-uVWfaz44W8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uVWfaz44W8 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVWfaz44W8 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVWfazdWmv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-uVWfazdWmv .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVWfazdWmv .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff0000;
}
.cid-uVWfazdWmv .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uVWfazdWmv .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uVWfazdWmv .text-content {
    max-width: none;
  }
}
.cid-uVWfazdWmv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uVWfazdWmv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uVWfazdWmv .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVWfazdWmv .icons {
    justify-content: center !important;
  }
  .cid-uVWfazdWmv .text-content * {
    text-align: center;
  }
}
.cid-uVWfazdWmv P {
  color: #000000;
  text-align: center;
}
.cid-uVWfazdWmv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVWfazqBLF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uVWfazqBLF img {
  width: auto;
}
.cid-uVWfazqBLF .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uVWfazqBLF .media-container-row .mbr-text P {
  text-align: center;
}
.cid-uVWfazqBLF P {
  text-align: center;
}
.cid-uVWfazqBLF .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uVWfazPyem .whatsapp-wrapper {
  position: fixed;
  bottom: 50px;
  right: 14px;
  z-index: 9999;
}
.cid-uVWfazPyem .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(54px);
  min-height: calc(54px);
}
.cid-uVWfazPyem .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-uVWfazPyem .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-uVWfazPyem .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-uVWfazPyem .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVWfazPyem .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uVWfazPyem .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-uVWfazPyem .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-uVWfazPyem .whatsapp-button::after {
    display: none;
  }
}
.cid-uVWfazPyem DIV {
  color: #ffffff;
}
.cid-uVWfazPyem p {
  color: #000;
}
.cid-uVWfazPyem .hidden {
  display: none;
}
