body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.9rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.64rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1b8755 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #b2ccd2 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #1b8755 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b8755 !important;
  border-color: #1b8755 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e472d !important;
  border-color: #0e472d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e472d !important;
  border-color: #0e472d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00260d !important;
  border-color: #00260d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1b8755 !important;
  border-color: #1b8755 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e472d !important;
  border-color: #0e472d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e472d !important;
  border-color: #0e472d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0a321f;
  color: #0a321f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1b8755;
  border-color: #1b8755;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b8755 !important;
  border-color: #1b8755 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00260d;
  border-color: #00260d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00260d !important;
  border-color: #00260d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0a321f;
  color: #0a321f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1b8755;
  border-color: #1b8755;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1b8755 !important;
  border-color: #1b8755 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1b8755 !important;
}
.text-secondary {
  color: #00260d !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #b2ccd2 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #1b8755 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0a321f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #72a1ac !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0a321f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2ccd2;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #1b8755;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b8755;
  border-color: #1b8755;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b8755;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #47da96;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #47da96;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #1b8755;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1b8755;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1b8755;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b8755;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b8755;
  border-bottom-color: #1b8755;
}
.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: #1b8755 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00260d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231b8755' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-t22sieEMBr .modal-body .close {
  background: #1b1b1b;
}
.cid-t22sieEMBr .modal-body .close span {
  font-style: normal;
}
.cid-t22sieEMBr .carousel-inner > .active,
.cid-t22sieEMBr .carousel-inner > .next,
.cid-t22sieEMBr .carousel-inner > .prev {
  display: flex;
}
.cid-t22sieEMBr .carousel-control .icon-next,
.cid-t22sieEMBr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t22sieEMBr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t22sieEMBr .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t22sieEMBr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t22sieEMBr .boxed-slider > div {
  position: relative;
}
.cid-t22sieEMBr .container img {
  width: 100%;
}
.cid-t22sieEMBr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t22sieEMBr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t22sieEMBr .mbr-table-cell {
  padding: 0;
}
.cid-t22sieEMBr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t22sieEMBr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-t22sieEMBr .mbr-overlay {
  z-index: 1;
}
.cid-t22sieEMBr .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t22sieEMBr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-t22sieEMBr .carousel-item.active.right,
.cid-t22sieEMBr .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t22sieEMBr .carousel-item.active.left,
.cid-t22sieEMBr .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t22sieEMBr .carousel-item.active,
.cid-t22sieEMBr .carousel-item.next.left,
.cid-t22sieEMBr .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-t22sieEMBr .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-t22sieEMBr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t22sieEMBr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t22sieEMBr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-t22sieEMBr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators li.active,
.cid-t22sieEMBr .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators li::after,
.cid-t22sieEMBr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t22sieEMBr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t22sieEMBr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t22sieEMBr .mbr-slider > .container img {
  width: 100%;
}
.cid-t22sieEMBr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t22sieEMBr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t22sieEMBr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t22sieEMBr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t22sieEMBr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t22sieEMBr .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-t22sieEMBr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t22sieEMBr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t22sieEMBr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t22sieEMBr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t22sieEMBr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t22sieEMBr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t22sieEMBr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sV3lxmvYYj {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV3lxmvYYj .mbr-section-subtitle {
  color: #232323;
}
.cid-sV3lxmvYYj .btn {
  margin: 0 0 .5rem 0;
}
.cid-sV3lxmvYYj H2 {
  text-align: left;
}
.cid-s0M1aBw1pH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0M1aBw1pH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s0M1aBw1pH img:hover {
  transform: scale(1.1);
}
.cid-s0M1aBw1pH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s0M1aBw1pH h2 {
  padding: 0;
  margin: 0;
}
.cid-s0M1aBw1pH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s0M1aBw1pH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s0M1aBw1pH .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-s0M1aBw1pH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-s0M1aBw1pH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-s0M1aBw1pH .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-s0M1aBw1pH .mbr-iconfont {
  margin: 0!important;
}
.cid-s0M1aBw1pH .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-s0M1aBw1pH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s0M1aBw1pH .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-s0M1aBw1pH .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-s0M1aBw1pH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s0M1aBw1pH H2 {
  color: #333333;
}
.cid-s0M1aBw1pH .mbr-text {
  color: #232323;
}
.cid-ukQAwIN1Vv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukQAwIN1Vv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-ukQAwIN1Vv img:hover {
  transform: scale(1.1);
}
.cid-ukQAwIN1Vv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-ukQAwIN1Vv h2 {
  padding: 0;
  margin: 0;
}
.cid-ukQAwIN1Vv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukQAwIN1Vv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-ukQAwIN1Vv .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-ukQAwIN1Vv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-ukQAwIN1Vv .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-ukQAwIN1Vv .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-ukQAwIN1Vv .mbr-iconfont {
  margin: 0!important;
}
.cid-ukQAwIN1Vv .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-ukQAwIN1Vv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ukQAwIN1Vv .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-ukQAwIN1Vv .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-ukQAwIN1Vv .text-col {
    padding: 2rem 1rem;
  }
}
.cid-ukQAwIN1Vv H2 {
  color: #333333;
}
.cid-ukQAwIN1Vv .mbr-text {
  color: #232323;
}
.cid-ukQTw0tR4O {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukQTw0tR4O img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
.cid-ukQTw0tR4O .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-ukQTw0tR4O .img-wrapper {
  min-width: 100px;
}
.cid-ukQTw0tR4O .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ukQTw0tR4O .card .img-wrapper {
  overflow: hidden;
}
.cid-ukQTw0tR4O .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #1b8755;
}
.cid-ukQTw0tR4O .mbr-section-title:hover {
  color: #1b8755;
}
.cid-ukQTw0tR4O .mbr-section-date {
  color: #999999;
}
.cid-ukQTw0tR4O .mbr-section-text {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-ukQTw0tR4O .bg-wrapper {
    padding: 1rem;
  }
  .cid-ukQTw0tR4O .mbr-section-title {
    text-align: left;
  }
}
.cid-ukQTJeEzmI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukQTJeEzmI img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
.cid-ukQTJeEzmI .bg-wrapper {
  background: #ffffff;
  padding: 2rem;
}
.cid-ukQTJeEzmI .img-wrapper {
  min-width: 100px;
}
.cid-ukQTJeEzmI .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ukQTJeEzmI .card .img-wrapper {
  overflow: hidden;
}
.cid-ukQTJeEzmI .mbr-section-title {
  transition: all 0.3s ease-in-out;
  color: #1b8755;
}
.cid-ukQTJeEzmI .mbr-section-title:hover {
  color: #1b8755;
}
.cid-ukQTJeEzmI .mbr-section-date {
  color: #999999;
}
.cid-ukQTJeEzmI .mbr-section-text {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-ukQTJeEzmI .bg-wrapper {
    padding: 1rem;
  }
  .cid-ukQTJeEzmI .mbr-section-title {
    text-align: left;
  }
}
.cid-t22NEv6Umc {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t22NEv6Umc .mbr-text {
  color: #767676;
}
.cid-t22NEv6Umc h4 {
  text-align: center;
}
.cid-t22NEv6Umc p {
  text-align: center;
}
.cid-t22NEv6Umc .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-t22NEv6Umc .card-title,
.cid-t22NEv6Umc .card-img {
  text-align: center;
}
.cid-ukQzs30LXx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukQzs30LXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQzs30LXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukQzs30LXx .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-ukQzs30LXx .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-ukQzs30LXx .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukQzs30LXx .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-ukQzs30LXx .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #ffffff;
  border: 3px solid #1b8755;
  box-shadow: 4px 4px 0 0 #1b8755;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-ukQzs30LXx .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-ukQzs30LXx .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukQzs30LXx .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ukQzs30LXx .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukQzs30LXx .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-ukQzs30LXx .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-unAz7HrXlc {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-unAz7HrXlc .mbr-iconfont-social {
  font-size: 32px;
  color: #1b8755;
}
.cid-unAz7HrXlc .social-list a:focus {
  text-decoration: none;
}
.cid-uKFKdid4PR {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uKFKdid4PR .image-block {
  margin: auto;
  text-align: center;
}
.cid-uKFKdid4PR figcaption {
  position: relative;
}
.cid-uKFKdid4PR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uKFKdid4PR .image-block {
    width: 100% !important;
  }
}
.cid-uKFKdid4PR .TA_cdsratingsonlynarrow {
  display: inline-block;
}
.cid-sS8OHfUNKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .content {
    text-align: center;
  }
  .cid-sS8OHfUNKd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sS8OHfUNKd .logo-subtitle {
  color: #8d97ad;
}
.cid-sS8OHfUNKd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sS8OHfUNKd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sS8OHfUNKd .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sS8OHfUNKd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sS8OHfUNKd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sS8OHfUNKd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sS8OHfUNKd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sS8OHfUNKd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sS8OHfUNKd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS8OHfUNKd .list-item {
  display: flex;
}
.cid-sS8OHfUNKd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sS8OHfUNKd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8OHfUNKd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sS8OHfUNKd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sS8OHfUNKd .logo-subtitle,
.cid-sS8OHfUNKd .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sS8OHfUNKd .column-title {
  color: #232323;
}
.cid-sS8OHfUNKd P {
  color: #232323;
}
.cid-sS8OHfUNKd .mbr-text {
  color: #232323;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .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;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukQLp7EWWD {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/the-temple-of-apollo-3471178.jpg");
}
.cid-ukQLp7EWWD .row {
  justify-content: flex-end;
}
.cid-ukQLp7EWWD .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-ukQLp7EWWD .block {
  background-color: #d7eff7;
}
.cid-ukQLp7EWWD img {
  width: 100%;
}
.cid-ukQLp7EWWD .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-ukQLp7EWWD .content {
  max-width: 900px;
}
.cid-ukQLp7EWWD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ukQLp7EWWD .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ukQLp7EWWD h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukQLp7EWWD .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ukQLp7EWWD h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-ukQLp7EWWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQLp7EWWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukQLW5w7Yn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukQLW5w7Yn .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukQLW5w7Yn .row {
  justify-content: center;
}
.cid-ukQLW5w7Yn a {
  font-weight: 400 !important;
}
.cid-ukQMOD6gQk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ukQMOD6gQk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ukQMOD6gQk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ukQMOD6gQk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ukQMOD6gQk .mbr-text {
    text-align: center;
  }
}
.cid-ukQMOD6gQk H1 {
  color: #232323;
}
.cid-ukQMOD6gQk .mbr-text,
.cid-ukQMOD6gQk .mbr-section-btn {
  color: #232323;
}
.cid-ukQMOD6gQk H2 {
  color: #232323;
}
.cid-umy5dijn41 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-umy5dijn41 .item {
  padding-bottom: 2rem;
}
.cid-umy5dijn41 .item-wrapper {
  height: 100%;
}
.cid-umy5dijn41 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-umy5dijn41 .carousel-control,
.cid-umy5dijn41 .close {
  background: #1b1b1b;
}
.cid-umy5dijn41 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umy5dijn41 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umy5dijn41 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-umy5dijn41 .close::before {
  content: '\e91a';
}
.cid-umy5dijn41 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umy5dijn41 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-umy5dijn41 .carousel-inner > .active {
  display: block;
}
.cid-umy5dijn41 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umy5dijn41 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umy5dijn41 .carousel-control .icon-next,
.cid-umy5dijn41 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-umy5dijn41 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umy5dijn41 .carousel-control,
  .cid-umy5dijn41 .carousel-indicators,
  .cid-umy5dijn41 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umy5dijn41 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umy5dijn41 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umy5dijn41 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-umy5dijn41 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umy5dijn41 .carousel-indicators {
    display: none;
  }
}
.cid-umy5dijn41 .carousel-indicators .active,
.cid-umy5dijn41 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-umy5dijn41 .carousel-indicators .active {
  background: #fff;
}
.cid-umy5dijn41 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umy5dijn41 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umy5dijn41 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umy5dijn41 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umy5dijn41 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umy5dijn41 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-umy5dijn41 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umy5dijn41 .carousel {
  width: 100%;
}
.cid-umy5dijn41 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umy5dijn41 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-umy5dijn41 .modal.fade .modal-dialog,
.cid-umy5dijn41 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-umy5dijn41 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umy5dijn41 a {
  display: block;
}
.cid-umy5dijn41 a.img {
  pointer-events: none;
}
.cid-uDsmXUTpQy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDsmXUTpQy .mbr-section-subtitle {
  color: #767676;
}
.cid-uDsmXUTpQy .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDsmXUTpQy H2 {
  text-align: left;
}
.cid-sS8OHfUNKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .content {
    text-align: center;
  }
  .cid-sS8OHfUNKd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sS8OHfUNKd .logo-subtitle {
  color: #8d97ad;
}
.cid-sS8OHfUNKd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sS8OHfUNKd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sS8OHfUNKd .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sS8OHfUNKd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sS8OHfUNKd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sS8OHfUNKd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sS8OHfUNKd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sS8OHfUNKd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sS8OHfUNKd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS8OHfUNKd .list-item {
  display: flex;
}
.cid-sS8OHfUNKd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sS8OHfUNKd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8OHfUNKd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sS8OHfUNKd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sS8OHfUNKd .logo-subtitle,
.cid-sS8OHfUNKd .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sS8OHfUNKd .column-title {
  color: #232323;
}
.cid-sS8OHfUNKd P {
  color: #232323;
}
.cid-sS8OHfUNKd .mbr-text {
  color: #232323;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .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;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t22MJXZtQe {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/navigation-g18087adcd-1920.jpeg");
}
.cid-t22MJXZtQe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t22MJXZtQe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t22MJXZtQe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t22LOTHaAh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t22LOTHaAh .mbr-section-title,
.cid-t22LOTHaAh .mbr-section-subtitle {
  text-align: center;
}
.cid-t22LOTHaAh .card {
  margin-bottom: 2rem;
}
.cid-t22LOTHaAh .cards-wrap {
  background: #ffffff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-t22LOTHaAh .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-t22LOTHaAh .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-t22LOTHaAh .cards-wrap .card-img {
  font-size: 40px;
  background: #1b8755;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-t22LOTHaAh .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-t22LOTHaAh .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-t22LOTHaAh .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-t22LOTHaAh .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-t22LOTHaAh .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-t22LOTHaAh * {
    text-align: center;
  }
}
.cid-t22LOTHaAh .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-t22LOTHaAh .card-title {
  text-align: center;
}
.cid-sS8OHfUNKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .content {
    text-align: center;
  }
  .cid-sS8OHfUNKd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sS8OHfUNKd .logo-subtitle {
  color: #8d97ad;
}
.cid-sS8OHfUNKd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sS8OHfUNKd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sS8OHfUNKd .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sS8OHfUNKd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sS8OHfUNKd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sS8OHfUNKd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sS8OHfUNKd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sS8OHfUNKd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sS8OHfUNKd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS8OHfUNKd .list-item {
  display: flex;
}
.cid-sS8OHfUNKd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sS8OHfUNKd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8OHfUNKd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sS8OHfUNKd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sS8OHfUNKd .logo-subtitle,
.cid-sS8OHfUNKd .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sS8OHfUNKd .column-title {
  color: #232323;
}
.cid-sS8OHfUNKd P {
  color: #232323;
}
.cid-sS8OHfUNKd .mbr-text {
  color: #232323;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .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;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .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;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t272HCniCC {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t272HCniCC img {
  border-radius: 0px;
}
.cid-t272HCniCC .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-t272HCniCC .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-t272HCniCC .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-t272HCniCC .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-t272HCniCC .right {
  display: flex;
  flex-direction: column;
}
.cid-t272HCniCC .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-t272HCniCC .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-t272HCniCC .card-heading {
  padding-top: 0;
}
.cid-t272HCniCC .mbr-text {
  padding-top: 10px;
}
.cid-ukQPDxYmeQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ukQPDxYmeQ .mbr-text {
  color: #767676;
}
.cid-ukQPDxYmeQ .card-subtitle {
  margin: 0;
}
.cid-ukQPDxYmeQ .link {
  margin: 0;
}
.cid-ukQPDxYmeQ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ukQPDxYmeQ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ukQPDxYmeQ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-ukQPDxYmeQ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-ukQPDxYmeQ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-ukQPDxYmeQ .card-img:hover:before {
  opacity: 0.4;
}
.cid-ukQPDxYmeQ .card-img:hover img {
  transform: scale(1.05);
}
.cid-ukQPDxYmeQ .row {
  justify-content: center;
}
.cid-ukQPDxYmeQ .card {
  margin-bottom: 4rem;
}
.cid-ukQPDxYmeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQPDxYmeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukQPDxYmeQ .mbr-text,
.cid-ukQPDxYmeQ .link {
  color: #232323;
}
.cid-sS8OHfUNKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .content {
    text-align: center;
  }
  .cid-sS8OHfUNKd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sS8OHfUNKd .logo-subtitle {
  color: #8d97ad;
}
.cid-sS8OHfUNKd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sS8OHfUNKd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sS8OHfUNKd .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sS8OHfUNKd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sS8OHfUNKd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sS8OHfUNKd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sS8OHfUNKd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sS8OHfUNKd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sS8OHfUNKd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS8OHfUNKd .list-item {
  display: flex;
}
.cid-sS8OHfUNKd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sS8OHfUNKd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8OHfUNKd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sS8OHfUNKd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sS8OHfUNKd .logo-subtitle,
.cid-sS8OHfUNKd .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sS8OHfUNKd .column-title {
  color: #232323;
}
.cid-sS8OHfUNKd P {
  color: #232323;
}
.cid-sS8OHfUNKd .mbr-text {
  color: #232323;
}
.cid-ukRhcbAzNr {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/athens-gecc035244-1280.jpg");
}
.cid-ukRhcbAzNr .row {
  justify-content: flex-end;
}
.cid-ukRhcbAzNr .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-ukRhcbAzNr .block {
  background-color: #d7eff7;
}
.cid-ukRhcbAzNr img {
  width: 100%;
}
.cid-ukRhcbAzNr .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-ukRhcbAzNr .content {
  max-width: 900px;
}
.cid-ukRhcbAzNr h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ukRhcbAzNr .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ukRhcbAzNr h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRhcbAzNr .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ukRhcbAzNr h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-ukRhcbAzNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRhcbAzNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRhccrU7t {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRhccrU7t .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRhccrU7t .row {
  justify-content: center;
}
.cid-ukRhccrU7t a {
  font-weight: 400 !important;
}
.cid-ukRhcdcHgx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ukRhcdcHgx .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ukRhcdcHgx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ukRhcdcHgx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRhcdcHgx .mbr-text {
    text-align: center;
  }
}
.cid-ukRhcdcHgx H1 {
  color: #232323;
}
.cid-ukRhcdcHgx .mbr-text,
.cid-ukRhcdcHgx .mbr-section-btn {
  color: #232323;
}
.cid-ukRhcdcHgx H2 {
  color: #232323;
}
.cid-ukRk1jLGGY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRk1jLGGY .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRk1jLGGY .row {
  justify-content: center;
}
.cid-ukRk1jLGGY a {
  font-weight: 400 !important;
}
.cid-ukRk1SipOR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRk1SipOR .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRk1SipOR .row {
  justify-content: center;
}
.cid-ukRk1SipOR a {
  font-weight: 400 !important;
}
.cid-ukRk2yYSf5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRk2yYSf5 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRk2yYSf5 .row {
  justify-content: center;
}
.cid-ukRk2yYSf5 a {
  font-weight: 400 !important;
}
.cid-ukRk4dkgaN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRk4dkgaN .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRk4dkgaN .row {
  justify-content: center;
}
.cid-ukRk4dkgaN a {
  font-weight: 400 !important;
}
.cid-ukRk8hMnFM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRk8hMnFM .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRk8hMnFM .row {
  justify-content: center;
}
.cid-ukRk8hMnFM a {
  font-weight: 400 !important;
}
.cid-ukRk3CjPNm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRk3CjPNm .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRk3CjPNm .row {
  justify-content: center;
}
.cid-ukRk3CjPNm a {
  font-weight: 400 !important;
}
.cid-uCoaS5DLYl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCoaS5DLYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoaS5DLYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoaS5DLYl .item {
  padding-bottom: 2rem;
}
.cid-uCoaS5DLYl .item-wrapper {
  position: relative;
}
.cid-uCoaS5DLYl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCoaS5DLYl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCoaS5DLYl .carousel-control,
.cid-uCoaS5DLYl .close {
  background: #1b1b1b;
}
.cid-uCoaS5DLYl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCoaS5DLYl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCoaS5DLYl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCoaS5DLYl .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCoaS5DLYl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCoaS5DLYl .close::before {
  content: '\e91a';
}
.cid-uCoaS5DLYl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCoaS5DLYl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCoaS5DLYl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCoaS5DLYl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCoaS5DLYl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCoaS5DLYl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCoaS5DLYl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCoaS5DLYl .carousel-indicators li.active,
.cid-uCoaS5DLYl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCoaS5DLYl .carousel-indicators li::after,
.cid-uCoaS5DLYl .carousel-indicators li::before {
  content: none;
}
.cid-uCoaS5DLYl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCoaS5DLYl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCoaS5DLYl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCoaS5DLYl .carousel-indicators {
    display: none;
  }
}
.cid-uCoaS5DLYl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCoaS5DLYl .carousel-inner > .active {
  display: block;
}
.cid-uCoaS5DLYl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCoaS5DLYl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCoaS5DLYl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCoaS5DLYl .carousel-control,
  .cid-uCoaS5DLYl .carousel-indicators,
  .cid-uCoaS5DLYl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCoaS5DLYl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCoaS5DLYl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCoaS5DLYl .carousel-indicators .active,
