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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uTVy6eQeoP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTVy6eQeoP .nav-item,
.cid-uTVy6eQeoP .nav-link,
.cid-uTVy6eQeoP .navbar-caption {
  font-weight: normal;
}
.cid-uTVy6eQeoP .nav-item:focus,
.cid-uTVy6eQeoP .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uTVy6eQeoP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uTVy6eQeoP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTVy6eQeoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uTVy6eQeoP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uTVy6eQeoP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uTVy6eQeoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTVy6eQeoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uTVy6eQeoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTVy6eQeoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTVy6eQeoP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uTVy6eQeoP .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uTVy6eQeoP .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uTVy6eQeoP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTVy6eQeoP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTVy6eQeoP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTVy6eQeoP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTVy6eQeoP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTVy6eQeoP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uTVy6eQeoP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTVy6eQeoP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTVy6eQeoP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTVy6eQeoP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTVy6eQeoP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTVy6eQeoP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTVy6eQeoP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTVy6eQeoP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uTVy6eQeoP .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uTVy6eQeoP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTVy6eQeoP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTVy6eQeoP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTVy6eQeoP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTVy6eQeoP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTVy6eQeoP .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uTVy6eQeoP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uTVy6eQeoP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uTVy6eQeoP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTVy6eQeoP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTVy6eQeoP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTVy6eQeoP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uTVy6eQeoP .dropdown-item.active,
.cid-uTVy6eQeoP .dropdown-item:active {
  background-color: transparent;
}
.cid-uTVy6eQeoP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTVy6eQeoP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTVy6eQeoP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uTVy6eQeoP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTVy6eQeoP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTVy6eQeoP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTVy6eQeoP .navbar-buttons {
  text-align: center;
}
.cid-uTVy6eQeoP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTVy6eQeoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTVy6eQeoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTVy6eQeoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVy6eQeoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVy6eQeoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTVy6eQeoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVy6eQeoP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTVy6eQeoP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTVy6eQeoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVy6eQeoP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uTVy6eQeoP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTVy6eQeoP .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uTVy6eQeoP .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uTVy6eQeoP .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uTVy6eQeoP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTVy6eQeoP .navbar {
    height: 77px;
  }
  .cid-uTVy6eQeoP .navbar.opened {
    height: auto;
  }
  .cid-uTVy6eQeoP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTVyjsb31D {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uTVyjsb31D .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uTVyjsb31D .currentcost {
  color: #232323;
}
.cid-uTVyjsb31D .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uTVyjsb31D .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTVyjsb31D .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTVyjsb31D .text-box {
    padding: 1rem;
  }
}
.cid-uTVyjsb31D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTVyCrimgA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #353535;
}
.cid-uTVyCrimgA .container {
  max-width: 1500px;
}
.cid-uTVyCrimgA .row {
  background: #333333;
}
.cid-uTVyCrimgA .img-col {
  padding: 0;
}
.cid-uTVyCrimgA .title-col {
  padding: 4rem 8rem;
}
.cid-uTVyCrimgA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTVyCrimgA h2 {
  padding: 0;
  margin: 0;
}
.cid-uTVyCrimgA .text-wrap {
  margin: auto;
}
.cid-uTVyCrimgA .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uTVyCrimgA .row {
    margin: 2rem;
  }
  .cid-uTVyCrimgA .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uTVyCrimgA .row {
    margin: 0rem;
  }
  .cid-uTVyCrimgA .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uWQZsL6Nef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUo8CuLfFZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uUo8CuLfFZ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUo8CuLfFZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUo8CuLfFZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUo8CuLfFZ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUo8CuLfFZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUo8CuLfFZ .mbr-text,
