body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'BTitrBd';
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'BTitrBd';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'BHoma';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'BHoma';
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'BNazanin';
  font-size: 1.5rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff7f9f !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #2f9e0c !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2f9e0c !important;
  border-color: #2f9e0c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1a5707 !important;
  border-color: #1a5707 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a5707 !important;
  border-color: #1a5707 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff1952;
  color: #ff1952;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #133f05;
  color: #133f05;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #2f9e0c;
  border-color: #2f9e0c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2f9e0c !important;
  border-color: #2f9e0c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff7f9f !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #2f9e0c !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff1952 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #133f05 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2f9e0c;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7f9f;
  border-color: #ff7f9f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff7f9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #65f03a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'BNazanin';
  font-size: 1.5rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ff7f9f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff7f9f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff7f9f;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7f9f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7f9f;
  border-bottom-color: #ff7f9f;
}
.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: #000000 !important;
  background-color: #ff7f9f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff7f9f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r5SOwtEEQ1 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-r5SOwtEEQ1 .mbr-section-text {
  color: #2d2f4e;
}
.cid-r5SOwtEEQ1 .mbr-section-subtitle {
  color: #767676;
}
.cid-r5SOwtEEQ1 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-r5SOwtEEQ1 .mbr-iconfont {
  font-size: 48px;
}
.cid-r5SOwtEEQ1 .card-img {
  margin-bottom: 1.5rem;
}
.cid-r5SOwtEEQ1 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-r5SOwtEEQ1 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-r5SOwtEEQ1 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-r5SOwtEEQ1 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-r5SOwtEEQ1 .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-r5SOwtEEQ1 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-r5SOwtEEQ1 .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-rnTxR9eIQA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnTxR9eIQA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rnTxR9eIQA .section-text {
  padding: 2rem 0;
}
.cid-rnTxR9eIQA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rnTxR9eIQA .inner-container {
    width: 100% !important;
  }
}
.cid-rnTxR9eIQA .section-text B {
  color: #ff3366;
}
.cid-r5FI9L33VR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r5FI9L33VR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r5FI9L33VR .section-text {
  padding: 2rem 0;
}
.cid-r5FI9L33VR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r5FI9L33VR .inner-container {
    width: 100% !important;
  }
}
.cid-r5FNGKNwdC .google-map {
  height: 25rem;
  position: relative;
}
.cid-r5FNGKNwdC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r5FNGKNwdC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-r5FNGKNwdC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r5FNGKNwdC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rnSOj53VnE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSOj53VnE .content {
    text-align: center;
  }
  .cid-rnSOj53VnE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSOj53VnE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSOj53VnE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSOj53VnE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSOj53VnE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSOj53VnE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSOj53VnE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSOj53VnE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSOj53VnE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSOj53VnE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSOj53VnE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSOj53VnE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSOj53VnE P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSOj53VnE DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r5oPij6DLb {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/pana1-nod-984x494.webp");
}
.cid-r5oPij6DLb .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-r5oPij6DLb .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-r5oPij6DLb .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-r5oPij6DLb .mbr-text {
  color: #ffffff;
}
.cid-r5oPij6DLb .card {
  padding-bottom: 1.5rem;
}
.cid-r5oPij6DLb DIV {
  color: #e4d295;
}
.cid-r5oPij6DLb H1 {
  color: #f7ed4a;
}
.cid-r5oPij6DLb H5 {
  color: #f9f9f9;
}
.cid-rjhDY3RrES {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-ul8OzWqszf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ul8OzWqszf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ul8OzWqszf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ul8OzWqszf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ul8OzWqszf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ul8OzWqszf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-ul8OzWqszf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ul8OzWqszf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ul8OzWqszf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ul8OzWqszf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-r4z2NBqKvg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-r4z2NBqKvg .mbr-section-subtitle {
  color: #767676;
}
.cid-roU2n0My1d {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/pano-fix10-1-1612x700.webp");
}
.cid-roU2n0My1d H1 {
  color: #ffffff;
  text-align: center;
}
.cid-r5SFAJcbV9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-r5SFAJcbV9 .content {
    text-align: center;
  }
  .cid-r5SFAJcbV9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r5SFAJcbV9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r5SFAJcbV9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r5SFAJcbV9 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r5SFAJcbV9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r5SFAJcbV9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r5SFAJcbV9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r5SFAJcbV9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r5SFAJcbV9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r5SFAJcbV9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r5SFAJcbV9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5SFAJcbV9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r5SFAJcbV9 P {
  text-align: center;
  color: #ffffff;
}
.cid-r5SFAJcbV9 DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rjDZvkIdXK {
  background-image: url("../../../assets/images/mbr-1-1620x1080.webp");
}
.cid-rjDZvkIdXK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rjDZvkIdXK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rjDZvkIdXK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rjE1aslmJl {
  background-image: url("../../../assets/images/mbr-720x1080.webp");
}
.cid-rjE1aslmJl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rjE1aslmJl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rjE1aslmJl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rjDZ49vkGE {
  background-image: url("../../../assets/images/mbr-719x1080.webp");
}
.cid-rjDZ49vkGE .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rjDZ49vkGE .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rjDZ49vkGE .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rjDZ49vkGE H1 {
  color: #2d2f4e;
}
.cid-rjDZKWxjca {
  background-image: url("../../../assets/images/mbr-1-720x1080.webp");
}
.cid-rjDZKWxjca .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rjDZKWxjca .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rjDZKWxjca .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rjDZKWxjca H1 {
  color: #ff3366;
}
.cid-r5LUOsYvkX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1440x1080.webp");
}
.cid-r5LUOsYvkX .mbr-section-subtitle {
  color: #767676;
}
.cid-r5LUOsYvkX .media-row {
  display: flex;
  justify-content: center;
}
.cid-r5LUOsYvkX .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-r5LUOsYvkX .team-item .item-image img {
  width: 100%;
}
.cid-r5LUOsYvkX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-r5LUOsYvkX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-r5LUOsYvkX .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-r5LUOsYvkX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-r5LUOsYvkX .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rnSN4z9EuU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSN4z9EuU .content {
    text-align: center;
  }
  .cid-rnSN4z9EuU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSN4z9EuU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSN4z9EuU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSN4z9EuU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSN4z9EuU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSN4z9EuU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSN4z9EuU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSN4z9EuU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSN4z9EuU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSN4z9EuU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSN4z9EuU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSN4z9EuU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSN4z9EuU P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSN4z9EuU DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qQidyTAN6t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
}
.cid-qQidyTAN6t h1 {
  color: #616161;
}
.cid-qQidyTAN6t h2,
.cid-qQidyTAN6t h3,
.cid-qQidyTAN6t p {
  color: #767676;
}
.cid-qQidyTAN6t .mbr-section-subtitle {
  font-style: italic;
}
.cid-qQidyTAN6t H1 {
  text-align: right;
}
.cid-qQidyTAN6t H3 {
  text-align: right;
}
.cid-qQidyTAN6t P {
  text-align: right;
}
.cid-qQigP2Ab9t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/strategy-e1426178584336-2-2000x737.webp");
}
.cid-qQigP2Ab9t h1 {
  color: #616161;
}
.cid-qQigP2Ab9t h2,
.cid-qQigP2Ab9t h3,
.cid-qQigP2Ab9t p {
  color: #767676;
}
.cid-qQigP2Ab9t .mbr-section-subtitle {
  font-style: italic;
}
.cid-qQigP2Ab9t H1 {
  text-align: right;
  color: #088406;
}
.cid-qQigP2Ab9t P {
  text-align: right;
  color: #088406;
}
.cid-rjhFIg7MU6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rjhFIg7MU6 .content {
    text-align: center;
  }
  .cid-rjhFIg7MU6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rjhFIg7MU6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rjhFIg7MU6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rjhFIg7MU6 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rjhFIg7MU6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rjhFIg7MU6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rjhFIg7MU6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rjhFIg7MU6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rjhFIg7MU6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rjhFIg7MU6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rjhFIg7MU6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rjhFIg7MU6 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rjhFIg7MU6 P {
  text-align: center;
  color: #ffffff;
}
.cid-rjhFIg7MU6 DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qS6BAPzv9o {
  background-image: url("../../../assets/images/03.webp");
}
.cid-qS6BAPzv9o .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qS6BAPzv9o .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qS6BAPzv9o .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qS6BAPzv9o .mbr-text {
  color: #ffffff;
}
.cid-qS6BAPzv9o .card {
  padding-bottom: 1.5rem;
}
.cid-qS6BAPzv9o H1 {
  color: #c4bc3b;
}
.cid-qS6HchfZ6c {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-qS6HchfZ6c .btn {
  margin: 0 0 .5rem 0;
}
.cid-qS6HchfZ6c H2 {
  color: #ffffff;
}
.cid-qS6HchfZ6c H3 {
  text-align: center;
}
.cid-qSdaq95Rq8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
.cid-rjhFFoTUbn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rjhFFoTUbn .content {
    text-align: center;
  }
  .cid-rjhFFoTUbn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rjhFFoTUbn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rjhFFoTUbn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rjhFFoTUbn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rjhFFoTUbn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rjhFFoTUbn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rjhFFoTUbn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rjhFFoTUbn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rjhFFoTUbn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rjhFFoTUbn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rjhFFoTUbn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rjhFFoTUbn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rjhFFoTUbn P {
  text-align: center;
  color: #ffffff;
}
.cid-rjhFFoTUbn DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qS7bOF7sjf {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-qS7bOF7sjf H2 {
  color: #7f1933;
}
.cid-qS7bOF7sjf .mbr-section-subtitle {
  color: #ff3366;
}
.cid-qS76xjQtll {
  background-image: url("../../../assets/images/presentation-6-1418x843.webp");
}
.cid-qS7dUZ5D8t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qS779RuodD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #088406;
}
.cid-qS779RuodD .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qS779RuodD .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qS779RuodD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qS779RuodD .inner-container {
    width: 100% !important;
  }
}
.cid-rjhFB2ALOc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rjhFB2ALOc .content {
    text-align: center;
  }
  .cid-rjhFB2ALOc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rjhFB2ALOc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rjhFB2ALOc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rjhFB2ALOc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rjhFB2ALOc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rjhFB2ALOc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rjhFB2ALOc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rjhFB2ALOc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rjhFB2ALOc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rjhFB2ALOc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rjhFB2ALOc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rjhFB2ALOc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rjhFB2ALOc P {
  text-align: center;
  color: #ffffff;
}
.cid-rjhFB2ALOc DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qTwxrzSW3S .modal-body .close {
  background: #1b1b1b;
}
.cid-qTwxrzSW3S .modal-body .close span {
  font-style: normal;
}
.cid-qTwxrzSW3S .carousel-inner > .active,
.cid-qTwxrzSW3S .carousel-inner > .next,
.cid-qTwxrzSW3S .carousel-inner > .prev {
  display: table;
}
.cid-qTwxrzSW3S .carousel-control .icon-next,
.cid-qTwxrzSW3S .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qTwxrzSW3S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qTwxrzSW3S .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qTwxrzSW3S .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qTwxrzSW3S .boxed-slider > div {
  position: relative;
}
.cid-qTwxrzSW3S .container img {
  width: 100%;
}
.cid-qTwxrzSW3S .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qTwxrzSW3S .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qTwxrzSW3S .mbr-table-cell {
  padding: 0;
}
.cid-qTwxrzSW3S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qTwxrzSW3S .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qTwxrzSW3S .mbr-overlay {
  z-index: 1;
}
.cid-qTwxrzSW3S .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qTwxrzSW3S .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qTwxrzSW3S .carousel-item .container {
    width: 100%;
  }
}
.cid-qTwxrzSW3S .carousel-item-next.carousel-item-left,
.cid-qTwxrzSW3S .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qTwxrzSW3S .active.carousel-item-right,
.cid-qTwxrzSW3S .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qTwxrzSW3S .active.carousel-item-left,
.cid-qTwxrzSW3S .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qTwxrzSW3S .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qTwxrzSW3S .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators li.active,
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators li::after,
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qTwxrzSW3S .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qTwxrzSW3S .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qTwxrzSW3S .mbr-slider > .container img {
  width: 100%;
}
.cid-qTwxrzSW3S .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qTwxrzSW3S .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qTwxrzSW3S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qTwxrzSW3S .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qTwxrzSW3S .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qTwxrzSW3S .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qTwxrzSW3S .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qTwxrzSW3S .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qTwxrzSW3S .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qTwxrzSW3S .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qTwxrzSW3S .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qTwxrzSW3S .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qTwxrzSW3S .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rQL37x1IXp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQL37x1IXp .mbr-section-subtitle {
  color: #767676;
}
.cid-rQKUwA5hEH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQKUwA5hEH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rQKUwA5hEH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQKUwA5hEH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQKUwA5hEH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rQKUwA5hEH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rQKUwA5hEH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rQKUwA5hEH .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rQKUwA5hEH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rQKUwA5hEH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rQKUwA5hEH .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-qTSE5vKmkE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qTSE5vKmkE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qTSE5vKmkE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qTSE5vKmkE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qTSE5vKmkE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qTSE5vKmkE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qTSE5vKmkE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qTSE5vKmkE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qTSE5vKmkE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qTSE5vKmkE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rnSO33s3D5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSO33s3D5 .content {
    text-align: center;
  }
  .cid-rnSO33s3D5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSO33s3D5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSO33s3D5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSO33s3D5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSO33s3D5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSO33s3D5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSO33s3D5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSO33s3D5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSO33s3D5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSO33s3D5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSO33s3D5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSO33s3D5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSO33s3D5 P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSO33s3D5 DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uINzeh0NQQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uINzeh0NQQ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uINzeh0NQQ .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uINzeh0NQQ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uINzeh0NQQ .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uINzeh0NQQ .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uINzeh0NQQ .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uINzeh0NQQ .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uINzeh0NQQ .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uINzeh0NQQ .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uINzeh0NQQ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uINzeh0NQQ .number,
  .cid-uINzeh0NQQ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uINzeh0NQQ .period {
    font-size: 0.8rem;
  }
}
.cid-uINyOvoHZF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uINyOvoHZF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uINyOvoHZF .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uINyOvoHZF .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uINyOvoHZF .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uINyOvoHZF .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uINyOvoHZF .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uINyOvoHZF .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uINyOvoHZF .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uINyOvoHZF .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uINyOvoHZF .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uINyOvoHZF .number,
  .cid-uINyOvoHZF .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uINyOvoHZF .period {
    font-size: 0.8rem;
  }
}
.cid-uINhrq3Fzn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uINhrq3Fzn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uINhrq3Fzn .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uINhrq3Fzn .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uINhrq3Fzn .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uINhrq3Fzn .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uINhrq3Fzn .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uINhrq3Fzn .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uINhrq3Fzn .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uINhrq3Fzn .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uINhrq3Fzn .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uINhrq3Fzn .number,
  .cid-uINhrq3Fzn .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uINhrq3Fzn .period {
    font-size: 0.8rem;
  }
}
.cid-uEP31AT7aC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uEP31AT7aC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uEP31AT7aC .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uEP31AT7aC .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uEP31AT7aC .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uEP31AT7aC .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uEP31AT7aC .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEP31AT7aC .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uEP31AT7aC .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uEP31AT7aC .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uEP31AT7aC .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uEP31AT7aC .number,
  .cid-uEP31AT7aC .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uEP31AT7aC .period {
    font-size: 0.8rem;
  }
}
.cid-uEDyljG0wq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uEDyljG0wq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uEDyljG0wq .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uEDyljG0wq .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uEDyljG0wq .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uEDyljG0wq .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uEDyljG0wq .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uEDyljG0wq .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uEDyljG0wq .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uEDyljG0wq .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uEDyljG0wq .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uEDyljG0wq .number,
  .cid-uEDyljG0wq .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uEDyljG0wq .period {
    font-size: 0.8rem;
  }
}
.cid-uDw97866S4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uDw97866S4 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uDw97866S4 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uDw97866S4 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uDw97866S4 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uDw97866S4 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uDw97866S4 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uDw97866S4 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uDw97866S4 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uDw97866S4 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uDw97866S4 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uDw97866S4 .number,
  .cid-uDw97866S4 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uDw97866S4 .period {
    font-size: 0.8rem;
  }
}
.cid-uDw8823Pej {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uDw8823Pej .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uDw8823Pej .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uDw8823Pej .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uDw8823Pej .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uDw8823Pej .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uDw8823Pej .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uDw8823Pej .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uDw8823Pej .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uDw8823Pej .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uDw8823Pej .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uDw8823Pej .number,
  .cid-uDw8823Pej .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uDw8823Pej .period {
    font-size: 0.8rem;
  }
}
.cid-uDw7sZ3k1j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uDw7sZ3k1j .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uDw7sZ3k1j .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uDw7sZ3k1j .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uDw7sZ3k1j .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uDw7sZ3k1j .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uDw7sZ3k1j .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uDw7sZ3k1j .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uDw7sZ3k1j .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uDw7sZ3k1j .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uDw7sZ3k1j .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uDw7sZ3k1j .number,
  .cid-uDw7sZ3k1j .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uDw7sZ3k1j .period {
    font-size: 0.8rem;
  }
}
.cid-uBf7XH0uP7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uBf7XH0uP7 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uBf7XH0uP7 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uBf7XH0uP7 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uBf7XH0uP7 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uBf7XH0uP7 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uBf7XH0uP7 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uBf7XH0uP7 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uBf7XH0uP7 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uBf7XH0uP7 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uBf7XH0uP7 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uBf7XH0uP7 .number,
  .cid-uBf7XH0uP7 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uBf7XH0uP7 .period {
    font-size: 0.8rem;
  }
}
.cid-uzEjSK6RdV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uzEjSK6RdV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uzEjSK6RdV .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uzEjSK6RdV .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uzEjSK6RdV .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uzEjSK6RdV .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uzEjSK6RdV .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uzEjSK6RdV .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uzEjSK6RdV .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uzEjSK6RdV .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uzEjSK6RdV .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uzEjSK6RdV .number,
  .cid-uzEjSK6RdV .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uzEjSK6RdV .period {
    font-size: 0.8rem;
  }
}
.cid-uv7ft0OcUO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uv7ft0OcUO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uv7ft0OcUO .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uv7ft0OcUO .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uv7ft0OcUO .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uv7ft0OcUO .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uv7ft0OcUO .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uv7ft0OcUO .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uv7ft0OcUO .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uv7ft0OcUO .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uv7ft0OcUO .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uv7ft0OcUO .number,
  .cid-uv7ft0OcUO .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uv7ft0OcUO .period {
    font-size: 0.8rem;
  }
}
.cid-ut2AAdP2Ih {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ut2AAdP2Ih .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ut2AAdP2Ih .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ut2AAdP2Ih .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-ut2AAdP2Ih .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-ut2AAdP2Ih .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-ut2AAdP2Ih .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ut2AAdP2Ih .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-ut2AAdP2Ih .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-ut2AAdP2Ih .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-ut2AAdP2Ih .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-ut2AAdP2Ih .number,
  .cid-ut2AAdP2Ih .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ut2AAdP2Ih .period {
    font-size: 0.8rem;
  }
}
.cid-uqiAiaiQHs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqiAiaiQHs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uqiAiaiQHs .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uqiAiaiQHs .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uqiAiaiQHs .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uqiAiaiQHs .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uqiAiaiQHs .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqiAiaiQHs .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uqiAiaiQHs .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uqiAiaiQHs .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uqiAiaiQHs .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uqiAiaiQHs .number,
  .cid-uqiAiaiQHs .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uqiAiaiQHs .period {
    font-size: 0.8rem;
  }
}
.cid-uqizcIHoAU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uqizcIHoAU .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uqizcIHoAU .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uqizcIHoAU .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uqizcIHoAU .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uqizcIHoAU .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uqizcIHoAU .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqizcIHoAU .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uqizcIHoAU .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uqizcIHoAU .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uqizcIHoAU .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uqizcIHoAU .number,
  .cid-uqizcIHoAU .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uqizcIHoAU .period {
    font-size: 0.8rem;
  }
}
.cid-um4JXXkGUV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-um4JXXkGUV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-um4JXXkGUV .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-um4JXXkGUV .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-um4JXXkGUV .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-um4JXXkGUV .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-um4JXXkGUV .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-um4JXXkGUV .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-um4JXXkGUV .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-um4JXXkGUV .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-um4JXXkGUV .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-um4JXXkGUV .number,
  .cid-um4JXXkGUV .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-um4JXXkGUV .period {
    font-size: 0.8rem;
  }
}
.cid-ug8Yo1Hnyu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ug8Yo1Hnyu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ug8Yo1Hnyu .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ug8Yo1Hnyu .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-ug8Yo1Hnyu .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-ug8Yo1Hnyu .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-ug8Yo1Hnyu .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ug8Yo1Hnyu .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-ug8Yo1Hnyu .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-ug8Yo1Hnyu .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-ug8Yo1Hnyu .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-ug8Yo1Hnyu .number,
  .cid-ug8Yo1Hnyu .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ug8Yo1Hnyu .period {
    font-size: 0.8rem;
  }
}
.cid-ueqtPTLkaG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ueqtPTLkaG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ueqtPTLkaG .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ueqtPTLkaG .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-ueqtPTLkaG .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-ueqtPTLkaG .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-ueqtPTLkaG .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ueqtPTLkaG .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-ueqtPTLkaG .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-ueqtPTLkaG .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-ueqtPTLkaG .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-ueqtPTLkaG .number,
  .cid-ueqtPTLkaG .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ueqtPTLkaG .period {
    font-size: 0.8rem;
  }
}
.cid-udL878s4Mt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-udL878s4Mt .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-udL878s4Mt .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-udL878s4Mt .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-udL878s4Mt .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-udL878s4Mt .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-udL878s4Mt .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-udL878s4Mt .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-udL878s4Mt .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-udL878s4Mt .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-udL878s4Mt .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-udL878s4Mt .number,
  .cid-udL878s4Mt .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-udL878s4Mt .period {
    font-size: 0.8rem;
  }
}
.cid-ucs7ZzIiZq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ucs7ZzIiZq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-ucs7ZzIiZq .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ucs7ZzIiZq .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-ucs7ZzIiZq .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-ucs7ZzIiZq .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-ucs7ZzIiZq .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ucs7ZzIiZq .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-ucs7ZzIiZq .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-ucs7ZzIiZq .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-ucs7ZzIiZq .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-ucs7ZzIiZq .number,
  .cid-ucs7ZzIiZq .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ucs7ZzIiZq .period {
    font-size: 0.8rem;
  }
}
.cid-uaKupatHDg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uaKupatHDg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uaKupatHDg .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uaKupatHDg .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uaKupatHDg .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uaKupatHDg .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uaKupatHDg .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uaKupatHDg .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uaKupatHDg .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uaKupatHDg .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uaKupatHDg .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uaKupatHDg .number,
  .cid-uaKupatHDg .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uaKupatHDg .period {
    font-size: 0.8rem;
  }
}
.cid-uaKtmO4JAs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uaKtmO4JAs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uaKtmO4JAs .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uaKtmO4JAs .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uaKtmO4JAs .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uaKtmO4JAs .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uaKtmO4JAs .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uaKtmO4JAs .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uaKtmO4JAs .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uaKtmO4JAs .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uaKtmO4JAs .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uaKtmO4JAs .number,
  .cid-uaKtmO4JAs .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uaKtmO4JAs .period {
    font-size: 0.8rem;
  }
}
.cid-u98tsS4f98 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u98tsS4f98 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u98tsS4f98 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u98tsS4f98 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u98tsS4f98 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u98tsS4f98 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u98tsS4f98 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u98tsS4f98 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u98tsS4f98 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u98tsS4f98 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u98tsS4f98 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u98tsS4f98 .number,
  .cid-u98tsS4f98 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u98tsS4f98 .period {
    font-size: 0.8rem;
  }
}
.cid-u98sOvOUIY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u98sOvOUIY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u98sOvOUIY .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u98sOvOUIY .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u98sOvOUIY .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u98sOvOUIY .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u98sOvOUIY .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u98sOvOUIY .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u98sOvOUIY .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u98sOvOUIY .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u98sOvOUIY .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u98sOvOUIY .number,
  .cid-u98sOvOUIY .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u98sOvOUIY .period {
    font-size: 0.8rem;
  }
}
.cid-u98s8n4vIo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u98s8n4vIo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u98s8n4vIo .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u98s8n4vIo .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u98s8n4vIo .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u98s8n4vIo .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u98s8n4vIo .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u98s8n4vIo .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u98s8n4vIo .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u98s8n4vIo .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u98s8n4vIo .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u98s8n4vIo .number,
  .cid-u98s8n4vIo .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u98s8n4vIo .period {
    font-size: 0.8rem;
  }
}
.cid-u7m0IGzY8G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7m0IGzY8G .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u7m0IGzY8G .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u7m0IGzY8G .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u7m0IGzY8G .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u7m0IGzY8G .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u7m0IGzY8G .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u7m0IGzY8G .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u7m0IGzY8G .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u7m0IGzY8G .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u7m0IGzY8G .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u7m0IGzY8G .number,
  .cid-u7m0IGzY8G .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u7m0IGzY8G .period {
    font-size: 0.8rem;
  }
}
.cid-u7m0JnjtSr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7m0JnjtSr .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u7m0JnjtSr .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u7m0JnjtSr .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u7m0JnjtSr .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u7m0JnjtSr .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u7m0JnjtSr .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u7m0JnjtSr .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u7m0JnjtSr .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u7m0JnjtSr .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u7m0JnjtSr .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u7m0JnjtSr .number,
  .cid-u7m0JnjtSr .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u7m0JnjtSr .period {
    font-size: 0.8rem;
  }
}
.cid-u7m0JUUmVg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7m0JUUmVg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u7m0JUUmVg .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u7m0JUUmVg .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u7m0JUUmVg .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u7m0JUUmVg .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u7m0JUUmVg .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u7m0JUUmVg .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u7m0JUUmVg .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u7m0JUUmVg .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u7m0JUUmVg .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u7m0JUUmVg .number,
  .cid-u7m0JUUmVg .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u7m0JUUmVg .period {
    font-size: 0.8rem;
  }
}
.cid-u7m2Mzmz7B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u7m2Mzmz7B .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u7m2Mzmz7B .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u7m2Mzmz7B .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u7m2Mzmz7B .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u7m2Mzmz7B .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u7m2Mzmz7B .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u7m2Mzmz7B .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u7m2Mzmz7B .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u7m2Mzmz7B .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u7m2Mzmz7B .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u7m2Mzmz7B .number,
  .cid-u7m2Mzmz7B .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u7m2Mzmz7B .period {
    font-size: 0.8rem;
  }
}
.cid-u6BxlRnk80 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u6BxlRnk80 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6BxlRnk80 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u6BxlRnk80 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u6BxlRnk80 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u6BxlRnk80 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u6BxlRnk80 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u6BxlRnk80 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u6BxlRnk80 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u6BxlRnk80 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u6BxlRnk80 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u6BxlRnk80 .number,
  .cid-u6BxlRnk80 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u6BxlRnk80 .period {
    font-size: 0.8rem;
  }
}
.cid-u6BwAB2QC8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u6BwAB2QC8 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6BwAB2QC8 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u6BwAB2QC8 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u6BwAB2QC8 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u6BwAB2QC8 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u6BwAB2QC8 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u6BwAB2QC8 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u6BwAB2QC8 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u6BwAB2QC8 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u6BwAB2QC8 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u6BwAB2QC8 .number,
  .cid-u6BwAB2QC8 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u6BwAB2QC8 .period {
    font-size: 0.8rem;
  }
}
.cid-u6BvZILeyO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u6BvZILeyO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u6BvZILeyO .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-u6BvZILeyO .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-u6BvZILeyO .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-u6BvZILeyO .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-u6BvZILeyO .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u6BvZILeyO .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-u6BvZILeyO .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-u6BvZILeyO .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-u6BvZILeyO .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-u6BvZILeyO .number,
  .cid-u6BvZILeyO .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-u6BvZILeyO .period {
    font-size: 0.8rem;
  }
}
.cid-tL64mNiCEV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tL64mNiCEV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tL64mNiCEV .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tL64mNiCEV .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tL64mNiCEV .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tL64mNiCEV .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tL64mNiCEV .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tL64mNiCEV .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tL64mNiCEV .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tL64mNiCEV .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tL64mNiCEV .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tL64mNiCEV .number,
  .cid-tL64mNiCEV .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tL64mNiCEV .period {
    font-size: 0.8rem;
  }
}
.cid-tKZODi5O81 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKZODi5O81 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tKZODi5O81 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tKZODi5O81 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tKZODi5O81 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tKZODi5O81 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tKZODi5O81 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tKZODi5O81 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tKZODi5O81 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tKZODi5O81 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tKZODi5O81 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tKZODi5O81 .number,
  .cid-tKZODi5O81 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tKZODi5O81 .period {
    font-size: 0.8rem;
  }
}
.cid-tKZw4Xo3vX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tKZw4Xo3vX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tKZw4Xo3vX .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tKZw4Xo3vX .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tKZw4Xo3vX .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tKZw4Xo3vX .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tKZw4Xo3vX .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tKZw4Xo3vX .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tKZw4Xo3vX .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tKZw4Xo3vX .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tKZw4Xo3vX .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tKZw4Xo3vX .number,
  .cid-tKZw4Xo3vX .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tKZw4Xo3vX .period {
    font-size: 0.8rem;
  }
}
.cid-tK8PZfYec9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tK8PZfYec9 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tK8PZfYec9 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tK8PZfYec9 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tK8PZfYec9 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tK8PZfYec9 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tK8PZfYec9 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tK8PZfYec9 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tK8PZfYec9 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tK8PZfYec9 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tK8PZfYec9 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tK8PZfYec9 .number,
  .cid-tK8PZfYec9 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tK8PZfYec9 .period {
    font-size: 0.8rem;
  }
}
.cid-tswbwTmwi9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tswbwTmwi9 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tswbwTmwi9 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tswbwTmwi9 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tswbwTmwi9 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tswbwTmwi9 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tswbwTmwi9 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tswbwTmwi9 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tswbwTmwi9 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tswbwTmwi9 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tswbwTmwi9 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tswbwTmwi9 .number,
  .cid-tswbwTmwi9 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tswbwTmwi9 .period {
    font-size: 0.8rem;
  }
}
.cid-tlDFkBt01N {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-tlDFkBt01N .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tlDFkBt01N .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tlDFkBt01N .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tlDFkBt01N .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tlDFkBt01N .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tlDFkBt01N .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tlDFkBt01N .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tlDFkBt01N .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tlDFkBt01N .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tlDFkBt01N .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tlDFkBt01N .number,
  .cid-tlDFkBt01N .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tlDFkBt01N .period {
    font-size: 0.8rem;
  }
}
.cid-t5NiNiv9i4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-t5NiNiv9i4 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t5NiNiv9i4 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-t5NiNiv9i4 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-t5NiNiv9i4 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-t5NiNiv9i4 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-t5NiNiv9i4 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t5NiNiv9i4 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-t5NiNiv9i4 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-t5NiNiv9i4 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-t5NiNiv9i4 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-t5NiNiv9i4 .number,
  .cid-t5NiNiv9i4 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-t5NiNiv9i4 .period {
    font-size: 0.8rem;
  }
}
.cid-t3qiLjhGNF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-t3qiLjhGNF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t3qiLjhGNF .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-t3qiLjhGNF .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-t3qiLjhGNF .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-t3qiLjhGNF .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-t3qiLjhGNF .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3qiLjhGNF .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-t3qiLjhGNF .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-t3qiLjhGNF .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-t3qiLjhGNF .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-t3qiLjhGNF .number,
  .cid-t3qiLjhGNF .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-t3qiLjhGNF .period {
    font-size: 0.8rem;
  }
}
.cid-t3qlvtiV4l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-t3qlvtiV4l .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-t3qlvtiV4l .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-t3qlvtiV4l .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-t3qlvtiV4l .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-t3qlvtiV4l .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-t3qlvtiV4l .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3qlvtiV4l .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-t3qlvtiV4l .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-t3qlvtiV4l .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-t3qlvtiV4l .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-t3qlvtiV4l .number,
  .cid-t3qlvtiV4l .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-t3qlvtiV4l .period {
    font-size: 0.8rem;
  }
}
.cid-sSXkuqkfCR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-sSXkuqkfCR .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sSXkuqkfCR .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sSXkuqkfCR .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-sSXkuqkfCR .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sSXkuqkfCR .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-sSXkuqkfCR .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sSXkuqkfCR .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-sSXkuqkfCR .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sSXkuqkfCR .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-sSXkuqkfCR .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sSXkuqkfCR .number,
  .cid-sSXkuqkfCR .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sSXkuqkfCR .period {
    font-size: 0.8rem;
  }
}
.cid-sSXgjMjHZz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-sSXgjMjHZz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sSXgjMjHZz .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sSXgjMjHZz .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-sSXgjMjHZz .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sSXgjMjHZz .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-sSXgjMjHZz .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sSXgjMjHZz .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-sSXgjMjHZz .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sSXgjMjHZz .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-sSXgjMjHZz .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sSXgjMjHZz .number,
  .cid-sSXgjMjHZz .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sSXgjMjHZz .period {
    font-size: 0.8rem;
  }
}
.cid-sSXgjMjHZz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-skmriUATkB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-skmriUATkB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-skmriUATkB .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-skmriUATkB .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-skmriUATkB .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-skmriUATkB .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-skmriUATkB .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-skmriUATkB .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-skmriUATkB .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-skmriUATkB .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-skmriUATkB .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-skmriUATkB .number,
  .cid-skmriUATkB .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-skmriUATkB .period {
    font-size: 0.8rem;
  }
}
.cid-sDAgiAqumC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-sDAgiAqumC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sDAgiAqumC .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sDAgiAqumC .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-sDAgiAqumC .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sDAgiAqumC .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-sDAgiAqumC .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sDAgiAqumC .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-sDAgiAqumC .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sDAgiAqumC .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-sDAgiAqumC .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sDAgiAqumC .number,
  .cid-sDAgiAqumC .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sDAgiAqumC .period {
    font-size: 0.8rem;
  }
}
.cid-s1vxxwxFbJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-s1vxxwxFbJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-s1vxxwxFbJ .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s1vxxwxFbJ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-s1vxxwxFbJ .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s1vxxwxFbJ .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-s1vxxwxFbJ .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s1vxxwxFbJ .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-s1vxxwxFbJ .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-s1vxxwxFbJ .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-s1vxxwxFbJ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s1vxxwxFbJ .number,
  .cid-s1vxxwxFbJ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s1vxxwxFbJ .period {
    font-size: 0.8rem;
  }
}
.cid-s1vxxwxFbJ .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-s1tsjQZhEg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-s1tsjQZhEg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: right;
}
.cid-s1tsjQZhEg .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s1tsjQZhEg .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-s1tsjQZhEg .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s1tsjQZhEg .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-s1tsjQZhEg .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s1tsjQZhEg .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-s1tsjQZhEg .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-s1tsjQZhEg .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-s1tsjQZhEg .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s1tsjQZhEg .number,
  .cid-s1tsjQZhEg .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s1tsjQZhEg .period {
    font-size: 0.8rem;
  }
}
.cid-s1tsjQZhEg .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rY0hoEFqCO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-rY0hoEFqCO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: right;
}
.cid-rY0hoEFqCO .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rY0hoEFqCO .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #b2ccd2;
}
.cid-rY0hoEFqCO .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rY0hoEFqCO .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #b2ccd2;
}
.cid-rY0hoEFqCO .countdown-cont {
  background: linear-gradient(45deg, #149dcc, #e4d295);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rY0hoEFqCO .dot {
    display: none;
  }
  .cid-rY0hoEFqCO .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rY0hoEFqCO .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cid-rY0hoEFqCO .row {
    flex-wrap: nowrap;
  }
  .cid-rY0hoEFqCO .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-rY0hoEFqCO .number {
    font-size: 30px;
  }
  .cid-rY0hoEFqCO .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rY0hoEFqCO .number {
    font-size: 20px;
  }
  .cid-rY0hoEFqCO .period {
    font-size: 0.6rem;
  }
}
.cid-rBlR5319Cj {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-rBlR5319Cj .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-rBlR5319Cj .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rBlR5319Cj .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-rBlR5319Cj .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rBlR5319Cj .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-rBlR5319Cj .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBlR5319Cj .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rBlR5319Cj .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rBlR5319Cj .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rBlR5319Cj .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rBlR5319Cj .number,
  .cid-rBlR5319Cj .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rBlR5319Cj .period {
    font-size: 0.8rem;
  }
}
.cid-rBlR5319Cj .mbr-section-subtitle DIV {
  text-align: right;
  color: #232323;
}
.cid-rBlR5319Cj B {
  color: #088406;
}
.cid-rBlVjvwWbm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-rBlVjvwWbm .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rBlVjvwWbm .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rBlVjvwWbm .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-rBlVjvwWbm .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rBlVjvwWbm .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-rBlVjvwWbm .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBlVjvwWbm .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rBlVjvwWbm .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rBlVjvwWbm .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rBlVjvwWbm .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rBlVjvwWbm .number,
  .cid-rBlVjvwWbm .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rBlVjvwWbm .period {
    font-size: 0.8rem;
  }
}
.cid-rBlVjvwWbm H2 {
  color: #088406;
}
.cid-rzyYnCfU83 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-rzyYnCfU83 .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
  text-align: right;
}
.cid-rzyYnCfU83 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rzyYnCfU83 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-rzyYnCfU83 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rzyYnCfU83 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-rzyYnCfU83 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rzyYnCfU83 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rzyYnCfU83 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rzyYnCfU83 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rzyYnCfU83 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rzyYnCfU83 .number,
  .cid-rzyYnCfU83 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rzyYnCfU83 .period {
    font-size: 0.8rem;
  }
}
.cid-rzyYnCfU83 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-rzyYnCfU83 .mbr-section-subtitle B {
  color: #ff3366;
}
.cid-rn4sXkdlp3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-rn4sXkdlp3 .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-rn4sXkdlp3 .number-wrap {
  color: #ff3366;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rn4sXkdlp3 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ff3366;
}
.cid-rn4sXkdlp3 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rn4sXkdlp3 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ff3366;
}
.cid-rn4sXkdlp3 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rn4sXkdlp3 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rn4sXkdlp3 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rn4sXkdlp3 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rn4sXkdlp3 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rn4sXkdlp3 .number,
  .cid-rn4sXkdlp3 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rn4sXkdlp3 .period {
    font-size: 0.8rem;
  }
}
.cid-rn4sXkdlp3 .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rn4xKaXmRY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-rn4xKaXmRY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: right;
}
.cid-rn4xKaXmRY .number-wrap {
  color: #ff3366;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rn4xKaXmRY .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ff3366;
}
.cid-rn4xKaXmRY .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rn4xKaXmRY .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ff3366;
}
.cid-rn4xKaXmRY .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rn4xKaXmRY .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rn4xKaXmRY .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rn4xKaXmRY .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rn4xKaXmRY .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rn4xKaXmRY .number,
  .cid-rn4xKaXmRY .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rn4xKaXmRY .period {
    font-size: 0.8rem;
  }
}
.cid-rn4xKaXmRY .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rn4AedApoy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rn4AedApoy .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: right;
}
.cid-rn4AedApoy .number-wrap {
  color: #ff3366;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rn4AedApoy .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ff3366;
}
.cid-rn4AedApoy .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rn4AedApoy .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ff3366;
}
.cid-rn4AedApoy .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rn4AedApoy .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rn4AedApoy .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rn4AedApoy .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rn4AedApoy .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rn4AedApoy .number,
  .cid-rn4AedApoy .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rn4AedApoy .period {
    font-size: 0.8rem;
  }
}
.cid-rn4AedApoy .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-qTwAugQP0y {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-qTwAugQP0y .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qTwAugQP0y .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qTwAugQP0y .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-qTwAugQP0y .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-qTwAugQP0y .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-qTwAugQP0y .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qTwAugQP0y .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-qTwAugQP0y .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qTwAugQP0y .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qTwAugQP0y .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qTwAugQP0y .number,
  .cid-qTwAugQP0y .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qTwAugQP0y .period {
    font-size: 0.8rem;
  }
}
.cid-qTwAugQP0y .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-r4z5xLdA8i {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-r4z5xLdA8i .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-r4z5xLdA8i .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r4z5xLdA8i .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-r4z5xLdA8i .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r4z5xLdA8i .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-r4z5xLdA8i .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r4z5xLdA8i .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r4z5xLdA8i .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r4z5xLdA8i .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r4z5xLdA8i .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r4z5xLdA8i .number,
  .cid-r4z5xLdA8i .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r4z5xLdA8i .period {
    font-size: 0.8rem;
  }
}
.cid-r4z5xLdA8i .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-rnSNQYT61E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSNQYT61E .content {
    text-align: center;
  }
  .cid-rnSNQYT61E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSNQYT61E .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSNQYT61E .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSNQYT61E .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSNQYT61E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSNQYT61E .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSNQYT61E .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSNQYT61E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSNQYT61E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSNQYT61E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSNQYT61E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSNQYT61E .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSNQYT61E P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSNQYT61E DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-utetc1MaHy {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-utetc1MaHy .mbr-section-subtitle {
  color: #767676;
}
.cid-utesvrtluG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utesvrtluG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utesvrtluG .section-text {
  padding: 2rem 0;
}
.cid-utesvrtluG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utesvrtluG .inner-container {
    width: 100% !important;
  }
}
.cid-utesEVkQRq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utesEVkQRq .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utesEVkQRq .section-text {
  padding: 2rem 0;
}
.cid-utesEVkQRq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utesEVkQRq .inner-container {
    width: 100% !important;
  }
}
.cid-utesFtcnVD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utesFtcnVD .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utesFtcnVD .section-text {
  padding: 2rem 0;
}
.cid-utesFtcnVD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utesFtcnVD .inner-container {
    width: 100% !important;
  }
}
.cid-utesGfzL1W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utesGfzL1W .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utesGfzL1W .section-text {
  padding: 2rem 0;
}
.cid-utesGfzL1W .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utesGfzL1W .inner-container {
    width: 100% !important;
  }
}
.cid-utesGKdFsp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utesGKdFsp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utesGKdFsp .section-text {
  padding: 2rem 0;
}
.cid-utesGKdFsp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utesGKdFsp .inner-container {
    width: 100% !important;
  }
}
.cid-uhlqFHibcp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-1-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-uhlqFHibcp .content {
    text-align: center;
  }
  .cid-uhlqFHibcp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhlqFHibcp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uhlqFHibcp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uhlqFHibcp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uhlqFHibcp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uhlqFHibcp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uhlqFHibcp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-uhlqFHibcp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uhlqFHibcp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhlqFHibcp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uhlqFHibcp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhlqFHibcp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-uhlqFHibcp P {
  text-align: center;
  color: #ffffff;
}
.cid-uhlqFHibcp DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r4z4jBtlj2 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #0ea866;
}
.cid-tKraAp3GyQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-tKraAp3GyQ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tKraAp3GyQ .section-text {
  padding: 2rem 0;
}
.cid-tKraAp3GyQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tKraAp3GyQ .inner-container {
    width: 100% !important;
  }
}
.cid-tKraZzvKnq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tKraZzvKnq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tKraZzvKnq .section-text {
  padding: 2rem 0;
}
.cid-tKraZzvKnq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tKraZzvKnq .inner-container {
    width: 100% !important;
  }
}
.cid-slXIVNEXOP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #85e97f;
}
.cid-r4z4kx2BO9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4z4kx2BO9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r4z4kx2BO9 .section-text {
  padding: 2rem 0;
}
.cid-r4z4kx2BO9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r4z4kx2BO9 .inner-container {
    width: 100% !important;
  }
}
.cid-r4z4kx2BO9 .section-text B {
  color: #ff3366;
}
.cid-rnSNDf4aNo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSNDf4aNo .content {
    text-align: center;
  }
  .cid-rnSNDf4aNo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSNDf4aNo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSNDf4aNo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSNDf4aNo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSNDf4aNo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSNDf4aNo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSNDf4aNo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSNDf4aNo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSNDf4aNo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSNDf4aNo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSNDf4aNo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSNDf4aNo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSNDf4aNo P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSNDf4aNo DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sXdsmgCfbn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sXdsmgCfbn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: center;
}
.cid-sXdsmgCfbn .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sXdsmgCfbn .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-sXdsmgCfbn .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sXdsmgCfbn .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-sXdsmgCfbn .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sXdsmgCfbn .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-sXdsmgCfbn .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sXdsmgCfbn .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-sXdsmgCfbn .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sXdsmgCfbn .number,
  .cid-sXdsmgCfbn .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sXdsmgCfbn .period {
    font-size: 0.8rem;
  }
}
.cid-tfoNySopD2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tfoNySopD2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tfoNySopD2 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tfoNySopD2 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-tfoNySopD2 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tfoNySopD2 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-tfoNySopD2 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tfoNySopD2 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-tfoNySopD2 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-tfoNySopD2 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tfoNySopD2 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tfoNySopD2 .number,
  .cid-tfoNySopD2 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tfoNySopD2 .period {
    font-size: 0.8rem;
  }
}
.cid-suVb4B4JLz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suVb4B4JLz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-suVb4B4JLz .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-suVb4B4JLz .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-suVb4B4JLz .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-suVb4B4JLz .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-suVb4B4JLz .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-suVb4B4JLz .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-suVb4B4JLz .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-suVb4B4JLz .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-suVb4B4JLz .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-suVb4B4JLz .number,
  .cid-suVb4B4JLz .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-suVb4B4JLz .period {
    font-size: 0.8rem;
  }
}
.cid-suVbEcweMK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-suVbEcweMK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-suVbEcweMK .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-suVbEcweMK .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-suVbEcweMK .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-suVbEcweMK .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-suVbEcweMK .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-suVbEcweMK .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-suVbEcweMK .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-suVbEcweMK .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-suVbEcweMK .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-suVbEcweMK .number,
  .cid-suVbEcweMK .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-suVbEcweMK .period {
    font-size: 0.8rem;
  }
}
.cid-s9TAqQVXbd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s9TAqQVXbd .mbr-section-subtitle {
  color: #073b4c;
  font-weight: 300;
}
.cid-s9TAqQVXbd .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s9TAqQVXbd .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-s9TAqQVXbd .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-s9TAqQVXbd .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-s9TAqQVXbd .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s9TAqQVXbd .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-s9TAqQVXbd .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-s9TAqQVXbd .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-s9TAqQVXbd .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-s9TAqQVXbd .number,
  .cid-s9TAqQVXbd .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s9TAqQVXbd .period {
    font-size: 0.8rem;
  }
}
.cid-s9TAqQVXbd DIV {
  text-align: center;
}
.cid-r4KBPnoAvE {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-r4KBPnoAvE .mbr-section-subtitle {
  color: #088406;
  font-weight: 300;
}
.cid-r4KBPnoAvE .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r4KBPnoAvE .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-r4KBPnoAvE .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r4KBPnoAvE .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-r4KBPnoAvE .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r4KBPnoAvE .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r4KBPnoAvE .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r4KBPnoAvE .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r4KBPnoAvE .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r4KBPnoAvE .number,
  .cid-r4KBPnoAvE .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r4KBPnoAvE .period {
    font-size: 0.8rem;
  }
}
.cid-r4KBPnoAvE .mbr-section-subtitle DIV {
  color: #ff3366;
}
.cid-rnSNVayaGa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSNVayaGa .content {
    text-align: center;
  }
  .cid-rnSNVayaGa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSNVayaGa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSNVayaGa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSNVayaGa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSNVayaGa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSNVayaGa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSNVayaGa .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSNVayaGa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSNVayaGa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSNVayaGa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSNVayaGa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSNVayaGa .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSNVayaGa P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSNVayaGa DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s8z3dROJiL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8z3dROJiL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s8z3dROJiL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s8z3dROJiL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s8z3dROJiL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s8z3dROJiL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s8z3dROJiL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s8z3dROJiL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s8z3dROJiL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s8z3dROJiL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rjIzXsQ1MS {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #6f729b;
}
.cid-rjIzXsQ1MS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rjIzXsQ1MS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rjIzXsQ1MS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rjIzXsQ1MS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rjIzXsQ1MS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rjIzXsQ1MS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rjIzXsQ1MS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rjIzXsQ1MS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rjIzXsQ1MS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rnSMVrby7d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rnSMVrby7d .content {
    text-align: center;
  }
  .cid-rnSMVrby7d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rnSMVrby7d .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rnSMVrby7d .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rnSMVrby7d .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rnSMVrby7d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rnSMVrby7d .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rnSMVrby7d .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rnSMVrby7d .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rnSMVrby7d .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rnSMVrby7d .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rnSMVrby7d .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rnSMVrby7d .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rnSMVrby7d P {
  text-align: center;
  color: #ffffff;
}
.cid-rnSMVrby7d DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r4JKSRBnuH {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r4JKSRBnuH .image-block {
  margin: auto;
}
.cid-r4JKSRBnuH figcaption {
  position: relative;
}
.cid-r4JKSRBnuH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r4JKSRBnuH .image-block {
    width: 100% !important;
  }
}
.cid-rjhFe8r7tS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-rjhFe8r7tS .content {
    text-align: center;
  }
  .cid-rjhFe8r7tS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rjhFe8r7tS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rjhFe8r7tS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rjhFe8r7tS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rjhFe8r7tS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rjhFe8r7tS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rjhFe8r7tS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rjhFe8r7tS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rjhFe8r7tS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rjhFe8r7tS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rjhFe8r7tS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rjhFe8r7tS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rjhFe8r7tS P {
  text-align: center;
  color: #ffffff;
}
.cid-rjhFe8r7tS DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-roUokn5s8D {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-roUokn5s8D .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-roUokn5s8D .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-roUokn5s8D .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-roUokn5s8D .media-container-row .img-item .img-caption {
  background: #f9f295;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-roUokn5s8D .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-roUokn5s8D .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-roUokn5s8D .img-item {
    width: 100% !important;
  }
  .cid-roUokn5s8D .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-roUeEmPGYe {
  background: #217f92;
  padding-top: 90px;
  padding-bottom: 120px;
}
.cid-roUeEmPGYe .image-block {
  margin: auto;
}
.cid-roUeEmPGYe figcaption {
  position: relative;
}
.cid-roUeEmPGYe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-roUeEmPGYe .image-block {
    width: 100% !important;
  }
}
.cid-roUnYKycCq {
  background: #ffffff;
  background: linear-gradient(45deg, #ffffff, #149dcc);
}
.cid-roUnYKycCq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-roUnYKycCq figcaption {
  position: relative;
}
.cid-roUnYKycCq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-roUnYKycCq .image-block {
    width: 100% !important;
  }
}
.cid-roUrHp48hZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-roUrHp48hZ .content {
    text-align: center;
  }
  .cid-roUrHp48hZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-roUrHp48hZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-roUrHp48hZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-roUrHp48hZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-roUrHp48hZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-roUrHp48hZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-roUrHp48hZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-roUrHp48hZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-roUrHp48hZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-roUrHp48hZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-roUrHp48hZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-roUrHp48hZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-roUrHp48hZ P {
  text-align: center;
  color: #ffffff;
}
.cid-roUrHp48hZ DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uyrr36MpB5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-uyrr36MpB5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uyrr36MpB5 H2 {
  color: #232323;
}
.cid-u6GQWupC6f {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #b2ccd2, #ffffff);
}
.cid-u6GQWupC6f .btn {
  margin: 0 0 .5rem 0;
}
.cid-u6GQWupC6f H3 {
  color: #232323;
}
.cid-u6GQXvA5mI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #ffffff);
}
.cid-u6GQXvA5mI .btn {
  margin: 0 0 .5rem 0;
}
.cid-u6GQXvA5mI H3 {
  color: #232323;
}
.cid-u6GQX1KDX7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #ffffff);
}
.cid-u6GQX1KDX7 .btn {
  margin: 0 0 .5rem 0;
}
.cid-u6GQX1KDX7 H3 {
  color: #232323;
}
.cid-u3veF3JkUU {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #b2ccd2, #ffffff);
}
.cid-u3veF3JkUU .btn {
  margin: 0 0 .5rem 0;
}
.cid-u3veF3JkUU H3 {
  color: #232323;
}
.cid-u3veFpEOEu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #cebfaf, #ffffff);
}
.cid-u3veFpEOEu .btn {
  margin: 0 0 .5rem 0;
}
.cid-u3veFpEOEu H3 {
  color: #232323;
}
.cid-u3vefFWRYs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-1-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-u3vefFWRYs .content {
    text-align: center;
  }
  .cid-u3vefFWRYs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3vefFWRYs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u3vefFWRYs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u3vefFWRYs .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u3vefFWRYs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3vefFWRYs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-u3vefFWRYs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-u3vefFWRYs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3vefFWRYs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u3vefFWRYs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u3vefFWRYs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3vefFWRYs .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-u3vefFWRYs P {
  text-align: center;
  color: #ffffff;
}
.cid-u3vefFWRYs DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-umDgd97ktj {
  background-image: url("../../../assets/images/-1024x512.webp");
}
.cid-umDgd97ktj .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-umDgd97ktj .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-umDgd97ktj .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-umDgd97ktj .mbr-text {
  color: #ffffff;
}
.cid-umDgd97ktj .card {
  padding-bottom: 1.5rem;
}
.cid-umDgd97ktj H1 {
  color: #ff3366;
}
.cid-umDgd97ktj .mbr-text,
.cid-umDgd97ktj .mbr-section-btn {
  color: #f9f295;
}
.cid-umDgd97ktj .mbr-text,
.cid-umDgd97ktj .mbr-section-btn DIV {
  text-align: right;
}
.cid-umDgd97ktj H5 {
  color: #f9f295;
}
.cid-umDm6rU4c1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-uX23zfMcDH {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-uX23zfMcDH .mbr-overlay {
  z-index: 1;
}
.cid-uX23zfMcDH .carousel-caption {
  bottom: 40px;
}
.cid-uX23zfMcDH .carousel-control .icon-next,
.cid-uX23zfMcDH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uX23zfMcDH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX23zfMcDH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uX23zfMcDH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uX23zfMcDH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uX23zfMcDH .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX23zfMcDH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX23zfMcDH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uX23zfMcDH .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uX23zfMcDH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX23zfMcDH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uX23zfMcDH .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX23zfMcDH .carousel-indicators li.active,
.cid-uX23zfMcDH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX23zfMcDH .carousel-indicators li::after,
.cid-uX23zfMcDH .carousel-indicators li::before {
  content: none;
}
.cid-uX23zfMcDH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX23zfMcDH .carousel-indicators {
    display: none !important;
  }
}
.cid-umDmQobPWV {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-uX24sRGad7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-uX24sRGad7 .mbr-overlay {
  z-index: 1;
}
.cid-uX24sRGad7 .carousel-caption {
  bottom: 40px;
}
.cid-uX24sRGad7 .carousel-control .icon-next,
.cid-uX24sRGad7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uX24sRGad7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX24sRGad7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uX24sRGad7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uX24sRGad7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uX24sRGad7 .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uX24sRGad7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uX24sRGad7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uX24sRGad7 .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uX24sRGad7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uX24sRGad7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uX24sRGad7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uX24sRGad7 .carousel-indicators li.active,
.cid-uX24sRGad7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uX24sRGad7 .carousel-indicators li::after,
.cid-uX24sRGad7 .carousel-indicators li::before {
  content: none;
}
.cid-uX24sRGad7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uX24sRGad7 .carousel-indicators {
    display: none !important;
  }
}
.cid-umDrN8lN22 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/untitled-panorama1222-nod2-1-2000x479.webp");
}
@media (max-width: 767px) {
  .cid-umDrN8lN22 .content {
    text-align: center;
  }
  .cid-umDrN8lN22 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-umDrN8lN22 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-umDrN8lN22 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-umDrN8lN22 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-umDrN8lN22 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-umDrN8lN22 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-umDrN8lN22 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-umDrN8lN22 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-umDrN8lN22 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-umDrN8lN22 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-umDrN8lN22 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-umDrN8lN22 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-umDrN8lN22 P {
  text-align: center;
  color: #ffffff;
}
.cid-umDrN8lN22 DIV {
  text-align: center;
}
.cid-uldcUVOFa3 .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-uldcUVOFa3 .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-uldcUVOFa3 a {
  font-style: normal;
}
.cid-uldcUVOFa3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uldcUVOFa3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uldcUVOFa3 .nav-item:focus,
.cid-uldcUVOFa3 .nav-link:focus {
  outline: none;
}
.cid-uldcUVOFa3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uldcUVOFa3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uldcUVOFa3 .menu-logo {
  margin-right: auto;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu {
  background: #333333;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldcUVOFa3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uldcUVOFa3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uldcUVOFa3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uldcUVOFa3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uldcUVOFa3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uldcUVOFa3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uldcUVOFa3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uldcUVOFa3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uldcUVOFa3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uldcUVOFa3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uldcUVOFa3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uldcUVOFa3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uldcUVOFa3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uldcUVOFa3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uldcUVOFa3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uldcUVOFa3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uldcUVOFa3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uldcUVOFa3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 img {
    height: 3.8rem !important;
  }
  .cid-uldcUVOFa3 .btn {
    display: -webkit-flex;
  }
  .cid-uldcUVOFa3 button.navbar-toggler {
    display: block;
  }
  .cid-uldcUVOFa3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uldcUVOFa3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uldcUVOFa3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing,
  .cid-uldcUVOFa3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uldcUVOFa3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uldcUVOFa3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uldcUVOFa3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uldcUVOFa3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uldcUVOFa3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uldcUVOFa3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uldcUVOFa3 .nav-link:hover,
.cid-uldcUVOFa3 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uUpTFXDxtQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUpTFXDxtQ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uUpTFXDxtQ .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uUpTFXDxtQ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uUpTFXDxtQ .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uUpTFXDxtQ .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uUpTFXDxtQ .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uUpTFXDxtQ .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uUpTFXDxtQ .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uUpTFXDxtQ .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uUpTFXDxtQ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uUpTFXDxtQ .number,
  .cid-uUpTFXDxtQ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uUpTFXDxtQ .period {
    font-size: 0.8rem;
  }
}
.cid-uUpSvyFraO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uUpSvyFraO .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uUpSvyFraO .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uUpSvyFraO .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uUpSvyFraO .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uUpSvyFraO .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uUpSvyFraO .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uUpSvyFraO .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uUpSvyFraO .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uUpSvyFraO .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uUpSvyFraO .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uUpSvyFraO .number,
  .cid-uUpSvyFraO .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uUpSvyFraO .period {
    font-size: 0.8rem;
  }
}
.cid-uNqw9ahOAK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNqw9ahOAK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uNqw9ahOAK .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uNqw9ahOAK .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uNqw9ahOAK .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uNqw9ahOAK .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uNqw9ahOAK .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNqw9ahOAK .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uNqw9ahOAK .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uNqw9ahOAK .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uNqw9ahOAK .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uNqw9ahOAK .number,
  .cid-uNqw9ahOAK .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uNqw9ahOAK .period {
    font-size: 0.8rem;
  }
}
.cid-uNqvDF4hZe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNqvDF4hZe .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uNqvDF4hZe .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uNqvDF4hZe .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uNqvDF4hZe .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uNqvDF4hZe .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uNqvDF4hZe .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uNqvDF4hZe .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uNqvDF4hZe .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uNqvDF4hZe .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uNqvDF4hZe .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uNqvDF4hZe .number,
  .cid-uNqvDF4hZe .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uNqvDF4hZe .period {
    font-size: 0.8rem;
  }
}
.cid-uMcU6hCWXB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uMcU6hCWXB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uMcU6hCWXB .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uMcU6hCWXB .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uMcU6hCWXB .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uMcU6hCWXB .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uMcU6hCWXB .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uMcU6hCWXB .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uMcU6hCWXB .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uMcU6hCWXB .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uMcU6hCWXB .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uMcU6hCWXB .number,
  .cid-uMcU6hCWXB .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uMcU6hCWXB .period {
    font-size: 0.8rem;
  }
}
.cid-uL2Z4BOFme {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uL2Z4BOFme .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uL2Z4BOFme .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uL2Z4BOFme .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-uL2Z4BOFme .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uL2Z4BOFme .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-uL2Z4BOFme .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uL2Z4BOFme .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uL2Z4BOFme .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uL2Z4BOFme .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uL2Z4BOFme .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uL2Z4BOFme .number,
  .cid-uL2Z4BOFme .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uL2Z4BOFme .period {
    font-size: 0.8rem;
  }
}
.cid-uL2YN29TIW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uL2YN29TIW P {
  color: #767676;
}