.cid-uCoaS5DLYl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCoaS5DLYl .carousel-indicators .active {
  background: #fff;
}
.cid-uCoaS5DLYl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCoaS5DLYl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCoaS5DLYl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCoaS5DLYl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCoaS5DLYl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCoaS5DLYl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCoaS5DLYl .carousel {
  width: 100%;
}
.cid-uCoaS5DLYl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCoaS5DLYl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCoaS5DLYl .modal.fade .modal-dialog,
.cid-uCoaS5DLYl .modal.in .modal-dialog {
  transform: none;
}
.cid-uCoaS5DLYl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCoaS5DLYl H6 {
  text-align: center;
}
.cid-uDuCXzDKhr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuCXzDKhr .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuCXzDKhr .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuCXzDKhr H2 {
  text-align: left;
}
.cid-ukRhceDfat {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukRhceDfat .content {
    text-align: center;
  }
  .cid-ukRhceDfat .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ukRhceDfat .logo-subtitle {
  color: #8d97ad;
}
.cid-ukRhceDfat .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukRhceDfat .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ukRhceDfat .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ukRhceDfat .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ukRhceDfat .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ukRhceDfat .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ukRhceDfat .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ukRhceDfat .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ukRhceDfat .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ukRhceDfat .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukRhceDfat .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukRhceDfat .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukRhceDfat .list-item {
  display: flex;
}
.cid-ukRhceDfat .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ukRhceDfat ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ukRhceDfat ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ukRhceDfat ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ukRhceDfat .logo-subtitle,
.cid-ukRhceDfat .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-ukRhceDfat .column-title {
  color: #232323;
}
.cid-ukRhceDfat P {
  color: #232323;
}
.cid-ukRhceDfat .mbr-text {
  color: #232323;
}
.cid-ukRhcfLtJy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-ukRhcfLtJy .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ukRhcfLtJy .nav-item,
.cid-ukRhcfLtJy .nav-link,
.cid-ukRhcfLtJy .navbar-caption {
  font-weight: normal;
}
.cid-ukRhcfLtJy .nav-item:focus,
.cid-ukRhcfLtJy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ukRhcfLtJy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ukRhcfLtJy .nav-item .nav-link {
    position: relative;
  }
  .cid-ukRhcfLtJy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ukRhcfLtJy .nav-item:hover .nav-link:before,
  .cid-ukRhcfLtJy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ukRhcfLtJy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ukRhcfLtJy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukRhcfLtJy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ukRhcfLtJy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ukRhcfLtJy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukRhcfLtJy .dropdown .dropdown-menu .dropdown-item .soc-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-ukRhcfLtJy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ukRhcfLtJy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukRhcfLtJy .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ukRhcfLtJy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ukRhcfLtJy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukRhcfLtJy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukRhcfLtJy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukRhcfLtJy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukRhcfLtJy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukRhcfLtJy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukRhcfLtJy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukRhcfLtJy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukRhcfLtJy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukRhcfLtJy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukRhcfLtJy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukRhcfLtJy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukRhcfLtJy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ukRhcfLtJy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukRhcfLtJy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukRhcfLtJy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukRhcfLtJy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukRhcfLtJy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukRhcfLtJy .dropdown-item.active,
.cid-ukRhcfLtJy .dropdown-item:active {
  background-color: transparent;
}
.cid-ukRhcfLtJy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukRhcfLtJy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukRhcfLtJy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukRhcfLtJy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ukRhcfLtJy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukRhcfLtJy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukRhcfLtJy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukRhcfLtJy .navbar-buttons {
  text-align: center;
}
.cid-ukRhcfLtJy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukRhcfLtJy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukRhcfLtJy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukRhcfLtJy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRhcfLtJy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRhcfLtJy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukRhcfLtJy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRhcfLtJy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukRhcfLtJy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukRhcfLtJy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRhcfLtJy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukRhcfLtJy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRhcfLtJy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-ukRhcfLtJy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-ukRhcfLtJy .soc-item {
  margin: .5rem .3rem;
}
.cid-ukRhcfLtJy .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;
}
.cid-ukRhcfLtJy a.nav-link .mbr-iconfont-btn,
.cid-ukRhcfLtJy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ukRhcfLtJy a.nav-link:hover .mbr-iconfont-btn,
.cid-ukRhcfLtJy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-ukRhcfLtJy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukRhcfLtJy .navbar {
    height: 77px;
  }
  .cid-ukRhcfLtJy .navbar.opened {
    height: auto;
  }
  .cid-ukRhcfLtJy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukRlSwfoKC {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/greece-4513857-1280-1280x850.jpg");
}
.cid-ukRlSwfoKC .row {
  justify-content: flex-end;
}
.cid-ukRlSwfoKC .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-ukRlSwfoKC .block {
  background-color: #d7eff7;
}
.cid-ukRlSwfoKC img {
  width: 100%;
}
.cid-ukRlSwfoKC .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-ukRlSwfoKC .content {
  max-width: 900px;
}
.cid-ukRlSwfoKC h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ukRlSwfoKC .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ukRlSwfoKC h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRlSwfoKC .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ukRlSwfoKC h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-ukRlSwfoKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRlSwfoKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRlSy1lcm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRlSy1lcm .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRlSy1lcm .row {
  justify-content: center;
}
.cid-ukRlSy1lcm a {
  font-weight: 400 !important;
}
.cid-ukRlSz1ijs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukRlSz1ijs .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ukRlSz1ijs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ukRlSz1ijs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRlSz1ijs .mbr-text {
    text-align: center;
  }
}
.cid-ukRlSz1ijs H1 {
  color: #232323;
}
.cid-ukRlSz1ijs .mbr-text,
.cid-ukRlSz1ijs .mbr-section-btn {
  color: #232323;
}
.cid-ukRlSz1ijs H2 {
  color: #232323;
}
.cid-ukRlSAfpBU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRlSAfpBU .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRlSAfpBU .row {
  justify-content: center;
}
.cid-ukRlSAfpBU a {
  font-weight: 400 !important;
}
.cid-ukRlSBlcKF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRlSBlcKF .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRlSBlcKF .row {
  justify-content: center;
}
.cid-ukRlSBlcKF a {
  font-weight: 400 !important;
}
.cid-ukRlSCxof4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRlSCxof4 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRlSCxof4 .row {
  justify-content: center;
}
.cid-ukRlSCxof4 a {
  font-weight: 400 !important;
}
.cid-ukRlSDN8iJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRlSDN8iJ .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRlSDN8iJ .row {
  justify-content: center;
}
.cid-ukRlSDN8iJ a {
  font-weight: 400 !important;
}
.cid-ukRlSF9FTa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ukRlSF9FTa .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ukRlSF9FTa .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ukRlSF9FTa .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRlSF9FTa .mbr-text {
    text-align: center;
  }
}
.cid-ukRlSF9FTa H1 {
  color: #232323;
}
.cid-ukRlSF9FTa .mbr-text,
.cid-ukRlSF9FTa .mbr-section-btn {
  color: #232323;
}
.cid-uCo2XEloi8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCo2XEloi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCo2XEloi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCo2XEloi8 .item {
  padding-bottom: 2rem;
}
.cid-uCo2XEloi8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCo2XEloi8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCo2XEloi8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCo2XEloi8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCo2XEloi8 .carousel-control,
.cid-uCo2XEloi8 .close {
  background: #1b1b1b;
}
.cid-uCo2XEloi8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCo2XEloi8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCo2XEloi8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCo2XEloi8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCo2XEloi8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCo2XEloi8 .close::before {
  content: '\e91a';
}
.cid-uCo2XEloi8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCo2XEloi8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCo2XEloi8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCo2XEloi8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCo2XEloi8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCo2XEloi8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCo2XEloi8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCo2XEloi8 .carousel-indicators li.active,
.cid-uCo2XEloi8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCo2XEloi8 .carousel-indicators li::after,
.cid-uCo2XEloi8 .carousel-indicators li::before {
  content: none;
}
.cid-uCo2XEloi8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCo2XEloi8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCo2XEloi8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCo2XEloi8 .carousel-indicators {
    display: none;
  }
}
.cid-uCo2XEloi8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCo2XEloi8 .carousel-inner > .active {
  display: block;
}
.cid-uCo2XEloi8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCo2XEloi8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCo2XEloi8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCo2XEloi8 .carousel-control,
  .cid-uCo2XEloi8 .carousel-indicators,
  .cid-uCo2XEloi8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCo2XEloi8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCo2XEloi8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCo2XEloi8 .carousel-indicators .active,
.cid-uCo2XEloi8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCo2XEloi8 .carousel-indicators .active {
  background: #fff;
}
.cid-uCo2XEloi8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCo2XEloi8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCo2XEloi8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCo2XEloi8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCo2XEloi8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCo2XEloi8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCo2XEloi8 .carousel {
  width: 100%;
}
.cid-uCo2XEloi8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCo2XEloi8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCo2XEloi8 .modal.fade .modal-dialog,
.cid-uCo2XEloi8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uCo2XEloi8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCo2XEloi8 H6 {
  text-align: center;
}
.cid-uDuD1KmLW0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuD1KmLW0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuD1KmLW0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuD1KmLW0 H2 {
  text-align: left;
}
.cid-ukRlSPyFkA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukRlSPyFkA .content {
    text-align: center;
  }
  .cid-ukRlSPyFkA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ukRlSPyFkA .logo-subtitle {
  color: #8d97ad;
}
.cid-ukRlSPyFkA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukRlSPyFkA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ukRlSPyFkA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ukRlSPyFkA .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ukRlSPyFkA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ukRlSPyFkA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ukRlSPyFkA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ukRlSPyFkA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ukRlSPyFkA .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ukRlSPyFkA .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukRlSPyFkA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukRlSPyFkA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukRlSPyFkA .list-item {
  display: flex;
}
.cid-ukRlSPyFkA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ukRlSPyFkA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ukRlSPyFkA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ukRlSPyFkA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ukRlSPyFkA .logo-subtitle,
.cid-ukRlSPyFkA .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-ukRlSPyFkA .column-title {
  color: #232323;
}
.cid-ukRlSPyFkA P {
  color: #232323;
}
.cid-ukRlSPyFkA .mbr-text {
  color: #232323;
}
.cid-ukRlSRxInV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-ukRlSRxInV .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ukRlSRxInV .nav-item,
.cid-ukRlSRxInV .nav-link,
.cid-ukRlSRxInV .navbar-caption {
  font-weight: normal;
}
.cid-ukRlSRxInV .nav-item:focus,
.cid-ukRlSRxInV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ukRlSRxInV .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ukRlSRxInV .nav-item .nav-link {
    position: relative;
  }
  .cid-ukRlSRxInV .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ukRlSRxInV .nav-item:hover .nav-link:before,
  .cid-ukRlSRxInV .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ukRlSRxInV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ukRlSRxInV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukRlSRxInV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ukRlSRxInV .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ukRlSRxInV .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukRlSRxInV .dropdown .dropdown-menu .dropdown-item .soc-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-ukRlSRxInV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ukRlSRxInV .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukRlSRxInV .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ukRlSRxInV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ukRlSRxInV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukRlSRxInV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukRlSRxInV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukRlSRxInV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukRlSRxInV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukRlSRxInV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukRlSRxInV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukRlSRxInV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukRlSRxInV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukRlSRxInV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukRlSRxInV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukRlSRxInV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukRlSRxInV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ukRlSRxInV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukRlSRxInV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukRlSRxInV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukRlSRxInV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukRlSRxInV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukRlSRxInV .dropdown-item.active,
.cid-ukRlSRxInV .dropdown-item:active {
  background-color: transparent;
}
.cid-ukRlSRxInV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukRlSRxInV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukRlSRxInV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukRlSRxInV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ukRlSRxInV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukRlSRxInV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukRlSRxInV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukRlSRxInV .navbar-buttons {
  text-align: center;
}
.cid-ukRlSRxInV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukRlSRxInV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukRlSRxInV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukRlSRxInV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRlSRxInV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRlSRxInV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukRlSRxInV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRlSRxInV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukRlSRxInV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukRlSRxInV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRlSRxInV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukRlSRxInV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRlSRxInV .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-ukRlSRxInV .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-ukRlSRxInV .soc-item {
  margin: .5rem .3rem;
}
.cid-ukRlSRxInV .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;
}
.cid-ukRlSRxInV a.nav-link .mbr-iconfont-btn,
.cid-ukRlSRxInV a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ukRlSRxInV a.nav-link:hover .mbr-iconfont-btn,
.cid-ukRlSRxInV a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-ukRlSRxInV a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukRlSRxInV .navbar {
    height: 77px;
  }
  .cid-ukRlSRxInV .navbar.opened {
    height: auto;
  }
  .cid-ukRlSRxInV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukRoFb4vSO {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/castle-7774690.jpeg");
}
.cid-ukRoFb4vSO .row {
  justify-content: flex-end;
}
.cid-ukRoFb4vSO .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-ukRoFb4vSO .block {
  background-color: #d7eff7;
}
.cid-ukRoFb4vSO img {
  width: 100%;
}
.cid-ukRoFb4vSO .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-ukRoFb4vSO .content {
  max-width: 900px;
}
.cid-ukRoFb4vSO h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ukRoFb4vSO .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ukRoFb4vSO h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRoFb4vSO .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ukRoFb4vSO h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-ukRoFb4vSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRoFb4vSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRoFco2hX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRoFco2hX .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRoFco2hX .row {
  justify-content: center;
}
.cid-ukRoFco2hX a {
  font-weight: 400 !important;
}
.cid-uCotYhvueM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCotYhvueM img {
  border-radius: 0px;
}
.cid-uCotYhvueM .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCotYhvueM .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCotYhvueM .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCotYhvueM .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCotYhvueM .right {
  display: flex;
  flex-direction: column;
}
.cid-uCotYhvueM .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCotYhvueM .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCotYhvueM .card-heading {
  padding-top: 0;
}
.cid-uCotYhvueM .mbr-text {
  padding-top: 10px;
}
.cid-uKHofei32G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHofei32G img {
  border-radius: 0px;
}
.cid-uKHofei32G .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKHofei32G .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKHofei32G .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKHofei32G .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKHofei32G .right {
  display: flex;
  flex-direction: column;
}
.cid-uKHofei32G .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uKHofei32G .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uKHofei32G .card-heading {
  padding-top: 0;
}
.cid-uKHofei32G .mbr-text {
  padding-top: 10px;
}
.cid-uCou0c25ZB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCou0c25ZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCou0c25ZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCou0c25ZB .item {
  padding-bottom: 2rem;
}
.cid-uCou0c25ZB .item-wrapper {
  position: relative;
}
.cid-uCou0c25ZB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCou0c25ZB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCou0c25ZB .carousel-control,
.cid-uCou0c25ZB .close {
  background: #1b1b1b;
}
.cid-uCou0c25ZB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCou0c25ZB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCou0c25ZB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCou0c25ZB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCou0c25ZB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCou0c25ZB .close::before {
  content: '\e91a';
}
.cid-uCou0c25ZB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCou0c25ZB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCou0c25ZB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCou0c25ZB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCou0c25ZB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCou0c25ZB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCou0c25ZB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCou0c25ZB .carousel-indicators li.active,
.cid-uCou0c25ZB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCou0c25ZB .carousel-indicators li::after,
.cid-uCou0c25ZB .carousel-indicators li::before {
  content: none;
}
.cid-uCou0c25ZB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCou0c25ZB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCou0c25ZB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCou0c25ZB .carousel-indicators {
    display: none;
  }
}
.cid-uCou0c25ZB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCou0c25ZB .carousel-inner > .active {
  display: block;
}
.cid-uCou0c25ZB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCou0c25ZB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCou0c25ZB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCou0c25ZB .carousel-control,
  .cid-uCou0c25ZB .carousel-indicators,
  .cid-uCou0c25ZB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCou0c25ZB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCou0c25ZB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCou0c25ZB .carousel-indicators .active,
.cid-uCou0c25ZB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCou0c25ZB .carousel-indicators .active {
  background: #fff;
}
.cid-uCou0c25ZB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCou0c25ZB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCou0c25ZB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCou0c25ZB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCou0c25ZB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCou0c25ZB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCou0c25ZB .carousel {
  width: 100%;
}
.cid-uCou0c25ZB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCou0c25ZB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCou0c25ZB .modal.fade .modal-dialog,
.cid-uCou0c25ZB .modal.in .modal-dialog {
  transform: none;
}
.cid-uCou0c25ZB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCou0c25ZB H6 {
  text-align: center;
}
.cid-uCotYOzpQP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCotYOzpQP img {
  border-radius: 0px;
}
.cid-uCotYOzpQP .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCotYOzpQP .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCotYOzpQP .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCotYOzpQP .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCotYOzpQP .right {
  display: flex;
  flex-direction: column;
}
.cid-uCotYOzpQP .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCotYOzpQP .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCotYOzpQP .card-heading {
  padding-top: 0;
}
.cid-uCotYOzpQP .mbr-text {
  padding-top: 10px;
}
.cid-uDuDlofW7d {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuDlofW7d .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuDlofW7d .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuDlofW7d H2 {
  text-align: left;
}
.cid-ukRoFsTK9K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukRoFsTK9K .content {
    text-align: center;
  }
  .cid-ukRoFsTK9K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ukRoFsTK9K .logo-subtitle {
  color: #8d97ad;
}
.cid-ukRoFsTK9K .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukRoFsTK9K .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ukRoFsTK9K .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ukRoFsTK9K .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ukRoFsTK9K .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ukRoFsTK9K .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ukRoFsTK9K .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ukRoFsTK9K .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ukRoFsTK9K .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ukRoFsTK9K .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukRoFsTK9K .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukRoFsTK9K .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukRoFsTK9K .list-item {
  display: flex;
}
.cid-ukRoFsTK9K .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ukRoFsTK9K ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ukRoFsTK9K ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ukRoFsTK9K ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ukRoFsTK9K .logo-subtitle,
.cid-ukRoFsTK9K .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-ukRoFsTK9K .column-title {
  color: #232323;
}
.cid-ukRoFsTK9K P {
  color: #232323;
}
.cid-ukRoFsTK9K .mbr-text {
  color: #232323;
}
.cid-ukRoFucx65 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-ukRoFucx65 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ukRoFucx65 .nav-item,
.cid-ukRoFucx65 .nav-link,
.cid-ukRoFucx65 .navbar-caption {
  font-weight: normal;
}
.cid-ukRoFucx65 .nav-item:focus,
.cid-ukRoFucx65 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ukRoFucx65 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ukRoFucx65 .nav-item .nav-link {
    position: relative;
  }
  .cid-ukRoFucx65 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ukRoFucx65 .nav-item:hover .nav-link:before,
  .cid-ukRoFucx65 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ukRoFucx65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ukRoFucx65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukRoFucx65 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ukRoFucx65 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ukRoFucx65 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukRoFucx65 .dropdown .dropdown-menu .dropdown-item .soc-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-ukRoFucx65 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ukRoFucx65 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukRoFucx65 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ukRoFucx65 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ukRoFucx65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukRoFucx65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukRoFucx65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukRoFucx65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukRoFucx65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukRoFucx65 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukRoFucx65 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukRoFucx65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukRoFucx65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukRoFucx65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukRoFucx65 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukRoFucx65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukRoFucx65 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ukRoFucx65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukRoFucx65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukRoFucx65 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukRoFucx65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukRoFucx65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukRoFucx65 .dropdown-item.active,
.cid-ukRoFucx65 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukRoFucx65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukRoFucx65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukRoFucx65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukRoFucx65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ukRoFucx65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukRoFucx65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukRoFucx65 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukRoFucx65 .navbar-buttons {
  text-align: center;
}
.cid-ukRoFucx65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukRoFucx65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukRoFucx65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukRoFucx65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRoFucx65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRoFucx65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukRoFucx65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRoFucx65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukRoFucx65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukRoFucx65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRoFucx65 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukRoFucx65 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRoFucx65 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-ukRoFucx65 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-ukRoFucx65 .soc-item {
  margin: .5rem .3rem;
}
.cid-ukRoFucx65 .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;
}
.cid-ukRoFucx65 a.nav-link .mbr-iconfont-btn,
.cid-ukRoFucx65 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ukRoFucx65 a.nav-link:hover .mbr-iconfont-btn,
.cid-ukRoFucx65 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-ukRoFucx65 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukRoFucx65 .navbar {
    height: 77px;
  }
  .cid-ukRoFucx65 .navbar.opened {
    height: auto;
  }
  .cid-ukRoFucx65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukRpYtZ6aJ {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/nature-gc0e1804b0-1920.jpg");
}
.cid-ukRpYtZ6aJ .row {
  justify-content: flex-end;
}
.cid-ukRpYtZ6aJ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-ukRpYtZ6aJ .block {
  background-color: #d7eff7;
}
.cid-ukRpYtZ6aJ img {
  width: 100%;
}
.cid-ukRpYtZ6aJ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-ukRpYtZ6aJ .content {
  max-width: 900px;
}
.cid-ukRpYtZ6aJ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ukRpYtZ6aJ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ukRpYtZ6aJ h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRpYtZ6aJ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ukRpYtZ6aJ h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-ukRpYtZ6aJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRpYtZ6aJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRCMY83tH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRCMY83tH .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRCMY83tH .row {
  justify-content: center;
}
.cid-ukRCMY83tH a {
  font-weight: 400 !important;
}
.cid-ukRCPtDl8D {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRCPtDl8D .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRCPtDl8D .row {
  justify-content: center;
}
.cid-ukRCPtDl8D a {
  font-weight: 400 !important;
}
.cid-ukRpYwpowd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukRpYwpowd .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRpYwpowd .row {
  justify-content: center;
}
.cid-ukRpYwpowd a {
  font-weight: 400 !important;
}
.cid-uCox3xZrYE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCox3xZrYE img {
  border-radius: 0px;
}
.cid-uCox3xZrYE .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCox3xZrYE .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCox3xZrYE .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCox3xZrYE .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCox3xZrYE .right {
  display: flex;
  flex-direction: column;
}
.cid-uCox3xZrYE .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCox3xZrYE .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCox3xZrYE .card-heading {
  padding-top: 0;
}
.cid-uCox3xZrYE .mbr-text {
  padding-top: 10px;
}
.cid-uKHou5oDWl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKHou5oDWl img {
  border-radius: 0px;
}
.cid-uKHou5oDWl .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKHou5oDWl .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKHou5oDWl .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKHou5oDWl .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKHou5oDWl .right {
  display: flex;
  flex-direction: column;
}
.cid-uKHou5oDWl .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uKHou5oDWl .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uKHou5oDWl .card-heading {
  padding-top: 0;
}
.cid-uKHou5oDWl .mbr-text {
  padding-top: 10px;
}
.cid-uCox4JzGuF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCox4JzGuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCox4JzGuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCox4JzGuF .item {
  padding-bottom: 2rem;
}
.cid-uCox4JzGuF .item-wrapper {
  position: relative;
}
.cid-uCox4JzGuF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCox4JzGuF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCox4JzGuF .carousel-control,
.cid-uCox4JzGuF .close {
  background: #1b1b1b;
}
.cid-uCox4JzGuF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCox4JzGuF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCox4JzGuF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCox4JzGuF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCox4JzGuF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCox4JzGuF .close::before {
  content: '\e91a';
}
.cid-uCox4JzGuF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCox4JzGuF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCox4JzGuF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCox4JzGuF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCox4JzGuF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCox4JzGuF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCox4JzGuF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCox4JzGuF .carousel-indicators li.active,
.cid-uCox4JzGuF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCox4JzGuF .carousel-indicators li::after,
.cid-uCox4JzGuF .carousel-indicators li::before {
  content: none;
}
.cid-uCox4JzGuF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCox4JzGuF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCox4JzGuF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCox4JzGuF .carousel-indicators {
    display: none;
  }
}
.cid-uCox4JzGuF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCox4JzGuF .carousel-inner > .active {
  display: block;
}
.cid-uCox4JzGuF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCox4JzGuF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCox4JzGuF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCox4JzGuF .carousel-control,
  .cid-uCox4JzGuF .carousel-indicators,
  .cid-uCox4JzGuF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCox4JzGuF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCox4JzGuF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCox4JzGuF .carousel-indicators .active,