.cid-uUo8CuLfFZ .mbr-section-btn {
  color: #000000;
}
.cid-uUoczSRC1t {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUoczSRC1t .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUoczSRC1t .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUoczSRC1t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUoczSRC1t .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUoczSRC1t .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUoczSRC1t .mbr-text,
.cid-uUoczSRC1t .mbr-section-btn {
  color: #000000;
}
.cid-uTVyJFzxm6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uTVyJFzxm6 img,
.cid-uTVyJFzxm6 .item-img {
  width: 100%;
}
.cid-uTVyJFzxm6 .item:focus,
.cid-uTVyJFzxm6 span:focus {
  outline: none;
}
.cid-uTVyJFzxm6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTVyJFzxm6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTVyJFzxm6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTVyJFzxm6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTVyJFzxm6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTVyJFzxm6 .mbr-section-title {
  color: #232323;
}
.cid-uTVyJFzxm6 .mbr-text,
.cid-uTVyJFzxm6 .mbr-section-btn {
  text-align: left;
}
.cid-uTVyJFzxm6 .item-title {
  text-align: left;
}
.cid-uTVyJFzxm6 .item-subtitle {
  text-align: left;
}
.cid-uTVyRQUMPH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTVyRQUMPH img,
.cid-uTVyRQUMPH .item-img {
  width: 100%;
}
.cid-uTVyRQUMPH .item:focus,
.cid-uTVyRQUMPH span:focus {
  outline: none;
}
.cid-uTVyRQUMPH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTVyRQUMPH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTVyRQUMPH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTVyRQUMPH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTVyRQUMPH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTVyRQUMPH .mbr-section-title {
  color: #232323;
}
.cid-uTVyRQUMPH .mbr-text,
.cid-uTVyRQUMPH .mbr-section-btn {
  text-align: left;
}
.cid-uTVyRQUMPH .item-title {
  text-align: left;
}
.cid-uTVyRQUMPH .item-subtitle {
  text-align: left;
}
.cid-uUo8oZ7uZx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uUo8oZ7uZx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUo8oZ7uZx .photo-split {
  padding: 0;
}
.cid-uUo8oZ7uZx .photo-split img {
  width: 100%;
}
.cid-uUo8oZ7uZx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uUo8oZ7uZx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUo8oZ7uZx .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uUo8oZ7uZx .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uUo8oZ7uZx .wrap-block {
  padding: 3rem 3rem;
}
.cid-uUo8oZ7uZx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUo8oZ7uZx .wrap-block ul li {
  display: inline-block;
}
.cid-uUo8oZ7uZx .wrap-block ul li span {
  text-align: center;
}
.cid-uUo8oZ7uZx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uUo8oZ7uZx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUo8oZ7uZx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUo8oZ7uZx .mbr-list,
.cid-uUo8oZ7uZx .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uUo8oZ7uZx .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUo8oZ7uZx .mbr-section-title,
  .cid-uUo8oZ7uZx .mbr-section-subtitle,
  .cid-uUo8oZ7uZx .mbr-text {
    text-align: center !important;
  }
  .cid-uUo8oZ7uZx .social-list {
    text-align: center !important;
  }
}
.cid-uUo8oZ7uZx .mbr-list,
.cid-uUo8oZ7uZx .social-media {
  color: #767676;
}
.cid-uUodZWUZDj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUodZWUZDj .nav-item,
.cid-uUodZWUZDj .nav-link,
.cid-uUodZWUZDj .navbar-caption {
  font-weight: normal;
}
.cid-uUodZWUZDj .nav-item:focus,
.cid-uUodZWUZDj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uUodZWUZDj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUodZWUZDj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUodZWUZDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUodZWUZDj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUodZWUZDj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUodZWUZDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUodZWUZDj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUodZWUZDj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUodZWUZDj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUodZWUZDj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uUodZWUZDj .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uUodZWUZDj .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUodZWUZDj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUodZWUZDj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUodZWUZDj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUodZWUZDj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUodZWUZDj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUodZWUZDj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUodZWUZDj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUodZWUZDj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUodZWUZDj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUodZWUZDj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUodZWUZDj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUodZWUZDj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUodZWUZDj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUodZWUZDj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUodZWUZDj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUodZWUZDj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUodZWUZDj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUodZWUZDj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUodZWUZDj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUodZWUZDj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUodZWUZDj .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uUodZWUZDj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUodZWUZDj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUodZWUZDj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUodZWUZDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUodZWUZDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUodZWUZDj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUodZWUZDj .dropdown-item.active,
.cid-uUodZWUZDj .dropdown-item:active {
  background-color: transparent;
}
.cid-uUodZWUZDj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUodZWUZDj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUodZWUZDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uUodZWUZDj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUodZWUZDj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUodZWUZDj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUodZWUZDj .navbar-buttons {
  text-align: center;
}
.cid-uUodZWUZDj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUodZWUZDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUodZWUZDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUodZWUZDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUodZWUZDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUodZWUZDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUodZWUZDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUodZWUZDj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUodZWUZDj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUodZWUZDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUodZWUZDj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUodZWUZDj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUodZWUZDj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUodZWUZDj .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUodZWUZDj .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUodZWUZDj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUodZWUZDj .navbar {
    height: 77px;
  }
  .cid-uUodZWUZDj .navbar.opened {
    height: auto;
  }
  .cid-uUodZWUZDj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUodZYD7AE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uUodZYD7AE .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUodZYD7AE .currentcost {
  color: #232323;
}
.cid-uUodZYD7AE .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUodZYD7AE .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUodZYD7AE .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUodZYD7AE .text-box {
    padding: 1rem;
  }
}
.cid-uUodZYD7AE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUog2gHKpl {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-uUog2gHKpl .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUog2gHKpl .currentcost {
  color: #232323;
}
.cid-uUog2gHKpl .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUog2gHKpl .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUog2gHKpl .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUog2gHKpl .text-box {
    padding: 1rem;
  }
}
.cid-uUog2gHKpl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUogVknHbY {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uUogVknHbY .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUogVknHbY .currentcost {
  color: #232323;
}
.cid-uUogVknHbY .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUogVknHbY .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUogVknHbY .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUogVknHbY .text-box {
    padding: 1rem;
  }
}
.cid-uUogVknHbY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUoe00tyjV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-uUoe00tyjV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUoe00tyjV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUoe00tyjV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUoe00tyjV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUoe00tyjV .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUoe00tyjV .mbr-text,
.cid-uUoe00tyjV .mbr-section-btn {
  color: #000000;
}
.cid-uUoe019fRS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uUoe019fRS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUoe019fRS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUoe019fRS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUoe019fRS .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUoe019fRS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUoe019fRS .mbr-text,
.cid-uUoe019fRS .mbr-section-btn {
  color: #000000;
}
.cid-uUoe03OiFE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uUoe03OiFE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUoe03OiFE .photo-split {
  padding: 0;
}
.cid-uUoe03OiFE .photo-split img {
  width: 100%;
}
.cid-uUoe03OiFE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uUoe03OiFE .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUoe03OiFE .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uUoe03OiFE .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uUoe03OiFE .wrap-block {
  padding: 3rem 3rem;
}
.cid-uUoe03OiFE .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUoe03OiFE .wrap-block ul li {
  display: inline-block;
}
.cid-uUoe03OiFE .wrap-block ul li span {
  text-align: center;
}
.cid-uUoe03OiFE .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uUoe03OiFE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUoe03OiFE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUoe03OiFE .mbr-list,
.cid-uUoe03OiFE .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uUoe03OiFE .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUoe03OiFE .mbr-section-title,
  .cid-uUoe03OiFE .mbr-section-subtitle,
  .cid-uUoe03OiFE .mbr-text {
    text-align: center !important;
  }
  .cid-uUoe03OiFE .social-list {
    text-align: center !important;
  }
}
.cid-uUoe03OiFE .mbr-list,
.cid-uUoe03OiFE .social-media {
  color: #767676;
}
.cid-uUp1BuHwnp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUp1BuHwnp .nav-item,
.cid-uUp1BuHwnp .nav-link,
.cid-uUp1BuHwnp .navbar-caption {
  font-weight: normal;
}
.cid-uUp1BuHwnp .nav-item:focus,
.cid-uUp1BuHwnp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uUp1BuHwnp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUp1BuHwnp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUp1BuHwnp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUp1BuHwnp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUp1BuHwnp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUp1BuHwnp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUp1BuHwnp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUp1BuHwnp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUp1BuHwnp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUp1BuHwnp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uUp1BuHwnp .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uUp1BuHwnp .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUp1BuHwnp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUp1BuHwnp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUp1BuHwnp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUp1BuHwnp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUp1BuHwnp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUp1BuHwnp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUp1BuHwnp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUp1BuHwnp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUp1BuHwnp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUp1BuHwnp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUp1BuHwnp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUp1BuHwnp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUp1BuHwnp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUp1BuHwnp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUp1BuHwnp .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUp1BuHwnp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUp1BuHwnp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUp1BuHwnp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUp1BuHwnp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUp1BuHwnp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUp1BuHwnp .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uUp1BuHwnp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUp1BuHwnp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUp1BuHwnp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUp1BuHwnp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUp1BuHwnp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUp1BuHwnp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUp1BuHwnp .dropdown-item.active,
.cid-uUp1BuHwnp .dropdown-item:active {
  background-color: transparent;
}
.cid-uUp1BuHwnp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUp1BuHwnp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUp1BuHwnp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uUp1BuHwnp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUp1BuHwnp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUp1BuHwnp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUp1BuHwnp .navbar-buttons {
  text-align: center;
}
.cid-uUp1BuHwnp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUp1BuHwnp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUp1BuHwnp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUp1BuHwnp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUp1BuHwnp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUp1BuHwnp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUp1BuHwnp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUp1BuHwnp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUp1BuHwnp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUp1BuHwnp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUp1BuHwnp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUp1BuHwnp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUp1BuHwnp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUp1BuHwnp .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUp1BuHwnp .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUp1BuHwnp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUp1BuHwnp .navbar {
    height: 77px;
  }
  .cid-uUp1BuHwnp .navbar.opened {
    height: auto;
  }
  .cid-uUp1BuHwnp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUp1ByBP2d {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uUp1ByBP2d .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUp1ByBP2d .currentcost {
  color: #232323;
}
.cid-uUp1ByBP2d .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUp1ByBP2d .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUp1ByBP2d .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUp1ByBP2d .text-box {
    padding: 1rem;
  }
}
.cid-uUp1ByBP2d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUp1BBTem0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uUp1BBTem0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUp1BBTem0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUp1BBTem0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUp1BBTem0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUp1BBTem0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUp1BBTem0 .mbr-text,
.cid-uUp1BBTem0 .mbr-section-btn {
  color: #000000;
}
.cid-uUp1BCVc0r {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUp1BCVc0r .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUp1BCVc0r .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUp1BCVc0r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUp1BCVc0r .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUp1BCVc0r .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUp1BCVc0r .mbr-text,
.cid-uUp1BCVc0r .mbr-section-btn {
  color: #000000;
}
.cid-uUp1BDWC6o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uUp1BDWC6o .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUp1BDWC6o .photo-split {
  padding: 0;
}
.cid-uUp1BDWC6o .photo-split img {
  width: 100%;
}
.cid-uUp1BDWC6o .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uUp1BDWC6o .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUp1BDWC6o .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uUp1BDWC6o .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uUp1BDWC6o .wrap-block {
  padding: 3rem 3rem;
}
.cid-uUp1BDWC6o .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUp1BDWC6o .wrap-block ul li {
  display: inline-block;
}
.cid-uUp1BDWC6o .wrap-block ul li span {
  text-align: center;
}
.cid-uUp1BDWC6o .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uUp1BDWC6o .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUp1BDWC6o .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUp1BDWC6o .mbr-list,
.cid-uUp1BDWC6o .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uUp1BDWC6o .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUp1BDWC6o .mbr-section-title,
  .cid-uUp1BDWC6o .mbr-section-subtitle,
  .cid-uUp1BDWC6o .mbr-text {
    text-align: center !important;
  }
  .cid-uUp1BDWC6o .social-list {
    text-align: center !important;
  }
}
.cid-uUp1BDWC6o .mbr-list,
.cid-uUp1BDWC6o .social-media {
  color: #767676;
}
.cid-uUpGeSGFax .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUpGeSGFax .nav-item,
.cid-uUpGeSGFax .nav-link,
.cid-uUpGeSGFax .navbar-caption {
  font-weight: normal;
}
.cid-uUpGeSGFax .nav-item:focus,
.cid-uUpGeSGFax .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uUpGeSGFax .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUpGeSGFax .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUpGeSGFax .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUpGeSGFax .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUpGeSGFax .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUpGeSGFax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUpGeSGFax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUpGeSGFax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpGeSGFax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpGeSGFax .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uUpGeSGFax .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uUpGeSGFax .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUpGeSGFax .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpGeSGFax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpGeSGFax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpGeSGFax .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUpGeSGFax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpGeSGFax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpGeSGFax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpGeSGFax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUpGeSGFax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUpGeSGFax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpGeSGFax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpGeSGFax .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUpGeSGFax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpGeSGFax .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpGeSGFax .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUpGeSGFax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpGeSGFax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUpGeSGFax .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUpGeSGFax .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpGeSGFax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUpGeSGFax .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uUpGeSGFax .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpGeSGFax .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUpGeSGFax .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpGeSGFax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpGeSGFax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpGeSGFax .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpGeSGFax .dropdown-item.active,
.cid-uUpGeSGFax .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpGeSGFax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpGeSGFax .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpGeSGFax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uUpGeSGFax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpGeSGFax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpGeSGFax ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUpGeSGFax .navbar-buttons {
  text-align: center;
}
.cid-uUpGeSGFax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpGeSGFax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUpGeSGFax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpGeSGFax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpGeSGFax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpGeSGFax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpGeSGFax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpGeSGFax nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpGeSGFax nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpGeSGFax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpGeSGFax .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUpGeSGFax a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUpGeSGFax .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUpGeSGFax .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUpGeSGFax .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUpGeSGFax .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpGeSGFax .navbar {
    height: 77px;
  }
  .cid-uUpGeSGFax .navbar.opened {
    height: auto;
  }
  .cid-uUpGeSGFax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUpGeVHF1p {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-uUpGeVHF1p .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uUpGeVHF1p .currentcost {
  color: #232323;
}
.cid-uUpGeVHF1p .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uUpGeVHF1p .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpGeVHF1p .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUpGeVHF1p .text-box {
    padding: 1rem;
  }
}
.cid-uUpGeVHF1p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUpGeXe4g7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uUpGeXe4g7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uUpGeXe4g7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUpGeXe4g7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uUpGeXe4g7 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uUpGeXe4g7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUpGeXe4g7 .mbr-text,
.cid-uUpGeXe4g7 .mbr-section-btn {
  color: #000000;
}
.cid-uUpHPlXG6l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffe885;
}
.cid-uUpHPlXG6l .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-uUpHPlXG6l .text-block {
  position: relative;
  z-index: 0;
}
.cid-uUpHPlXG6l .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-uUpHPlXG6l .box {
  left: 20%;
}
.cid-uUpHPlXG6l .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-uUpHPlXG6l .mbr-section-text,
.cid-uUpHPlXG6l .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-uUpHPlXG6l .text-box {
    display: none;
  }
  .cid-uUpHPlXG6l .mbr-section-title,
  .cid-uUpHPlXG6l .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uUpHPlXG6l .box {
    display: none;
  }
  .cid-uUpHPlXG6l .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uUpHPlXG6l .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpHPlXG6l .text-box {
    writing-mode: bt-rl;
  }
}
.cid-uUpHPlXG6l .mbr-section-text {
  color: #000000;
}
.cid-uUpIj4GiRA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-uUpIj4GiRA img,
.cid-uUpIj4GiRA .item-img {
  width: 100%;
}
.cid-uUpIj4GiRA .item:focus,
.cid-uUpIj4GiRA span:focus {
  outline: none;
}
.cid-uUpIj4GiRA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUpIj4GiRA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUpIj4GiRA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUpIj4GiRA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUpIj4GiRA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUpIj4GiRA .mbr-section-title {
  color: #232323;
}
.cid-uUpIj4GiRA .mbr-text,
.cid-uUpIj4GiRA .mbr-section-btn {
  text-align: left;
}
.cid-uUpIj4GiRA .item-title {
  text-align: left;
}
.cid-uUpIj4GiRA .item-subtitle {
  text-align: left;
}
.cid-uUpGeZ9uyh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uUpGeZ9uyh .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUpGeZ9uyh .photo-split {
  padding: 0;
}
.cid-uUpGeZ9uyh .photo-split img {
  width: 100%;
}
.cid-uUpGeZ9uyh .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uUpGeZ9uyh .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUpGeZ9uyh .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uUpGeZ9uyh .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uUpGeZ9uyh .wrap-block {
  padding: 3rem 3rem;
}
.cid-uUpGeZ9uyh .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUpGeZ9uyh .wrap-block ul li {
  display: inline-block;
}
.cid-uUpGeZ9uyh .wrap-block ul li span {
  text-align: center;
}
.cid-uUpGeZ9uyh .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uUpGeZ9uyh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUpGeZ9uyh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUpGeZ9uyh .mbr-list,
.cid-uUpGeZ9uyh .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uUpGeZ9uyh .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUpGeZ9uyh .mbr-section-title,
  .cid-uUpGeZ9uyh .mbr-section-subtitle,
  .cid-uUpGeZ9uyh .mbr-text {
    text-align: center !important;
  }
  .cid-uUpGeZ9uyh .social-list {
    text-align: center !important;
  }
}
.cid-uUpGeZ9uyh .mbr-list,
.cid-uUpGeZ9uyh .social-media {
  color: #767676;
}
.cid-uUpKhDpUsd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUpKhDpUsd .nav-item,
.cid-uUpKhDpUsd .nav-link,
.cid-uUpKhDpUsd .navbar-caption {
  font-weight: normal;
}
.cid-uUpKhDpUsd .nav-item:focus,
.cid-uUpKhDpUsd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uUpKhDpUsd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uUpKhDpUsd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUpKhDpUsd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uUpKhDpUsd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uUpKhDpUsd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uUpKhDpUsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUpKhDpUsd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUpKhDpUsd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUpKhDpUsd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUpKhDpUsd .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uUpKhDpUsd .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uUpKhDpUsd .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uUpKhDpUsd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUpKhDpUsd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUpKhDpUsd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUpKhDpUsd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uUpKhDpUsd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUpKhDpUsd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUpKhDpUsd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUpKhDpUsd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUpKhDpUsd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUpKhDpUsd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUpKhDpUsd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUpKhDpUsd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uUpKhDpUsd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUpKhDpUsd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUpKhDpUsd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uUpKhDpUsd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUpKhDpUsd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uUpKhDpUsd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uUpKhDpUsd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUpKhDpUsd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUpKhDpUsd .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uUpKhDpUsd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uUpKhDpUsd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUpKhDpUsd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUpKhDpUsd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUpKhDpUsd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUpKhDpUsd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uUpKhDpUsd .dropdown-item.active,
.cid-uUpKhDpUsd .dropdown-item:active {
  background-color: transparent;
}
.cid-uUpKhDpUsd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUpKhDpUsd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUpKhDpUsd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uUpKhDpUsd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUpKhDpUsd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUpKhDpUsd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUpKhDpUsd .navbar-buttons {
  text-align: center;
}
.cid-uUpKhDpUsd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUpKhDpUsd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUpKhDpUsd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUpKhDpUsd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpKhDpUsd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUpKhDpUsd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUpKhDpUsd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpKhDpUsd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUpKhDpUsd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUpKhDpUsd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUpKhDpUsd .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uUpKhDpUsd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUpKhDpUsd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uUpKhDpUsd .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uUpKhDpUsd .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uUpKhDpUsd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUpKhDpUsd .navbar {
    height: 77px;
  }
  .cid-uUpKhDpUsd .navbar.opened {
    height: auto;
  }
  .cid-uUpKhDpUsd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUvjtrTbKp {
  padding-top: 120px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-uUvjtrTbKp .container-fluid {
  padding: 0 3rem;
}
.cid-uUvjtrTbKp .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUvjtrTbKp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #ff6666);
  display: inline-block;
}
.cid-uUvjtrTbKp .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uUvjtrTbKp .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uUvjtrTbKp .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uUvjtrTbKp .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uUvjtrTbKp .content-section {
  padding: 3rem;
}
.cid-uUvjtrTbKp .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uUvjtrTbKp .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uUvjtrTbKp .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUvjtrTbKp .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uUvjtrTbKp .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uUvjtrTbKp .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uV3Qc01m5l {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-uV3Qc01m5l .container-fluid {
  padding: 0 3rem;
}
.cid-uV3Qc01m5l .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uV3Qc01m5l .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #ff6666);
  display: inline-block;
}
.cid-uV3Qc01m5l .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uV3Qc01m5l .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uV3Qc01m5l .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uV3Qc01m5l .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uV3Qc01m5l .content-section {
  padding: 3rem;
}
.cid-uV3Qc01m5l .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uV3Qc01m5l .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uV3Qc01m5l .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3Qc01m5l .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uV3Qc01m5l .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uV3Qc01m5l .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uV3T4BQOZa {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-uV3T4BQOZa .container-fluid {
  padding: 0 3rem;
}
.cid-uV3T4BQOZa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uV3T4BQOZa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #ff6666);
  display: inline-block;
}
.cid-uV3T4BQOZa .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uV3T4BQOZa .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uV3T4BQOZa .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uV3T4BQOZa .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uV3T4BQOZa .content-section {
  padding: 3rem;
}
.cid-uV3T4BQOZa .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uV3T4BQOZa .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uV3T4BQOZa .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3T4BQOZa .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uV3T4BQOZa .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uV3T4BQOZa .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uUpKhM0eJx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uUpKhM0eJx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uUpKhM0eJx .photo-split {
  padding: 0;
}
.cid-uUpKhM0eJx .photo-split img {
  width: 100%;
}
.cid-uUpKhM0eJx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uUpKhM0eJx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uUpKhM0eJx .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uUpKhM0eJx .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uUpKhM0eJx .wrap-block {
  padding: 3rem 3rem;
}
.cid-uUpKhM0eJx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uUpKhM0eJx .wrap-block ul li {
  display: inline-block;
}
.cid-uUpKhM0eJx .wrap-block ul li span {
  text-align: center;
}
.cid-uUpKhM0eJx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uUpKhM0eJx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uUpKhM0eJx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uUpKhM0eJx .mbr-list,
.cid-uUpKhM0eJx .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uUpKhM0eJx .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUpKhM0eJx .mbr-section-title,
  .cid-uUpKhM0eJx .mbr-section-subtitle,
  .cid-uUpKhM0eJx .mbr-text {
    text-align: center !important;
  }
  .cid-uUpKhM0eJx .social-list {
    text-align: center !important;
  }
}
.cid-uUpKhM0eJx .mbr-list,
.cid-uUpKhM0eJx .social-media {
  color: #767676;
}
.cid-uV3XjqNlGQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV3XjqNlGQ .nav-item,
.cid-uV3XjqNlGQ .nav-link,
.cid-uV3XjqNlGQ .navbar-caption {
  font-weight: normal;
}
.cid-uV3XjqNlGQ .nav-item:focus,
.cid-uV3XjqNlGQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uV3XjqNlGQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uV3XjqNlGQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV3XjqNlGQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uV3XjqNlGQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uV3XjqNlGQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uV3XjqNlGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV3XjqNlGQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV3XjqNlGQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV3XjqNlGQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV3XjqNlGQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uV3XjqNlGQ .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uV3XjqNlGQ .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uV3XjqNlGQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV3XjqNlGQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV3XjqNlGQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV3XjqNlGQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV3XjqNlGQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV3XjqNlGQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uV3XjqNlGQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV3XjqNlGQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV3XjqNlGQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV3XjqNlGQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV3XjqNlGQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV3XjqNlGQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV3XjqNlGQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV3XjqNlGQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uV3XjqNlGQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uV3XjqNlGQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV3XjqNlGQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV3XjqNlGQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV3XjqNlGQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV3XjqNlGQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV3XjqNlGQ .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uV3XjqNlGQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uV3XjqNlGQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV3XjqNlGQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV3XjqNlGQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV3XjqNlGQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV3XjqNlGQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uV3XjqNlGQ .dropdown-item.active,
.cid-uV3XjqNlGQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uV3XjqNlGQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV3XjqNlGQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV3XjqNlGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uV3XjqNlGQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV3XjqNlGQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV3XjqNlGQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV3XjqNlGQ .navbar-buttons {
  text-align: center;
}
.cid-uV3XjqNlGQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV3XjqNlGQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV3XjqNlGQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV3XjqNlGQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV3XjqNlGQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV3XjqNlGQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV3XjqNlGQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV3XjqNlGQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV3XjqNlGQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV3XjqNlGQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV3XjqNlGQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uV3XjqNlGQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV3XjqNlGQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uV3XjqNlGQ .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uV3XjqNlGQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uV3XjqNlGQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV3XjqNlGQ .navbar {
    height: 77px;
  }
  .cid-uV3XjqNlGQ .navbar.opened {
    height: auto;
  }
  .cid-uV3XjqNlGQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV3XjshJD4 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uV3XjshJD4 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uV3XjshJD4 .currentcost {
  color: #232323;
}
.cid-uV3XjshJD4 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV3XjshJD4 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uV3XjshJD4 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3XjshJD4 .text-box {
    padding: 1rem;
  }
}
.cid-uV3XjshJD4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV3Xjtjwsa {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-uV3Xjtjwsa .container {
  max-width: 1500px;
}
.cid-uV3Xjtjwsa .row {
  background: #333333;
}
.cid-uV3Xjtjwsa .img-col {
  padding: 0;
}
.cid-uV3Xjtjwsa .title-col {
  padding: 4rem 8rem;
}
.cid-uV3Xjtjwsa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uV3Xjtjwsa h2 {
  padding: 0;
  margin: 0;
}
.cid-uV3Xjtjwsa .text-wrap {
  margin: auto;
}
.cid-uV3Xjtjwsa .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uV3Xjtjwsa .row {
    margin: 2rem;
  }
  .cid-uV3Xjtjwsa .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3Xjtjwsa .row {
    margin: 0rem;
  }
  .cid-uV3Xjtjwsa .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uV3Y03E7fl {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-uV3Y03E7fl .container-fluid {
  padding: 0 3rem;
}
.cid-uV3Y03E7fl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uV3Y03E7fl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #6592e6, #ff6666);
  display: inline-block;
}
.cid-uV3Y03E7fl .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-uV3Y03E7fl .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-uV3Y03E7fl .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uV3Y03E7fl .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uV3Y03E7fl .content-section {
  padding: 3rem;
}
.cid-uV3Y03E7fl .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-uV3Y03E7fl .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-uV3Y03E7fl .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3Y03E7fl .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-uV3Y03E7fl .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-uV3Y03E7fl .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uV405zKqia {
  background-color: #efefef;
}
.cid-uV405zKqia .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uV405zKqia img {
  width: 100%;
}
.cid-uV405zKqia p {
  margin-top: 6rem;
}
.cid-uV405zKqia .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uV405zKqia .content-wrapper {
  padding-top: 6rem;
}
.cid-uV405zKqia h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uV405zKqia .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uV405zKqia p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uV405zKqia .back {
    width: 100%;
    height: 75%;
  }
  .cid-uV405zKqia .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uV405zKqia p {
    margin-top: 4rem;
  }
}
.cid-uV405zKqia .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uV405zKqia .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uV405zKqia .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uV405zKqia h4 {
    right: 2rem;
  }
}
.cid-uV3XjwIALg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uV3XjwIALg .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV3XjwIALg .photo-split {
  padding: 0;
}
.cid-uV3XjwIALg .photo-split img {
  width: 100%;
}
.cid-uV3XjwIALg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uV3XjwIALg .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV3XjwIALg .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uV3XjwIALg .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uV3XjwIALg .wrap-block {
  padding: 3rem 3rem;
}
.cid-uV3XjwIALg .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uV3XjwIALg .wrap-block ul li {
  display: inline-block;
}
.cid-uV3XjwIALg .wrap-block ul li span {
  text-align: center;
}
.cid-uV3XjwIALg .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uV3XjwIALg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV3XjwIALg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uV3XjwIALg .mbr-list,
.cid-uV3XjwIALg .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uV3XjwIALg .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV3XjwIALg .mbr-section-title,
  .cid-uV3XjwIALg .mbr-section-subtitle,
  .cid-uV3XjwIALg .mbr-text {
    text-align: center !important;
  }
  .cid-uV3XjwIALg .social-list {
    text-align: center !important;
  }
}
.cid-uV3XjwIALg .mbr-list,
.cid-uV3XjwIALg .social-media {
  color: #767676;
}
.cid-uV40ef8WlV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV40ef8WlV .nav-item,
.cid-uV40ef8WlV .nav-link,
.cid-uV40ef8WlV .navbar-caption {
  font-weight: normal;
}
.cid-uV40ef8WlV .nav-item:focus,
.cid-uV40ef8WlV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uV40ef8WlV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uV40ef8WlV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV40ef8WlV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uV40ef8WlV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uV40ef8WlV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uV40ef8WlV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV40ef8WlV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV40ef8WlV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV40ef8WlV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV40ef8WlV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uV40ef8WlV .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uV40ef8WlV .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uV40ef8WlV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV40ef8WlV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV40ef8WlV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV40ef8WlV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV40ef8WlV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV40ef8WlV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uV40ef8WlV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV40ef8WlV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV40ef8WlV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV40ef8WlV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV40ef8WlV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV40ef8WlV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV40ef8WlV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV40ef8WlV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uV40ef8WlV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uV40ef8WlV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV40ef8WlV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV40ef8WlV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV40ef8WlV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV40ef8WlV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV40ef8WlV .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uV40ef8WlV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uV40ef8WlV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV40ef8WlV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV40ef8WlV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV40ef8WlV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV40ef8WlV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uV40ef8WlV .dropdown-item.active,
.cid-uV40ef8WlV .dropdown-item:active {
  background-color: transparent;
}
.cid-uV40ef8WlV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV40ef8WlV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV40ef8WlV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uV40ef8WlV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV40ef8WlV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV40ef8WlV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV40ef8WlV .navbar-buttons {
  text-align: center;
}
.cid-uV40ef8WlV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV40ef8WlV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV40ef8WlV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV40ef8WlV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV40ef8WlV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV40ef8WlV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV40ef8WlV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV40ef8WlV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV40ef8WlV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV40ef8WlV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV40ef8WlV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uV40ef8WlV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV40ef8WlV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uV40ef8WlV .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uV40ef8WlV .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uV40ef8WlV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV40ef8WlV .navbar {
    height: 77px;
  }
  .cid-uV40ef8WlV .navbar.opened {
    height: auto;
  }
  .cid-uV40ef8WlV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV40eiQJn5 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uV40eiQJn5 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffda00;
}
.cid-uV40eiQJn5 img {
  width: 100%;
}
.cid-uV40eiQJn5 p {
  margin-top: 6rem;
}
.cid-uV40eiQJn5 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-uV40eiQJn5 .content-wrapper {
  padding-top: 6rem;
}
.cid-uV40eiQJn5 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uV40eiQJn5 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-uV40eiQJn5 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uV40eiQJn5 .back {
    width: 100%;
    height: 75%;
  }
  .cid-uV40eiQJn5 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-uV40eiQJn5 p {
    margin-top: 4rem;
  }
}
.cid-uV40eiQJn5 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uV40eiQJn5 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-uV40eiQJn5 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-uV40eiQJn5 h4 {
    right: 2rem;
  }
}
.cid-uV40N3s6rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uV40N3s6rr .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uV40N3s6rr .currentcost {
  color: #232323;
}
.cid-uV40N3s6rr .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV40N3s6rr .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uV40N3s6rr .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV40N3s6rr .text-box {
    padding: 1rem;
  }
}
.cid-uV40N3s6rr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV41nkSA2z {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #282124;
}
.cid-uV41nkSA2z .container {
  max-width: 1500px;
}
.cid-uV41nkSA2z .row {
  background: #333333;
}
.cid-uV41nkSA2z .img-col {
  padding: 0;
}
.cid-uV41nkSA2z .title-col {
  padding: 4rem 8rem;
}
.cid-uV41nkSA2z img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uV41nkSA2z h2 {
  padding: 0;
  margin: 0;
}
.cid-uV41nkSA2z .text-wrap {
  margin: auto;
}
.cid-uV41nkSA2z .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uV41nkSA2z .row {
    margin: 2rem;
  }
  .cid-uV41nkSA2z .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uV41nkSA2z .row {
    margin: 0rem;
  }
  .cid-uV41nkSA2z .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uV42bgHD1g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uV42bgHD1g img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uV42bgHD1g img:hover {
  transform: scale(1.1);
}
.cid-uV42bgHD1g .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uV42bgHD1g h2 {
  padding: 0;
  margin: 0;
}
.cid-uV42bgHD1g .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uV42bgHD1g .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uV42bgHD1g .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uV42bgHD1g .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-uV42bgHD1g .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-uV42bgHD1g .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uV42bgHD1g .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uV42bgHD1g .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uV42bgHD1g .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uV42bgHD1g H2 {
  color: #333333;
}
.cid-uV42bgHD1g .mbr-text {
  color: #767676;
}
.cid-uV40ejq2yX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uV40ejq2yX .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV40ejq2yX .photo-split {
  padding: 0;
}
.cid-uV40ejq2yX .photo-split img {
  width: 100%;
}
.cid-uV40ejq2yX .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uV40ejq2yX .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV40ejq2yX .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uV40ejq2yX .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uV40ejq2yX .wrap-block {
  padding: 3rem 3rem;
}
.cid-uV40ejq2yX .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uV40ejq2yX .wrap-block ul li {
  display: inline-block;
}
.cid-uV40ejq2yX .wrap-block ul li span {
  text-align: center;
}
.cid-uV40ejq2yX .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uV40ejq2yX .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV40ejq2yX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uV40ejq2yX .mbr-list,
.cid-uV40ejq2yX .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uV40ejq2yX .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV40ejq2yX .mbr-section-title,
  .cid-uV40ejq2yX .mbr-section-subtitle,
  .cid-uV40ejq2yX .mbr-text {
    text-align: center !important;
  }
  .cid-uV40ejq2yX .social-list {
    text-align: center !important;
  }
}
.cid-uV40ejq2yX .mbr-list,
.cid-uV40ejq2yX .social-media {
  color: #767676;
}
.cid-uV45CYcxfV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV45CYcxfV .nav-item,
.cid-uV45CYcxfV .nav-link,
.cid-uV45CYcxfV .navbar-caption {
  font-weight: normal;
}
.cid-uV45CYcxfV .nav-item:focus,
.cid-uV45CYcxfV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uV45CYcxfV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uV45CYcxfV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV45CYcxfV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uV45CYcxfV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uV45CYcxfV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uV45CYcxfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV45CYcxfV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV45CYcxfV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV45CYcxfV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV45CYcxfV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uV45CYcxfV .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uV45CYcxfV .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uV45CYcxfV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV45CYcxfV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV45CYcxfV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV45CYcxfV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV45CYcxfV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV45CYcxfV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uV45CYcxfV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV45CYcxfV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV45CYcxfV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV45CYcxfV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV45CYcxfV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV45CYcxfV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV45CYcxfV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV45CYcxfV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uV45CYcxfV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uV45CYcxfV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV45CYcxfV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV45CYcxfV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV45CYcxfV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV45CYcxfV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV45CYcxfV .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uV45CYcxfV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uV45CYcxfV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV45CYcxfV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV45CYcxfV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV45CYcxfV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV45CYcxfV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uV45CYcxfV .dropdown-item.active,
.cid-uV45CYcxfV .dropdown-item:active {
  background-color: transparent;
}
.cid-uV45CYcxfV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV45CYcxfV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV45CYcxfV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uV45CYcxfV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV45CYcxfV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV45CYcxfV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV45CYcxfV .navbar-buttons {
  text-align: center;
}
.cid-uV45CYcxfV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV45CYcxfV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV45CYcxfV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV45CYcxfV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV45CYcxfV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV45CYcxfV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV45CYcxfV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV45CYcxfV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV45CYcxfV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV45CYcxfV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV45CYcxfV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uV45CYcxfV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV45CYcxfV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uV45CYcxfV .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uV45CYcxfV .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uV45CYcxfV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV45CYcxfV .navbar {
    height: 77px;
  }
  .cid-uV45CYcxfV .navbar.opened {
    height: auto;
  }
  .cid-uV45CYcxfV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV45CZDo5L {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uV45CZDo5L .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uV45CZDo5L .currentcost {
  color: #232323;
}
.cid-uV45CZDo5L .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uV45CZDo5L .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uV45CZDo5L .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uV45CZDo5L .text-box {
    padding: 1rem;
  }
}
.cid-uV45CZDo5L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uV45D0OjhF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff0b0;
}
.cid-uV45D0OjhF H1 {
  color: #57468b;
}
.cid-uV45D0OjhF .mbr-text,
.cid-uV45D0OjhF .mbr-section-btn {
  color: #000000;
}
.cid-uV45D0OjhF img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uV45D0OjhF .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uV45D0OjhF img:last-child {
    margin-bottom: 3rem;
  }
}
.cid-uV45D1zCjK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uV45D1zCjK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uV45D1zCjK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV45D1zCjK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uV45D1zCjK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uV45D1zCjK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV45D1zCjK .mbr-text,
.cid-uV45D1zCjK .mbr-section-btn {
  color: #000000;
}
.cid-uV45D28iLe {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uV45D28iLe .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uV45D28iLe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV45D28iLe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uV45D28iLe .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uV45D28iLe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uV45D28iLe .mbr-text,
.cid-uV45D28iLe .mbr-section-btn {
  color: #000000;
}
.cid-uV45D2GJVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uV45D2GJVU .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV45D2GJVU .photo-split {
  padding: 0;
}
.cid-uV45D2GJVU .photo-split img {
  width: 100%;
}
.cid-uV45D2GJVU .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uV45D2GJVU .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV45D2GJVU .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uV45D2GJVU .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uV45D2GJVU .wrap-block {
  padding: 3rem 3rem;
}
.cid-uV45D2GJVU .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uV45D2GJVU .wrap-block ul li {
  display: inline-block;
}
.cid-uV45D2GJVU .wrap-block ul li span {
  text-align: center;
}
.cid-uV45D2GJVU .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uV45D2GJVU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV45D2GJVU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uV45D2GJVU .mbr-list,
.cid-uV45D2GJVU .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uV45D2GJVU .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV45D2GJVU .mbr-section-title,
  .cid-uV45D2GJVU .mbr-section-subtitle,
  .cid-uV45D2GJVU .mbr-text {
    text-align: center !important;
  }
  .cid-uV45D2GJVU .social-list {
    text-align: center !important;
  }
}
.cid-uV45D2GJVU .mbr-list,
.cid-uV45D2GJVU .social-media {
  color: #767676;
}
.cid-uV4xjuQWeq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV4xjuQWeq .nav-item,
.cid-uV4xjuQWeq .nav-link,
.cid-uV4xjuQWeq .navbar-caption {
  font-weight: normal;
}
.cid-uV4xjuQWeq .nav-item:focus,
.cid-uV4xjuQWeq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uV4xjuQWeq .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uV4xjuQWeq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV4xjuQWeq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uV4xjuQWeq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uV4xjuQWeq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uV4xjuQWeq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uV4xjuQWeq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uV4xjuQWeq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uV4xjuQWeq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uV4xjuQWeq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uV4xjuQWeq .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uV4xjuQWeq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uV4xjuQWeq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uV4xjuQWeq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uV4xjuQWeq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uV4xjuQWeq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uV4xjuQWeq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uV4xjuQWeq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uV4xjuQWeq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uV4xjuQWeq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uV4xjuQWeq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uV4xjuQWeq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uV4xjuQWeq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uV4xjuQWeq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uV4xjuQWeq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uV4xjuQWeq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uV4xjuQWeq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uV4xjuQWeq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uV4xjuQWeq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uV4xjuQWeq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uV4xjuQWeq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uV4xjuQWeq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uV4xjuQWeq .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uV4xjuQWeq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uV4xjuQWeq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uV4xjuQWeq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uV4xjuQWeq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uV4xjuQWeq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uV4xjuQWeq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uV4xjuQWeq .dropdown-item.active,
.cid-uV4xjuQWeq .dropdown-item:active {
  background-color: transparent;
}
.cid-uV4xjuQWeq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uV4xjuQWeq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uV4xjuQWeq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uV4xjuQWeq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uV4xjuQWeq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uV4xjuQWeq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uV4xjuQWeq .navbar-buttons {
  text-align: center;
}
.cid-uV4xjuQWeq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uV4xjuQWeq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uV4xjuQWeq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uV4xjuQWeq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV4xjuQWeq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uV4xjuQWeq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uV4xjuQWeq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4xjuQWeq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uV4xjuQWeq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uV4xjuQWeq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uV4xjuQWeq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uV4xjuQWeq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uV4xjuQWeq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uV4xjuQWeq .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uV4xjuQWeq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uV4xjuQWeq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uV4xjuQWeq .navbar {
    height: 77px;
  }
  .cid-uV4xjuQWeq .navbar.opened {
    height: auto;
  }
  .cid-uV4xjuQWeq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV4yUhd6zS {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #282124;
}
.cid-uV4yUhd6zS .container {
  max-width: 1500px;
}
.cid-uV4yUhd6zS .row {
  background: #333333;
}
.cid-uV4yUhd6zS .img-col {
  padding: 0;
}
.cid-uV4yUhd6zS .title-col {
  padding: 4rem 8rem;
}
.cid-uV4yUhd6zS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uV4yUhd6zS h2 {
  padding: 0;
  margin: 0;
}
.cid-uV4yUhd6zS .text-wrap {
  margin: auto;
}
.cid-uV4yUhd6zS .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-uV4yUhd6zS .row {
    margin: 2rem;
  }
  .cid-uV4yUhd6zS .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uV4yUhd6zS .row {
    margin: 0rem;
  }
  .cid-uV4yUhd6zS .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uV4xjHc620 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uV4xjHc620 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uV4xjHc620 .photo-split {
  padding: 0;
}
.cid-uV4xjHc620 .photo-split img {
  width: 100%;
}
.cid-uV4xjHc620 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uV4xjHc620 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uV4xjHc620 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uV4xjHc620 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uV4xjHc620 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uV4xjHc620 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uV4xjHc620 .wrap-block ul li {
  display: inline-block;
}
.cid-uV4xjHc620 .wrap-block ul li span {
  text-align: center;
}
.cid-uV4xjHc620 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uV4xjHc620 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uV4xjHc620 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uV4xjHc620 .mbr-list,
.cid-uV4xjHc620 .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uV4xjHc620 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uV4xjHc620 .mbr-section-title,
  .cid-uV4xjHc620 .mbr-section-subtitle,
  .cid-uV4xjHc620 .mbr-text {
    text-align: center !important;
  }
  .cid-uV4xjHc620 .social-list {
    text-align: center !important;
  }
}
.cid-uV4xjHc620 .mbr-list,
.cid-uV4xjHc620 .social-media {
  color: #767676;
}
.cid-uWtOj3kFke .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWtOj3kFke .nav-item,
.cid-uWtOj3kFke .nav-link,
.cid-uWtOj3kFke .navbar-caption {
  font-weight: normal;
}
.cid-uWtOj3kFke .nav-item:focus,
.cid-uWtOj3kFke .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWtOj3kFke .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uWtOj3kFke .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWtOj3kFke .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uWtOj3kFke .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWtOj3kFke .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uWtOj3kFke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWtOj3kFke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWtOj3kFke .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWtOj3kFke .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWtOj3kFke .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uWtOj3kFke .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uWtOj3kFke .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uWtOj3kFke .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWtOj3kFke .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWtOj3kFke .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWtOj3kFke .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWtOj3kFke .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWtOj3kFke .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWtOj3kFke .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWtOj3kFke .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWtOj3kFke .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWtOj3kFke .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWtOj3kFke .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWtOj3kFke .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWtOj3kFke .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWtOj3kFke .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWtOj3kFke .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWtOj3kFke .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWtOj3kFke .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWtOj3kFke .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWtOj3kFke .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWtOj3kFke .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWtOj3kFke .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uWtOj3kFke .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWtOj3kFke .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWtOj3kFke .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWtOj3kFke .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWtOj3kFke .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWtOj3kFke .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWtOj3kFke .dropdown-item.active,
.cid-uWtOj3kFke .dropdown-item:active {
  background-color: transparent;
}
.cid-uWtOj3kFke .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWtOj3kFke .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWtOj3kFke .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uWtOj3kFke .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWtOj3kFke .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWtOj3kFke ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWtOj3kFke .navbar-buttons {
  text-align: center;
}
.cid-uWtOj3kFke button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWtOj3kFke button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWtOj3kFke button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWtOj3kFke button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWtOj3kFke button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWtOj3kFke button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWtOj3kFke nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWtOj3kFke nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWtOj3kFke nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWtOj3kFke nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWtOj3kFke .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWtOj3kFke a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWtOj3kFke .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uWtOj3kFke .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uWtOj3kFke .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWtOj3kFke .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWtOj3kFke .navbar {
    height: 77px;
  }
  .cid-uWtOj3kFke .navbar.opened {
    height: auto;
  }
  .cid-uWtOj3kFke .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWtOj5FJCO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uWtOj5FJCO .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uWtOj5FJCO .currentcost {
  color: #232323;
}
.cid-uWtOj5FJCO .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWtOj5FJCO .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWtOj5FJCO .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWtOj5FJCO .text-box {
    padding: 1rem;
  }
}
.cid-uWtOj5FJCO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWtTVflWCE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uWtTVflWCE img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uWtTVflWCE img:hover {
  transform: scale(1.1);
}
.cid-uWtTVflWCE .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uWtTVflWCE h2 {
  padding: 0;
  margin: 0;
}
.cid-uWtTVflWCE .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWtTVflWCE .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uWtTVflWCE .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-uWtTVflWCE .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-uWtTVflWCE .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-uWtTVflWCE .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uWtTVflWCE .mbr-iconfont {
  margin: 0!important;
}
.cid-uWtTVflWCE .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWtTVflWCE .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uWtTVflWCE .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uWtTVflWCE .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uWtTVflWCE .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uWtTVflWCE H2 {
  color: #333333;
}
.cid-uWtTVflWCE .mbr-text {
  color: #767676;
}
.cid-uWtOj82tKs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-uWtOj82tKs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWtOj82tKs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWtOj82tKs .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWtOj82tKs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWtOj82tKs .mbr-text,
.cid-uWtOj82tKs .mbr-section-btn {
  color: #000000;
}
.cid-uWtZAtsJv6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uWtZAtsJv6 .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #353535;
}
.cid-uWtZAtsJv6 .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-uWtZAtsJv6 .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-uWtZAtsJv6 .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-uWtZAtsJv6 .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-uWtZAtsJv6 .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-uWtZAtsJv6 .inner-container {
    width: 100% !important;
  }
  .cid-uWtZAtsJv6 .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-uWtOjdLWIi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uWtOjdLWIi .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uWtOjdLWIi .photo-split {
  padding: 0;
}
.cid-uWtOjdLWIi .photo-split img {
  width: 100%;
}
.cid-uWtOjdLWIi .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uWtOjdLWIi .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWtOjdLWIi .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uWtOjdLWIi .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uWtOjdLWIi .wrap-block {
  padding: 3rem 3rem;
}
.cid-uWtOjdLWIi .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uWtOjdLWIi .wrap-block ul li {
  display: inline-block;
}
.cid-uWtOjdLWIi .wrap-block ul li span {
  text-align: center;
}
.cid-uWtOjdLWIi .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uWtOjdLWIi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uWtOjdLWIi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uWtOjdLWIi .mbr-list,
.cid-uWtOjdLWIi .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uWtOjdLWIi .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWtOjdLWIi .mbr-section-title,
  .cid-uWtOjdLWIi .mbr-section-subtitle,
  .cid-uWtOjdLWIi .mbr-text {
    text-align: center !important;
  }
  .cid-uWtOjdLWIi .social-list {
    text-align: center !important;
  }
}
.cid-uWtOjdLWIi .mbr-list,
.cid-uWtOjdLWIi .social-media {
  color: #767676;
}
.cid-uWFaIY2gzr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWFaIY2gzr .nav-item,
.cid-uWFaIY2gzr .nav-link,
.cid-uWFaIY2gzr .navbar-caption {
  font-weight: normal;
}
.cid-uWFaIY2gzr .nav-item:focus,
.cid-uWFaIY2gzr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uWFaIY2gzr .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uWFaIY2gzr .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWFaIY2gzr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uWFaIY2gzr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWFaIY2gzr .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uWFaIY2gzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWFaIY2gzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWFaIY2gzr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWFaIY2gzr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWFaIY2gzr .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uWFaIY2gzr .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uWFaIY2gzr .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uWFaIY2gzr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWFaIY2gzr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWFaIY2gzr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWFaIY2gzr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWFaIY2gzr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWFaIY2gzr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWFaIY2gzr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWFaIY2gzr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWFaIY2gzr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWFaIY2gzr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWFaIY2gzr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWFaIY2gzr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWFaIY2gzr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWFaIY2gzr .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWFaIY2gzr .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uWFaIY2gzr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWFaIY2gzr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWFaIY2gzr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWFaIY2gzr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWFaIY2gzr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWFaIY2gzr .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uWFaIY2gzr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uWFaIY2gzr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWFaIY2gzr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWFaIY2gzr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWFaIY2gzr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWFaIY2gzr .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uWFaIY2gzr .dropdown-item.active,
.cid-uWFaIY2gzr .dropdown-item:active {
  background-color: transparent;
}
.cid-uWFaIY2gzr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWFaIY2gzr .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWFaIY2gzr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uWFaIY2gzr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWFaIY2gzr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWFaIY2gzr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWFaIY2gzr .navbar-buttons {
  text-align: center;
}
.cid-uWFaIY2gzr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWFaIY2gzr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWFaIY2gzr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWFaIY2gzr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWFaIY2gzr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWFaIY2gzr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWFaIY2gzr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFaIY2gzr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWFaIY2gzr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWFaIY2gzr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWFaIY2gzr .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uWFaIY2gzr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWFaIY2gzr .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uWFaIY2gzr .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uWFaIY2gzr .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uWFaIY2gzr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWFaIY2gzr .navbar {
    height: 77px;
  }
  .cid-uWFaIY2gzr .navbar.opened {
    height: auto;
  }
  .cid-uWFaIY2gzr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWFaIZWGTr {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uWFaIZWGTr .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uWFaIZWGTr .currentcost {
  color: #232323;
}
.cid-uWFaIZWGTr .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWFaIZWGTr .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWFaIZWGTr .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWFaIZWGTr .text-box {
    padding: 1rem;
  }
}
.cid-uWFaIZWGTr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWFaJ1bwxn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-uWFaJ1bwxn img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uWFaJ1bwxn img:hover {
  transform: scale(1.1);
}
.cid-uWFaJ1bwxn .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uWFaJ1bwxn h2 {
  padding: 0;
  margin: 0;
}
.cid-uWFaJ1bwxn .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWFaJ1bwxn .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-uWFaJ1bwxn .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-uWFaJ1bwxn .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-uWFaJ1bwxn .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-uWFaJ1bwxn .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-uWFaJ1bwxn .mbr-iconfont {
  margin: 0!important;
}
.cid-uWFaJ1bwxn .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWFaJ1bwxn .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uWFaJ1bwxn .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-uWFaJ1bwxn .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-uWFaJ1bwxn .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uWFaJ1bwxn H2 {
  color: #333333;
}
.cid-uWFaJ1bwxn .mbr-text {
  color: #767676;
}
.cid-uWFaJ2bLS3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-uWFaJ2bLS3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWFaJ2bLS3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uWFaJ2bLS3 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uWFaJ2bLS3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uWFaJ2bLS3 .mbr-text,
.cid-uWFaJ2bLS3 .mbr-section-btn {
  color: #000000;
}
.cid-uWFaJ3v2Uf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uWFaJ3v2Uf .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #353535;
}
.cid-uWFaJ3v2Uf .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-uWFaJ3v2Uf .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-uWFaJ3v2Uf .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-uWFaJ3v2Uf .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-uWFaJ3v2Uf .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-uWFaJ3v2Uf .inner-container {
    width: 100% !important;
  }
  .cid-uWFaJ3v2Uf .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-uWFaJ4tcPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uWFaJ4tcPk .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uWFaJ4tcPk .photo-split {
  padding: 0;
}
.cid-uWFaJ4tcPk .photo-split img {
  width: 100%;
}
.cid-uWFaJ4tcPk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uWFaJ4tcPk .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uWFaJ4tcPk .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uWFaJ4tcPk .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uWFaJ4tcPk .wrap-block {
  padding: 3rem 3rem;
}
.cid-uWFaJ4tcPk .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uWFaJ4tcPk .wrap-block ul li {
  display: inline-block;
}
.cid-uWFaJ4tcPk .wrap-block ul li span {
  text-align: center;
}
.cid-uWFaJ4tcPk .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uWFaJ4tcPk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uWFaJ4tcPk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uWFaJ4tcPk .mbr-list,
.cid-uWFaJ4tcPk .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uWFaJ4tcPk .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWFaJ4tcPk .mbr-section-title,
  .cid-uWFaJ4tcPk .mbr-section-subtitle,
  .cid-uWFaJ4tcPk .mbr-text {
    text-align: center !important;
  }
  .cid-uWFaJ4tcPk .social-list {
    text-align: center !important;
  }
}
.cid-uWFaJ4tcPk .mbr-list,
.cid-uWFaJ4tcPk .social-media {
  color: #767676;
}
.cid-uXwC1Ni7rZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXwC1Ni7rZ .nav-item,
.cid-uXwC1Ni7rZ .nav-link,
.cid-uXwC1Ni7rZ .navbar-caption {
  font-weight: normal;
}
.cid-uXwC1Ni7rZ .nav-item:focus,
.cid-uXwC1Ni7rZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uXwC1Ni7rZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uXwC1Ni7rZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXwC1Ni7rZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uXwC1Ni7rZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uXwC1Ni7rZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uXwC1Ni7rZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXwC1Ni7rZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXwC1Ni7rZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXwC1Ni7rZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXwC1Ni7rZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #188ef4;
}
.cid-uXwC1Ni7rZ .navbar.opened {
  transition: all 0.3s;
  background: #188ef4 !important;
}
.cid-uXwC1Ni7rZ .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uXwC1Ni7rZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXwC1Ni7rZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXwC1Ni7rZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXwC1Ni7rZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uXwC1Ni7rZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXwC1Ni7rZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uXwC1Ni7rZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXwC1Ni7rZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXwC1Ni7rZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXwC1Ni7rZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXwC1Ni7rZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXwC1Ni7rZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uXwC1Ni7rZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXwC1Ni7rZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXwC1Ni7rZ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uXwC1Ni7rZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXwC1Ni7rZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uXwC1Ni7rZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uXwC1Ni7rZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXwC1Ni7rZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXwC1Ni7rZ .navbar.navbar-short {
  background: #188ef4 !important;
  min-height: 60px;
}
.cid-uXwC1Ni7rZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uXwC1Ni7rZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXwC1Ni7rZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXwC1Ni7rZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXwC1Ni7rZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXwC1Ni7rZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uXwC1Ni7rZ .dropdown-item.active,
.cid-uXwC1Ni7rZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uXwC1Ni7rZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXwC1Ni7rZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXwC1Ni7rZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #188ef4;
}
.cid-uXwC1Ni7rZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXwC1Ni7rZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXwC1Ni7rZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXwC1Ni7rZ .navbar-buttons {
  text-align: center;
}
.cid-uXwC1Ni7rZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXwC1Ni7rZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXwC1Ni7rZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXwC1Ni7rZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXwC1Ni7rZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXwC1Ni7rZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXwC1Ni7rZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXwC1Ni7rZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXwC1Ni7rZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXwC1Ni7rZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXwC1Ni7rZ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uXwC1Ni7rZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uXwC1Ni7rZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uXwC1Ni7rZ .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uXwC1Ni7rZ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uXwC1Ni7rZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXwC1Ni7rZ .navbar {
    height: 77px;
  }
  .cid-uXwC1Ni7rZ .navbar.opened {
    height: auto;
  }
  .cid-uXwC1Ni7rZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXwC1PGHR8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uXwC1PGHR8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uXwC1PGHR8 .currentcost {
  color: #232323;
}
.cid-uXwC1PGHR8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uXwC1PGHR8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uXwC1PGHR8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXwC1PGHR8 .text-box {
    padding: 1rem;
  }
}
.cid-uXwC1PGHR8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXwC1SVSrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXwC1SVSrD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uXwC1UaX4k {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-uXwC1UaX4k .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uXwC1UaX4k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uXwC1UaX4k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXwC1UaX4k .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uXwC1UaX4k .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uXwC1UaX4k .mbr-text,
.cid-uXwC1UaX4k .mbr-section-btn {
  color: #000000;
}
.cid-uXwC1VpGxv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXwC1VpGxv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uXwC1VpGxv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uXwC1VpGxv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uXwC1VpGxv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uXwC1VpGxv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uXwC1VpGxv .mbr-text,
.cid-uXwC1VpGxv .mbr-section-btn {
  color: #000000;
}
.cid-uXwC1WV9W6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uXwC1WV9W6 img,
.cid-uXwC1WV9W6 .item-img {
  width: 100%;
}
.cid-uXwC1WV9W6 .item:focus,
.cid-uXwC1WV9W6 span:focus {
  outline: none;
}
.cid-uXwC1WV9W6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXwC1WV9W6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXwC1WV9W6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXwC1WV9W6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uXwC1WV9W6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXwC1WV9W6 .mbr-section-title {
  color: #232323;
}
.cid-uXwC1WV9W6 .mbr-text,
.cid-uXwC1WV9W6 .mbr-section-btn {
  text-align: left;
}
.cid-uXwC1WV9W6 .item-title {
  text-align: left;
}
.cid-uXwC1WV9W6 .item-subtitle {
  text-align: left;
}
.cid-uXwC22juk6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uXwC22juk6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uXwC22juk6 .photo-split {
  padding: 0;
}
.cid-uXwC22juk6 .photo-split img {
  width: 100%;
}
.cid-uXwC22juk6 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uXwC22juk6 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXwC22juk6 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uXwC22juk6 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uXwC22juk6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uXwC22juk6 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uXwC22juk6 .wrap-block ul li {
  display: inline-block;
}
.cid-uXwC22juk6 .wrap-block ul li span {
  text-align: center;
}
.cid-uXwC22juk6 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uXwC22juk6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uXwC22juk6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uXwC22juk6 .mbr-list,
.cid-uXwC22juk6 .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uXwC22juk6 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXwC22juk6 .mbr-section-title,
  .cid-uXwC22juk6 .mbr-section-subtitle,
  .cid-uXwC22juk6 .mbr-text {
    text-align: center !important;
  }
  .cid-uXwC22juk6 .social-list {
    text-align: center !important;
  }
}
.cid-uXwC22juk6 .mbr-list,
.cid-uXwC22juk6 .social-media {
  color: #767676;
}