.cid-uCox4JzGuF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCox4JzGuF .carousel-indicators .active {
  background: #fff;
}
.cid-uCox4JzGuF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCox4JzGuF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCox4JzGuF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCox4JzGuF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCox4JzGuF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCox4JzGuF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCox4JzGuF .carousel {
  width: 100%;
}
.cid-uCox4JzGuF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCox4JzGuF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCox4JzGuF .modal.fade .modal-dialog,
.cid-uCox4JzGuF .modal.in .modal-dialog {
  transform: none;
}
.cid-uCox4JzGuF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCox4JzGuF H6 {
  text-align: center;
}
.cid-uDuDozf6ti {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuDozf6ti .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuDozf6ti .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuDozf6ti H2 {
  text-align: left;
}
.cid-ukRpYzm47A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukRpYzm47A .content {
    text-align: center;
  }
  .cid-ukRpYzm47A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ukRpYzm47A .logo-subtitle {
  color: #8d97ad;
}
.cid-ukRpYzm47A .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukRpYzm47A .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ukRpYzm47A .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ukRpYzm47A .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ukRpYzm47A .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ukRpYzm47A .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ukRpYzm47A .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ukRpYzm47A .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ukRpYzm47A .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ukRpYzm47A .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukRpYzm47A .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukRpYzm47A .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukRpYzm47A .list-item {
  display: flex;
}
.cid-ukRpYzm47A .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ukRpYzm47A ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ukRpYzm47A ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ukRpYzm47A ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ukRpYzm47A .logo-subtitle,
.cid-ukRpYzm47A .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-ukRpYzm47A .column-title {
  color: #232323;
}
.cid-ukRpYzm47A P {
  color: #232323;
}
.cid-ukRpYzm47A .mbr-text {
  color: #232323;
}
.cid-ukRpYB5fP0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-ukRpYB5fP0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ukRpYB5fP0 .nav-item,
.cid-ukRpYB5fP0 .nav-link,
.cid-ukRpYB5fP0 .navbar-caption {
  font-weight: normal;
}
.cid-ukRpYB5fP0 .nav-item:focus,
.cid-ukRpYB5fP0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ukRpYB5fP0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ukRpYB5fP0 .nav-item .nav-link {
    position: relative;
  }
  .cid-ukRpYB5fP0 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ukRpYB5fP0 .nav-item:hover .nav-link:before,
  .cid-ukRpYB5fP0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ukRpYB5fP0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ukRpYB5fP0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukRpYB5fP0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ukRpYB5fP0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ukRpYB5fP0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukRpYB5fP0 .dropdown .dropdown-menu .dropdown-item .soc-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-ukRpYB5fP0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ukRpYB5fP0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukRpYB5fP0 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ukRpYB5fP0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ukRpYB5fP0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukRpYB5fP0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukRpYB5fP0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukRpYB5fP0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukRpYB5fP0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukRpYB5fP0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukRpYB5fP0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukRpYB5fP0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukRpYB5fP0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukRpYB5fP0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukRpYB5fP0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukRpYB5fP0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukRpYB5fP0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ukRpYB5fP0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukRpYB5fP0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukRpYB5fP0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukRpYB5fP0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukRpYB5fP0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukRpYB5fP0 .dropdown-item.active,
.cid-ukRpYB5fP0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukRpYB5fP0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukRpYB5fP0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukRpYB5fP0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukRpYB5fP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ukRpYB5fP0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukRpYB5fP0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukRpYB5fP0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukRpYB5fP0 .navbar-buttons {
  text-align: center;
}
.cid-ukRpYB5fP0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukRpYB5fP0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukRpYB5fP0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukRpYB5fP0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRpYB5fP0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRpYB5fP0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukRpYB5fP0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRpYB5fP0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukRpYB5fP0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukRpYB5fP0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRpYB5fP0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukRpYB5fP0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRpYB5fP0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-ukRpYB5fP0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-ukRpYB5fP0 .soc-item {
  margin: .5rem .3rem;
}
.cid-ukRpYB5fP0 .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;
}
.cid-ukRpYB5fP0 a.nav-link .mbr-iconfont-btn,
.cid-ukRpYB5fP0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ukRpYB5fP0 a.nav-link:hover .mbr-iconfont-btn,
.cid-ukRpYB5fP0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-ukRpYB5fP0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukRpYB5fP0 .navbar {
    height: 77px;
  }
  .cid-ukRpYB5fP0 .navbar.opened {
    height: auto;
  }
  .cid-ukRpYB5fP0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukRr0Z7Vhm {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/pexels-enrique-14437080-1920x1280.jpg");
}
.cid-ukRr0Z7Vhm .row {
  justify-content: flex-end;
}
.cid-ukRr0Z7Vhm .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-ukRr0Z7Vhm .block {
  background-color: #d7eff7;
}
.cid-ukRr0Z7Vhm img {
  width: 100%;
}
.cid-ukRr0Z7Vhm .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-ukRr0Z7Vhm .content {
  max-width: 900px;
}
.cid-ukRr0Z7Vhm h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-ukRr0Z7Vhm .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-ukRr0Z7Vhm h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRr0Z7Vhm .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-ukRr0Z7Vhm h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-ukRr0Z7Vhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRr0Z7Vhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRr184mwn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukRr184mwn .p {
  color: #333333;
  padding-top: 30px;
}
.cid-ukRr184mwn .row {
  justify-content: center;
}
.cid-ukRr184mwn a {
  font-weight: 400 !important;
}
.cid-uCozVeZn3O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCozVeZn3O img {
  border-radius: 0px;
}
.cid-uCozVeZn3O .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCozVeZn3O .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCozVeZn3O .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCozVeZn3O .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCozVeZn3O .right {
  display: flex;
  flex-direction: column;
}
.cid-uCozVeZn3O .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCozVeZn3O .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCozVeZn3O .card-heading {
  padding-top: 0;
}
.cid-uCozVeZn3O .mbr-text {
  padding-top: 10px;
}
.cid-uCozYK26E7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCozYK26E7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCozYK26E7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCozYK26E7 .item {
  padding-bottom: 2rem;
}
.cid-uCozYK26E7 .item-wrapper {
  position: relative;
}
.cid-uCozYK26E7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCozYK26E7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCozYK26E7 .carousel-control,
.cid-uCozYK26E7 .close {
  background: #1b1b1b;
}
.cid-uCozYK26E7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCozYK26E7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCozYK26E7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCozYK26E7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCozYK26E7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCozYK26E7 .close::before {
  content: '\e91a';
}
.cid-uCozYK26E7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCozYK26E7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCozYK26E7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCozYK26E7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCozYK26E7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCozYK26E7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCozYK26E7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCozYK26E7 .carousel-indicators li.active,
.cid-uCozYK26E7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCozYK26E7 .carousel-indicators li::after,
.cid-uCozYK26E7 .carousel-indicators li::before {
  content: none;
}
.cid-uCozYK26E7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCozYK26E7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCozYK26E7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCozYK26E7 .carousel-indicators {
    display: none;
  }
}
.cid-uCozYK26E7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCozYK26E7 .carousel-inner > .active {
  display: block;
}
.cid-uCozYK26E7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCozYK26E7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCozYK26E7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCozYK26E7 .carousel-control,
  .cid-uCozYK26E7 .carousel-indicators,
  .cid-uCozYK26E7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCozYK26E7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCozYK26E7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCozYK26E7 .carousel-indicators .active,
.cid-uCozYK26E7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCozYK26E7 .carousel-indicators .active {
  background: #fff;
}
.cid-uCozYK26E7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCozYK26E7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCozYK26E7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCozYK26E7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCozYK26E7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCozYK26E7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCozYK26E7 .carousel {
  width: 100%;
}
.cid-uCozYK26E7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCozYK26E7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCozYK26E7 .modal.fade .modal-dialog,
.cid-uCozYK26E7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uCozYK26E7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCozYK26E7 H6 {
  text-align: center;
}
.cid-uCozVPkRpg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCozVPkRpg img {
  border-radius: 0px;
}
.cid-uCozVPkRpg .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCozVPkRpg .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCozVPkRpg .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCozVPkRpg .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCozVPkRpg .right {
  display: flex;
  flex-direction: column;
}
.cid-uCozVPkRpg .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCozVPkRpg .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCozVPkRpg .card-heading {
  padding-top: 0;
}
.cid-uCozVPkRpg .mbr-text {
  padding-top: 10px;
}
.cid-uCozXvRYRQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCozXvRYRQ img {
  border-radius: 0px;
}
.cid-uCozXvRYRQ .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCozXvRYRQ .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCozXvRYRQ .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCozXvRYRQ .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCozXvRYRQ .right {
  display: flex;
  flex-direction: column;
}
.cid-uCozXvRYRQ .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCozXvRYRQ .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCozXvRYRQ .card-heading {
  padding-top: 0;
}
.cid-uCozXvRYRQ .mbr-text {
  padding-top: 10px;
}
.cid-ukRr1axVa5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukRr1axVa5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ukRr1axVa5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ukRr1axVa5 H2 {
  text-align: center;
}
.cid-ukRr1czCYs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukRr1czCYs .content {
    text-align: center;
  }
  .cid-ukRr1czCYs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ukRr1czCYs .logo-subtitle {
  color: #8d97ad;
}
.cid-ukRr1czCYs .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukRr1czCYs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ukRr1czCYs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ukRr1czCYs .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-ukRr1czCYs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ukRr1czCYs .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-ukRr1czCYs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ukRr1czCYs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ukRr1czCYs .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ukRr1czCYs .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ukRr1czCYs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukRr1czCYs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukRr1czCYs .list-item {
  display: flex;
}
.cid-ukRr1czCYs .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-ukRr1czCYs ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ukRr1czCYs ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-ukRr1czCYs ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-ukRr1czCYs .logo-subtitle,
.cid-ukRr1czCYs .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-ukRr1czCYs .column-title {
  color: #232323;
}
.cid-ukRr1czCYs P {
  color: #232323;
}
.cid-ukRr1czCYs .mbr-text {
  color: #232323;
}
.cid-ukRr1hPfSF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-ukRr1hPfSF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-ukRr1hPfSF .nav-item,
.cid-ukRr1hPfSF .nav-link,
.cid-ukRr1hPfSF .navbar-caption {
  font-weight: normal;
}
.cid-ukRr1hPfSF .nav-item:focus,
.cid-ukRr1hPfSF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ukRr1hPfSF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-ukRr1hPfSF .nav-item .nav-link {
    position: relative;
  }
  .cid-ukRr1hPfSF .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-ukRr1hPfSF .nav-item:hover .nav-link:before,
  .cid-ukRr1hPfSF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-ukRr1hPfSF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-ukRr1hPfSF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukRr1hPfSF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-ukRr1hPfSF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ukRr1hPfSF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ukRr1hPfSF .dropdown .dropdown-menu .dropdown-item .soc-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-ukRr1hPfSF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ukRr1hPfSF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ukRr1hPfSF .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-ukRr1hPfSF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ukRr1hPfSF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukRr1hPfSF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukRr1hPfSF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ukRr1hPfSF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukRr1hPfSF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukRr1hPfSF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ukRr1hPfSF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ukRr1hPfSF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukRr1hPfSF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukRr1hPfSF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ukRr1hPfSF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ukRr1hPfSF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ukRr1hPfSF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ukRr1hPfSF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ukRr1hPfSF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ukRr1hPfSF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukRr1hPfSF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukRr1hPfSF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukRr1hPfSF .dropdown-item.active,
.cid-ukRr1hPfSF .dropdown-item:active {
  background-color: transparent;
}
.cid-ukRr1hPfSF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukRr1hPfSF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukRr1hPfSF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukRr1hPfSF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-ukRr1hPfSF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukRr1hPfSF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukRr1hPfSF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ukRr1hPfSF .navbar-buttons {
  text-align: center;
}
.cid-ukRr1hPfSF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ukRr1hPfSF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-ukRr1hPfSF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ukRr1hPfSF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRr1hPfSF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ukRr1hPfSF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ukRr1hPfSF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRr1hPfSF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ukRr1hPfSF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ukRr1hPfSF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ukRr1hPfSF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ukRr1hPfSF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ukRr1hPfSF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-ukRr1hPfSF .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-ukRr1hPfSF .soc-item {
  margin: .5rem .3rem;
}
.cid-ukRr1hPfSF .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;
}
.cid-ukRr1hPfSF a.nav-link .mbr-iconfont-btn,
.cid-ukRr1hPfSF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-ukRr1hPfSF a.nav-link:hover .mbr-iconfont-btn,
.cid-ukRr1hPfSF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-ukRr1hPfSF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukRr1hPfSF .navbar {
    height: 77px;
  }
  .cid-ukRr1hPfSF .navbar.opened {
    height: auto;
  }
  .cid-ukRr1hPfSF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uma1h7O7vJ {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/temple-g6d81a3b7b-1920-1920x1280.jpg");
}
.cid-uma1h7O7vJ .row {
  justify-content: flex-end;
}
.cid-uma1h7O7vJ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uma1h7O7vJ .block {
  background-color: #d7eff7;
}
.cid-uma1h7O7vJ img {
  width: 100%;
}
.cid-uma1h7O7vJ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-uma1h7O7vJ .content {
  max-width: 900px;
}
.cid-uma1h7O7vJ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uma1h7O7vJ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uma1h7O7vJ h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uma1h7O7vJ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uma1h7O7vJ h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uma1h7O7vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uma1h7O7vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uma1hbvGoO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uma1hbvGoO .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uma1hbvGoO .row {
  justify-content: center;
}
.cid-uma1hbvGoO a {
  font-weight: 400 !important;
}
.cid-uKHmYPThrx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHmYPThrx .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uKHmYPThrx .row {
  justify-content: center;
}
.cid-uKHmYPThrx a {
  font-weight: 400 !important;
}
.cid-uKHn6bsKBM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHn6bsKBM .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uKHn6bsKBM .row {
  justify-content: center;
}
.cid-uKHn6bsKBM a {
  font-weight: 400 !important;
}
.cid-uKHndnaIQi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHndnaIQi .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uKHndnaIQi .row {
  justify-content: center;
}
.cid-uKHndnaIQi a {
  font-weight: 400 !important;
}
.cid-uCoeXeCipn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCoeXeCipn img {
  border-radius: 0px;
}
.cid-uCoeXeCipn .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoeXeCipn .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoeXeCipn .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoeXeCipn .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoeXeCipn .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoeXeCipn .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoeXeCipn .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoeXeCipn .card-heading {
  padding-top: 0;
}
.cid-uCoeXeCipn .mbr-text {
  padding-top: 10px;
}
.cid-uCoeP6TYLm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCoeP6TYLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoeP6TYLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoeP6TYLm .item {
  padding-bottom: 2rem;
}
.cid-uCoeP6TYLm .item-wrapper {
  position: relative;
}
.cid-uCoeP6TYLm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCoeP6TYLm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCoeP6TYLm .carousel-control,
.cid-uCoeP6TYLm .close {
  background: #1b1b1b;
}
.cid-uCoeP6TYLm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCoeP6TYLm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCoeP6TYLm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCoeP6TYLm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCoeP6TYLm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCoeP6TYLm .close::before {
  content: '\e91a';
}
.cid-uCoeP6TYLm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCoeP6TYLm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCoeP6TYLm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCoeP6TYLm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCoeP6TYLm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCoeP6TYLm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCoeP6TYLm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCoeP6TYLm .carousel-indicators li.active,
.cid-uCoeP6TYLm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCoeP6TYLm .carousel-indicators li::after,
.cid-uCoeP6TYLm .carousel-indicators li::before {
  content: none;
}
.cid-uCoeP6TYLm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCoeP6TYLm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCoeP6TYLm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCoeP6TYLm .carousel-indicators {
    display: none;
  }
}
.cid-uCoeP6TYLm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCoeP6TYLm .carousel-inner > .active {
  display: block;
}
.cid-uCoeP6TYLm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCoeP6TYLm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCoeP6TYLm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCoeP6TYLm .carousel-control,
  .cid-uCoeP6TYLm .carousel-indicators,
  .cid-uCoeP6TYLm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCoeP6TYLm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCoeP6TYLm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCoeP6TYLm .carousel-indicators .active,
.cid-uCoeP6TYLm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCoeP6TYLm .carousel-indicators .active {
  background: #fff;
}
.cid-uCoeP6TYLm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCoeP6TYLm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCoeP6TYLm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCoeP6TYLm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCoeP6TYLm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCoeP6TYLm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCoeP6TYLm .carousel {
  width: 100%;
}
.cid-uCoeP6TYLm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCoeP6TYLm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCoeP6TYLm .modal.fade .modal-dialog,
.cid-uCoeP6TYLm .modal.in .modal-dialog {
  transform: none;
}
.cid-uCoeP6TYLm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCoeP6TYLm H6 {
  text-align: center;
}
.cid-uDuD6iVYH7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuD6iVYH7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuD6iVYH7 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuD6iVYH7 H2 {
  text-align: left;
}
.cid-uma1hdpoNn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uma1hdpoNn .content {
    text-align: center;
  }
  .cid-uma1hdpoNn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uma1hdpoNn .logo-subtitle {
  color: #8d97ad;
}
.cid-uma1hdpoNn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uma1hdpoNn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uma1hdpoNn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uma1hdpoNn .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uma1hdpoNn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uma1hdpoNn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uma1hdpoNn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uma1hdpoNn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uma1hdpoNn .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uma1hdpoNn .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uma1hdpoNn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uma1hdpoNn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uma1hdpoNn .list-item {
  display: flex;
}
.cid-uma1hdpoNn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uma1hdpoNn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uma1hdpoNn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uma1hdpoNn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uma1hdpoNn .logo-subtitle,
.cid-uma1hdpoNn .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uma1hdpoNn .column-title {
  color: #232323;
}
.cid-uma1hdpoNn P {
  color: #232323;
}
.cid-uma1hdpoNn .mbr-text {
  color: #232323;
}
.cid-uma1hfDGGC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uma1hfDGGC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uma1hfDGGC .nav-item,
.cid-uma1hfDGGC .nav-link,
.cid-uma1hfDGGC .navbar-caption {
  font-weight: normal;
}
.cid-uma1hfDGGC .nav-item:focus,
.cid-uma1hfDGGC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uma1hfDGGC .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uma1hfDGGC .nav-item .nav-link {
    position: relative;
  }
  .cid-uma1hfDGGC .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uma1hfDGGC .nav-item:hover .nav-link:before,
  .cid-uma1hfDGGC .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uma1hfDGGC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uma1hfDGGC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uma1hfDGGC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uma1hfDGGC .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uma1hfDGGC .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uma1hfDGGC .dropdown .dropdown-menu .dropdown-item .soc-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-uma1hfDGGC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uma1hfDGGC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uma1hfDGGC .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uma1hfDGGC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uma1hfDGGC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uma1hfDGGC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uma1hfDGGC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uma1hfDGGC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uma1hfDGGC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uma1hfDGGC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uma1hfDGGC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uma1hfDGGC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uma1hfDGGC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uma1hfDGGC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uma1hfDGGC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uma1hfDGGC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uma1hfDGGC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uma1hfDGGC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uma1hfDGGC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uma1hfDGGC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uma1hfDGGC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uma1hfDGGC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uma1hfDGGC .dropdown-item.active,
.cid-uma1hfDGGC .dropdown-item:active {
  background-color: transparent;
}
.cid-uma1hfDGGC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uma1hfDGGC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uma1hfDGGC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uma1hfDGGC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uma1hfDGGC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uma1hfDGGC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uma1hfDGGC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uma1hfDGGC .navbar-buttons {
  text-align: center;
}
.cid-uma1hfDGGC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uma1hfDGGC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uma1hfDGGC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uma1hfDGGC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uma1hfDGGC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uma1hfDGGC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uma1hfDGGC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uma1hfDGGC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uma1hfDGGC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uma1hfDGGC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uma1hfDGGC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uma1hfDGGC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uma1hfDGGC .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uma1hfDGGC .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uma1hfDGGC .soc-item {
  margin: .5rem .3rem;
}
.cid-uma1hfDGGC .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;
}
.cid-uma1hfDGGC a.nav-link .mbr-iconfont-btn,
.cid-uma1hfDGGC a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uma1hfDGGC a.nav-link:hover .mbr-iconfont-btn,
.cid-uma1hfDGGC a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uma1hfDGGC a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uma1hfDGGC .navbar {
    height: 77px;
  }
  .cid-uma1hfDGGC .navbar.opened {
    height: auto;
  }
  .cid-uma1hfDGGC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uma1K9xnWk {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/isthmos-2-optnew.webp");
}
.cid-uma1K9xnWk .row {
  justify-content: flex-end;
}
.cid-uma1K9xnWk .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uma1K9xnWk .block {
  background-color: #d7eff7;
}
.cid-uma1K9xnWk img {
  width: 100%;
}
.cid-uma1K9xnWk .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-uma1K9xnWk .content {
  max-width: 900px;
}
.cid-uma1K9xnWk h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uma1K9xnWk .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uma1K9xnWk h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uma1K9xnWk .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uma1K9xnWk h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uma1K9xnWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uma1K9xnWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uma1KaJv4E {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uma1KaJv4E .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uma1KaJv4E .row {
  justify-content: center;
}
.cid-uma1KaJv4E a {
  font-weight: 400 !important;
}
.cid-uDf6O879f6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDf6O879f6 img {
  border-radius: 0px;
}
.cid-uDf6O879f6 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uDf6O879f6 .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uDf6O879f6 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uDf6O879f6 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uDf6O879f6 .right {
  display: flex;
  flex-direction: column;
}
.cid-uDf6O879f6 .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uDf6O879f6 .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uDf6O879f6 .card-heading {
  padding-top: 0;
}
.cid-uDf6O879f6 .mbr-text {
  padding-top: 10px;
}
.cid-uCokZQ0LQx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCokZQ0LQx img {
  border-radius: 0px;
}
.cid-uCokZQ0LQx .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCokZQ0LQx .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCokZQ0LQx .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCokZQ0LQx .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCokZQ0LQx .right {
  display: flex;
  flex-direction: column;
}
.cid-uCokZQ0LQx .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCokZQ0LQx .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCokZQ0LQx .card-heading {
  padding-top: 0;
}
.cid-uCokZQ0LQx .mbr-text {
  padding-top: 10px;
}
.cid-uCol0yNQdG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCol0yNQdG img {
  border-radius: 0px;
}
.cid-uCol0yNQdG .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCol0yNQdG .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCol0yNQdG .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCol0yNQdG .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCol0yNQdG .right {
  display: flex;
  flex-direction: column;
}
.cid-uCol0yNQdG .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCol0yNQdG .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCol0yNQdG .card-heading {
  padding-top: 0;
}
.cid-uCol0yNQdG .mbr-text {
  padding-top: 10px;
}
.cid-uCokZm3X3a {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCokZm3X3a img {
  border-radius: 0px;
}
.cid-uCokZm3X3a .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCokZm3X3a .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCokZm3X3a .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCokZm3X3a .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCokZm3X3a .right {
  display: flex;
  flex-direction: column;
}
.cid-uCokZm3X3a .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCokZm3X3a .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCokZm3X3a .card-heading {
  padding-top: 0;
}
.cid-uCokZm3X3a .mbr-text {
  padding-top: 10px;
}
.cid-uCol1BzW8u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCol1BzW8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCol1BzW8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCol1BzW8u .item {
  padding-bottom: 2rem;
}
.cid-uCol1BzW8u .item-wrapper {
  position: relative;
}
.cid-uCol1BzW8u .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCol1BzW8u .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCol1BzW8u .carousel-control,
.cid-uCol1BzW8u .close {
  background: #1b1b1b;
}
.cid-uCol1BzW8u .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCol1BzW8u .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCol1BzW8u .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCol1BzW8u .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCol1BzW8u .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCol1BzW8u .close::before {
  content: '\e91a';
}
.cid-uCol1BzW8u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCol1BzW8u .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCol1BzW8u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCol1BzW8u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCol1BzW8u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCol1BzW8u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCol1BzW8u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCol1BzW8u .carousel-indicators li.active,
.cid-uCol1BzW8u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCol1BzW8u .carousel-indicators li::after,
.cid-uCol1BzW8u .carousel-indicators li::before {
  content: none;
}
.cid-uCol1BzW8u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCol1BzW8u .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCol1BzW8u .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCol1BzW8u .carousel-indicators {
    display: none;
  }
}
.cid-uCol1BzW8u .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCol1BzW8u .carousel-inner > .active {
  display: block;
}
.cid-uCol1BzW8u .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCol1BzW8u .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCol1BzW8u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCol1BzW8u .carousel-control,
  .cid-uCol1BzW8u .carousel-indicators,
  .cid-uCol1BzW8u .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCol1BzW8u .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCol1BzW8u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCol1BzW8u .carousel-indicators .active,
.cid-uCol1BzW8u .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCol1BzW8u .carousel-indicators .active {
  background: #fff;
}
.cid-uCol1BzW8u .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCol1BzW8u .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCol1BzW8u .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCol1BzW8u .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCol1BzW8u .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCol1BzW8u .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCol1BzW8u .carousel {
  width: 100%;
}
.cid-uCol1BzW8u .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCol1BzW8u .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCol1BzW8u .modal.fade .modal-dialog,
.cid-uCol1BzW8u .modal.in .modal-dialog {
  transform: none;
}
.cid-uCol1BzW8u .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCol1BzW8u H6 {
  text-align: center;
}
.cid-uDuD9QcwLh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuD9QcwLh .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuD9QcwLh .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuD9QcwLh H2 {
  text-align: left;
}
.cid-uma1KcufMc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uma1KcufMc .content {
    text-align: center;
  }
  .cid-uma1KcufMc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uma1KcufMc .logo-subtitle {
  color: #8d97ad;
}
.cid-uma1KcufMc .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uma1KcufMc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uma1KcufMc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uma1KcufMc .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uma1KcufMc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uma1KcufMc .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uma1KcufMc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uma1KcufMc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uma1KcufMc .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uma1KcufMc .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uma1KcufMc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uma1KcufMc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uma1KcufMc .list-item {
  display: flex;
}
.cid-uma1KcufMc .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uma1KcufMc ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uma1KcufMc ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uma1KcufMc ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uma1KcufMc .logo-subtitle,
.cid-uma1KcufMc .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uma1KcufMc .column-title {
  color: #232323;
}
.cid-uma1KcufMc P {
  color: #232323;
}
.cid-uma1KcufMc .mbr-text {
  color: #232323;
}
.cid-uma1Kf3WJd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uma1Kf3WJd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uma1Kf3WJd .nav-item,
.cid-uma1Kf3WJd .nav-link,
.cid-uma1Kf3WJd .navbar-caption {
  font-weight: normal;
}
.cid-uma1Kf3WJd .nav-item:focus,
.cid-uma1Kf3WJd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uma1Kf3WJd .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uma1Kf3WJd .nav-item .nav-link {
    position: relative;
  }
  .cid-uma1Kf3WJd .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uma1Kf3WJd .nav-item:hover .nav-link:before,
  .cid-uma1Kf3WJd .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uma1Kf3WJd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uma1Kf3WJd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uma1Kf3WJd .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uma1Kf3WJd .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uma1Kf3WJd .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uma1Kf3WJd .dropdown .dropdown-menu .dropdown-item .soc-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-uma1Kf3WJd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uma1Kf3WJd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uma1Kf3WJd .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uma1Kf3WJd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uma1Kf3WJd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uma1Kf3WJd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uma1Kf3WJd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uma1Kf3WJd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uma1Kf3WJd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uma1Kf3WJd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uma1Kf3WJd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uma1Kf3WJd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uma1Kf3WJd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uma1Kf3WJd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uma1Kf3WJd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uma1Kf3WJd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uma1Kf3WJd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uma1Kf3WJd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uma1Kf3WJd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uma1Kf3WJd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uma1Kf3WJd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uma1Kf3WJd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uma1Kf3WJd .dropdown-item.active,
.cid-uma1Kf3WJd .dropdown-item:active {
  background-color: transparent;
}
.cid-uma1Kf3WJd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uma1Kf3WJd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uma1Kf3WJd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uma1Kf3WJd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uma1Kf3WJd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uma1Kf3WJd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uma1Kf3WJd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uma1Kf3WJd .navbar-buttons {
  text-align: center;
}
.cid-uma1Kf3WJd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uma1Kf3WJd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uma1Kf3WJd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uma1Kf3WJd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uma1Kf3WJd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uma1Kf3WJd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uma1Kf3WJd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uma1Kf3WJd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uma1Kf3WJd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uma1Kf3WJd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uma1Kf3WJd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uma1Kf3WJd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uma1Kf3WJd .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uma1Kf3WJd .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uma1Kf3WJd .soc-item {
  margin: .5rem .3rem;
}
.cid-uma1Kf3WJd .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;
}
.cid-uma1Kf3WJd a.nav-link .mbr-iconfont-btn,
.cid-uma1Kf3WJd a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uma1Kf3WJd a.nav-link:hover .mbr-iconfont-btn,
.cid-uma1Kf3WJd a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uma1Kf3WJd a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uma1Kf3WJd .navbar {
    height: 77px;
  }
  .cid-uma1Kf3WJd .navbar.opened {
    height: auto;
  }
  .cid-uma1Kf3WJd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uma2qBRFPq {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/delphi-2975066-1920-1920x1079.jpg");
}
.cid-uma2qBRFPq .row {
  justify-content: flex-end;
}
.cid-uma2qBRFPq .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uma2qBRFPq .block {
  background-color: #d7eff7;
}
.cid-uma2qBRFPq img {
  width: 100%;
}
.cid-uma2qBRFPq .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-uma2qBRFPq .content {
  max-width: 900px;
}
.cid-uma2qBRFPq h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uma2qBRFPq .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uma2qBRFPq h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uma2qBRFPq .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uma2qBRFPq h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uma2qBRFPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uma2qBRFPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uma2qF0Pdr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uma2qF0Pdr .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uma2qF0Pdr .row {
  justify-content: center;
}
.cid-uma2qF0Pdr a {
  font-weight: 400 !important;
}
.cid-uCoqoerrfb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCoqoerrfb img {
  border-radius: 0px;
}
.cid-uCoqoerrfb .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoqoerrfb .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoqoerrfb .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoqoerrfb .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoqoerrfb .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoqoerrfb .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoqoerrfb .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoqoerrfb .card-heading {
  padding-top: 0;
}
.cid-uCoqoerrfb .mbr-text {
  padding-top: 10px;
}
.cid-uKHo1YdCs2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKHo1YdCs2 img {
  border-radius: 0px;
}
.cid-uKHo1YdCs2 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uKHo1YdCs2 .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uKHo1YdCs2 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uKHo1YdCs2 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uKHo1YdCs2 .right {
  display: flex;
  flex-direction: column;
}
.cid-uKHo1YdCs2 .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uKHo1YdCs2 .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uKHo1YdCs2 .card-heading {
  padding-top: 0;
}
.cid-uKHo1YdCs2 .mbr-text {
  padding-top: 10px;
}
.cid-uCoqqAf93k {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCoqqAf93k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCoqqAf93k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCoqqAf93k .item {
  padding-bottom: 2rem;
}
.cid-uCoqqAf93k .item-wrapper {
  position: relative;
}
.cid-uCoqqAf93k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCoqqAf93k .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCoqqAf93k .carousel-control,
.cid-uCoqqAf93k .close {
  background: #1b1b1b;
}
.cid-uCoqqAf93k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCoqqAf93k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCoqqAf93k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCoqqAf93k .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCoqqAf93k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uCoqqAf93k .close::before {
  content: '\e91a';
}
.cid-uCoqqAf93k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCoqqAf93k .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uCoqqAf93k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCoqqAf93k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCoqqAf93k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCoqqAf93k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCoqqAf93k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uCoqqAf93k .carousel-indicators li.active,
.cid-uCoqqAf93k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCoqqAf93k .carousel-indicators li::after,
.cid-uCoqqAf93k .carousel-indicators li::before {
  content: none;
}
.cid-uCoqqAf93k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCoqqAf93k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCoqqAf93k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCoqqAf93k .carousel-indicators {
    display: none;
  }
}
.cid-uCoqqAf93k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCoqqAf93k .carousel-inner > .active {
  display: block;
}
.cid-uCoqqAf93k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCoqqAf93k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCoqqAf93k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCoqqAf93k .carousel-control,
  .cid-uCoqqAf93k .carousel-indicators,
  .cid-uCoqqAf93k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCoqqAf93k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCoqqAf93k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCoqqAf93k .carousel-indicators .active,
.cid-uCoqqAf93k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCoqqAf93k .carousel-indicators .active {
  background: #fff;
}
.cid-uCoqqAf93k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCoqqAf93k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCoqqAf93k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCoqqAf93k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCoqqAf93k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCoqqAf93k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCoqqAf93k .carousel {
  width: 100%;
}
.cid-uCoqqAf93k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCoqqAf93k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCoqqAf93k .modal.fade .modal-dialog,
.cid-uCoqqAf93k .modal.in .modal-dialog {
  transform: none;
}
.cid-uCoqqAf93k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCoqqAf93k H6 {
  text-align: center;
}
.cid-uCoqoN835H {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCoqoN835H img {
  border-radius: 0px;
}
.cid-uCoqoN835H .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoqoN835H .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoqoN835H .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoqoN835H .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoqoN835H .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoqoN835H .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoqoN835H .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoqoN835H .card-heading {
  padding-top: 0;
}
.cid-uCoqoN835H .mbr-text {
  padding-top: 10px;
}
.cid-uCoqpdJMOR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCoqpdJMOR img {
  border-radius: 0px;
}
.cid-uCoqpdJMOR .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoqpdJMOR .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoqpdJMOR .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoqpdJMOR .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoqpdJMOR .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoqpdJMOR .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoqpdJMOR .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoqpdJMOR .card-heading {
  padding-top: 0;
}
.cid-uCoqpdJMOR .mbr-text {
  padding-top: 10px;
}
.cid-uDuDi16gRO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuDi16gRO .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuDi16gRO .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuDi16gRO H2 {
  text-align: left;
}
.cid-uma2qGiogW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uma2qGiogW .content {
    text-align: center;
  }
  .cid-uma2qGiogW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uma2qGiogW .logo-subtitle {
  color: #8d97ad;
}
.cid-uma2qGiogW .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uma2qGiogW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uma2qGiogW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uma2qGiogW .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uma2qGiogW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uma2qGiogW .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uma2qGiogW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uma2qGiogW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uma2qGiogW .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uma2qGiogW .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uma2qGiogW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uma2qGiogW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uma2qGiogW .list-item {
  display: flex;
}
.cid-uma2qGiogW .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uma2qGiogW ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uma2qGiogW ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uma2qGiogW ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uma2qGiogW .logo-subtitle,
.cid-uma2qGiogW .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uma2qGiogW .column-title {
  color: #232323;
}
.cid-uma2qGiogW P {
  color: #232323;
}
.cid-uma2qGiogW .mbr-text {
  color: #232323;
}
.cid-uma2qHS3q9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uma2qHS3q9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uma2qHS3q9 .nav-item,
.cid-uma2qHS3q9 .nav-link,
.cid-uma2qHS3q9 .navbar-caption {
  font-weight: normal;
}
.cid-uma2qHS3q9 .nav-item:focus,
.cid-uma2qHS3q9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uma2qHS3q9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uma2qHS3q9 .nav-item .nav-link {
    position: relative;
  }
  .cid-uma2qHS3q9 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uma2qHS3q9 .nav-item:hover .nav-link:before,
  .cid-uma2qHS3q9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uma2qHS3q9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uma2qHS3q9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uma2qHS3q9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uma2qHS3q9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uma2qHS3q9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uma2qHS3q9 .dropdown .dropdown-menu .dropdown-item .soc-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-uma2qHS3q9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uma2qHS3q9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uma2qHS3q9 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uma2qHS3q9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uma2qHS3q9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uma2qHS3q9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uma2qHS3q9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uma2qHS3q9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uma2qHS3q9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uma2qHS3q9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uma2qHS3q9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uma2qHS3q9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uma2qHS3q9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uma2qHS3q9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uma2qHS3q9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uma2qHS3q9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uma2qHS3q9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uma2qHS3q9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uma2qHS3q9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uma2qHS3q9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uma2qHS3q9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uma2qHS3q9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uma2qHS3q9 .dropdown-item.active,
.cid-uma2qHS3q9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uma2qHS3q9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uma2qHS3q9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uma2qHS3q9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uma2qHS3q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uma2qHS3q9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uma2qHS3q9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uma2qHS3q9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uma2qHS3q9 .navbar-buttons {
  text-align: center;
}
.cid-uma2qHS3q9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uma2qHS3q9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uma2qHS3q9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uma2qHS3q9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uma2qHS3q9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uma2qHS3q9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uma2qHS3q9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uma2qHS3q9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uma2qHS3q9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uma2qHS3q9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uma2qHS3q9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uma2qHS3q9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uma2qHS3q9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uma2qHS3q9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uma2qHS3q9 .soc-item {
  margin: .5rem .3rem;
}
.cid-uma2qHS3q9 .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;
}
.cid-uma2qHS3q9 a.nav-link .mbr-iconfont-btn,
.cid-uma2qHS3q9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uma2qHS3q9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uma2qHS3q9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uma2qHS3q9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uma2qHS3q9 .navbar {
    height: 77px;
  }
  .cid-uma2qHS3q9 .navbar.opened {
    height: auto;
  }
  .cid-uma2qHS3q9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBVxz5PUgh {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/agia-pelagia-3-1024x768.jpg");
}
.cid-uBVxz5PUgh .row {
  justify-content: flex-end;
}
.cid-uBVxz5PUgh .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uBVxz5PUgh .block {
  background-color: #d7eff7;
}
.cid-uBVxz5PUgh img {
  width: 100%;
}
.cid-uBVxz5PUgh .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-uBVxz5PUgh .content {
  max-width: 900px;
}
.cid-uBVxz5PUgh h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uBVxz5PUgh .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uBVxz5PUgh h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVxz5PUgh .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uBVxz5PUgh h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uBVxz5PUgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVxz5PUgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVxz6ifyN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBVxz6ifyN .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uBVxz6ifyN .row {
  justify-content: center;
}
.cid-uBVxz6ifyN a {
  font-weight: 400 !important;
}
.cid-uCoCVebK3Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCoCVebK3Z img {
  border-radius: 0px;
}
.cid-uCoCVebK3Z .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoCVebK3Z .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoCVebK3Z .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoCVebK3Z .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoCVebK3Z .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoCVebK3Z .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoCVebK3Z .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoCVebK3Z .card-heading {
  padding-top: 0;
}
.cid-uCoCVebK3Z .mbr-text {
  padding-top: 10px;
}
.cid-uCoCVLefzP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCoCVLefzP img {
  border-radius: 0px;
}
.cid-uCoCVLefzP .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoCVLefzP .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoCVLefzP .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoCVLefzP .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoCVLefzP .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoCVLefzP .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoCVLefzP .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoCVLefzP .card-heading {
  padding-top: 0;
}
.cid-uCoCVLefzP .mbr-text {
  padding-top: 10px;
}
.cid-uCoCWjYogj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCoCWjYogj img {
  border-radius: 0px;
}
.cid-uCoCWjYogj .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoCWjYogj .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoCWjYogj .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoCWjYogj .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoCWjYogj .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoCWjYogj .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoCWjYogj .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoCWjYogj .card-heading {
  padding-top: 0;
}
.cid-uCoCWjYogj .mbr-text {
  padding-top: 10px;
}
.cid-uBVxSHxSx9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBVxSHxSx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVxSHxSx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVxSHxSx9 .item {
  padding-bottom: 2rem;
}
.cid-uBVxSHxSx9 .item-wrapper {
  position: relative;
}
.cid-uBVxSHxSx9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uBVxSHxSx9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uBVxSHxSx9 .carousel-control,
.cid-uBVxSHxSx9 .close {
  background: #1b1b1b;
}
.cid-uBVxSHxSx9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBVxSHxSx9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBVxSHxSx9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBVxSHxSx9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBVxSHxSx9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBVxSHxSx9 .close::before {
  content: '\e91a';
}
.cid-uBVxSHxSx9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBVxSHxSx9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBVxSHxSx9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBVxSHxSx9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBVxSHxSx9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBVxSHxSx9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBVxSHxSx9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBVxSHxSx9 .carousel-indicators li.active,
.cid-uBVxSHxSx9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBVxSHxSx9 .carousel-indicators li::after,
.cid-uBVxSHxSx9 .carousel-indicators li::before {
  content: none;
}
.cid-uBVxSHxSx9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBVxSHxSx9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBVxSHxSx9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVxSHxSx9 .carousel-indicators {
    display: none;
  }
}
.cid-uBVxSHxSx9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBVxSHxSx9 .carousel-inner > .active {
  display: block;
}
.cid-uBVxSHxSx9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBVxSHxSx9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBVxSHxSx9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBVxSHxSx9 .carousel-control,
  .cid-uBVxSHxSx9 .carousel-indicators,
  .cid-uBVxSHxSx9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBVxSHxSx9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBVxSHxSx9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBVxSHxSx9 .carousel-indicators .active,
.cid-uBVxSHxSx9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBVxSHxSx9 .carousel-indicators .active {
  background: #fff;
}
.cid-uBVxSHxSx9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBVxSHxSx9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBVxSHxSx9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBVxSHxSx9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBVxSHxSx9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBVxSHxSx9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBVxSHxSx9 .carousel {
  width: 100%;
}
.cid-uBVxSHxSx9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBVxSHxSx9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBVxSHxSx9 .modal.fade .modal-dialog,
.cid-uBVxSHxSx9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uBVxSHxSx9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBVxSHxSx9 H6 {
  text-align: center;
}
.cid-uDuDyAkXxV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuDyAkXxV .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuDyAkXxV .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuDyAkXxV H2 {
  text-align: left;
}
.cid-uBVxz7420o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBVxz7420o .content {
    text-align: center;
  }
  .cid-uBVxz7420o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uBVxz7420o .logo-subtitle {
  color: #8d97ad;
}
.cid-uBVxz7420o .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBVxz7420o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBVxz7420o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uBVxz7420o .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uBVxz7420o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBVxz7420o .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uBVxz7420o .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBVxz7420o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBVxz7420o .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBVxz7420o .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBVxz7420o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBVxz7420o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBVxz7420o .list-item {
  display: flex;
}
.cid-uBVxz7420o .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uBVxz7420o ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uBVxz7420o ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uBVxz7420o ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uBVxz7420o .logo-subtitle,
.cid-uBVxz7420o .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uBVxz7420o .column-title {
  color: #232323;
}
.cid-uBVxz7420o P {
  color: #232323;
}
.cid-uBVxz7420o .mbr-text {
  color: #232323;
}
.cid-uBVxz7LWdn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uBVxz7LWdn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uBVxz7LWdn .nav-item,
.cid-uBVxz7LWdn .nav-link,
.cid-uBVxz7LWdn .navbar-caption {
  font-weight: normal;
}
.cid-uBVxz7LWdn .nav-item:focus,
.cid-uBVxz7LWdn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBVxz7LWdn .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uBVxz7LWdn .nav-item .nav-link {
    position: relative;
  }
  .cid-uBVxz7LWdn .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uBVxz7LWdn .nav-item:hover .nav-link:before,
  .cid-uBVxz7LWdn .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uBVxz7LWdn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uBVxz7LWdn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBVxz7LWdn .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uBVxz7LWdn .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBVxz7LWdn .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBVxz7LWdn .dropdown .dropdown-menu .dropdown-item .soc-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-uBVxz7LWdn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uBVxz7LWdn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uBVxz7LWdn .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uBVxz7LWdn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBVxz7LWdn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBVxz7LWdn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBVxz7LWdn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBVxz7LWdn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBVxz7LWdn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBVxz7LWdn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBVxz7LWdn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBVxz7LWdn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBVxz7LWdn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBVxz7LWdn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBVxz7LWdn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBVxz7LWdn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBVxz7LWdn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uBVxz7LWdn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBVxz7LWdn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBVxz7LWdn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBVxz7LWdn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBVxz7LWdn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBVxz7LWdn .dropdown-item.active,
.cid-uBVxz7LWdn .dropdown-item:active {
  background-color: transparent;
}
.cid-uBVxz7LWdn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBVxz7LWdn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBVxz7LWdn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBVxz7LWdn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uBVxz7LWdn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBVxz7LWdn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBVxz7LWdn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBVxz7LWdn .navbar-buttons {
  text-align: center;
}
.cid-uBVxz7LWdn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBVxz7LWdn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uBVxz7LWdn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBVxz7LWdn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBVxz7LWdn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBVxz7LWdn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBVxz7LWdn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBVxz7LWdn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBVxz7LWdn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBVxz7LWdn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBVxz7LWdn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBVxz7LWdn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBVxz7LWdn .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uBVxz7LWdn .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uBVxz7LWdn .soc-item {
  margin: .5rem .3rem;
}
.cid-uBVxz7LWdn .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;
}
.cid-uBVxz7LWdn a.nav-link .mbr-iconfont-btn,
.cid-uBVxz7LWdn a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uBVxz7LWdn a.nav-link:hover .mbr-iconfont-btn,
.cid-uBVxz7LWdn a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uBVxz7LWdn a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBVxz7LWdn .navbar {
    height: 77px;
  }
  .cid-uBVxz7LWdn .navbar.opened {
    height: auto;
  }
  .cid-uBVxz7LWdn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBVyi7rYIG {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/agia-theodora-1-optnew.webp");
}
.cid-uBVyi7rYIG .row {
  justify-content: flex-end;
}
.cid-uBVyi7rYIG .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uBVyi7rYIG .block {
  background-color: #d7eff7;
}
.cid-uBVyi7rYIG img {
  width: 100%;
}
.cid-uBVyi7rYIG .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-uBVyi7rYIG .content {
  max-width: 900px;
}
.cid-uBVyi7rYIG h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uBVyi7rYIG .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uBVyi7rYIG h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVyi7rYIG .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uBVyi7rYIG h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uBVyi7rYIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVyi7rYIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVyi8cBwI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBVyi8cBwI .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uBVyi8cBwI .row {
  justify-content: center;
}
.cid-uBVyi8cBwI a {
  font-weight: 400 !important;
}
.cid-uCoGQjGAzw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCoGQjGAzw img {
  border-radius: 0px;
}
.cid-uCoGQjGAzw .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uCoGQjGAzw .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uCoGQjGAzw .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uCoGQjGAzw .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uCoGQjGAzw .right {
  display: flex;
  flex-direction: column;
}
.cid-uCoGQjGAzw .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uCoGQjGAzw .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uCoGQjGAzw .card-heading {
  padding-top: 0;
}
.cid-uCoGQjGAzw .mbr-text {
  padding-top: 10px;
}
.cid-uBVyi8QoLR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uBVyi8QoLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVyi8QoLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVyi8QoLR .item {
  padding-bottom: 2rem;
}
.cid-uBVyi8QoLR .item-wrapper {
  position: relative;
}
.cid-uBVyi8QoLR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uBVyi8QoLR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uBVyi8QoLR .carousel-control,
.cid-uBVyi8QoLR .close {
  background: #1b1b1b;
}
.cid-uBVyi8QoLR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBVyi8QoLR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBVyi8QoLR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBVyi8QoLR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBVyi8QoLR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBVyi8QoLR .close::before {
  content: '\e91a';
}
.cid-uBVyi8QoLR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBVyi8QoLR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBVyi8QoLR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBVyi8QoLR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBVyi8QoLR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBVyi8QoLR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBVyi8QoLR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBVyi8QoLR .carousel-indicators li.active,
.cid-uBVyi8QoLR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBVyi8QoLR .carousel-indicators li::after,
.cid-uBVyi8QoLR .carousel-indicators li::before {
  content: none;
}
.cid-uBVyi8QoLR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBVyi8QoLR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBVyi8QoLR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBVyi8QoLR .carousel-indicators {
    display: none;
  }
}
.cid-uBVyi8QoLR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBVyi8QoLR .carousel-inner > .active {
  display: block;
}
.cid-uBVyi8QoLR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBVyi8QoLR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBVyi8QoLR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBVyi8QoLR .carousel-control,
  .cid-uBVyi8QoLR .carousel-indicators,
  .cid-uBVyi8QoLR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBVyi8QoLR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBVyi8QoLR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBVyi8QoLR .carousel-indicators .active,
.cid-uBVyi8QoLR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBVyi8QoLR .carousel-indicators .active {
  background: #fff;
}
.cid-uBVyi8QoLR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBVyi8QoLR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBVyi8QoLR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBVyi8QoLR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBVyi8QoLR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBVyi8QoLR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBVyi8QoLR .carousel {
  width: 100%;
}
.cid-uBVyi8QoLR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBVyi8QoLR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBVyi8QoLR .modal.fade .modal-dialog,
.cid-uBVyi8QoLR .modal.in .modal-dialog {
  transform: none;
}
.cid-uBVyi8QoLR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBVyi8QoLR H6 {
  text-align: center;
}
.cid-uDuDBknrUk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuDBknrUk .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuDBknrUk .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuDBknrUk H2 {
  text-align: left;
}
.cid-uBVyiandMe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uBVyiandMe .content {
    text-align: center;
  }
  .cid-uBVyiandMe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uBVyiandMe .logo-subtitle {
  color: #8d97ad;
}
.cid-uBVyiandMe .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBVyiandMe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uBVyiandMe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uBVyiandMe .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uBVyiandMe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBVyiandMe .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uBVyiandMe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBVyiandMe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uBVyiandMe .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uBVyiandMe .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uBVyiandMe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uBVyiandMe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBVyiandMe .list-item {
  display: flex;
}
.cid-uBVyiandMe .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uBVyiandMe ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uBVyiandMe ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uBVyiandMe ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uBVyiandMe .logo-subtitle,
.cid-uBVyiandMe .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uBVyiandMe .column-title {
  color: #232323;
}
.cid-uBVyiandMe P {
  color: #232323;
}
.cid-uBVyiandMe .mbr-text {
  color: #232323;
}
.cid-uBVyibaTNd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uBVyibaTNd .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uBVyibaTNd .nav-item,
.cid-uBVyibaTNd .nav-link,
.cid-uBVyibaTNd .navbar-caption {
  font-weight: normal;
}
.cid-uBVyibaTNd .nav-item:focus,
.cid-uBVyibaTNd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uBVyibaTNd .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uBVyibaTNd .nav-item .nav-link {
    position: relative;
  }
  .cid-uBVyibaTNd .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uBVyibaTNd .nav-item:hover .nav-link:before,
  .cid-uBVyibaTNd .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uBVyibaTNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uBVyibaTNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBVyibaTNd .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uBVyibaTNd .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uBVyibaTNd .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBVyibaTNd .dropdown .dropdown-menu .dropdown-item .soc-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-uBVyibaTNd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uBVyibaTNd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uBVyibaTNd .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uBVyibaTNd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uBVyibaTNd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBVyibaTNd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBVyibaTNd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBVyibaTNd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBVyibaTNd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBVyibaTNd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uBVyibaTNd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBVyibaTNd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBVyibaTNd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBVyibaTNd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uBVyibaTNd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uBVyibaTNd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uBVyibaTNd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uBVyibaTNd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBVyibaTNd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBVyibaTNd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBVyibaTNd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBVyibaTNd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBVyibaTNd .dropdown-item.active,
.cid-uBVyibaTNd .dropdown-item:active {
  background-color: transparent;
}
.cid-uBVyibaTNd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBVyibaTNd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBVyibaTNd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBVyibaTNd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uBVyibaTNd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBVyibaTNd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBVyibaTNd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBVyibaTNd .navbar-buttons {
  text-align: center;
}
.cid-uBVyibaTNd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBVyibaTNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uBVyibaTNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBVyibaTNd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBVyibaTNd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBVyibaTNd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBVyibaTNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBVyibaTNd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBVyibaTNd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBVyibaTNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBVyibaTNd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBVyibaTNd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uBVyibaTNd .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uBVyibaTNd .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uBVyibaTNd .soc-item {
  margin: .5rem .3rem;
}
.cid-uBVyibaTNd .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;
}
.cid-uBVyibaTNd a.nav-link .mbr-iconfont-btn,
.cid-uBVyibaTNd a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uBVyibaTNd a.nav-link:hover .mbr-iconfont-btn,
.cid-uBVyibaTNd a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uBVyibaTNd a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBVyibaTNd .navbar {
    height: 77px;
  }
  .cid-uBVyibaTNd .navbar.opened {
    height: auto;
  }
  .cid-uBVyibaTNd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD4seYWMAk {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uD4seYWMAk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uD4seYWMAk .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uD4seYWMAk .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uD4su1qpRN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4su1qpRN .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4su1qpRN .mbr-text {
  color: #232323;
}
.cid-uD4sJybZqH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4sJybZqH .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4sJybZqH .mbr-text {
  color: #232323;
}
.cid-uD4sKahsJU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4sKahsJU .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4sKahsJU .mbr-text {
  color: #232323;
}
.cid-uD4sKJkaOa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4sKJkaOa .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4sKJkaOa .mbr-text {
  color: #232323;
}
.cid-uD4sLhRwrk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4sLhRwrk .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4sLhRwrk .mbr-text {
  color: #232323;
}
.cid-uD4sLOazyJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4sLOazyJ .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4sLOazyJ .mbr-text {
  color: #232323;
}
.cid-uD4t9DizJS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4t9DizJS .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4t9DizJS .mbr-text {
  color: #232323;
}
.cid-uD4tacLbLS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4tacLbLS .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4tacLbLS .mbr-text {
  color: #232323;
}
.cid-uD4taJmzqD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4taJmzqD .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4taJmzqD .mbr-text {
  color: #232323;
}
.cid-sS8OHfUNKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .content {
    text-align: center;
  }
  .cid-sS8OHfUNKd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sS8OHfUNKd .logo-subtitle {
  color: #8d97ad;
}
.cid-sS8OHfUNKd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sS8OHfUNKd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sS8OHfUNKd .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sS8OHfUNKd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-sS8OHfUNKd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sS8OHfUNKd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sS8OHfUNKd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sS8OHfUNKd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sS8OHfUNKd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sS8OHfUNKd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sS8OHfUNKd .list-item {
  display: flex;
}
.cid-sS8OHfUNKd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-sS8OHfUNKd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sS8OHfUNKd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-sS8OHfUNKd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-sS8OHfUNKd .logo-subtitle,
.cid-sS8OHfUNKd .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sS8OHfUNKd .column-title {
  color: #232323;
}
.cid-sS8OHfUNKd P {
  color: #232323;
}
.cid-sS8OHfUNKd .mbr-text {
  color: #232323;
}
.cid-sS91Sr92pl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sS91Sr92pl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .nav-item,
.cid-sS91Sr92pl .nav-link,
.cid-sS91Sr92pl .navbar-caption {
  font-weight: normal;
}
.cid-sS91Sr92pl .nav-item:focus,
.cid-sS91Sr92pl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sS91Sr92pl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sS91Sr92pl .nav-item .nav-link {
    position: relative;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sS91Sr92pl .nav-item:hover .nav-link:before,
  .cid-sS91Sr92pl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sS91Sr92pl .dropdown .dropdown-menu .dropdown-item .soc-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-sS91Sr92pl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sS91Sr92pl .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sS91Sr92pl .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sS91Sr92pl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sS91Sr92pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sS91Sr92pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sS91Sr92pl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sS91Sr92pl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sS91Sr92pl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sS91Sr92pl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sS91Sr92pl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sS91Sr92pl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sS91Sr92pl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sS91Sr92pl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sS91Sr92pl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sS91Sr92pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sS91Sr92pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sS91Sr92pl .dropdown-item.active,
.cid-sS91Sr92pl .dropdown-item:active {
  background-color: transparent;
}
.cid-sS91Sr92pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sS91Sr92pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sS91Sr92pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sS91Sr92pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sS91Sr92pl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sS91Sr92pl .navbar-buttons {
  text-align: center;
}
.cid-sS91Sr92pl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sS91Sr92pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sS91Sr92pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sS91Sr92pl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sS91Sr92pl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-sS91Sr92pl .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-sS91Sr92pl .soc-item {
  margin: .5rem .3rem;
}
.cid-sS91Sr92pl .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;
}
.cid-sS91Sr92pl a.nav-link .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sS91Sr92pl a.nav-link:hover .mbr-iconfont-btn,
.cid-sS91Sr92pl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-sS91Sr92pl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sS91Sr92pl .navbar {
    height: 77px;
  }
  .cid-sS91Sr92pl .navbar.opened {
    height: auto;
  }
  .cid-sS91Sr92pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD4tztE8H2 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uD4tztE8H2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uD4tztE8H2 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uD4tztE8H2 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uD4tzv3bam {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4tzv3bam .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4tzv3bam .mbr-text {
  color: #232323;
}
.cid-uD4tzvz9mf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4tzvz9mf .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4tzvz9mf .mbr-text {
  color: #232323;
}
.cid-uD4tzw7jir {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4tzw7jir .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4tzw7jir .mbr-text {
  color: #232323;
}
.cid-uD4tzwE67L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD4tzwE67L .mbr-section-subtitle {
  color: #232323;
}
.cid-uD4tzwE67L .mbr-text {
  color: #232323;
}
.cid-uD4tzyZpPN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uD4tzyZpPN .content {
    text-align: center;
  }
  .cid-uD4tzyZpPN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uD4tzyZpPN .logo-subtitle {
  color: #8d97ad;
}
.cid-uD4tzyZpPN .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD4tzyZpPN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uD4tzyZpPN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uD4tzyZpPN .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uD4tzyZpPN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uD4tzyZpPN .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uD4tzyZpPN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uD4tzyZpPN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uD4tzyZpPN .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uD4tzyZpPN .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uD4tzyZpPN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uD4tzyZpPN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uD4tzyZpPN .list-item {
  display: flex;
}
.cid-uD4tzyZpPN .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uD4tzyZpPN ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uD4tzyZpPN ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uD4tzyZpPN ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uD4tzyZpPN .logo-subtitle,
.cid-uD4tzyZpPN .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uD4tzyZpPN .column-title {
  color: #232323;
}
.cid-uD4tzyZpPN P {
  color: #232323;
}
.cid-uD4tzyZpPN .mbr-text {
  color: #232323;
}
.cid-uD4tzzSXwR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uD4tzzSXwR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uD4tzzSXwR .nav-item,
.cid-uD4tzzSXwR .nav-link,
.cid-uD4tzzSXwR .navbar-caption {
  font-weight: normal;
}
.cid-uD4tzzSXwR .nav-item:focus,
.cid-uD4tzzSXwR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uD4tzzSXwR .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uD4tzzSXwR .nav-item .nav-link {
    position: relative;
  }
  .cid-uD4tzzSXwR .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uD4tzzSXwR .nav-item:hover .nav-link:before,
  .cid-uD4tzzSXwR .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uD4tzzSXwR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uD4tzzSXwR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD4tzzSXwR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uD4tzzSXwR .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uD4tzzSXwR .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD4tzzSXwR .dropdown .dropdown-menu .dropdown-item .soc-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-uD4tzzSXwR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD4tzzSXwR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD4tzzSXwR .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uD4tzzSXwR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uD4tzzSXwR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD4tzzSXwR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD4tzzSXwR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD4tzzSXwR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD4tzzSXwR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD4tzzSXwR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uD4tzzSXwR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD4tzzSXwR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD4tzzSXwR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD4tzzSXwR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD4tzzSXwR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD4tzzSXwR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD4tzzSXwR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD4tzzSXwR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD4tzzSXwR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD4tzzSXwR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD4tzzSXwR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD4tzzSXwR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD4tzzSXwR .dropdown-item.active,
.cid-uD4tzzSXwR .dropdown-item:active {
  background-color: transparent;
}
.cid-uD4tzzSXwR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD4tzzSXwR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD4tzzSXwR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD4tzzSXwR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uD4tzzSXwR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD4tzzSXwR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD4tzzSXwR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD4tzzSXwR .navbar-buttons {
  text-align: center;
}
.cid-uD4tzzSXwR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD4tzzSXwR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uD4tzzSXwR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD4tzzSXwR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD4tzzSXwR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD4tzzSXwR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD4tzzSXwR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD4tzzSXwR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD4tzzSXwR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD4tzzSXwR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD4tzzSXwR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uD4tzzSXwR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD4tzzSXwR .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uD4tzzSXwR .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uD4tzzSXwR .soc-item {
  margin: .5rem .3rem;
}
.cid-uD4tzzSXwR .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;
}
.cid-uD4tzzSXwR a.nav-link .mbr-iconfont-btn,
.cid-uD4tzzSXwR a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uD4tzzSXwR a.nav-link:hover .mbr-iconfont-btn,
.cid-uD4tzzSXwR a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uD4tzzSXwR a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD4tzzSXwR .navbar {
    height: 77px;
  }
  .cid-uD4tzzSXwR .navbar.opened {
    height: auto;
  }
  .cid-uD4tzzSXwR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD8Sc388Ev .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uD8Sc388Ev .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uD8Sc388Ev .nav-item,
.cid-uD8Sc388Ev .nav-link,
.cid-uD8Sc388Ev .navbar-caption {
  font-weight: normal;
}
.cid-uD8Sc388Ev .nav-item:focus,
.cid-uD8Sc388Ev .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uD8Sc388Ev .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uD8Sc388Ev .nav-item .nav-link {
    position: relative;
  }
  .cid-uD8Sc388Ev .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uD8Sc388Ev .nav-item:hover .nav-link:before,
  .cid-uD8Sc388Ev .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uD8Sc388Ev .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uD8Sc388Ev .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD8Sc388Ev .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uD8Sc388Ev .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uD8Sc388Ev .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD8Sc388Ev .dropdown .dropdown-menu .dropdown-item .soc-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-uD8Sc388Ev .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD8Sc388Ev .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD8Sc388Ev .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uD8Sc388Ev .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uD8Sc388Ev .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD8Sc388Ev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD8Sc388Ev .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD8Sc388Ev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD8Sc388Ev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD8Sc388Ev .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uD8Sc388Ev .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD8Sc388Ev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD8Sc388Ev .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD8Sc388Ev .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD8Sc388Ev .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD8Sc388Ev .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD8Sc388Ev .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD8Sc388Ev .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD8Sc388Ev .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD8Sc388Ev .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD8Sc388Ev .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD8Sc388Ev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD8Sc388Ev .dropdown-item.active,
.cid-uD8Sc388Ev .dropdown-item:active {
  background-color: transparent;
}
.cid-uD8Sc388Ev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD8Sc388Ev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD8Sc388Ev .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD8Sc388Ev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uD8Sc388Ev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD8Sc388Ev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD8Sc388Ev ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD8Sc388Ev .navbar-buttons {
  text-align: center;
}
.cid-uD8Sc388Ev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD8Sc388Ev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uD8Sc388Ev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD8Sc388Ev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD8Sc388Ev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD8Sc388Ev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD8Sc388Ev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD8Sc388Ev nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD8Sc388Ev nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD8Sc388Ev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD8Sc388Ev .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uD8Sc388Ev a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD8Sc388Ev .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uD8Sc388Ev .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uD8Sc388Ev .soc-item {
  margin: .5rem .3rem;
}
.cid-uD8Sc388Ev .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;
}
.cid-uD8Sc388Ev a.nav-link .mbr-iconfont-btn,
.cid-uD8Sc388Ev a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uD8Sc388Ev a.nav-link:hover .mbr-iconfont-btn,
.cid-uD8Sc388Ev a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uD8Sc388Ev a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD8Sc388Ev .navbar {
    height: 77px;
  }
  .cid-uD8Sc388Ev .navbar.opened {
    height: auto;
  }
  .cid-uD8Sc388Ev .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD8Sc3Zj8j {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD8Sc3Zj8j img {
  border-radius: 0px;
}
.cid-uD8Sc3Zj8j .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD8Sc3Zj8j .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD8Sc3Zj8j .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD8Sc3Zj8j .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD8Sc3Zj8j .right {
  display: flex;
  flex-direction: column;
}
.cid-uD8Sc3Zj8j .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD8Sc3Zj8j .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD8Sc3Zj8j .card-heading {
  padding-top: 0;
}
.cid-uD8Sc3Zj8j .mbr-text {
  padding-top: 10px;
}
.cid-uDuuzWFXIw {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuuzWFXIw .link-wrap {
  width: 100%;
}
.cid-uDuuzWFXIw .card-box,
.cid-uDuuzWFXIw .img-wrapper {
  width: 50%;
}
.cid-uDuuzWFXIw img {
  margin: auto;
  width: 80%;
}
.cid-uDuuzWFXIw .link {
  display: inline-block;
}
.cid-uDuuzWFXIw .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuuzWFXIw .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuuzWFXIw .link a:hover {
  text-decoration: underline;
}
.cid-uDuuzWFXIw .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuuzWFXIw .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuuzWFXIw .link,
.cid-uDuuzWFXIw .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuuzWFXIw .card {
    margin-bottom: 2rem;
  }
  .cid-uDuuzWFXIw img {
    width: 100%;
  }
  .cid-uDuuzWFXIw .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuuzWFXIw .card-box,
  .cid-uDuuzWFXIw .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuuzWFXIw .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuuzWFXIw .card-box,
  .cid-uDuuzWFXIw .img-wrapper {
    width: 100%;
  }
}
.cid-uDuuzWFXIw .card-subtitle {
  color: #0077ff;
}
.cid-uDuuzWFXIw .mbr-text,
.cid-uDuuzWFXIw .link-wrap {
  color: #333333;
}
.cid-uDuuzWFXIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuuzWFXIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDuuAUUDbf {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuuAUUDbf .link-wrap {
  width: 100%;
}
.cid-uDuuAUUDbf .card-box,
.cid-uDuuAUUDbf .img-wrapper {
  width: 50%;
}
.cid-uDuuAUUDbf img {
  margin: auto;
  width: 80%;
}
.cid-uDuuAUUDbf .link {
  display: inline-block;
}
.cid-uDuuAUUDbf .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuuAUUDbf .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuuAUUDbf .link a:hover {
  text-decoration: underline;
}
.cid-uDuuAUUDbf .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuuAUUDbf .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuuAUUDbf .link,
.cid-uDuuAUUDbf .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuuAUUDbf .card {
    margin-bottom: 2rem;
  }
  .cid-uDuuAUUDbf img {
    width: 100%;
  }
  .cid-uDuuAUUDbf .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuuAUUDbf .card-box,
  .cid-uDuuAUUDbf .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuuAUUDbf .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuuAUUDbf .card-box,
  .cid-uDuuAUUDbf .img-wrapper {
    width: 100%;
  }
}
.cid-uDuuAUUDbf .card-subtitle {
  color: #0077ff;
}
.cid-uDuuAUUDbf .mbr-text,
.cid-uDuuAUUDbf .link-wrap {
  color: #333333;
}
.cid-uDuuAUUDbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuuAUUDbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDuv7hG3pf {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuv7hG3pf .link-wrap {
  width: 100%;
}
.cid-uDuv7hG3pf .card-box,
.cid-uDuv7hG3pf .img-wrapper {
  width: 50%;
}
.cid-uDuv7hG3pf img {
  margin: auto;
  width: 80%;
}
.cid-uDuv7hG3pf .link {
  display: inline-block;
}
.cid-uDuv7hG3pf .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuv7hG3pf .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuv7hG3pf .link a:hover {
  text-decoration: underline;
}
.cid-uDuv7hG3pf .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuv7hG3pf .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuv7hG3pf .link,
.cid-uDuv7hG3pf .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuv7hG3pf .card {
    margin-bottom: 2rem;
  }
  .cid-uDuv7hG3pf img {
    width: 100%;
  }
  .cid-uDuv7hG3pf .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuv7hG3pf .card-box,
  .cid-uDuv7hG3pf .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuv7hG3pf .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuv7hG3pf .card-box,
  .cid-uDuv7hG3pf .img-wrapper {
    width: 100%;
  }
}
.cid-uDuv7hG3pf .card-subtitle {
  color: #0077ff;
}
.cid-uDuv7hG3pf .mbr-text,
.cid-uDuv7hG3pf .link-wrap {
  color: #333333;
}
.cid-uDuv7hG3pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuv7hG3pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDuv8fYbjh {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuv8fYbjh .link-wrap {
  width: 100%;
}
.cid-uDuv8fYbjh .card-box,
.cid-uDuv8fYbjh .img-wrapper {
  width: 50%;
}
.cid-uDuv8fYbjh img {
  margin: auto;
  width: 80%;
}
.cid-uDuv8fYbjh .link {
  display: inline-block;
}
.cid-uDuv8fYbjh .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuv8fYbjh .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuv8fYbjh .link a:hover {
  text-decoration: underline;
}
.cid-uDuv8fYbjh .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuv8fYbjh .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuv8fYbjh .link,
.cid-uDuv8fYbjh .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuv8fYbjh .card {
    margin-bottom: 2rem;
  }
  .cid-uDuv8fYbjh img {
    width: 100%;
  }
  .cid-uDuv8fYbjh .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuv8fYbjh .card-box,
  .cid-uDuv8fYbjh .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuv8fYbjh .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuv8fYbjh .card-box,
  .cid-uDuv8fYbjh .img-wrapper {
    width: 100%;
  }
}
.cid-uDuv8fYbjh .card-subtitle {
  color: #0077ff;
}
.cid-uDuv8fYbjh .mbr-text,
.cid-uDuv8fYbjh .link-wrap {
  color: #333333;
}
.cid-uDuv8fYbjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuv8fYbjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDuvwNV4pe {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuvwNV4pe .link-wrap {
  width: 100%;
}
.cid-uDuvwNV4pe .card-box,
.cid-uDuvwNV4pe .img-wrapper {
  width: 50%;
}
.cid-uDuvwNV4pe img {
  margin: auto;
  width: 80%;
}
.cid-uDuvwNV4pe .link {
  display: inline-block;
}
.cid-uDuvwNV4pe .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuvwNV4pe .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuvwNV4pe .link a:hover {
  text-decoration: underline;
}
.cid-uDuvwNV4pe .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuvwNV4pe .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuvwNV4pe .link,
.cid-uDuvwNV4pe .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuvwNV4pe .card {
    margin-bottom: 2rem;
  }
  .cid-uDuvwNV4pe img {
    width: 100%;
  }
  .cid-uDuvwNV4pe .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuvwNV4pe .card-box,
  .cid-uDuvwNV4pe .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuvwNV4pe .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuvwNV4pe .card-box,
  .cid-uDuvwNV4pe .img-wrapper {
    width: 100%;
  }
}
.cid-uDuvwNV4pe .card-subtitle {
  color: #0077ff;
}
.cid-uDuvwNV4pe .mbr-text,
.cid-uDuvwNV4pe .link-wrap {
  color: #333333;
}
.cid-uDuvwNV4pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuvwNV4pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDuvxvQtlk {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuvxvQtlk .link-wrap {
  width: 100%;
}
.cid-uDuvxvQtlk .card-box,
.cid-uDuvxvQtlk .img-wrapper {
  width: 50%;
}
.cid-uDuvxvQtlk img {
  margin: auto;
  width: 80%;
}
.cid-uDuvxvQtlk .link {
  display: inline-block;
}
.cid-uDuvxvQtlk .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuvxvQtlk .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuvxvQtlk .link a:hover {
  text-decoration: underline;
}
.cid-uDuvxvQtlk .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuvxvQtlk .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuvxvQtlk .link,
.cid-uDuvxvQtlk .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuvxvQtlk .card {
    margin-bottom: 2rem;
  }
  .cid-uDuvxvQtlk img {
    width: 100%;
  }
  .cid-uDuvxvQtlk .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuvxvQtlk .card-box,
  .cid-uDuvxvQtlk .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuvxvQtlk .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuvxvQtlk .card-box,
  .cid-uDuvxvQtlk .img-wrapper {
    width: 100%;
  }
}
.cid-uDuvxvQtlk .card-subtitle {
  color: #0077ff;
}
.cid-uDuvxvQtlk .mbr-text,
.cid-uDuvxvQtlk .link-wrap {
  color: #333333;
}
.cid-uDuvxvQtlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuvxvQtlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDuvyj5xih {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDuvyj5xih .link-wrap {
  width: 100%;
}
.cid-uDuvyj5xih .card-box,
.cid-uDuvyj5xih .img-wrapper {
  width: 50%;
}
.cid-uDuvyj5xih img {
  margin: auto;
  width: 80%;
}
.cid-uDuvyj5xih .link {
  display: inline-block;
}
.cid-uDuvyj5xih .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uDuvyj5xih .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uDuvyj5xih .link a:hover {
  text-decoration: underline;
}
.cid-uDuvyj5xih .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uDuvyj5xih .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDuvyj5xih .link,
.cid-uDuvyj5xih .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDuvyj5xih .card {
    margin-bottom: 2rem;
  }
  .cid-uDuvyj5xih img {
    width: 100%;
  }
  .cid-uDuvyj5xih .card-wrapper {
    flex-direction: column;
  }
  .cid-uDuvyj5xih .card-box,
  .cid-uDuvyj5xih .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uDuvyj5xih .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uDuvyj5xih .card-box,
  .cid-uDuvyj5xih .img-wrapper {
    width: 100%;
  }
}
.cid-uDuvyj5xih .card-subtitle {
  color: #0077ff;
}
.cid-uDuvyj5xih .mbr-text,
.cid-uDuvyj5xih .link-wrap {
  color: #333333;
}
.cid-uDuvyj5xih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDuvyj5xih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD8Sc5GZWt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uD8Sc5GZWt .content {
    text-align: center;
  }
  .cid-uD8Sc5GZWt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uD8Sc5GZWt .logo-subtitle {
  color: #8d97ad;
}
.cid-uD8Sc5GZWt .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD8Sc5GZWt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uD8Sc5GZWt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uD8Sc5GZWt .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uD8Sc5GZWt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uD8Sc5GZWt .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uD8Sc5GZWt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uD8Sc5GZWt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uD8Sc5GZWt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uD8Sc5GZWt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uD8Sc5GZWt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uD8Sc5GZWt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uD8Sc5GZWt .list-item {
  display: flex;
}
.cid-uD8Sc5GZWt .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uD8Sc5GZWt ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uD8Sc5GZWt ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uD8Sc5GZWt ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uD8Sc5GZWt .logo-subtitle,
.cid-uD8Sc5GZWt .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uD8Sc5GZWt .column-title {
  color: #232323;
}
.cid-uD8Sc5GZWt P {
  color: #232323;
}
.cid-uD8Sc5GZWt .mbr-text {
  color: #232323;
}
.cid-uD8Y1Vphx1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uD8Y1Vphx1 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uD8Y1Vphx1 .nav-item,
.cid-uD8Y1Vphx1 .nav-link,
.cid-uD8Y1Vphx1 .navbar-caption {
  font-weight: normal;
}
.cid-uD8Y1Vphx1 .nav-item:focus,
.cid-uD8Y1Vphx1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uD8Y1Vphx1 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uD8Y1Vphx1 .nav-item .nav-link {
    position: relative;
  }
  .cid-uD8Y1Vphx1 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uD8Y1Vphx1 .nav-item:hover .nav-link:before,
  .cid-uD8Y1Vphx1 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uD8Y1Vphx1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uD8Y1Vphx1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD8Y1Vphx1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uD8Y1Vphx1 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uD8Y1Vphx1 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD8Y1Vphx1 .dropdown .dropdown-menu .dropdown-item .soc-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-uD8Y1Vphx1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD8Y1Vphx1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD8Y1Vphx1 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uD8Y1Vphx1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uD8Y1Vphx1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD8Y1Vphx1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD8Y1Vphx1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD8Y1Vphx1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD8Y1Vphx1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD8Y1Vphx1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uD8Y1Vphx1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD8Y1Vphx1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD8Y1Vphx1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD8Y1Vphx1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD8Y1Vphx1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD8Y1Vphx1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD8Y1Vphx1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD8Y1Vphx1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD8Y1Vphx1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD8Y1Vphx1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD8Y1Vphx1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD8Y1Vphx1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD8Y1Vphx1 .dropdown-item.active,
.cid-uD8Y1Vphx1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uD8Y1Vphx1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD8Y1Vphx1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD8Y1Vphx1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD8Y1Vphx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uD8Y1Vphx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD8Y1Vphx1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD8Y1Vphx1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD8Y1Vphx1 .navbar-buttons {
  text-align: center;
}
.cid-uD8Y1Vphx1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD8Y1Vphx1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uD8Y1Vphx1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD8Y1Vphx1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD8Y1Vphx1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD8Y1Vphx1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD8Y1Vphx1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD8Y1Vphx1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD8Y1Vphx1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD8Y1Vphx1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD8Y1Vphx1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uD8Y1Vphx1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD8Y1Vphx1 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uD8Y1Vphx1 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uD8Y1Vphx1 .soc-item {
  margin: .5rem .3rem;
}
.cid-uD8Y1Vphx1 .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;
}
.cid-uD8Y1Vphx1 a.nav-link .mbr-iconfont-btn,
.cid-uD8Y1Vphx1 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uD8Y1Vphx1 a.nav-link:hover .mbr-iconfont-btn,
.cid-uD8Y1Vphx1 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uD8Y1Vphx1 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD8Y1Vphx1 .navbar {
    height: 77px;
  }
  .cid-uD8Y1Vphx1 .navbar.opened {
    height: auto;
  }
  .cid-uD8Y1Vphx1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD8Y1WwSv8 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD8Y1WwSv8 img {
  border-radius: 0px;
}
.cid-uD8Y1WwSv8 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD8Y1WwSv8 .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD8Y1WwSv8 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD8Y1WwSv8 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD8Y1WwSv8 .right {
  display: flex;
  flex-direction: column;
}
.cid-uD8Y1WwSv8 .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD8Y1WwSv8 .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD8Y1WwSv8 .card-heading {
  padding-top: 0;
}
.cid-uD8Y1WwSv8 .mbr-text {
  padding-top: 10px;
}
.cid-uD8Y1WWYx7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD8Y1WWYx7 .mbr-text {
  color: #767676;
}
.cid-uD8Y1WWYx7 .card-subtitle {
  margin: 0;
}
.cid-uD8Y1WWYx7 .link {
  margin: 0;
}
.cid-uD8Y1WWYx7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uD8Y1WWYx7 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uD8Y1WWYx7 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uD8Y1WWYx7 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uD8Y1WWYx7 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uD8Y1WWYx7 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uD8Y1WWYx7 .card-img:hover img {
  transform: scale(1.05);
}
.cid-uD8Y1WWYx7 .row {
  justify-content: center;
}
.cid-uD8Y1WWYx7 .card {
  margin-bottom: 4rem;
}
.cid-uD8Y1WWYx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD8Y1WWYx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD8Y1WWYx7 .mbr-text,
.cid-uD8Y1WWYx7 .link {
  color: #232323;
}
.cid-uD91IZzUwh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD91IZzUwh img {
  border-radius: 0px;
}
.cid-uD91IZzUwh .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD91IZzUwh .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD91IZzUwh .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD91IZzUwh .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD91IZzUwh .right {
  display: flex;
  flex-direction: column;
}
.cid-uD91IZzUwh .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD91IZzUwh .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD91IZzUwh .card-heading {
  padding-top: 0;
}
.cid-uD91IZzUwh .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #7f1933;
}
.cid-uD8YKxhnmq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD8YKxhnmq .mbr-section-subtitle {
  color: #232323;
}
.cid-uD8YKxhnmq .mbr-text {
  color: #232323;
}
.cid-uD8Z0HH6Na {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD8Z0HH6Na .mbr-section-subtitle {
  color: #232323;
}
.cid-uD8Z0HH6Na .mbr-text {
  color: #232323;
}
.cid-uD8Z06ylTu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD8Z06ylTu .mbr-section-subtitle {
  color: #232323;
}
.cid-uD8Z06ylTu .mbr-text {
  color: #232323;
}
.cid-uD8ZiDjZ1u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD8ZiDjZ1u .mbr-section-subtitle {
  color: #232323;
}
.cid-uD8ZiDjZ1u .mbr-text {
  color: #232323;
}
.cid-uD8Zi18GjN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uD8Zi18GjN .mbr-section-subtitle {
  color: #232323;
}
.cid-uD8Zi18GjN .mbr-text {
  color: #232323;
}
.cid-uD918DbNlx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uD918DbNlx img {
  width: 100%;
}
.cid-uD918DbNlx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #1b8755;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uD918DbNlx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uD918DbNlx .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-uD918DbNlx .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-uD918DbNlx .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uD918DbNlx .contents {
  margin-top: 36px;
}
.cid-uD918DbNlx .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-uD918DbNlx .mbr-section-btn {
  margin-top: 8px;
}
.cid-uD918DbNlx .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-uD918DbNlx .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uD918DbNlx .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uD918DbNlx .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-uD918DbNlx .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uD918DbNlx .mbr-list .list li {
  line-height: 1.75;
}
.cid-uD918DbNlx .mbr-list .list li:before {
  font-weight: 900;
  color: #dc1b09;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uD918DbNlx .contents .mbr-text,
.cid-uD918DbNlx .mbr-section-btn {
  color: #000000;
}
.cid-uD918DbNlx .mbr-list,
.cid-uD918DbNlx .social-media,
.cid-uD918DbNlx .mbr-section-btn {
  color: #000000;
}
.cid-uD94i2DqLc.popup-builder {
  background-color: #ffffff;
}
.cid-uD94i2DqLc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD94i2DqLc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD94i2DqLc .modal-content,
.cid-uD94i2DqLc .modal-dialog {
  height: auto;
}
.cid-uD94i2DqLc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD94i2DqLc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD94i2DqLc .form-wrapper .mbr-form .form-group,
  .cid-uD94i2DqLc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD94i2DqLc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD94i2DqLc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD94i2DqLc .mbr-text {
  text-align: center;
}
.cid-uD94i2DqLc .pt-0 {
  padding-top: 0 !important;
}
.cid-uD94i2DqLc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD94i2DqLc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD94i2DqLc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD94i2DqLc .modal-open {
  overflow: hidden;
}
.cid-uD94i2DqLc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD94i2DqLc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD94i2DqLc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD94i2DqLc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD94i2DqLc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD94i2DqLc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD94i2DqLc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD94i2DqLc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD94i2DqLc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD94i2DqLc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD94i2DqLc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD94i2DqLc .modal-backdrop.show {
  opacity: .5;
}
.cid-uD94i2DqLc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD94i2DqLc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD94i2DqLc .modal-header {
    padding: 1rem;
  }
}
.cid-uD94i2DqLc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD94i2DqLc .modal-header .close svg {
  fill: #353535;
}
.cid-uD94i2DqLc .modal-header .close:hover {
  opacity: 1;
}
.cid-uD94i2DqLc .modal-header .close:focus {
  outline: none;
}
.cid-uD94i2DqLc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD94i2DqLc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD94i2DqLc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD94i2DqLc .modal-body {
    padding: 1rem;
  }
}
.cid-uD94i2DqLc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD94i2DqLc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD94i2DqLc .modal-footer {
    padding: 1rem;
  }
}
.cid-uD94i2DqLc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD94i2DqLc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD94i2DqLc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD94i2DqLc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD94i2DqLc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD94i2DqLc .modal-lg,
  .cid-uD94i2DqLc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD94i2DqLc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD94i2DqLc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD94i2DqLc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD94i2DqLc .form-group {
  margin-bottom: 1rem;
}
.cid-uD94i2DqLc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD94i2DqLc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD94i2DqLc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD94i2DqLc .mbr-section-btn {
  margin: 0;
}
.cid-uD94i2DqLc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9aqqesLI.popup-builder {
  background-color: #ffffff;
}
.cid-uD9aqqesLI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9aqqesLI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9aqqesLI .modal-content,
.cid-uD9aqqesLI .modal-dialog {
  height: auto;
}
.cid-uD9aqqesLI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9aqqesLI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9aqqesLI .form-wrapper .mbr-form .form-group,
  .cid-uD9aqqesLI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9aqqesLI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9aqqesLI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9aqqesLI .mbr-text {
  text-align: center;
}
.cid-uD9aqqesLI .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9aqqesLI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9aqqesLI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9aqqesLI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9aqqesLI .modal-open {
  overflow: hidden;
}
.cid-uD9aqqesLI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9aqqesLI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9aqqesLI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9aqqesLI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9aqqesLI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9aqqesLI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9aqqesLI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9aqqesLI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9aqqesLI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9aqqesLI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9aqqesLI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9aqqesLI .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9aqqesLI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9aqqesLI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9aqqesLI .modal-header {
    padding: 1rem;
  }
}
.cid-uD9aqqesLI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9aqqesLI .modal-header .close svg {
  fill: #353535;
}
.cid-uD9aqqesLI .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9aqqesLI .modal-header .close:focus {
  outline: none;
}
.cid-uD9aqqesLI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9aqqesLI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9aqqesLI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9aqqesLI .modal-body {
    padding: 1rem;
  }
}
.cid-uD9aqqesLI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9aqqesLI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9aqqesLI .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9aqqesLI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9aqqesLI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9aqqesLI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9aqqesLI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9aqqesLI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9aqqesLI .modal-lg,
  .cid-uD9aqqesLI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9aqqesLI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9aqqesLI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9aqqesLI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9aqqesLI .form-group {
  margin-bottom: 1rem;
}
.cid-uD9aqqesLI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9aqqesLI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9aqqesLI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9aqqesLI .mbr-section-btn {
  margin: 0;
}
.cid-uD9aqqesLI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9aTcILVl.popup-builder {
  background-color: #ffffff;
}
.cid-uD9aTcILVl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9aTcILVl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9aTcILVl .modal-content,
.cid-uD9aTcILVl .modal-dialog {
  height: auto;
}
.cid-uD9aTcILVl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9aTcILVl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9aTcILVl .form-wrapper .mbr-form .form-group,
  .cid-uD9aTcILVl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9aTcILVl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9aTcILVl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9aTcILVl .mbr-text {
  text-align: center;
}
.cid-uD9aTcILVl .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9aTcILVl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9aTcILVl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9aTcILVl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9aTcILVl .modal-open {
  overflow: hidden;
}
.cid-uD9aTcILVl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9aTcILVl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9aTcILVl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9aTcILVl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9aTcILVl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9aTcILVl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9aTcILVl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9aTcILVl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9aTcILVl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9aTcILVl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9aTcILVl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9aTcILVl .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9aTcILVl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9aTcILVl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9aTcILVl .modal-header {
    padding: 1rem;
  }
}
.cid-uD9aTcILVl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9aTcILVl .modal-header .close svg {
  fill: #353535;
}
.cid-uD9aTcILVl .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9aTcILVl .modal-header .close:focus {
  outline: none;
}
.cid-uD9aTcILVl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9aTcILVl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9aTcILVl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9aTcILVl .modal-body {
    padding: 1rem;
  }
}
.cid-uD9aTcILVl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9aTcILVl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9aTcILVl .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9aTcILVl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9aTcILVl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9aTcILVl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9aTcILVl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9aTcILVl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9aTcILVl .modal-lg,
  .cid-uD9aTcILVl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9aTcILVl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9aTcILVl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9aTcILVl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9aTcILVl .form-group {
  margin-bottom: 1rem;
}
.cid-uD9aTcILVl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9aTcILVl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9aTcILVl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9aTcILVl .mbr-section-btn {
  margin: 0;
}
.cid-uD9aTcILVl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9b7guog7.popup-builder {
  background-color: #ffffff;
}
.cid-uD9b7guog7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9b7guog7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9b7guog7 .modal-content,
.cid-uD9b7guog7 .modal-dialog {
  height: auto;
}
.cid-uD9b7guog7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9b7guog7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9b7guog7 .form-wrapper .mbr-form .form-group,
  .cid-uD9b7guog7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9b7guog7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9b7guog7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9b7guog7 .mbr-text {
  text-align: center;
}
.cid-uD9b7guog7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9b7guog7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9b7guog7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9b7guog7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9b7guog7 .modal-open {
  overflow: hidden;
}
.cid-uD9b7guog7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9b7guog7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9b7guog7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9b7guog7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9b7guog7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9b7guog7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9b7guog7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9b7guog7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9b7guog7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9b7guog7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9b7guog7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9b7guog7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9b7guog7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9b7guog7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9b7guog7 .modal-header {
    padding: 1rem;
  }
}
.cid-uD9b7guog7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9b7guog7 .modal-header .close svg {
  fill: #353535;
}
.cid-uD9b7guog7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9b7guog7 .modal-header .close:focus {
  outline: none;
}
.cid-uD9b7guog7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9b7guog7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9b7guog7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9b7guog7 .modal-body {
    padding: 1rem;
  }
}
.cid-uD9b7guog7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9b7guog7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9b7guog7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9b7guog7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9b7guog7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9b7guog7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9b7guog7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9b7guog7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9b7guog7 .modal-lg,
  .cid-uD9b7guog7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9b7guog7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9b7guog7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9b7guog7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9b7guog7 .form-group {
  margin-bottom: 1rem;
}
.cid-uD9b7guog7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9b7guog7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9b7guog7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9b7guog7 .mbr-section-btn {
  margin: 0;
}
.cid-uD9b7guog7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uKHgPBPbq2.popup-builder {
  background-color: #ffffff;
}
.cid-uKHgPBPbq2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKHgPBPbq2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKHgPBPbq2 .modal-content,
.cid-uKHgPBPbq2 .modal-dialog {
  height: auto;
}
.cid-uKHgPBPbq2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKHgPBPbq2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKHgPBPbq2 .form-wrapper .mbr-form .form-group,
  .cid-uKHgPBPbq2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKHgPBPbq2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKHgPBPbq2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKHgPBPbq2 .mbr-text {
  text-align: center;
}
.cid-uKHgPBPbq2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uKHgPBPbq2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKHgPBPbq2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKHgPBPbq2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKHgPBPbq2 .modal-open {
  overflow: hidden;
}
.cid-uKHgPBPbq2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKHgPBPbq2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKHgPBPbq2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKHgPBPbq2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uKHgPBPbq2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKHgPBPbq2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKHgPBPbq2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKHgPBPbq2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uKHgPBPbq2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKHgPBPbq2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKHgPBPbq2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKHgPBPbq2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uKHgPBPbq2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uKHgPBPbq2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKHgPBPbq2 .modal-header {
    padding: 1rem;
  }
}
.cid-uKHgPBPbq2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKHgPBPbq2 .modal-header .close svg {
  fill: #353535;
}
.cid-uKHgPBPbq2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uKHgPBPbq2 .modal-header .close:focus {
  outline: none;
}
.cid-uKHgPBPbq2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKHgPBPbq2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKHgPBPbq2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKHgPBPbq2 .modal-body {
    padding: 1rem;
  }
}
.cid-uKHgPBPbq2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uKHgPBPbq2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKHgPBPbq2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uKHgPBPbq2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKHgPBPbq2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKHgPBPbq2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKHgPBPbq2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKHgPBPbq2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKHgPBPbq2 .modal-lg,
  .cid-uKHgPBPbq2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKHgPBPbq2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKHgPBPbq2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKHgPBPbq2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uKHgPBPbq2 .form-group {
  margin-bottom: 1rem;
}
.cid-uKHgPBPbq2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKHgPBPbq2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKHgPBPbq2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uKHgPBPbq2 .mbr-section-btn {
  margin: 0;
}
.cid-uKHgPBPbq2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD8Y1Z4Lok {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uD8Y1Z4Lok .content {
    text-align: center;
  }
  .cid-uD8Y1Z4Lok .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uD8Y1Z4Lok .logo-subtitle {
  color: #8d97ad;
}
.cid-uD8Y1Z4Lok .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD8Y1Z4Lok .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uD8Y1Z4Lok .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uD8Y1Z4Lok .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uD8Y1Z4Lok .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uD8Y1Z4Lok .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uD8Y1Z4Lok .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uD8Y1Z4Lok .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uD8Y1Z4Lok .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uD8Y1Z4Lok .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uD8Y1Z4Lok .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uD8Y1Z4Lok .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uD8Y1Z4Lok .list-item {
  display: flex;
}
.cid-uD8Y1Z4Lok .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uD8Y1Z4Lok ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uD8Y1Z4Lok ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uD8Y1Z4Lok ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uD8Y1Z4Lok .logo-subtitle,
.cid-uD8Y1Z4Lok .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uD8Y1Z4Lok .column-title {
  color: #232323;
}
.cid-uD8Y1Z4Lok P {
  color: #232323;
}
.cid-uD8Y1Z4Lok .mbr-text {
  color: #232323;
}
.cid-uD9edimeUt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uD9edimeUt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uD9edimeUt .nav-item,
.cid-uD9edimeUt .nav-link,
.cid-uD9edimeUt .navbar-caption {
  font-weight: normal;
}
.cid-uD9edimeUt .nav-item:focus,
.cid-uD9edimeUt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uD9edimeUt .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uD9edimeUt .nav-item .nav-link {
    position: relative;
  }
  .cid-uD9edimeUt .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uD9edimeUt .nav-item:hover .nav-link:before,
  .cid-uD9edimeUt .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uD9edimeUt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uD9edimeUt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD9edimeUt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uD9edimeUt .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uD9edimeUt .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD9edimeUt .dropdown .dropdown-menu .dropdown-item .soc-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-uD9edimeUt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD9edimeUt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD9edimeUt .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uD9edimeUt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uD9edimeUt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD9edimeUt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD9edimeUt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD9edimeUt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD9edimeUt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD9edimeUt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uD9edimeUt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD9edimeUt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD9edimeUt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD9edimeUt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD9edimeUt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD9edimeUt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD9edimeUt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD9edimeUt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD9edimeUt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD9edimeUt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD9edimeUt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD9edimeUt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD9edimeUt .dropdown-item.active,
.cid-uD9edimeUt .dropdown-item:active {
  background-color: transparent;
}
.cid-uD9edimeUt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD9edimeUt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD9edimeUt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD9edimeUt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uD9edimeUt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD9edimeUt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD9edimeUt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD9edimeUt .navbar-buttons {
  text-align: center;
}
.cid-uD9edimeUt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9edimeUt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uD9edimeUt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD9edimeUt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9edimeUt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9edimeUt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD9edimeUt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9edimeUt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD9edimeUt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD9edimeUt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9edimeUt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uD9edimeUt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD9edimeUt .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uD9edimeUt .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uD9edimeUt .soc-item {
  margin: .5rem .3rem;
}
.cid-uD9edimeUt .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;
}
.cid-uD9edimeUt a.nav-link .mbr-iconfont-btn,
.cid-uD9edimeUt a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uD9edimeUt a.nav-link:hover .mbr-iconfont-btn,
.cid-uD9edimeUt a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uD9edimeUt a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD9edimeUt .navbar {
    height: 77px;
  }
  .cid-uD9edimeUt .navbar.opened {
    height: auto;
  }
  .cid-uD9edimeUt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD9edk6NO7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD9edk6NO7 img {
  border-radius: 0px;
}
.cid-uD9edk6NO7 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD9edk6NO7 .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD9edk6NO7 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD9edk6NO7 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD9edk6NO7 .right {
  display: flex;
  flex-direction: column;
}
.cid-uD9edk6NO7 .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD9edk6NO7 .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD9edk6NO7 .card-heading {
  padding-top: 0;
}
.cid-uD9edk6NO7 .mbr-text {
  padding-top: 10px;
}
.cid-uD9edkNOuk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9edkNOuk .mbr-text {
  color: #767676;
}
.cid-uD9edkNOuk .card-subtitle {
  margin: 0;
}
.cid-uD9edkNOuk .link {
  margin: 0;
}
.cid-uD9edkNOuk .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uD9edkNOuk .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uD9edkNOuk img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uD9edkNOuk .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uD9edkNOuk .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uD9edkNOuk .card-img:hover:before {
  opacity: 0.4;
}
.cid-uD9edkNOuk .card-img:hover img {
  transform: scale(1.05);
}
.cid-uD9edkNOuk .row {
  justify-content: center;
}
.cid-uD9edkNOuk .card {
  margin-bottom: 4rem;
}
.cid-uD9edkNOuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9edkNOuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9edkNOuk .mbr-text,
.cid-uD9edkNOuk .link {
  color: #232323;
}
.cid-uD9edlNB9x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD9edlNB9x img {
  border-radius: 0px;
}
.cid-uD9edlNB9x .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD9edlNB9x .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD9edlNB9x .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD9edlNB9x .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD9edlNB9x .right {
  display: flex;
  flex-direction: column;
}
.cid-uD9edlNB9x .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD9edlNB9x .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD9edlNB9x .card-heading {
  padding-top: 0;
}
.cid-uD9edlNB9x .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #7f1933;
}
.cid-uD9edmfmCN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uD9edmfmCN .mbr-section-subtitle {
  color: #232323;
}
.cid-uD9edmfmCN .mbr-text {
  color: #232323;
}
.cid-uD9gubrptM.popup-builder {
  background-color: #ffffff;
}
.cid-uD9gubrptM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9gubrptM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9gubrptM .modal-content,
.cid-uD9gubrptM .modal-dialog {
  height: auto;
}
.cid-uD9gubrptM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9gubrptM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9gubrptM .form-wrapper .mbr-form .form-group,
  .cid-uD9gubrptM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9gubrptM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9gubrptM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9gubrptM .mbr-text {
  text-align: center;
}
.cid-uD9gubrptM .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9gubrptM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9gubrptM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9gubrptM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9gubrptM .modal-open {
  overflow: hidden;
}
.cid-uD9gubrptM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9gubrptM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9gubrptM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9gubrptM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9gubrptM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9gubrptM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9gubrptM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9gubrptM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9gubrptM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9gubrptM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9gubrptM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9gubrptM .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9gubrptM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9gubrptM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gubrptM .modal-header {
    padding: 1rem;
  }
}
.cid-uD9gubrptM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9gubrptM .modal-header .close svg {
  fill: #353535;
}
.cid-uD9gubrptM .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9gubrptM .modal-header .close:focus {
  outline: none;
}
.cid-uD9gubrptM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9gubrptM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9gubrptM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gubrptM .modal-body {
    padding: 1rem;
  }
}
.cid-uD9gubrptM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9gubrptM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gubrptM .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9gubrptM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9gubrptM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9gubrptM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9gubrptM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9gubrptM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9gubrptM .modal-lg,
  .cid-uD9gubrptM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9gubrptM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9gubrptM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9gubrptM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9gubrptM .form-group {
  margin-bottom: 1rem;
}
.cid-uD9gubrptM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9gubrptM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9gubrptM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9gubrptM .mbr-section-btn {
  margin: 0;
}
.cid-uD9gubrptM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9gHG49qR.popup-builder {
  background-color: #ffffff;
}
.cid-uD9gHG49qR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9gHG49qR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9gHG49qR .modal-content,
.cid-uD9gHG49qR .modal-dialog {
  height: auto;
}
.cid-uD9gHG49qR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9gHG49qR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9gHG49qR .form-wrapper .mbr-form .form-group,
  .cid-uD9gHG49qR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9gHG49qR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9gHG49qR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9gHG49qR .mbr-text {
  text-align: center;
}
.cid-uD9gHG49qR .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9gHG49qR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9gHG49qR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9gHG49qR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9gHG49qR .modal-open {
  overflow: hidden;
}
.cid-uD9gHG49qR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9gHG49qR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9gHG49qR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9gHG49qR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9gHG49qR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9gHG49qR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9gHG49qR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9gHG49qR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9gHG49qR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9gHG49qR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9gHG49qR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9gHG49qR .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9gHG49qR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9gHG49qR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gHG49qR .modal-header {
    padding: 1rem;
  }
}
.cid-uD9gHG49qR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9gHG49qR .modal-header .close svg {
  fill: #353535;
}
.cid-uD9gHG49qR .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9gHG49qR .modal-header .close:focus {
  outline: none;
}
.cid-uD9gHG49qR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9gHG49qR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9gHG49qR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gHG49qR .modal-body {
    padding: 1rem;
  }
}
.cid-uD9gHG49qR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9gHG49qR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gHG49qR .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9gHG49qR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9gHG49qR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9gHG49qR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9gHG49qR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9gHG49qR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9gHG49qR .modal-lg,
  .cid-uD9gHG49qR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9gHG49qR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9gHG49qR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9gHG49qR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9gHG49qR .form-group {
  margin-bottom: 1rem;
}
.cid-uD9gHG49qR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9gHG49qR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9gHG49qR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9gHG49qR .mbr-section-btn {
  margin: 0;
}
.cid-uD9gHG49qR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9gWjqyRM.popup-builder {
  background-color: #ffffff;
}
.cid-uD9gWjqyRM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9gWjqyRM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9gWjqyRM .modal-content,
.cid-uD9gWjqyRM .modal-dialog {
  height: auto;
}
.cid-uD9gWjqyRM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9gWjqyRM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9gWjqyRM .form-wrapper .mbr-form .form-group,
  .cid-uD9gWjqyRM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9gWjqyRM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9gWjqyRM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9gWjqyRM .mbr-text {
  text-align: center;
}
.cid-uD9gWjqyRM .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9gWjqyRM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9gWjqyRM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9gWjqyRM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9gWjqyRM .modal-open {
  overflow: hidden;
}
.cid-uD9gWjqyRM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9gWjqyRM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9gWjqyRM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9gWjqyRM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9gWjqyRM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9gWjqyRM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9gWjqyRM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9gWjqyRM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9gWjqyRM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9gWjqyRM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9gWjqyRM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9gWjqyRM .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9gWjqyRM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9gWjqyRM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gWjqyRM .modal-header {
    padding: 1rem;
  }
}
.cid-uD9gWjqyRM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9gWjqyRM .modal-header .close svg {
  fill: #353535;
}
.cid-uD9gWjqyRM .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9gWjqyRM .modal-header .close:focus {
  outline: none;
}
.cid-uD9gWjqyRM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9gWjqyRM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9gWjqyRM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gWjqyRM .modal-body {
    padding: 1rem;
  }
}
.cid-uD9gWjqyRM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9gWjqyRM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9gWjqyRM .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9gWjqyRM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9gWjqyRM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9gWjqyRM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9gWjqyRM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9gWjqyRM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9gWjqyRM .modal-lg,
  .cid-uD9gWjqyRM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9gWjqyRM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9gWjqyRM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9gWjqyRM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9gWjqyRM .form-group {
  margin-bottom: 1rem;
}
.cid-uD9gWjqyRM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9gWjqyRM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9gWjqyRM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9gWjqyRM .mbr-section-btn {
  margin: 0;
}
.cid-uD9gWjqyRM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9ic9Ao3x.popup-builder {
  background-color: #ffffff;
}
.cid-uD9ic9Ao3x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9ic9Ao3x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9ic9Ao3x .modal-content,
.cid-uD9ic9Ao3x .modal-dialog {
  height: auto;
}
.cid-uD9ic9Ao3x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9ic9Ao3x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9ic9Ao3x .form-wrapper .mbr-form .form-group,
  .cid-uD9ic9Ao3x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9ic9Ao3x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9ic9Ao3x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9ic9Ao3x .mbr-text {
  text-align: center;
}
.cid-uD9ic9Ao3x .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9ic9Ao3x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9ic9Ao3x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9ic9Ao3x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9ic9Ao3x .modal-open {
  overflow: hidden;
}
.cid-uD9ic9Ao3x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9ic9Ao3x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9ic9Ao3x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9ic9Ao3x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9ic9Ao3x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9ic9Ao3x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9ic9Ao3x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9ic9Ao3x .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9ic9Ao3x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9ic9Ao3x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9ic9Ao3x .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9ic9Ao3x .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9ic9Ao3x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9ic9Ao3x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9ic9Ao3x .modal-header {
    padding: 1rem;
  }
}
.cid-uD9ic9Ao3x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9ic9Ao3x .modal-header .close svg {
  fill: #353535;
}
.cid-uD9ic9Ao3x .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9ic9Ao3x .modal-header .close:focus {
  outline: none;
}
.cid-uD9ic9Ao3x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9ic9Ao3x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9ic9Ao3x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9ic9Ao3x .modal-body {
    padding: 1rem;
  }
}
.cid-uD9ic9Ao3x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9ic9Ao3x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9ic9Ao3x .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9ic9Ao3x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9ic9Ao3x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9ic9Ao3x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9ic9Ao3x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9ic9Ao3x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9ic9Ao3x .modal-lg,
  .cid-uD9ic9Ao3x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9ic9Ao3x .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9ic9Ao3x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9ic9Ao3x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9ic9Ao3x .form-group {
  margin-bottom: 1rem;
}
.cid-uD9ic9Ao3x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9ic9Ao3x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9ic9Ao3x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9ic9Ao3x .mbr-section-btn {
  margin: 0;
}
.cid-uD9ic9Ao3x .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9ispsu96.popup-builder {
  background-color: #ffffff;
}
.cid-uD9ispsu96.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9ispsu96.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9ispsu96 .modal-content,
.cid-uD9ispsu96 .modal-dialog {
  height: auto;
}
.cid-uD9ispsu96 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9ispsu96 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9ispsu96 .form-wrapper .mbr-form .form-group,
  .cid-uD9ispsu96 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9ispsu96 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9ispsu96 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9ispsu96 .mbr-text {
  text-align: center;
}
.cid-uD9ispsu96 .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9ispsu96 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9ispsu96 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9ispsu96 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9ispsu96 .modal-open {
  overflow: hidden;
}
.cid-uD9ispsu96 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9ispsu96 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9ispsu96 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9ispsu96 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9ispsu96 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9ispsu96 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9ispsu96 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9ispsu96 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9ispsu96 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9ispsu96 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9ispsu96 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9ispsu96 .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9ispsu96 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9ispsu96 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9ispsu96 .modal-header {
    padding: 1rem;
  }
}
.cid-uD9ispsu96 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9ispsu96 .modal-header .close svg {
  fill: #353535;
}
.cid-uD9ispsu96 .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9ispsu96 .modal-header .close:focus {
  outline: none;
}
.cid-uD9ispsu96 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9ispsu96 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9ispsu96 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9ispsu96 .modal-body {
    padding: 1rem;
  }
}
.cid-uD9ispsu96 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9ispsu96 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9ispsu96 .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9ispsu96 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9ispsu96 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9ispsu96 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9ispsu96 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9ispsu96 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9ispsu96 .modal-lg,
  .cid-uD9ispsu96 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9ispsu96 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9ispsu96 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9ispsu96 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9ispsu96 .form-group {
  margin-bottom: 1rem;
}
.cid-uD9ispsu96 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9ispsu96 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9ispsu96 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9ispsu96 .mbr-section-btn {
  margin: 0;
}
.cid-uD9ispsu96 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9IcmZIHt.popup-builder {
  background-color: #ffffff;
}
.cid-uD9IcmZIHt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9IcmZIHt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9IcmZIHt .modal-content,
.cid-uD9IcmZIHt .modal-dialog {
  height: auto;
}
.cid-uD9IcmZIHt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9IcmZIHt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9IcmZIHt .form-wrapper .mbr-form .form-group,
  .cid-uD9IcmZIHt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9IcmZIHt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9IcmZIHt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9IcmZIHt .mbr-text {
  text-align: center;
}
.cid-uD9IcmZIHt .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9IcmZIHt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9IcmZIHt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9IcmZIHt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9IcmZIHt .modal-open {
  overflow: hidden;
}
.cid-uD9IcmZIHt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9IcmZIHt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9IcmZIHt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9IcmZIHt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9IcmZIHt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9IcmZIHt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9IcmZIHt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9IcmZIHt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9IcmZIHt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9IcmZIHt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9IcmZIHt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9IcmZIHt .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9IcmZIHt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9IcmZIHt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9IcmZIHt .modal-header {
    padding: 1rem;
  }
}
.cid-uD9IcmZIHt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9IcmZIHt .modal-header .close svg {
  fill: #353535;
}
.cid-uD9IcmZIHt .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9IcmZIHt .modal-header .close:focus {
  outline: none;
}
.cid-uD9IcmZIHt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9IcmZIHt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9IcmZIHt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9IcmZIHt .modal-body {
    padding: 1rem;
  }
}
.cid-uD9IcmZIHt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9IcmZIHt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9IcmZIHt .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9IcmZIHt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9IcmZIHt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9IcmZIHt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9IcmZIHt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9IcmZIHt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9IcmZIHt .modal-lg,
  .cid-uD9IcmZIHt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9IcmZIHt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9IcmZIHt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9IcmZIHt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9IcmZIHt .form-group {
  margin-bottom: 1rem;
}
.cid-uD9IcmZIHt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9IcmZIHt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9IcmZIHt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9IcmZIHt .mbr-section-btn {
  margin: 0;
}
.cid-uD9IcmZIHt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9eds3xhd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uD9eds3xhd .content {
    text-align: center;
  }
  .cid-uD9eds3xhd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uD9eds3xhd .logo-subtitle {
  color: #8d97ad;
}
.cid-uD9eds3xhd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD9eds3xhd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uD9eds3xhd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uD9eds3xhd .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uD9eds3xhd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uD9eds3xhd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uD9eds3xhd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uD9eds3xhd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uD9eds3xhd .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uD9eds3xhd .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uD9eds3xhd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uD9eds3xhd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uD9eds3xhd .list-item {
  display: flex;
}
.cid-uD9eds3xhd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uD9eds3xhd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uD9eds3xhd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uD9eds3xhd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uD9eds3xhd .logo-subtitle,
.cid-uD9eds3xhd .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uD9eds3xhd .column-title {
  color: #232323;
}
.cid-uD9eds3xhd P {
  color: #232323;
}
.cid-uD9eds3xhd .mbr-text {
  color: #232323;
}
.cid-uD9IwifItS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uD9IwifItS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uD9IwifItS .nav-item,
.cid-uD9IwifItS .nav-link,
.cid-uD9IwifItS .navbar-caption {
  font-weight: normal;
}
.cid-uD9IwifItS .nav-item:focus,
.cid-uD9IwifItS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uD9IwifItS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uD9IwifItS .nav-item .nav-link {
    position: relative;
  }
  .cid-uD9IwifItS .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uD9IwifItS .nav-item:hover .nav-link:before,
  .cid-uD9IwifItS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uD9IwifItS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uD9IwifItS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD9IwifItS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uD9IwifItS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uD9IwifItS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uD9IwifItS .dropdown .dropdown-menu .dropdown-item .soc-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-uD9IwifItS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uD9IwifItS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uD9IwifItS .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uD9IwifItS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uD9IwifItS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uD9IwifItS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uD9IwifItS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uD9IwifItS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uD9IwifItS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uD9IwifItS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uD9IwifItS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uD9IwifItS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uD9IwifItS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uD9IwifItS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uD9IwifItS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uD9IwifItS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uD9IwifItS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uD9IwifItS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uD9IwifItS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uD9IwifItS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uD9IwifItS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uD9IwifItS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uD9IwifItS .dropdown-item.active,
.cid-uD9IwifItS .dropdown-item:active {
  background-color: transparent;
}
.cid-uD9IwifItS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uD9IwifItS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uD9IwifItS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uD9IwifItS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uD9IwifItS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uD9IwifItS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD9IwifItS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uD9IwifItS .navbar-buttons {
  text-align: center;
}
.cid-uD9IwifItS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9IwifItS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uD9IwifItS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD9IwifItS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9IwifItS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD9IwifItS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD9IwifItS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9IwifItS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD9IwifItS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD9IwifItS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD9IwifItS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uD9IwifItS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD9IwifItS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uD9IwifItS .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uD9IwifItS .soc-item {
  margin: .5rem .3rem;
}
.cid-uD9IwifItS .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;
}
.cid-uD9IwifItS a.nav-link .mbr-iconfont-btn,
.cid-uD9IwifItS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uD9IwifItS a.nav-link:hover .mbr-iconfont-btn,
.cid-uD9IwifItS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uD9IwifItS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uD9IwifItS .navbar {
    height: 77px;
  }
  .cid-uD9IwifItS .navbar.opened {
    height: auto;
  }
  .cid-uD9IwifItS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uD9Iwja5Nq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD9Iwja5Nq img {
  border-radius: 0px;
}
.cid-uD9Iwja5Nq .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD9Iwja5Nq .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD9Iwja5Nq .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD9Iwja5Nq .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD9Iwja5Nq .right {
  display: flex;
  flex-direction: column;
}
.cid-uD9Iwja5Nq .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD9Iwja5Nq .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD9Iwja5Nq .card-heading {
  padding-top: 0;
}
.cid-uD9Iwja5Nq .mbr-text {
  padding-top: 10px;
}
.cid-uD9Iwjyldo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uD9Iwjyldo .mbr-text {
  color: #767676;
}
.cid-uD9Iwjyldo .card-subtitle {
  margin: 0;
}
.cid-uD9Iwjyldo .link {
  margin: 0;
}
.cid-uD9Iwjyldo .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uD9Iwjyldo .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uD9Iwjyldo img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uD9Iwjyldo .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uD9Iwjyldo .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uD9Iwjyldo .card-img:hover:before {
  opacity: 0.4;
}
.cid-uD9Iwjyldo .card-img:hover img {
  transform: scale(1.05);
}
.cid-uD9Iwjyldo .row {
  justify-content: center;
}
.cid-uD9Iwjyldo .card {
  margin-bottom: 4rem;
}
.cid-uD9Iwjyldo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9Iwjyldo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9Iwjyldo .mbr-text,
.cid-uD9Iwjyldo .link {
  color: #232323;
}
.cid-uD9IwkcJXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD9IwkcJXE img {
  border-radius: 0px;
}
.cid-uD9IwkcJXE .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uD9IwkcJXE .date {
  text-transform: uppercase;
  color: #1b8755;
  text-align: left;
  padding-top: 1rem;
}
.cid-uD9IwkcJXE .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uD9IwkcJXE .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uD9IwkcJXE .right {
  display: flex;
  flex-direction: column;
}
.cid-uD9IwkcJXE .mbr-section-btn {
  border: 2px solid #1b8755;
  width: auto;
}
.cid-uD9IwkcJXE .mbr-section-btn:hover {
  background-color: #1b8755;
  border: 2px solid #1b8755;
}
.cid-uD9IwkcJXE .card-heading {
  padding-top: 0;
}
.cid-uD9IwkcJXE .mbr-text {
  padding-top: 10px;
  text-align: center;
  color: #7f1933;
}
.cid-uD9IZl052v.popup-builder {
  background-color: #ffffff;
}
.cid-uD9IZl052v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9IZl052v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9IZl052v .modal-content,
.cid-uD9IZl052v .modal-dialog {
  height: auto;
}
.cid-uD9IZl052v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9IZl052v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9IZl052v .form-wrapper .mbr-form .form-group,
  .cid-uD9IZl052v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9IZl052v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9IZl052v .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9IZl052v .mbr-text {
  text-align: center;
}
.cid-uD9IZl052v .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9IZl052v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9IZl052v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9IZl052v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9IZl052v .modal-open {
  overflow: hidden;
}
.cid-uD9IZl052v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9IZl052v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9IZl052v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9IZl052v .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9IZl052v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9IZl052v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9IZl052v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9IZl052v .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9IZl052v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9IZl052v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9IZl052v .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9IZl052v .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9IZl052v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9IZl052v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9IZl052v .modal-header {
    padding: 1rem;
  }
}
.cid-uD9IZl052v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9IZl052v .modal-header .close svg {
  fill: #353535;
}
.cid-uD9IZl052v .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9IZl052v .modal-header .close:focus {
  outline: none;
}
.cid-uD9IZl052v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9IZl052v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9IZl052v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9IZl052v .modal-body {
    padding: 1rem;
  }
}
.cid-uD9IZl052v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9IZl052v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9IZl052v .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9IZl052v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9IZl052v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9IZl052v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9IZl052v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9IZl052v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9IZl052v .modal-lg,
  .cid-uD9IZl052v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9IZl052v .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9IZl052v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9IZl052v .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9IZl052v .form-group {
  margin-bottom: 1rem;
}
.cid-uD9IZl052v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9IZl052v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9IZl052v .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9IZl052v .mbr-section-btn {
  margin: 0;
}
.cid-uD9IZl052v .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9Je30S8L.popup-builder {
  background-color: #ffffff;
}
.cid-uD9Je30S8L.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uD9Je30S8L.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uD9Je30S8L .modal-content,
.cid-uD9Je30S8L .modal-dialog {
  height: auto;
}
.cid-uD9Je30S8L .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uD9Je30S8L .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uD9Je30S8L .form-wrapper .mbr-form .form-group,
  .cid-uD9Je30S8L .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uD9Je30S8L .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uD9Je30S8L .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD9Je30S8L .mbr-text {
  text-align: center;
}
.cid-uD9Je30S8L .pt-0 {
  padding-top: 0 !important;
}
.cid-uD9Je30S8L .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uD9Je30S8L .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uD9Je30S8L .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uD9Je30S8L .modal-open {
  overflow: hidden;
}
.cid-uD9Je30S8L .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uD9Je30S8L .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uD9Je30S8L .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uD9Je30S8L .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uD9Je30S8L .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uD9Je30S8L .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uD9Je30S8L .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uD9Je30S8L .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uD9Je30S8L .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uD9Je30S8L .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uD9Je30S8L .modal-backdrop.fade {
  opacity: 0;
}
.cid-uD9Je30S8L .modal-backdrop.show {
  opacity: .5;
}
.cid-uD9Je30S8L .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uD9Je30S8L .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9Je30S8L .modal-header {
    padding: 1rem;
  }
}
.cid-uD9Je30S8L .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uD9Je30S8L .modal-header .close svg {
  fill: #353535;
}
.cid-uD9Je30S8L .modal-header .close:hover {
  opacity: 1;
}
.cid-uD9Je30S8L .modal-header .close:focus {
  outline: none;
}
.cid-uD9Je30S8L .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uD9Je30S8L .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uD9Je30S8L .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9Je30S8L .modal-body {
    padding: 1rem;
  }
}
.cid-uD9Je30S8L .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uD9Je30S8L .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uD9Je30S8L .modal-footer {
    padding: 1rem;
  }
}
.cid-uD9Je30S8L .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uD9Je30S8L .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uD9Je30S8L .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uD9Je30S8L .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uD9Je30S8L .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uD9Je30S8L .modal-lg,
  .cid-uD9Je30S8L .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uD9Je30S8L .modal-xl {
    max-width: 1140px;
  }
}
.cid-uD9Je30S8L .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uD9Je30S8L .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uD9Je30S8L .form-group {
  margin-bottom: 1rem;
}
.cid-uD9Je30S8L .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uD9Je30S8L .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uD9Je30S8L .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uD9Je30S8L .mbr-section-btn {
  margin: 0;
}
.cid-uD9Je30S8L .mbr-section-btn .btn {
  margin: 0;
}
.cid-uD9Iwp2HYq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uD9Iwp2HYq .content {
    text-align: center;
  }
  .cid-uD9Iwp2HYq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uD9Iwp2HYq .logo-subtitle {
  color: #8d97ad;
}
.cid-uD9Iwp2HYq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uD9Iwp2HYq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uD9Iwp2HYq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uD9Iwp2HYq .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uD9Iwp2HYq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uD9Iwp2HYq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uD9Iwp2HYq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uD9Iwp2HYq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uD9Iwp2HYq .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uD9Iwp2HYq .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uD9Iwp2HYq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uD9Iwp2HYq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uD9Iwp2HYq .list-item {
  display: flex;
}
.cid-uD9Iwp2HYq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uD9Iwp2HYq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uD9Iwp2HYq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uD9Iwp2HYq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uD9Iwp2HYq .logo-subtitle,
.cid-uD9Iwp2HYq .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uD9Iwp2HYq .column-title {
  color: #232323;
}
.cid-uD9Iwp2HYq P {
  color: #232323;
}
.cid-uD9Iwp2HYq .mbr-text {
  color: #232323;
}
.cid-uDutnpCjJP {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/3-1280x720.jpg");
}
.cid-uDutnpCjJP .row {
  justify-content: flex-end;
}
.cid-uDutnpCjJP .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.cid-uDutnpCjJP .block {
  background-color: #d7eff7;
}
.cid-uDutnpCjJP img {
  width: 100%;
}
.cid-uDutnpCjJP .content-wrapper {
  margin: auto;
  position: relative;
  padding: 4rem 16rem;
}
.cid-uDutnpCjJP .content {
  max-width: 900px;
}
.cid-uDutnpCjJP h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-uDutnpCjJP .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-uDutnpCjJP h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uDutnpCjJP .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-uDutnpCjJP h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-uDutnpCjJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDutnpCjJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDutnq5Yyw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDutnq5Yyw .p {
  color: #333333;
  padding-top: 30px;
}
.cid-uDutnq5Yyw .row {
  justify-content: center;
}
.cid-uDutnq5Yyw a {
  font-weight: 400 !important;
}
.cid-uDutnqCLkM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uDutnqCLkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDutnqCLkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDutnqCLkM .item {
  padding-bottom: 2rem;
}
.cid-uDutnqCLkM .item-wrapper {
  position: relative;
}
.cid-uDutnqCLkM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uDutnqCLkM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uDutnqCLkM .carousel-control,
.cid-uDutnqCLkM .close {
  background: #1b1b1b;
}
.cid-uDutnqCLkM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uDutnqCLkM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uDutnqCLkM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uDutnqCLkM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uDutnqCLkM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uDutnqCLkM .close::before {
  content: '\e91a';
}
.cid-uDutnqCLkM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDutnqCLkM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uDutnqCLkM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDutnqCLkM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDutnqCLkM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDutnqCLkM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uDutnqCLkM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uDutnqCLkM .carousel-indicators li.active,
.cid-uDutnqCLkM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDutnqCLkM .carousel-indicators li::after,
.cid-uDutnqCLkM .carousel-indicators li::before {
  content: none;
}
.cid-uDutnqCLkM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDutnqCLkM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uDutnqCLkM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDutnqCLkM .carousel-indicators {
    display: none;
  }
}
.cid-uDutnqCLkM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDutnqCLkM .carousel-inner > .active {
  display: block;
}
.cid-uDutnqCLkM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDutnqCLkM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDutnqCLkM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uDutnqCLkM .carousel-control,
  .cid-uDutnqCLkM .carousel-indicators,
  .cid-uDutnqCLkM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uDutnqCLkM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uDutnqCLkM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDutnqCLkM .carousel-indicators .active,
.cid-uDutnqCLkM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uDutnqCLkM .carousel-indicators .active {
  background: #fff;
}
.cid-uDutnqCLkM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uDutnqCLkM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uDutnqCLkM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uDutnqCLkM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uDutnqCLkM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uDutnqCLkM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uDutnqCLkM .carousel {
  width: 100%;
}
.cid-uDutnqCLkM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uDutnqCLkM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uDutnqCLkM .modal.fade .modal-dialog,
.cid-uDutnqCLkM .modal.in .modal-dialog {
  transform: none;
}
.cid-uDutnqCLkM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uDutnqCLkM H6 {
  text-align: center;
}
.cid-uDuDIRVl8J {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDuDIRVl8J .mbr-section-subtitle {
  color: #767676;
}
.cid-uDuDIRVl8J .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDuDIRVl8J H2 {
  text-align: left;
}
.cid-uDutnrz7m8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDutnrz7m8 .content {
    text-align: center;
  }
  .cid-uDutnrz7m8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uDutnrz7m8 .logo-subtitle {
  color: #8d97ad;
}
.cid-uDutnrz7m8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDutnrz7m8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDutnrz7m8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uDutnrz7m8 .media-wrap img {
  height: 9rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uDutnrz7m8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uDutnrz7m8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-uDutnrz7m8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDutnrz7m8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uDutnrz7m8 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uDutnrz7m8 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uDutnrz7m8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDutnrz7m8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDutnrz7m8 .list-item {
  display: flex;
}
.cid-uDutnrz7m8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uDutnrz7m8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uDutnrz7m8 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uDutnrz7m8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-uDutnrz7m8 .logo-subtitle,
.cid-uDutnrz7m8 .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-uDutnrz7m8 .column-title {
  color: #232323;
}
.cid-uDutnrz7m8 P {
  color: #232323;
}
.cid-uDutnrz7m8 .mbr-text {
  color: #232323;
}
.cid-uDutns14jy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #232323;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-uDutns14jy .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uDutns14jy .nav-item,
.cid-uDutns14jy .nav-link,
.cid-uDutns14jy .navbar-caption {
  font-weight: normal;
}
.cid-uDutns14jy .nav-item:focus,
.cid-uDutns14jy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDutns14jy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-uDutns14jy .nav-item .nav-link {
    position: relative;
  }
  .cid-uDutns14jy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #232323;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-uDutns14jy .nav-item:hover .nav-link:before,
  .cid-uDutns14jy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-uDutns14jy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uDutns14jy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDutns14jy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-uDutns14jy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uDutns14jy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDutns14jy .dropdown .dropdown-menu .dropdown-item .soc-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-uDutns14jy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uDutns14jy .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uDutns14jy .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-uDutns14jy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uDutns14jy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDutns14jy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDutns14jy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDutns14jy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDutns14jy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDutns14jy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDutns14jy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDutns14jy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDutns14jy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDutns14jy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDutns14jy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uDutns14jy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uDutns14jy .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uDutns14jy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDutns14jy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDutns14jy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDutns14jy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDutns14jy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDutns14jy .dropdown-item.active,
.cid-uDutns14jy .dropdown-item:active {
  background-color: transparent;
}
.cid-uDutns14jy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDutns14jy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDutns14jy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDutns14jy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-uDutns14jy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDutns14jy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDutns14jy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uDutns14jy .navbar-buttons {
  text-align: center;
}
.cid-uDutns14jy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDutns14jy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uDutns14jy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDutns14jy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDutns14jy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDutns14jy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDutns14jy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDutns14jy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDutns14jy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDutns14jy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDutns14jy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uDutns14jy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDutns14jy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #00260d;
  display: inline-flex;
}
.cid-uDutns14jy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px transparent;
  border-radius: 100px;
}
.cid-uDutns14jy .soc-item {
  margin: .5rem .3rem;
}
.cid-uDutns14jy .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;
}
.cid-uDutns14jy a.nav-link .mbr-iconfont-btn,
.cid-uDutns14jy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uDutns14jy a.nav-link:hover .mbr-iconfont-btn,
.cid-uDutns14jy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 1;
  margin-left: -20px;
}
.cid-uDutns14jy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDutns14jy .navbar {
    height: 77px;
  }
  .cid-uDutns14jy .navbar.opened {
    height: auto;
  }
  .cid-uDutns14jy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
