body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #5b686b !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #2073ba !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !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: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2073ba !important;
  border-color: #2073ba !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #154b79 !important;
  border-color: #154b79 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #154b79 !important;
  border-color: #154b79 !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: #2c3234;
  color: #2c3234;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !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: #2c3234;
  color: #2c3234;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #113d63;
  color: #113d63;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2073ba;
  border-color: #2073ba;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2073ba !important;
  border-color: #2073ba !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: #5b686b !important;
}
.text-secondary {
  color: #5b686b !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #2073ba !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2c3234 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2c3234 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2c3234 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #113d63 !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: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #2073ba;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5b686b;
  border-color: #5b686b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5b686b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ba7aa;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #73b1e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5b686b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #5b686b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #5b686b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5b686b;
  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: #5b686b;
  border-bottom-color: #5b686b;
}
.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: #5b686b !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: #5b686b !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='%235b686b' %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-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .nav-item,
.cid-sdmXsuWaRJ .nav-link,
.cid-sdmXsuWaRJ .navbar-caption {
  font-weight: normal;
}
.cid-sdmXsuWaRJ .nav-item:focus,
.cid-sdmXsuWaRJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sdmXsuWaRJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sdmXsuWaRJ .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-sdmXsuWaRJ .nav-item:hover .nav-link:before,
  .cid-sdmXsuWaRJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdmXsuWaRJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sdmXsuWaRJ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sdmXsuWaRJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sdmXsuWaRJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdmXsuWaRJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdmXsuWaRJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdmXsuWaRJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdmXsuWaRJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdmXsuWaRJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdmXsuWaRJ .dropdown-item.active,
.cid-sdmXsuWaRJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sdmXsuWaRJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdmXsuWaRJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdmXsuWaRJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .navbar-buttons {
  text-align: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdmXsuWaRJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sdmXsuWaRJ .soc-item {
  margin: .5rem .3rem;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ a.nav-link .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sdmXsuWaRJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdmXsuWaRJ .navbar {
    height: 77px;
  }
  .cid-sdmXsuWaRJ .navbar.opened {
    height: auto;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF4vZwItYl {
  background-image: url("../../../assets/images/nomad365c-sales-presentation-0001-1920.webp");
}
.cid-uzQfAxTQGe {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-uzQfAxTQGe .image-block {
  margin: auto;
}
.cid-uzQfAxTQGe .mbr-figure {
  margin: 0 auto;
}
.cid-uzQfAxTQGe figcaption {
  position: relative;
}
.cid-uzQfAxTQGe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uzQfAxTQGe .image-block {
    width: 100% !important;
  }
}
.cid-sdmXxD7s4k {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdmXxD7s4k .mbr-section-subtitle {
  color: #232323;
}
.cid-sdmXxD7s4k .btn {
  margin: 0 0 .5rem 0;
}
.cid-sdnbmBkfOS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdnbmBkfOS .mbr-section-subtitle {
  color: #232323;
}
.cid-tGY9gLujI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGY9gLujI7 .card-box {
  padding: 0 2rem;
}
.cid-tGY9gLujI7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tGY9gLujI7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tGY9gLujI7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tGY9gLujI7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tGY9gLujI7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tGY9gLujI7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tGY9gLujI7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tGY9gLujI7 .card-title {
  text-align: center;
}
.cid-tLFrkGPI9a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tLFrkGPI9a .card-box {
  padding: 0 2rem;
}
.cid-tLFrkGPI9a .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tLFrkGPI9a .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tLFrkGPI9a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLFrkGPI9a p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tLFrkGPI9a .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tLFrkGPI9a .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLFrkGPI9a .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tLFrkGPI9a .card-title {
  text-align: center;
}
.cid-tFEu3pAhNf {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFEu3pAhNf .container,
.cid-tFEu3pAhNf .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tFEu3pAhNf .icon__wrap,
.cid-tFEu3pAhNf .mbr-section-title,
.cid-tFEu3pAhNf .mbr-text,
.cid-tFEu3pAhNf .items__block,
.cid-tFEu3pAhNf .mbr-section-btn,
.cid-tFEu3pAhNf .image {
  pointer-events: all;
}
.cid-tFEu3pAhNf .image {
  text-align: center;
}
.cid-tFEu3pAhNf .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-tFEu3pAhNf .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-tFEu3pAhNf .mbr-text {
  margin-bottom: 40px;
}
.cid-tFEu3pAhNf .items__block .item .mbr-iconfont {
  color: #5b686b;
  margin-right: 10px;
  font-size: 14px;
}
.cid-tFEu3pAhNf .mbr-section-btn {
  margin-top: 55px;
}
.cid-tFEu3pAhNf .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-tFEu3pAhNf .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tFEu3pAhNf .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tFEu3pAhNf .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tFEu3pAhNf .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tFEu3pAhNf .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tFEu3pAhNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEu3pAhNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMwagT0Z2t {
  padding-top: 3rem;
  margin: 0 auto;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMwagT0Z2t img {
  width: 120px;
  margin: auto;
}
.cid-tMwagT0Z2t .card {
  transition: all 0.3s;
  height: fit-content;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMwagT0Z2t .card {
    max-width: 12.5%;
  }
}
.cid-uzQelfhLQG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzQelfhLQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQelfhLQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzQelfhLQG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzQelfhLQG .row {
  flex-direction: row-reverse;
}
.cid-uzQelfhLQG img {
  width: 100%;
  border: 0px solid #5b686b;
  border-radius: 0rem;
}
.cid-uzQelfhLQG .mbr-text {
  color: #04492e;
}
.cid-tF5ir89puD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .content {
    text-align: center;
  }
  .cid-tF5ir89puD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tF5ir89puD .logo-subtitle {
  color: #8d97ad;
}
.cid-tF5ir89puD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tF5ir89puD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tF5ir89puD .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tF5ir89puD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tF5ir89puD .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-tF5ir89puD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tF5ir89puD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tF5ir89puD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tF5ir89puD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tF5ir89puD .list-item {
  display: flex;
}
.cid-tF5ir89puD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tF5ir89puD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tF5ir89puD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tF5ir89puD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tF5ir89puD .logo-subtitle,
.cid-tF5ir89puD .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sdnhcy0ZJv .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-sdnhcy0ZJv .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sdnhcy0ZJv .nav-item,
.cid-sdnhcy0ZJv .nav-link,
.cid-sdnhcy0ZJv .navbar-caption {
  font-weight: normal;
}
.cid-sdnhcy0ZJv .nav-item:focus,
.cid-sdnhcy0ZJv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sdnhcy0ZJv .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sdnhcy0ZJv .nav-item .nav-link {
    position: relative;
  }
  .cid-sdnhcy0ZJv .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-sdnhcy0ZJv .nav-item:hover .nav-link:before,
  .cid-sdnhcy0ZJv .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sdnhcy0ZJv .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-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sdnhcy0ZJv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdnhcy0ZJv .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-sdnhcy0ZJv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdnhcy0ZJv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sdnhcy0ZJv .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sdnhcy0ZJv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sdnhcy0ZJv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdnhcy0ZJv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdnhcy0ZJv .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-sdnhcy0ZJv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdnhcy0ZJv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdnhcy0ZJv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdnhcy0ZJv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdnhcy0ZJv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdnhcy0ZJv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdnhcy0ZJv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdnhcy0ZJv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdnhcy0ZJv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdnhcy0ZJv .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-sdnhcy0ZJv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdnhcy0ZJv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdnhcy0ZJv .dropdown-item.active,
.cid-sdnhcy0ZJv .dropdown-item:active {
  background-color: transparent;
}
.cid-sdnhcy0ZJv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdnhcy0ZJv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdnhcy0ZJv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdnhcy0ZJv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sdnhcy0ZJv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdnhcy0ZJv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdnhcy0ZJv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdnhcy0ZJv .navbar-buttons {
  text-align: center;
}
.cid-sdnhcy0ZJv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdnhcy0ZJv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdnhcy0ZJv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdnhcy0ZJv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdnhcy0ZJv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdnhcy0ZJv .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-sdnhcy0ZJv .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sdnhcy0ZJv .soc-item {
  margin: .5rem .3rem;
}
.cid-sdnhcy0ZJv .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-sdnhcy0ZJv a.nav-link .mbr-iconfont-btn,
.cid-sdnhcy0ZJv a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sdnhcy0ZJv a.nav-link:hover .mbr-iconfont-btn,
.cid-sdnhcy0ZJv a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sdnhcy0ZJv a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdnhcy0ZJv .navbar {
    height: 77px;
  }
  .cid-sdnhcy0ZJv .navbar.opened {
    height: auto;
  }
  .cid-sdnhcy0ZJv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdnhczp5RR {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdnhczp5RR .mbr-section-subtitle {
  color: #232323;
}
.cid-thjcUUO2kM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-thjcUUO2kM .mbr-section-title,
.cid-thjcUUO2kM .mbr-section-subtitle {
  text-align: center;
}
.cid-thjcUUO2kM .card {
  margin-bottom: 2rem;
}
.cid-thjcUUO2kM .cards-wrap {
  background: #f6f7f8;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 48px;
}
.cid-thjcUUO2kM .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-thjcUUO2kM .cards-wrap .card {
  display: flex;
  flex-direction: row;
}
.cid-thjcUUO2kM .cards-wrap .card-img {
  font-size: 40px;
  background: #5b686b;
  line-height: 68px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cid-thjcUUO2kM .cards-wrap .card .card-wrapper {
  margin-left: 23px;
  border-radius: 4px;
}
.cid-thjcUUO2kM .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-thjcUUO2kM .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-thjcUUO2kM .cards-wrap .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .cid-thjcUUO2kM .cards-wrap .card .card-img {
    align-self: center;
  }
  .cid-thjcUUO2kM * {
    text-align: center;
  }
}
.cid-thjcUUO2kM .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #232323;
}
.cid-tGB5tEnY7R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGB5tEnY7R .mbr-section-subtitle {
  color: #14191e;
}
.cid-tGB5tEnY7R .mbr-text {
  color: #000000;
}
.cid-tF5ir89puD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .content {
    text-align: center;
  }
  .cid-tF5ir89puD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tF5ir89puD .logo-subtitle {
  color: #8d97ad;
}
.cid-tF5ir89puD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tF5ir89puD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tF5ir89puD .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tF5ir89puD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tF5ir89puD .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-tF5ir89puD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tF5ir89puD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tF5ir89puD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tF5ir89puD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tF5ir89puD .list-item {
  display: flex;
}
.cid-tF5ir89puD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tF5ir89puD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tF5ir89puD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tF5ir89puD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tF5ir89puD .logo-subtitle,
.cid-tF5ir89puD .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFEvyisVA1 .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-tFEvyisVA1 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFEvyisVA1 .nav-item,
.cid-tFEvyisVA1 .nav-link,
.cid-tFEvyisVA1 .navbar-caption {
  font-weight: normal;
}
.cid-tFEvyisVA1 .nav-item:focus,
.cid-tFEvyisVA1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFEvyisVA1 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFEvyisVA1 .nav-item .nav-link {
    position: relative;
  }
  .cid-tFEvyisVA1 .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-tFEvyisVA1 .nav-item:hover .nav-link:before,
  .cid-tFEvyisVA1 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFEvyisVA1 .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-tFEvyisVA1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFEvyisVA1 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFEvyisVA1 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFEvyisVA1 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFEvyisVA1 .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-tFEvyisVA1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFEvyisVA1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFEvyisVA1 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFEvyisVA1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFEvyisVA1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFEvyisVA1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFEvyisVA1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFEvyisVA1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFEvyisVA1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFEvyisVA1 .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-tFEvyisVA1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFEvyisVA1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFEvyisVA1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFEvyisVA1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFEvyisVA1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFEvyisVA1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFEvyisVA1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFEvyisVA1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFEvyisVA1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFEvyisVA1 .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-tFEvyisVA1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFEvyisVA1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFEvyisVA1 .dropdown-item.active,
.cid-tFEvyisVA1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFEvyisVA1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFEvyisVA1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFEvyisVA1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFEvyisVA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFEvyisVA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFEvyisVA1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFEvyisVA1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFEvyisVA1 .navbar-buttons {
  text-align: center;
}
.cid-tFEvyisVA1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFEvyisVA1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFEvyisVA1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFEvyisVA1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFEvyisVA1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFEvyisVA1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFEvyisVA1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFEvyisVA1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFEvyisVA1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFEvyisVA1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFEvyisVA1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFEvyisVA1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFEvyisVA1 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFEvyisVA1 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFEvyisVA1 .soc-item {
  margin: .5rem .3rem;
}
.cid-tFEvyisVA1 .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-tFEvyisVA1 a.nav-link .mbr-iconfont-btn,
.cid-tFEvyisVA1 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFEvyisVA1 a.nav-link:hover .mbr-iconfont-btn,
.cid-tFEvyisVA1 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFEvyisVA1 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFEvyisVA1 .navbar {
    height: 77px;
  }
  .cid-tFEvyisVA1 .navbar.opened {
    height: auto;
  }
  .cid-tFEvyisVA1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFEvykc7zu {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFEvykc7zu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFEvykc7zu .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tFEvykc7zu .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tFEw23bCt1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFEw23bCt1 .line {
  background-color: #879a9f;
  color: #879a9f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFEw23bCt1 .section-text {
  padding: 2rem 0;
}
.cid-tFEw23bCt1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tFEw23bCt1 .inner-container {
    width: 100% !important;
  }
}
.cid-tFEvykJUhD {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFEvykJUhD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tFEvykJUhD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFEvykJUhD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFEvykJUhD .mbr-text {
    text-align: center;
  }
}
.cid-tFEvykJUhD H1 {
  color: #232323;
}
.cid-tFEvykJUhD .mbr-text,
.cid-tFEvykJUhD .mbr-section-btn {
  color: #232323;
}
.cid-tFEvykJUhD H2 {
  color: #232323;
}
.cid-tFEvymeb3u {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tFEvymeb3u .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFEvymeb3u .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tFEvymeb3u .mbr-text {
    text-align: center;
  }
}
.cid-tFEvymeb3u H1 {
  color: #232323;
}
.cid-tFEvymeb3u .mbr-text,
.cid-tFEvymeb3u .mbr-section-btn {
  color: #232323;
}
.cid-tFEvyohMme {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFEvyohMme .mbr-section-title {
  margin-bottom: 0;
  text-align: left;
}
.cid-tFEvyohMme .mbr-text {
  margin-top: 10px;
  margin-bottom: 0;
  color: #232323;
}
.cid-tFEvyohMme .card__block {
  margin-top: 45px;
  font-weight: 500;
}
.cid-tFEvyohMme .card__title {
  width: 100%;
}
.cid-tFEvyohMme .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEvyohMme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFExhAhNqZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tFExhAhNqZ .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
.cid-tFExhAhNqZ .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-tFExhAhNqZ .container {
  padding-left: 53px;
  padding-right: 53px;
}
.cid-tFExhAhNqZ .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tFExhAhNqZ .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
@media (max-width: 768px) {
  .cid-tFExhAhNqZ .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tFEvyp1zFi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFEvyp1zFi .content {
    text-align: center;
  }
  .cid-tFEvyp1zFi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFEvyp1zFi .logo-subtitle {
  color: #8d97ad;
}
.cid-tFEvyp1zFi .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFEvyp1zFi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFEvyp1zFi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFEvyp1zFi .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFEvyp1zFi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFEvyp1zFi .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFEvyp1zFi .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-tFEvyp1zFi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFEvyp1zFi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFEvyp1zFi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFEvyp1zFi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFEvyp1zFi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFEvyp1zFi .list-item {
  display: flex;
}
.cid-tFEvyp1zFi .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFEvyp1zFi ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFEvyp1zFi ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFEvyp1zFi ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFEvyp1zFi .logo-subtitle,
.cid-tFEvyp1zFi .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJHlYmRsW .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-tFJHlYmRsW .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJHlYmRsW .nav-item,
.cid-tFJHlYmRsW .nav-link,
.cid-tFJHlYmRsW .navbar-caption {
  font-weight: normal;
}
.cid-tFJHlYmRsW .nav-item:focus,
.cid-tFJHlYmRsW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJHlYmRsW .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJHlYmRsW .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJHlYmRsW .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-tFJHlYmRsW .nav-item:hover .nav-link:before,
  .cid-tFJHlYmRsW .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJHlYmRsW .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-tFJHlYmRsW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJHlYmRsW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJHlYmRsW .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJHlYmRsW .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJHlYmRsW .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-tFJHlYmRsW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJHlYmRsW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJHlYmRsW .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJHlYmRsW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJHlYmRsW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJHlYmRsW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJHlYmRsW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJHlYmRsW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJHlYmRsW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJHlYmRsW .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-tFJHlYmRsW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJHlYmRsW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJHlYmRsW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJHlYmRsW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJHlYmRsW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJHlYmRsW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJHlYmRsW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJHlYmRsW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJHlYmRsW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJHlYmRsW .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-tFJHlYmRsW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJHlYmRsW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJHlYmRsW .dropdown-item.active,
.cid-tFJHlYmRsW .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJHlYmRsW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJHlYmRsW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJHlYmRsW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJHlYmRsW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJHlYmRsW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJHlYmRsW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJHlYmRsW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJHlYmRsW .navbar-buttons {
  text-align: center;
}
.cid-tFJHlYmRsW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJHlYmRsW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJHlYmRsW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJHlYmRsW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJHlYmRsW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJHlYmRsW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJHlYmRsW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJHlYmRsW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJHlYmRsW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJHlYmRsW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJHlYmRsW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJHlYmRsW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJHlYmRsW .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJHlYmRsW .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJHlYmRsW .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJHlYmRsW .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-tFJHlYmRsW a.nav-link .mbr-iconfont-btn,
.cid-tFJHlYmRsW a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJHlYmRsW a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJHlYmRsW a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJHlYmRsW a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJHlYmRsW .navbar {
    height: 77px;
  }
  .cid-tFJHlYmRsW .navbar.opened {
    height: auto;
  }
  .cid-tFJHlYmRsW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJHlZvMQ6 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFJHlZvMQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJHlZvMQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJHlZvMQ6 .container-fluid {
  padding: 0;
}
.cid-tFJHlZvMQ6 .row {
  padding: 0;
}
.cid-tFJHlZvMQ6 .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJHlZvMQ6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJHlZvMQ6 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJHlZvMQ6 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJHlZvMQ6 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJHlZvMQ6 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJHlZvMQ6 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJHlZvMQ6 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJHlZvMQ6 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJHlZvMQ6 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJHlZvMQ6 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJHlZvMQ6 .mbr-section-title {
  color: #1c314e;
}
.cid-tFJHlZvMQ6 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJHlZvMQ6 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJHlZvMQ6 .mbr-section-title,
.cid-tFJHlZvMQ6 .mbr-section-btn {
  text-align: center;
}
.cid-tFJHm09o75 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFJHm09o75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJHm09o75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJHm09o75 .row {
  justify-content: flex-start;
}
.cid-tFJHm09o75 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tFJHm09o75 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tFJHm09o75 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tFJHm09o75 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tFJHm12e7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJHm12e7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJHm12e7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJHm12e7r .row {
    padding: 0 24px;
  }
}
.cid-tFJHm12e7r .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFJHm12e7r .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFJHm12e7r .mbr-section-title {
  color: #005c62;
}
.cid-tFJHm12e7r .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tFJHm12e7r .mbr-section-title,
.cid-tFJHm12e7r .mbr-section-btn {
  text-align: center;
}
.cid-tGXtCru0E6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGXtCru0E6 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tGXtCru0E6 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGXtCru0E6 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tGXtCru0E6 .mbr-text,
.cid-tGXtCru0E6 .mbr-section-btn {
  color: #232323;
}
.cid-tFJHm1IS8g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJHm1IS8g .content {
    text-align: center;
  }
  .cid-tFJHm1IS8g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJHm1IS8g .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJHm1IS8g .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJHm1IS8g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJHm1IS8g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJHm1IS8g .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJHm1IS8g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJHm1IS8g .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJHm1IS8g .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-tFJHm1IS8g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJHm1IS8g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJHm1IS8g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJHm1IS8g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJHm1IS8g .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJHm1IS8g .list-item {
  display: flex;
}
.cid-tFJHm1IS8g .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJHm1IS8g ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJHm1IS8g ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJHm1IS8g ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJHm1IS8g .logo-subtitle,
.cid-tFJHm1IS8g .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJGikcdoY .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-tFJGikcdoY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJGikcdoY .nav-item,
.cid-tFJGikcdoY .nav-link,
.cid-tFJGikcdoY .navbar-caption {
  font-weight: normal;
}
.cid-tFJGikcdoY .nav-item:focus,
.cid-tFJGikcdoY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJGikcdoY .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJGikcdoY .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJGikcdoY .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-tFJGikcdoY .nav-item:hover .nav-link:before,
  .cid-tFJGikcdoY .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJGikcdoY .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-tFJGikcdoY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJGikcdoY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJGikcdoY .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJGikcdoY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJGikcdoY .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-tFJGikcdoY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJGikcdoY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJGikcdoY .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJGikcdoY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJGikcdoY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJGikcdoY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJGikcdoY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJGikcdoY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJGikcdoY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJGikcdoY .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-tFJGikcdoY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJGikcdoY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJGikcdoY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJGikcdoY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJGikcdoY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJGikcdoY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJGikcdoY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJGikcdoY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJGikcdoY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJGikcdoY .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-tFJGikcdoY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJGikcdoY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJGikcdoY .dropdown-item.active,
.cid-tFJGikcdoY .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJGikcdoY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJGikcdoY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJGikcdoY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJGikcdoY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJGikcdoY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJGikcdoY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJGikcdoY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJGikcdoY .navbar-buttons {
  text-align: center;
}
.cid-tFJGikcdoY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJGikcdoY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJGikcdoY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJGikcdoY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJGikcdoY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJGikcdoY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJGikcdoY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJGikcdoY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJGikcdoY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJGikcdoY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJGikcdoY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJGikcdoY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJGikcdoY .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJGikcdoY .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJGikcdoY .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJGikcdoY .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-tFJGikcdoY a.nav-link .mbr-iconfont-btn,
.cid-tFJGikcdoY a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJGikcdoY a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJGikcdoY a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJGikcdoY a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJGikcdoY .navbar {
    height: 77px;
  }
  .cid-tFJGikcdoY .navbar.opened {
    height: auto;
  }
  .cid-tFJGikcdoY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJGioIZjz {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFJGioIZjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJGioIZjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJGioIZjz .container-fluid {
  padding: 0;
}
.cid-tFJGioIZjz .row {
  padding: 0;
}
.cid-tFJGioIZjz .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJGioIZjz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJGioIZjz .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJGioIZjz .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJGioIZjz .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJGioIZjz .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJGioIZjz .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJGioIZjz .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJGioIZjz .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJGioIZjz .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJGioIZjz .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJGioIZjz .mbr-section-title {
  color: #1c314e;
}
.cid-tFJGioIZjz .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJGioIZjz .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJGioIZjz .mbr-section-title,
.cid-tFJGioIZjz .mbr-section-btn {
  text-align: center;
}
.cid-tFJGipvseu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJGipvseu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJGipvseu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJGipvseu .row {
  justify-content: flex-start;
}
.cid-tFJGipvseu .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tFJGipvseu .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tFJGipvseu .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tFJGipvseu .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tGXrG8uZyo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXrG8uZyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXrG8uZyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXrG8uZyo .row {
  justify-content: flex-start;
}
.cid-tGXrG8uZyo .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tGXrG8uZyo .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tGXrG8uZyo .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tGXrG8uZyo .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tFJGiquG4O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJGiquG4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJGiquG4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJGiquG4O .row {
    padding: 0 24px;
  }
}
.cid-tFJGiquG4O .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFJGiquG4O .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFJGiquG4O .mbr-section-title {
  color: #005c62;
}
.cid-tFJGiquG4O .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tFJGiquG4O .mbr-section-title,
.cid-tFJGiquG4O .mbr-section-btn {
  text-align: center;
}
.cid-tGXrHjYZJE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGXrHjYZJE .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tGXrHjYZJE .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGXrHjYZJE .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tGXrHjYZJE .mbr-text,
.cid-tGXrHjYZJE .mbr-section-btn {
  color: #232323;
}
.cid-tFJGir815E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJGir815E .content {
    text-align: center;
  }
  .cid-tFJGir815E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJGir815E .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJGir815E .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJGir815E .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJGir815E .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJGir815E .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJGir815E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJGir815E .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJGir815E .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-tFJGir815E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJGir815E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJGir815E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJGir815E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJGir815E .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJGir815E .list-item {
  display: flex;
}
.cid-tFJGir815E .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJGir815E ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJGir815E ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJGir815E ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJGir815E .logo-subtitle,
.cid-tFJGir815E .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJFlLrtlJ .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-tFJFlLrtlJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJFlLrtlJ .nav-item,
.cid-tFJFlLrtlJ .nav-link,
.cid-tFJFlLrtlJ .navbar-caption {
  font-weight: normal;
}
.cid-tFJFlLrtlJ .nav-item:focus,
.cid-tFJFlLrtlJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJFlLrtlJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJFlLrtlJ .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJFlLrtlJ .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-tFJFlLrtlJ .nav-item:hover .nav-link:before,
  .cid-tFJFlLrtlJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJFlLrtlJ .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-tFJFlLrtlJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJFlLrtlJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJFlLrtlJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJFlLrtlJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJFlLrtlJ .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-tFJFlLrtlJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJFlLrtlJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJFlLrtlJ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJFlLrtlJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJFlLrtlJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJFlLrtlJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJFlLrtlJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJFlLrtlJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJFlLrtlJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJFlLrtlJ .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-tFJFlLrtlJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJFlLrtlJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJFlLrtlJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJFlLrtlJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJFlLrtlJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJFlLrtlJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJFlLrtlJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJFlLrtlJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJFlLrtlJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJFlLrtlJ .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-tFJFlLrtlJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJFlLrtlJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJFlLrtlJ .dropdown-item.active,
.cid-tFJFlLrtlJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJFlLrtlJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJFlLrtlJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJFlLrtlJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJFlLrtlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJFlLrtlJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJFlLrtlJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJFlLrtlJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJFlLrtlJ .navbar-buttons {
  text-align: center;
}
.cid-tFJFlLrtlJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJFlLrtlJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJFlLrtlJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJFlLrtlJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJFlLrtlJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJFlLrtlJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJFlLrtlJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJFlLrtlJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJFlLrtlJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJFlLrtlJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJFlLrtlJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJFlLrtlJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJFlLrtlJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJFlLrtlJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJFlLrtlJ .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJFlLrtlJ .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-tFJFlLrtlJ a.nav-link .mbr-iconfont-btn,
.cid-tFJFlLrtlJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJFlLrtlJ a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJFlLrtlJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJFlLrtlJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJFlLrtlJ .navbar {
    height: 77px;
  }
  .cid-tFJFlLrtlJ .navbar.opened {
    height: auto;
  }
  .cid-tFJFlLrtlJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJFlN6oOW {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFJFlN6oOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJFlN6oOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJFlN6oOW .container-fluid {
  padding: 0;
}
.cid-tFJFlN6oOW .row {
  padding: 0;
}
.cid-tFJFlN6oOW .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJFlN6oOW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJFlN6oOW .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJFlN6oOW .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJFlN6oOW .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJFlN6oOW .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJFlN6oOW .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJFlN6oOW .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJFlN6oOW .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJFlN6oOW .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJFlN6oOW .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJFlN6oOW .mbr-section-title {
  color: #1c314e;
}
.cid-tFJFlN6oOW .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJFlN6oOW .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJFlN6oOW .mbr-section-title,
.cid-tFJFlN6oOW .mbr-section-btn {
  text-align: center;
}
.cid-tFJFlP7062 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJFlP7062 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJFlP7062 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJFlP7062 .row {
  justify-content: flex-start;
}
.cid-tFJFlP7062 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tFJFlP7062 .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tFJFlP7062 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tFJFlP7062 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tGXpIX8o8f {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXpIX8o8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXpIX8o8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXpIX8o8f .row {
  justify-content: flex-start;
}
.cid-tGXpIX8o8f .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tGXpIX8o8f .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tGXpIX8o8f .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tGXpIX8o8f .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tFJFlRd9W7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJFlRd9W7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJFlRd9W7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJFlRd9W7 .row {
    padding: 0 24px;
  }
}
.cid-tFJFlRd9W7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFJFlRd9W7 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFJFlRd9W7 .mbr-section-title {
  color: #005c62;
}
.cid-tFJFlRd9W7 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tFJFlRd9W7 .mbr-section-title,
.cid-tFJFlRd9W7 .mbr-section-btn {
  text-align: center;
}
.cid-tGXpK7JEE9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGXpK7JEE9 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tGXpK7JEE9 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGXpK7JEE9 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tGXpK7JEE9 .mbr-text,
.cid-tGXpK7JEE9 .mbr-section-btn {
  color: #232323;
}
.cid-tFJFlRTmcL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJFlRTmcL .content {
    text-align: center;
  }
  .cid-tFJFlRTmcL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJFlRTmcL .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJFlRTmcL .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJFlRTmcL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJFlRTmcL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJFlRTmcL .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJFlRTmcL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJFlRTmcL .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJFlRTmcL .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-tFJFlRTmcL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJFlRTmcL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJFlRTmcL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJFlRTmcL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJFlRTmcL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJFlRTmcL .list-item {
  display: flex;
}
.cid-tFJFlRTmcL .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJFlRTmcL ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJFlRTmcL ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJFlRTmcL ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJFlRTmcL .logo-subtitle,
.cid-tFJFlRTmcL .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJDKwRgqG .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-tFJDKwRgqG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJDKwRgqG .nav-item,
.cid-tFJDKwRgqG .nav-link,
.cid-tFJDKwRgqG .navbar-caption {
  font-weight: normal;
}
.cid-tFJDKwRgqG .nav-item:focus,
.cid-tFJDKwRgqG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJDKwRgqG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJDKwRgqG .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJDKwRgqG .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-tFJDKwRgqG .nav-item:hover .nav-link:before,
  .cid-tFJDKwRgqG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJDKwRgqG .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-tFJDKwRgqG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJDKwRgqG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJDKwRgqG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJDKwRgqG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJDKwRgqG .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-tFJDKwRgqG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJDKwRgqG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJDKwRgqG .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJDKwRgqG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJDKwRgqG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJDKwRgqG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJDKwRgqG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJDKwRgqG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJDKwRgqG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJDKwRgqG .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-tFJDKwRgqG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJDKwRgqG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJDKwRgqG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJDKwRgqG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJDKwRgqG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJDKwRgqG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJDKwRgqG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJDKwRgqG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJDKwRgqG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJDKwRgqG .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-tFJDKwRgqG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJDKwRgqG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJDKwRgqG .dropdown-item.active,
.cid-tFJDKwRgqG .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJDKwRgqG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJDKwRgqG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJDKwRgqG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJDKwRgqG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJDKwRgqG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJDKwRgqG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJDKwRgqG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJDKwRgqG .navbar-buttons {
  text-align: center;
}
.cid-tFJDKwRgqG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJDKwRgqG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJDKwRgqG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJDKwRgqG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJDKwRgqG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJDKwRgqG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJDKwRgqG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJDKwRgqG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJDKwRgqG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJDKwRgqG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJDKwRgqG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJDKwRgqG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJDKwRgqG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJDKwRgqG .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJDKwRgqG .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJDKwRgqG .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-tFJDKwRgqG a.nav-link .mbr-iconfont-btn,
.cid-tFJDKwRgqG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJDKwRgqG a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJDKwRgqG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJDKwRgqG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJDKwRgqG .navbar {
    height: 77px;
  }
  .cid-tFJDKwRgqG .navbar.opened {
    height: auto;
  }
  .cid-tFJDKwRgqG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJDKyjpdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFJDKyjpdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJDKyjpdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJDKyjpdK .container-fluid {
  padding: 0;
}
.cid-tFJDKyjpdK .row {
  padding: 0;
}
.cid-tFJDKyjpdK .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJDKyjpdK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJDKyjpdK .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJDKyjpdK .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJDKyjpdK .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJDKyjpdK .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJDKyjpdK .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJDKyjpdK .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJDKyjpdK .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJDKyjpdK .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJDKyjpdK .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJDKyjpdK .mbr-section-title {
  color: #1c314e;
}
.cid-tFJDKyjpdK .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJDKyjpdK .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJDKyjpdK .mbr-section-title,
.cid-tFJDKyjpdK .mbr-section-btn {
  text-align: center;
}
.cid-tFJDKz6SaX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJDKz6SaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJDKz6SaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJDKz6SaX .row {
  justify-content: flex-start;
}
.cid-tFJDKz6SaX .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tFJDKz6SaX .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tFJDKz6SaX .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tFJDKz6SaX .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tGXo81A9Ky {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXo81A9Ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXo81A9Ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXo81A9Ky .row {
  justify-content: flex-start;
}
.cid-tGXo81A9Ky .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tGXo81A9Ky .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tGXo81A9Ky .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tGXo81A9Ky .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tFJDKAb2rV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJDKAb2rV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJDKAb2rV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJDKAb2rV .row {
    padding: 0 24px;
  }
}
.cid-tFJDKAb2rV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFJDKAb2rV .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFJDKAb2rV .mbr-section-title {
  color: #005c62;
}
.cid-tFJDKAb2rV .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tFJDKAb2rV .mbr-section-title,
.cid-tFJDKAb2rV .mbr-section-btn {
  text-align: center;
}
.cid-tGXjMm7gBn {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGXjMm7gBn .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tGXjMm7gBn .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGXjMm7gBn .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tGXjMm7gBn .mbr-text,
.cid-tGXjMm7gBn .mbr-section-btn {
  color: #232323;
}
.cid-tFJDKANWpf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJDKANWpf .content {
    text-align: center;
  }
  .cid-tFJDKANWpf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJDKANWpf .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJDKANWpf .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJDKANWpf .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJDKANWpf .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJDKANWpf .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJDKANWpf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJDKANWpf .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJDKANWpf .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-tFJDKANWpf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJDKANWpf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJDKANWpf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJDKANWpf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJDKANWpf .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJDKANWpf .list-item {
  display: flex;
}
.cid-tFJDKANWpf .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJDKANWpf ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJDKANWpf ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJDKANWpf ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJDKANWpf .logo-subtitle,
.cid-tFJDKANWpf .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .nav-item,
.cid-sdmXsuWaRJ .nav-link,
.cid-sdmXsuWaRJ .navbar-caption {
  font-weight: normal;
}
.cid-sdmXsuWaRJ .nav-item:focus,
.cid-sdmXsuWaRJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sdmXsuWaRJ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link {
    position: relative;
  }
  .cid-sdmXsuWaRJ .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-sdmXsuWaRJ .nav-item:hover .nav-link:before,
  .cid-sdmXsuWaRJ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sdmXsuWaRJ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdmXsuWaRJ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sdmXsuWaRJ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sdmXsuWaRJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sdmXsuWaRJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdmXsuWaRJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdmXsuWaRJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdmXsuWaRJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdmXsuWaRJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdmXsuWaRJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdmXsuWaRJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdmXsuWaRJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdmXsuWaRJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdmXsuWaRJ .dropdown-item.active,
.cid-sdmXsuWaRJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sdmXsuWaRJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdmXsuWaRJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-sdmXsuWaRJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdmXsuWaRJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdmXsuWaRJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdmXsuWaRJ .navbar-buttons {
  text-align: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdmXsuWaRJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdmXsuWaRJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdmXsuWaRJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdmXsuWaRJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-sdmXsuWaRJ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sdmXsuWaRJ .soc-item {
  margin: .5rem .3rem;
}
.cid-sdmXsuWaRJ .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-sdmXsuWaRJ a.nav-link .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sdmXsuWaRJ a.nav-link:hover .mbr-iconfont-btn,
.cid-sdmXsuWaRJ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sdmXsuWaRJ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdmXsuWaRJ .navbar {
    height: 77px;
  }
  .cid-sdmXsuWaRJ .navbar.opened {
    height: auto;
  }
  .cid-sdmXsuWaRJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJBpt49MD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFJBpt49MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJBpt49MD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJBpt49MD .container-fluid {
  padding: 0;
}
.cid-tFJBpt49MD .row {
  padding: 0;
}
.cid-tFJBpt49MD .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJBpt49MD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJBpt49MD .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJBpt49MD .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJBpt49MD .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJBpt49MD .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJBpt49MD .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJBpt49MD .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJBpt49MD .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJBpt49MD .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJBpt49MD .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJBpt49MD .mbr-section-title {
  color: #1c314e;
}
.cid-tFJBpt49MD .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJBpt49MD .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJBpt49MD .mbr-section-title,
.cid-tFJBpt49MD .mbr-section-btn {
  text-align: center;
}
.cid-tFJC3BgBFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJC3BgBFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJC3BgBFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJC3BgBFF .row {
  justify-content: flex-start;
}
.cid-tFJC3BgBFF .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tFJC3BgBFF .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tFJC3BgBFF .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tFJC3BgBFF .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tGXly5qHUY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGXly5qHUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGXly5qHUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGXly5qHUY .row {
  justify-content: flex-start;
}
.cid-tGXly5qHUY .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tGXly5qHUY .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tGXly5qHUY .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tGXly5qHUY .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tFEAtNM1ty {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFEAtNM1ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEAtNM1ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFEAtNM1ty .row {
    padding: 0 24px;
  }
}
.cid-tFEAtNM1ty .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFEAtNM1ty .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFEAtNM1ty .mbr-section-title {
  color: #005c62;
}
.cid-tFEAtNM1ty .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tFEAtNM1ty .mbr-section-title,
.cid-tFEAtNM1ty .mbr-section-btn {
  text-align: center;
}
.cid-tGXjkCLExx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGXjkCLExx .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tGXjkCLExx .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tGXjkCLExx .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tGXjkCLExx .mbr-text,
.cid-tGXjkCLExx .mbr-section-btn {
  color: #232323;
}
.cid-tF5ir89puD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .content {
    text-align: center;
  }
  .cid-tF5ir89puD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tF5ir89puD .logo-subtitle {
  color: #8d97ad;
}
.cid-tF5ir89puD .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tF5ir89puD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tF5ir89puD .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tF5ir89puD .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tF5ir89puD .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-tF5ir89puD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tF5ir89puD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tF5ir89puD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tF5ir89puD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tF5ir89puD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tF5ir89puD .list-item {
  display: flex;
}
.cid-tF5ir89puD .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tF5ir89puD ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tF5ir89puD ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tF5ir89puD ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tF5ir89puD .logo-subtitle,
.cid-tF5ir89puD .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJKYuMbfM .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-tFJKYuMbfM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJKYuMbfM .nav-item,
.cid-tFJKYuMbfM .nav-link,
.cid-tFJKYuMbfM .navbar-caption {
  font-weight: normal;
}
.cid-tFJKYuMbfM .nav-item:focus,
.cid-tFJKYuMbfM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJKYuMbfM .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJKYuMbfM .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJKYuMbfM .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-tFJKYuMbfM .nav-item:hover .nav-link:before,
  .cid-tFJKYuMbfM .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJKYuMbfM .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-tFJKYuMbfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJKYuMbfM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJKYuMbfM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJKYuMbfM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJKYuMbfM .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-tFJKYuMbfM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJKYuMbfM .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJKYuMbfM .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJKYuMbfM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJKYuMbfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJKYuMbfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJKYuMbfM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJKYuMbfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJKYuMbfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJKYuMbfM .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-tFJKYuMbfM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJKYuMbfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJKYuMbfM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJKYuMbfM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJKYuMbfM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJKYuMbfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJKYuMbfM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJKYuMbfM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJKYuMbfM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJKYuMbfM .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-tFJKYuMbfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJKYuMbfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJKYuMbfM .dropdown-item.active,
.cid-tFJKYuMbfM .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJKYuMbfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJKYuMbfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJKYuMbfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJKYuMbfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJKYuMbfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJKYuMbfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJKYuMbfM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJKYuMbfM .navbar-buttons {
  text-align: center;
}
.cid-tFJKYuMbfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJKYuMbfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJKYuMbfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJKYuMbfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJKYuMbfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJKYuMbfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJKYuMbfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJKYuMbfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJKYuMbfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJKYuMbfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJKYuMbfM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJKYuMbfM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJKYuMbfM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJKYuMbfM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJKYuMbfM .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJKYuMbfM .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-tFJKYuMbfM a.nav-link .mbr-iconfont-btn,
.cid-tFJKYuMbfM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJKYuMbfM a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJKYuMbfM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJKYuMbfM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJKYuMbfM .navbar {
    height: 77px;
  }
  .cid-tFJKYuMbfM .navbar.opened {
    height: auto;
  }
  .cid-tFJKYuMbfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJKYvXCxs {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFJKYvXCxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJKYvXCxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJKYvXCxs .container-fluid {
  padding: 0;
}
.cid-tFJKYvXCxs .row {
  padding: 0;
}
.cid-tFJKYvXCxs .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJKYvXCxs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJKYvXCxs .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJKYvXCxs .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJKYvXCxs .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJKYvXCxs .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJKYvXCxs .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJKYvXCxs .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJKYvXCxs .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJKYvXCxs .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJKYvXCxs .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJKYvXCxs .mbr-section-title {
  color: #1c314e;
}
.cid-tFJKYvXCxs .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJKYvXCxs .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJKYvXCxs .mbr-section-title,
.cid-tFJKYvXCxs .mbr-section-btn {
  text-align: center;
}
.cid-u9CaVfCQVR {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-u9CaVfCQVR .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CaVfCQVR .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-u9CaVfCQVR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u9CaVfCQVR .media-container-row .mbr-figure {
    padding-left: 0;
    padding-right: 4rem;
  }
}
.cid-u9CaVfCQVR ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-u9CaVfCQVR ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-u9CaVfCQVR ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #232323;
}
.cid-tFJLZGHYH7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFJLZGHYH7 img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tFJLZGHYH7 img {
    width: 100%;
  }
  .cid-tFJLZGHYH7 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tFJLZGHYH7 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tFJLZGHYH7 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tFJLZGHYH7 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #232323;
}
.cid-tLF6Py4swo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLF6Py4swo .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tLF6Py4swo .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tLF6Py4swo .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tLF6Py4swo P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-tLF6Py4swo img {
  margin-top: 15px;
}
@media (max-width: 990px) {
  .cid-tLF6Py4swo .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-tLF6Py4swo .top,
  .cid-tLF6Py4swo .top-2 {
    margin-top: 0;
  }
}
.cid-tFJMWCggwK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFJMWCggwK img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tFJMWCggwK img {
    width: 100%;
  }
  .cid-tFJMWCggwK .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tFJMWCggwK ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tFJMWCggwK ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tFJMWCggwK ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #232323;
}
.cid-tFJN5uY7M3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFJN5uY7M3 img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tFJN5uY7M3 img {
    width: 100%;
  }
  .cid-tFJN5uY7M3 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tFJN5uY7M3 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tFJN5uY7M3 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tFJN5uY7M3 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #232323;
}
.cid-tFJKYxLkjE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJKYxLkjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJKYxLkjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFJKYxLkjE .row {
    padding: 0 24px;
  }
}
.cid-tFJKYxLkjE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFJKYxLkjE .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tFJKYxLkjE .mbr-section-title {
  color: #005c62;
}
.cid-tFJKYxLkjE .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tFJKYxLkjE .mbr-section-title,
.cid-tFJKYxLkjE .mbr-section-btn {
  text-align: center;
}
.cid-tFJKYyowkE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJKYyowkE .content {
    text-align: center;
  }
  .cid-tFJKYyowkE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJKYyowkE .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJKYyowkE .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJKYyowkE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJKYyowkE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJKYyowkE .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJKYyowkE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJKYyowkE .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJKYyowkE .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-tFJKYyowkE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJKYyowkE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJKYyowkE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJKYyowkE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJKYyowkE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJKYyowkE .list-item {
  display: flex;
}
.cid-tFJKYyowkE .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJKYyowkE ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJKYyowkE ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJKYyowkE ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJKYyowkE .logo-subtitle,
.cid-tFJKYyowkE .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJWCU5vIA .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-tFJWCU5vIA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJWCU5vIA .nav-item,
.cid-tFJWCU5vIA .nav-link,
.cid-tFJWCU5vIA .navbar-caption {
  font-weight: normal;
}
.cid-tFJWCU5vIA .nav-item:focus,
.cid-tFJWCU5vIA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJWCU5vIA .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJWCU5vIA .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJWCU5vIA .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-tFJWCU5vIA .nav-item:hover .nav-link:before,
  .cid-tFJWCU5vIA .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJWCU5vIA .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-tFJWCU5vIA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJWCU5vIA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJWCU5vIA .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJWCU5vIA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJWCU5vIA .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-tFJWCU5vIA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJWCU5vIA .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJWCU5vIA .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJWCU5vIA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJWCU5vIA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJWCU5vIA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJWCU5vIA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJWCU5vIA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJWCU5vIA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJWCU5vIA .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-tFJWCU5vIA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJWCU5vIA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJWCU5vIA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJWCU5vIA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJWCU5vIA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJWCU5vIA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJWCU5vIA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJWCU5vIA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJWCU5vIA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJWCU5vIA .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-tFJWCU5vIA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJWCU5vIA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJWCU5vIA .dropdown-item.active,
.cid-tFJWCU5vIA .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJWCU5vIA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJWCU5vIA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJWCU5vIA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJWCU5vIA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJWCU5vIA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJWCU5vIA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJWCU5vIA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJWCU5vIA .navbar-buttons {
  text-align: center;
}
.cid-tFJWCU5vIA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJWCU5vIA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJWCU5vIA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJWCU5vIA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJWCU5vIA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJWCU5vIA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJWCU5vIA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJWCU5vIA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJWCU5vIA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJWCU5vIA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJWCU5vIA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJWCU5vIA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJWCU5vIA .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJWCU5vIA .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJWCU5vIA .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJWCU5vIA .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-tFJWCU5vIA a.nav-link .mbr-iconfont-btn,
.cid-tFJWCU5vIA a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJWCU5vIA a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJWCU5vIA a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJWCU5vIA a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJWCU5vIA .navbar {
    height: 77px;
  }
  .cid-tFJWCU5vIA .navbar.opened {
    height: auto;
  }
  .cid-tFJWCU5vIA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJWCVnBwI {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFJWCVnBwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJWCVnBwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJWCVnBwI .container-fluid {
  padding: 0;
}
.cid-tFJWCVnBwI .row {
  padding: 0;
}
.cid-tFJWCVnBwI .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJWCVnBwI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJWCVnBwI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJWCVnBwI .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJWCVnBwI .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJWCVnBwI .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJWCVnBwI .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJWCVnBwI .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJWCVnBwI .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJWCVnBwI .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJWCVnBwI .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJWCVnBwI .mbr-section-title {
  color: #1c314e;
}
.cid-tFJWCVnBwI .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJWCVnBwI .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJWCVnBwI .mbr-section-title,
.cid-tFJWCVnBwI .mbr-section-btn {
  text-align: center;
}
.cid-u9C1Fjldf9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u9C1Fjldf9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u9C1Fjldf9 .video-block {
    width: 100% !important;
  }
}
.cid-ukEQP8VYVV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ukEQP8VYVV .mbr-section-subtitle {
  color: #232323;
}
.cid-ukEQP8VYVV .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLFdhkF1yE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLFdhkF1yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFdhkF1yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFdhkF1yE .row {
  justify-content: flex-start;
}
.cid-tLFdhkF1yE .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tLFdhkF1yE .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tLFdhkF1yE .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tLFdhkF1yE .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tFJWRTm5qH {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFJWRTm5qH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJWRTm5qH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJWRTm5qH .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tFJWRTm5qH .col-title {
    padding: 0 30px !important;
  }
}
.cid-tFJWRTm5qH .mbr-section-title {
  color: #232323;
}
.cid-tFJWRTm5qH .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-tFJWRTm5qH .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tFJWRTm5qH .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tFJWRTm5qH .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tFJWRTm5qH .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tFJWRTm5qH .card {
    margin-bottom: 0;
  }
}
.cid-tFJWRTm5qH .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tFJWRTm5qH .card-box {
    flex-wrap: wrap;
  }
}
.cid-tFJWRTm5qH .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tFJWRTm5qH .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tFJWRTm5qH .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tFJWRTm5qH .card-title {
    width: 100%;
  }
}
.cid-tFJWRTm5qH .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tFJWRTm5qH .card-text-container {
    width: 100%;
  }
}
.cid-tFJWRTm5qH .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tGGiFHjR4w {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGiFHjR4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGiFHjR4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGiFHjR4w .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tGGiFHjR4w .col-title {
    padding: 0 30px !important;
  }
}
.cid-tGGiFHjR4w .mbr-section-title {
  color: #232323;
}
.cid-tGGiFHjR4w .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
}
.cid-tGGiFHjR4w .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tGGiFHjR4w .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tGGiFHjR4w .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tGGiFHjR4w .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tGGiFHjR4w .card {
    margin-bottom: 0;
  }
}
.cid-tGGiFHjR4w .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tGGiFHjR4w .card-box {
    flex-wrap: wrap;
  }
}
.cid-tGGiFHjR4w .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tGGiFHjR4w .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tGGiFHjR4w .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tGGiFHjR4w .card-title {
    width: 100%;
  }
}
.cid-tGGiFHjR4w .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tGGiFHjR4w .card-text-container {
    width: 100%;
  }
}
.cid-tGGiFHjR4w .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tGGjdu2Tuh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGjdu2Tuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGjdu2Tuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGjdu2Tuh .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tGGjdu2Tuh .col-title {
    padding: 0 30px !important;
  }
}
.cid-tGGjdu2Tuh .mbr-section-title {
  color: #232323;
}
.cid-tGGjdu2Tuh .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
}
.cid-tGGjdu2Tuh .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tGGjdu2Tuh .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tGGjdu2Tuh .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tGGjdu2Tuh .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tGGjdu2Tuh .card {
    margin-bottom: 0;
  }
}
.cid-tGGjdu2Tuh .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tGGjdu2Tuh .card-box {
    flex-wrap: wrap;
  }
}
.cid-tGGjdu2Tuh .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tGGjdu2Tuh .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tGGjdu2Tuh .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tGGjdu2Tuh .card-title {
    width: 100%;
  }
}
.cid-tGGjdu2Tuh .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tGGjdu2Tuh .card-text-container {
    width: 100%;
  }
}
.cid-tGGjdu2Tuh .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tGGjFDpfvQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGjFDpfvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGjFDpfvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGjFDpfvQ .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tGGjFDpfvQ .col-title {
    padding: 0 30px !important;
  }
}
.cid-tGGjFDpfvQ .mbr-section-title {
  color: #232323;
}
.cid-tGGjFDpfvQ .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
}
.cid-tGGjFDpfvQ .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tGGjFDpfvQ .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tGGjFDpfvQ .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tGGjFDpfvQ .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tGGjFDpfvQ .card {
    margin-bottom: 0;
  }
}
.cid-tGGjFDpfvQ .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tGGjFDpfvQ .card-box {
    flex-wrap: wrap;
  }
}
.cid-tGGjFDpfvQ .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tGGjFDpfvQ .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tGGjFDpfvQ .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tGGjFDpfvQ .card-title {
    width: 100%;
  }
}
.cid-tGGjFDpfvQ .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tGGjFDpfvQ .card-text-container {
    width: 100%;
  }
}
.cid-tGGjFDpfvQ .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tFJWCYNnP6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJWCYNnP6 .content {
    text-align: center;
  }
  .cid-tFJWCYNnP6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJWCYNnP6 .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJWCYNnP6 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJWCYNnP6 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJWCYNnP6 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJWCYNnP6 .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJWCYNnP6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJWCYNnP6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJWCYNnP6 .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-tFJWCYNnP6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJWCYNnP6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJWCYNnP6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJWCYNnP6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJWCYNnP6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJWCYNnP6 .list-item {
  display: flex;
}
.cid-tFJWCYNnP6 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJWCYNnP6 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJWCYNnP6 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJWCYNnP6 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJWCYNnP6 .logo-subtitle,
.cid-tFJWCYNnP6 .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tFJXgcKSZq .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-tFJXgcKSZq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFJXgcKSZq .nav-item,
.cid-tFJXgcKSZq .nav-link,
.cid-tFJXgcKSZq .navbar-caption {
  font-weight: normal;
}
.cid-tFJXgcKSZq .nav-item:focus,
.cid-tFJXgcKSZq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFJXgcKSZq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFJXgcKSZq .nav-item .nav-link {
    position: relative;
  }
  .cid-tFJXgcKSZq .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-tFJXgcKSZq .nav-item:hover .nav-link:before,
  .cid-tFJXgcKSZq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFJXgcKSZq .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-tFJXgcKSZq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFJXgcKSZq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFJXgcKSZq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFJXgcKSZq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFJXgcKSZq .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-tFJXgcKSZq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tFJXgcKSZq .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFJXgcKSZq .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFJXgcKSZq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFJXgcKSZq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFJXgcKSZq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFJXgcKSZq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFJXgcKSZq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFJXgcKSZq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFJXgcKSZq .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-tFJXgcKSZq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFJXgcKSZq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFJXgcKSZq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFJXgcKSZq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFJXgcKSZq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFJXgcKSZq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFJXgcKSZq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFJXgcKSZq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFJXgcKSZq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFJXgcKSZq .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-tFJXgcKSZq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFJXgcKSZq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFJXgcKSZq .dropdown-item.active,
.cid-tFJXgcKSZq .dropdown-item:active {
  background-color: transparent;
}
.cid-tFJXgcKSZq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFJXgcKSZq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFJXgcKSZq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFJXgcKSZq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFJXgcKSZq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFJXgcKSZq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFJXgcKSZq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFJXgcKSZq .navbar-buttons {
  text-align: center;
}
.cid-tFJXgcKSZq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFJXgcKSZq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFJXgcKSZq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFJXgcKSZq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJXgcKSZq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFJXgcKSZq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFJXgcKSZq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJXgcKSZq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFJXgcKSZq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFJXgcKSZq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFJXgcKSZq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFJXgcKSZq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFJXgcKSZq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tFJXgcKSZq .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFJXgcKSZq .soc-item {
  margin: .5rem .3rem;
}
.cid-tFJXgcKSZq .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-tFJXgcKSZq a.nav-link .mbr-iconfont-btn,
.cid-tFJXgcKSZq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFJXgcKSZq a.nav-link:hover .mbr-iconfont-btn,
.cid-tFJXgcKSZq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFJXgcKSZq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFJXgcKSZq .navbar {
    height: 77px;
  }
  .cid-tFJXgcKSZq .navbar.opened {
    height: auto;
  }
  .cid-tFJXgcKSZq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFJXgebJKg {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFJXgebJKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJXgebJKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJXgebJKg .container-fluid {
  padding: 0;
}
.cid-tFJXgebJKg .row {
  padding: 0;
}
.cid-tFJXgebJKg .title-wrapper {
  padding: 0 2rem;
}
.cid-tFJXgebJKg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tFJXgebJKg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tFJXgebJKg .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tFJXgebJKg .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tFJXgebJKg .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJXgebJKg .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tFJXgebJKg .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tFJXgebJKg .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tFJXgebJKg .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFJXgebJKg .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tFJXgebJKg .mbr-section-title {
  color: #1c314e;
}
.cid-tFJXgebJKg .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tFJXgebJKg .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tFJXgebJKg .mbr-section-title,
.cid-tFJXgebJKg .mbr-section-btn {
  text-align: center;
}
.cid-u9Cfle1NXv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-u9Cfle1NXv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u9Cfle1NXv .video-block {
    width: 100% !important;
  }
}
.cid-tLFgjKythP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFgjKythP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFgjKythP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFgjKythP .row {
  justify-content: flex-start;
}
.cid-tLFgjKythP .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 4rem;
}
.cid-tLFgjKythP .item-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-tLFgjKythP .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-tLFgjKythP .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-tLFifg67N3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLFifg67N3 img {
  border-radius: 0px;
}
.cid-tLFifg67N3 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tLFifg67N3 .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-tLFifg67N3 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tLFifg67N3 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tLFifg67N3 .right {
  display: flex;
  flex-direction: column;
}
.cid-tLFifg67N3 .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-tLFifg67N3 .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-tLFifg67N3 .card-heading {
  padding-top: 0;
}
.cid-tLFifg67N3 .mbr-text {
  padding-top: 10px;
}
.cid-tFJXgf8L28 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFJXgf8L28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFJXgf8L28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFJXgf8L28 .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tFJXgf8L28 .col-title {
    padding: 0 30px !important;
  }
}
.cid-tFJXgf8L28 .mbr-section-title {
  color: #232323;
}
.cid-tFJXgf8L28 .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
.cid-tFJXgf8L28 .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tFJXgf8L28 .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tFJXgf8L28 .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tFJXgf8L28 .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tFJXgf8L28 .card {
    margin-bottom: 0;
  }
}
.cid-tFJXgf8L28 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tFJXgf8L28 .card-box {
    flex-wrap: wrap;
  }
}
.cid-tFJXgf8L28 .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tFJXgf8L28 .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tFJXgf8L28 .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tFJXgf8L28 .card-title {
    width: 100%;
  }
}
.cid-tFJXgf8L28 .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tFJXgf8L28 .card-text-container {
    width: 100%;
  }
}
.cid-tFJXgf8L28 .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tLFkF9QKUb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLFkF9QKUb img {
  border-radius: 0px;
}
.cid-tLFkF9QKUb .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tLFkF9QKUb .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-tLFkF9QKUb .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tLFkF9QKUb .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tLFkF9QKUb .right {
  display: flex;
  flex-direction: column;
}
.cid-tLFkF9QKUb .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-tLFkF9QKUb .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-tLFkF9QKUb .card-heading {
  padding-top: 0;
}
.cid-tLFkF9QKUb .mbr-text {
  padding-top: 10px;
}
.cid-tFJXgg84op {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tFJXgg84op .content {
    text-align: center;
  }
  .cid-tFJXgg84op .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tFJXgg84op .logo-subtitle {
  color: #8d97ad;
}
.cid-tFJXgg84op .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFJXgg84op .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tFJXgg84op .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tFJXgg84op .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tFJXgg84op .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tFJXgg84op .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tFJXgg84op .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-tFJXgg84op .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tFJXgg84op .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tFJXgg84op .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tFJXgg84op .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFJXgg84op .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tFJXgg84op .list-item {
  display: flex;
}
.cid-tFJXgg84op .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tFJXgg84op ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tFJXgg84op ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tFJXgg84op ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tFJXgg84op .logo-subtitle,
.cid-tFJXgg84op .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tGAOoVCxbN .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-tGAOoVCxbN .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tGAOoVCxbN .nav-item,
.cid-tGAOoVCxbN .nav-link,
.cid-tGAOoVCxbN .navbar-caption {
  font-weight: normal;
}
.cid-tGAOoVCxbN .nav-item:focus,
.cid-tGAOoVCxbN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tGAOoVCxbN .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tGAOoVCxbN .nav-item .nav-link {
    position: relative;
  }
  .cid-tGAOoVCxbN .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-tGAOoVCxbN .nav-item:hover .nav-link:before,
  .cid-tGAOoVCxbN .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tGAOoVCxbN .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-tGAOoVCxbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGAOoVCxbN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tGAOoVCxbN .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tGAOoVCxbN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGAOoVCxbN .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-tGAOoVCxbN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tGAOoVCxbN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tGAOoVCxbN .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tGAOoVCxbN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tGAOoVCxbN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGAOoVCxbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGAOoVCxbN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tGAOoVCxbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGAOoVCxbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGAOoVCxbN .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-tGAOoVCxbN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGAOoVCxbN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGAOoVCxbN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGAOoVCxbN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tGAOoVCxbN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tGAOoVCxbN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGAOoVCxbN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tGAOoVCxbN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGAOoVCxbN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGAOoVCxbN .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-tGAOoVCxbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGAOoVCxbN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGAOoVCxbN .dropdown-item.active,
.cid-tGAOoVCxbN .dropdown-item:active {
  background-color: transparent;
}
.cid-tGAOoVCxbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGAOoVCxbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGAOoVCxbN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGAOoVCxbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tGAOoVCxbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGAOoVCxbN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGAOoVCxbN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGAOoVCxbN .navbar-buttons {
  text-align: center;
}
.cid-tGAOoVCxbN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGAOoVCxbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tGAOoVCxbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGAOoVCxbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGAOoVCxbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGAOoVCxbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGAOoVCxbN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGAOoVCxbN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGAOoVCxbN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGAOoVCxbN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGAOoVCxbN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGAOoVCxbN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGAOoVCxbN .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tGAOoVCxbN .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tGAOoVCxbN .soc-item {
  margin: .5rem .3rem;
}
.cid-tGAOoVCxbN .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-tGAOoVCxbN a.nav-link .mbr-iconfont-btn,
.cid-tGAOoVCxbN a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tGAOoVCxbN a.nav-link:hover .mbr-iconfont-btn,
.cid-tGAOoVCxbN a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tGAOoVCxbN a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGAOoVCxbN .navbar {
    height: 77px;
  }
  .cid-tGAOoVCxbN .navbar.opened {
    height: auto;
  }
  .cid-tGAOoVCxbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGAOoXcT3I {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGAOoXcT3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGAOoXcT3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGAOoXcT3I .container-fluid {
  padding: 0;
}
.cid-tGAOoXcT3I .row {
  padding: 0;
}
.cid-tGAOoXcT3I .title-wrapper {
  padding: 0 2rem;
}
.cid-tGAOoXcT3I .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tGAOoXcT3I .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tGAOoXcT3I .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tGAOoXcT3I .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tGAOoXcT3I .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tGAOoXcT3I .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tGAOoXcT3I .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tGAOoXcT3I .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tGAOoXcT3I .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGAOoXcT3I .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tGAOoXcT3I .mbr-section-title {
  color: #1c314e;
}
.cid-tGAOoXcT3I .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tGAOoXcT3I .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tGAOoXcT3I .mbr-section-title,
.cid-tGAOoXcT3I .mbr-section-btn {
  text-align: center;
}
.cid-tGAPykzE1W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGAPykzE1W .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tGAPykzE1W .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tGAPykzE1W .row {
  align-items: center;
  height: 100%;
}
.cid-tGAPykzE1W .wrapper {
  margin: auto;
}
.cid-tGAOKZD8PI {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tGAOKZD8PI .card-header {
  background: transparent;
}
.cid-tGAOKZD8PI .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #5b686b;
  margin-left: 1rem;
}
.cid-tGAOKZD8PI .panel-body {
  padding: 1rem 0;
}
.cid-tGAOKZD8PI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tGAOKZD8PI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tGAOKZD8PI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tGAOKZD8PI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tGAOKZD8PI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tGAOKZD8PI .card .panel-body {
  color: #767676;
}
.cid-tGAOKZD8PI h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-tGAOKZD8PI H4 {
  color: #000000;
}
.cid-tGAOKZD8PI H2 {
  color: #000000;
}
.cid-tGAOKZD8PI .panel-text {
  color: #232323;
}
.cid-tGAOSZCcG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-tGAOSZCcG6 .card-header {
  background: transparent;
}
.cid-tGAOSZCcG6 .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #5b686b;
  margin-left: 1rem;
}
.cid-tGAOSZCcG6 .panel-body {
  padding: 1rem 0;
}
.cid-tGAOSZCcG6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tGAOSZCcG6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tGAOSZCcG6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tGAOSZCcG6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tGAOSZCcG6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tGAOSZCcG6 .card .panel-body {
  color: #767676;
}
.cid-tGAOSZCcG6 h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-tGAOSZCcG6 H4 {
  color: #000000;
}
.cid-tGAOSZCcG6 H2 {
  color: #000000;
}
.cid-tGAOSZCcG6 .panel-text {
  color: #232323;
}
.cid-tGAOTF0vvn {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-tGAOTF0vvn .card-header {
  background: transparent;
}
.cid-tGAOTF0vvn .mbr-iconfont {
  font-size: 1.4rem!important;
  font-family: 'Moririse2' !important;
  color: #5b686b;
  margin-left: 1rem;
}
.cid-tGAOTF0vvn .panel-body {
  padding: 1rem 0;
}
.cid-tGAOTF0vvn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tGAOTF0vvn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tGAOTF0vvn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tGAOTF0vvn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tGAOTF0vvn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tGAOTF0vvn .card .panel-body {
  color: #767676;
}
.cid-tGAOTF0vvn h4 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid lightgray;
  padding: 0.8rem 0rem;
}
.cid-tGAOTF0vvn H4 {
  color: #000000;
}
.cid-tGAOTF0vvn H2 {
  color: #000000;
}
.cid-tGAOTF0vvn .panel-text {
  color: #232323;
}
.cid-tGB3LjDHeH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGB3LjDHeH .mbr-section-subtitle {
  color: #14191e;
}
.cid-tGB3LjDHeH .mbr-text {
  color: #000000;
}
.cid-tGAOoZcu8d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGAOoZcu8d .content {
    text-align: center;
  }
  .cid-tGAOoZcu8d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGAOoZcu8d .logo-subtitle {
  color: #8d97ad;
}
.cid-tGAOoZcu8d .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tGAOoZcu8d .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tGAOoZcu8d .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tGAOoZcu8d .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tGAOoZcu8d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGAOoZcu8d .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tGAOoZcu8d .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-tGAOoZcu8d .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tGAOoZcu8d .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGAOoZcu8d .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tGAOoZcu8d .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGAOoZcu8d .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGAOoZcu8d .list-item {
  display: flex;
}
.cid-tGAOoZcu8d .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tGAOoZcu8d ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tGAOoZcu8d ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tGAOoZcu8d ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tGAOoZcu8d .logo-subtitle,
.cid-tGAOoZcu8d .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTHrLqqpo .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-tHTHrLqqpo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTHrLqqpo .nav-item,
.cid-tHTHrLqqpo .nav-link,
.cid-tHTHrLqqpo .navbar-caption {
  font-weight: normal;
}
.cid-tHTHrLqqpo .nav-item:focus,
.cid-tHTHrLqqpo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTHrLqqpo .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTHrLqqpo .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTHrLqqpo .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-tHTHrLqqpo .nav-item:hover .nav-link:before,
  .cid-tHTHrLqqpo .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTHrLqqpo .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-tHTHrLqqpo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTHrLqqpo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTHrLqqpo .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTHrLqqpo .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTHrLqqpo .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-tHTHrLqqpo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTHrLqqpo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTHrLqqpo .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTHrLqqpo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTHrLqqpo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTHrLqqpo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTHrLqqpo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTHrLqqpo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTHrLqqpo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTHrLqqpo .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-tHTHrLqqpo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTHrLqqpo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTHrLqqpo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTHrLqqpo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTHrLqqpo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTHrLqqpo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTHrLqqpo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTHrLqqpo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTHrLqqpo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTHrLqqpo .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-tHTHrLqqpo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTHrLqqpo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTHrLqqpo .dropdown-item.active,
.cid-tHTHrLqqpo .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTHrLqqpo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTHrLqqpo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTHrLqqpo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTHrLqqpo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTHrLqqpo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTHrLqqpo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTHrLqqpo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTHrLqqpo .navbar-buttons {
  text-align: center;
}
.cid-tHTHrLqqpo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTHrLqqpo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTHrLqqpo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTHrLqqpo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTHrLqqpo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTHrLqqpo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTHrLqqpo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTHrLqqpo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTHrLqqpo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTHrLqqpo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTHrLqqpo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTHrLqqpo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTHrLqqpo .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTHrLqqpo .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTHrLqqpo .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTHrLqqpo .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-tHTHrLqqpo a.nav-link .mbr-iconfont-btn,
.cid-tHTHrLqqpo a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTHrLqqpo a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTHrLqqpo a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTHrLqqpo a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTHrLqqpo .navbar {
    height: 77px;
  }
  .cid-tHTHrLqqpo .navbar.opened {
    height: auto;
  }
  .cid-tHTHrLqqpo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTHrMoZno {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tHTHrMoZno .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTHrMoZno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTHrMoZno .container-fluid {
  padding: 0;
}
.cid-tHTHrMoZno .row {
  padding: 0;
}
.cid-tHTHrMoZno .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTHrMoZno .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTHrMoZno .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTHrMoZno .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTHrMoZno .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTHrMoZno .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTHrMoZno .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTHrMoZno .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTHrMoZno .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTHrMoZno .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTHrMoZno .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTHrMoZno .mbr-section-title {
  color: #1c314e;
}
.cid-tHTHrMoZno .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTHrMoZno .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTHrMoZno .mbr-section-title,
.cid-tHTHrMoZno .mbr-section-btn {
  text-align: center;
}
.cid-tHTHrNeiE5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHTHrNeiE5 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTHrNeiE5 .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTHrNeiE5 .row {
  align-items: center;
  height: 100%;
}
.cid-tHTHrNeiE5 .wrapper {
  margin: auto;
}
.cid-tHTI1zRYHD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHTI1zRYHD .mbr-text {
  color: #767676;
}
.cid-tHTI1zRYHD .card-subtitle {
  margin: 0;
}
.cid-tHTI1zRYHD .link {
  margin: 0;
}
.cid-tHTI1zRYHD .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tHTI1zRYHD .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tHTI1zRYHD img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tHTI1zRYHD .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tHTI1zRYHD .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-tHTI1zRYHD .card-img:hover:before {
  opacity: 0.4;
}
.cid-tHTI1zRYHD .card-img:hover img {
  transform: scale(1.05);
}
.cid-tHTI1zRYHD .row {
  justify-content: center;
}
.cid-tHTI1zRYHD .card {
  margin-bottom: 4rem;
}
.cid-tHTI1zRYHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTI1zRYHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTI1zRYHD .mbr-text,
.cid-tHTI1zRYHD .link {
  color: #232323;
}
.cid-tHTIdpkAvK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHTIdpkAvK .mbr-text {
  color: #767676;
}
.cid-tHTIdpkAvK .card-subtitle {
  margin: 0;
}
.cid-tHTIdpkAvK .link {
  margin: 0;
}
.cid-tHTIdpkAvK .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tHTIdpkAvK .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tHTIdpkAvK img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tHTIdpkAvK .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tHTIdpkAvK .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-tHTIdpkAvK .card-img:hover:before {
  opacity: 0.4;
}
.cid-tHTIdpkAvK .card-img:hover img {
  transform: scale(1.05);
}
.cid-tHTIdpkAvK .row {
  justify-content: center;
}
.cid-tHTIdpkAvK .card {
  margin-bottom: 4rem;
}
.cid-tHTIdpkAvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTIdpkAvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTIdpkAvK .mbr-text,
.cid-tHTIdpkAvK .link {
  color: #232323;
}
.cid-tHTIe3WXgS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHTIe3WXgS .mbr-text {
  color: #767676;
}
.cid-tHTIe3WXgS .card-subtitle {
  margin: 0;
}
.cid-tHTIe3WXgS .link {
  margin: 0;
}
.cid-tHTIe3WXgS .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tHTIe3WXgS .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tHTIe3WXgS img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tHTIe3WXgS .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tHTIe3WXgS .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-tHTIe3WXgS .card-img:hover:before {
  opacity: 0.4;
}
.cid-tHTIe3WXgS .card-img:hover img {
  transform: scale(1.05);
}
.cid-tHTIe3WXgS .row {
  justify-content: center;
}
.cid-tHTIe3WXgS .card {
  margin-bottom: 4rem;
}
.cid-tHTIe3WXgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTIe3WXgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTIe3WXgS .mbr-text,
.cid-tHTIe3WXgS .link {
  color: #232323;
}
.cid-tHTHrRPboA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTHrRPboA .content {
    text-align: center;
  }
  .cid-tHTHrRPboA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTHrRPboA .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTHrRPboA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTHrRPboA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTHrRPboA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTHrRPboA .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTHrRPboA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTHrRPboA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTHrRPboA .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-tHTHrRPboA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTHrRPboA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTHrRPboA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTHrRPboA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTHrRPboA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTHrRPboA .list-item {
  display: flex;
}
.cid-tHTHrRPboA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTHrRPboA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTHrRPboA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTHrRPboA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTHrRPboA .logo-subtitle,
.cid-tHTHrRPboA .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTLQG724p .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-tHTLQG724p .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTLQG724p .nav-item,
.cid-tHTLQG724p .nav-link,
.cid-tHTLQG724p .navbar-caption {
  font-weight: normal;
}
.cid-tHTLQG724p .nav-item:focus,
.cid-tHTLQG724p .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTLQG724p .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTLQG724p .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTLQG724p .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-tHTLQG724p .nav-item:hover .nav-link:before,
  .cid-tHTLQG724p .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTLQG724p .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-tHTLQG724p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTLQG724p .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTLQG724p .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTLQG724p .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTLQG724p .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-tHTLQG724p .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTLQG724p .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTLQG724p .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTLQG724p .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTLQG724p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTLQG724p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTLQG724p .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTLQG724p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTLQG724p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTLQG724p .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-tHTLQG724p .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTLQG724p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTLQG724p .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTLQG724p .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTLQG724p .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTLQG724p .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTLQG724p .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTLQG724p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTLQG724p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTLQG724p .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-tHTLQG724p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTLQG724p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTLQG724p .dropdown-item.active,
.cid-tHTLQG724p .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTLQG724p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTLQG724p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTLQG724p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTLQG724p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTLQG724p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTLQG724p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTLQG724p ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTLQG724p .navbar-buttons {
  text-align: center;
}
.cid-tHTLQG724p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTLQG724p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTLQG724p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTLQG724p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTLQG724p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTLQG724p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTLQG724p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTLQG724p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTLQG724p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTLQG724p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTLQG724p .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTLQG724p a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTLQG724p .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTLQG724p .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTLQG724p .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTLQG724p .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-tHTLQG724p a.nav-link .mbr-iconfont-btn,
.cid-tHTLQG724p a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTLQG724p a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTLQG724p a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTLQG724p a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTLQG724p .navbar {
    height: 77px;
  }
  .cid-tHTLQG724p .navbar.opened {
    height: auto;
  }
  .cid-tHTLQG724p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTLQHcXTB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTLQHcXTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTLQHcXTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTLQHcXTB .container-fluid {
  padding: 0;
}
.cid-tHTLQHcXTB .row {
  padding: 0;
}
.cid-tHTLQHcXTB .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTLQHcXTB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTLQHcXTB .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTLQHcXTB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTLQHcXTB .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTLQHcXTB .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTLQHcXTB .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTLQHcXTB .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTLQHcXTB .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTLQHcXTB .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTLQHcXTB .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTLQHcXTB .mbr-section-title {
  color: #1c314e;
}
.cid-tHTLQHcXTB .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTLQHcXTB .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTLQHcXTB .mbr-section-title,
.cid-tHTLQHcXTB .mbr-section-btn {
  text-align: center;
}
.cid-tHTLQHTpyM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTLQHTpyM .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTLQHTpyM .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTLQHTpyM .row {
  align-items: center;
  height: 100%;
}
.cid-tHTLQHTpyM .wrapper {
  margin: auto;
}
.cid-tHTMk6Rgz0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMk6Rgz0 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMk6Rgz0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTMkY9x70 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMkY9x70 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMkY9x70 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTMmYvB8g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMmYvB8g .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMmYvB8g .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTMlDLeUd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMlDLeUd .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMlDLeUd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTMPHv8Zl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMPHv8Zl .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMPHv8Zl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTMR0cuTO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMR0cuTO .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMR0cuTO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTMQqyN6W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTMQqyN6W .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTMQqyN6W .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTLQKZccn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTLQKZccn .content {
    text-align: center;
  }
  .cid-tHTLQKZccn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTLQKZccn .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTLQKZccn .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTLQKZccn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTLQKZccn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTLQKZccn .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTLQKZccn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTLQKZccn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTLQKZccn .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-tHTLQKZccn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTLQKZccn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTLQKZccn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTLQKZccn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTLQKZccn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTLQKZccn .list-item {
  display: flex;
}
.cid-tHTLQKZccn .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTLQKZccn ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTLQKZccn ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTLQKZccn ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTLQKZccn .logo-subtitle,
.cid-tHTLQKZccn .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTORu1wGt .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-tHTORu1wGt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTORu1wGt .nav-item,
.cid-tHTORu1wGt .nav-link,
.cid-tHTORu1wGt .navbar-caption {
  font-weight: normal;
}
.cid-tHTORu1wGt .nav-item:focus,
.cid-tHTORu1wGt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTORu1wGt .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTORu1wGt .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTORu1wGt .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-tHTORu1wGt .nav-item:hover .nav-link:before,
  .cid-tHTORu1wGt .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTORu1wGt .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-tHTORu1wGt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTORu1wGt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTORu1wGt .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTORu1wGt .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTORu1wGt .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-tHTORu1wGt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTORu1wGt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTORu1wGt .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTORu1wGt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTORu1wGt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTORu1wGt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTORu1wGt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTORu1wGt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTORu1wGt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTORu1wGt .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-tHTORu1wGt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTORu1wGt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTORu1wGt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTORu1wGt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTORu1wGt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTORu1wGt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTORu1wGt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTORu1wGt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTORu1wGt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTORu1wGt .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-tHTORu1wGt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTORu1wGt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTORu1wGt .dropdown-item.active,
.cid-tHTORu1wGt .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTORu1wGt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTORu1wGt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTORu1wGt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTORu1wGt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTORu1wGt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTORu1wGt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTORu1wGt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTORu1wGt .navbar-buttons {
  text-align: center;
}
.cid-tHTORu1wGt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTORu1wGt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTORu1wGt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTORu1wGt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTORu1wGt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTORu1wGt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTORu1wGt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTORu1wGt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTORu1wGt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTORu1wGt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTORu1wGt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTORu1wGt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTORu1wGt .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTORu1wGt .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTORu1wGt .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTORu1wGt .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-tHTORu1wGt a.nav-link .mbr-iconfont-btn,
.cid-tHTORu1wGt a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTORu1wGt a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTORu1wGt a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTORu1wGt a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTORu1wGt .navbar {
    height: 77px;
  }
  .cid-tHTORu1wGt .navbar.opened {
    height: auto;
  }
  .cid-tHTORu1wGt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTORv7yYx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTORv7yYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTORv7yYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTORv7yYx .container-fluid {
  padding: 0;
}
.cid-tHTORv7yYx .row {
  padding: 0;
}
.cid-tHTORv7yYx .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTORv7yYx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTORv7yYx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTORv7yYx .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTORv7yYx .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTORv7yYx .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTORv7yYx .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTORv7yYx .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTORv7yYx .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTORv7yYx .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTORv7yYx .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTORv7yYx .mbr-section-title {
  color: #1c314e;
}
.cid-tHTORv7yYx .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTORv7yYx .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTORv7yYx .mbr-section-title,
.cid-tHTORv7yYx .mbr-section-btn {
  text-align: center;
}
.cid-tHTORvQqMJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTORvQqMJ .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTORvQqMJ .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTORvQqMJ .row {
  align-items: center;
  height: 100%;
}
.cid-tHTORvQqMJ .wrapper {
  margin: auto;
}
.cid-tHTP9izHlb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTP9izHlb .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTP9izHlb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORwlXgc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORwlXgc .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORwlXgc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORwRMSd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORwRMSd .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORwRMSd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORxpw5W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORxpw5W .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORxpw5W .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORxU6qu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORxU6qu .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORxU6qu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORyBxSj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORyBxSj .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORyBxSj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORz4Fy0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORz4Fy0 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORz4Fy0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORzyI2j {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTORzyI2j .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTORzyI2j .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTORA7AYW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTORA7AYW .content {
    text-align: center;
  }
  .cid-tHTORA7AYW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTORA7AYW .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTORA7AYW .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTORA7AYW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTORA7AYW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTORA7AYW .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTORA7AYW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTORA7AYW .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTORA7AYW .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-tHTORA7AYW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTORA7AYW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTORA7AYW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTORA7AYW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTORA7AYW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTORA7AYW .list-item {
  display: flex;
}
.cid-tHTORA7AYW .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTORA7AYW ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTORA7AYW ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTORA7AYW ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTORA7AYW .logo-subtitle,
.cid-tHTORA7AYW .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTRzRLnlm .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-tHTRzRLnlm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTRzRLnlm .nav-item,
.cid-tHTRzRLnlm .nav-link,
.cid-tHTRzRLnlm .navbar-caption {
  font-weight: normal;
}
.cid-tHTRzRLnlm .nav-item:focus,
.cid-tHTRzRLnlm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTRzRLnlm .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTRzRLnlm .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTRzRLnlm .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-tHTRzRLnlm .nav-item:hover .nav-link:before,
  .cid-tHTRzRLnlm .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTRzRLnlm .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-tHTRzRLnlm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTRzRLnlm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTRzRLnlm .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTRzRLnlm .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTRzRLnlm .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-tHTRzRLnlm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTRzRLnlm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTRzRLnlm .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTRzRLnlm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTRzRLnlm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTRzRLnlm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTRzRLnlm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTRzRLnlm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTRzRLnlm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTRzRLnlm .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-tHTRzRLnlm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTRzRLnlm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTRzRLnlm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTRzRLnlm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTRzRLnlm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTRzRLnlm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTRzRLnlm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTRzRLnlm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTRzRLnlm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTRzRLnlm .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-tHTRzRLnlm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTRzRLnlm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTRzRLnlm .dropdown-item.active,
.cid-tHTRzRLnlm .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTRzRLnlm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTRzRLnlm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTRzRLnlm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTRzRLnlm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTRzRLnlm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTRzRLnlm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTRzRLnlm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTRzRLnlm .navbar-buttons {
  text-align: center;
}
.cid-tHTRzRLnlm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTRzRLnlm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTRzRLnlm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTRzRLnlm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTRzRLnlm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTRzRLnlm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTRzRLnlm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTRzRLnlm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTRzRLnlm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTRzRLnlm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTRzRLnlm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTRzRLnlm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTRzRLnlm .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTRzRLnlm .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTRzRLnlm .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTRzRLnlm .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-tHTRzRLnlm a.nav-link .mbr-iconfont-btn,
.cid-tHTRzRLnlm a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTRzRLnlm a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTRzRLnlm a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTRzRLnlm a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTRzRLnlm .navbar {
    height: 77px;
  }
  .cid-tHTRzRLnlm .navbar.opened {
    height: auto;
  }
  .cid-tHTRzRLnlm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTRzT2XQ7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTRzT2XQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTRzT2XQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTRzT2XQ7 .container-fluid {
  padding: 0;
}
.cid-tHTRzT2XQ7 .row {
  padding: 0;
}
.cid-tHTRzT2XQ7 .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTRzT2XQ7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTRzT2XQ7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTRzT2XQ7 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTRzT2XQ7 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTRzT2XQ7 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTRzT2XQ7 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTRzT2XQ7 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTRzT2XQ7 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTRzT2XQ7 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTRzT2XQ7 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTRzT2XQ7 .mbr-section-title {
  color: #1c314e;
}
.cid-tHTRzT2XQ7 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTRzT2XQ7 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTRzT2XQ7 .mbr-section-title,
.cid-tHTRzT2XQ7 .mbr-section-btn {
  text-align: center;
}
.cid-tHTRzUdGOJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTRzUdGOJ .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTRzUdGOJ .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTRzUdGOJ .row {
  align-items: center;
  height: 100%;
}
.cid-tHTRzUdGOJ .wrapper {
  margin: auto;
}
.cid-tHTRzUIOun {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzUIOun .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzUIOun .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzVg8Er {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzVg8Er .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzVg8Er .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzVTLbs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzVTLbs .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzVTLbs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzWp07M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzWp07M .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzWp07M .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzWT5vK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzWT5vK .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzWT5vK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzXtVMe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzXtVMe .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzXtVMe .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzXVAsi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzXVAsi .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzXVAsi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzYwei7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTRzYwei7 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTRzYwei7 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTRzZ1Rkx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTRzZ1Rkx .content {
    text-align: center;
  }
  .cid-tHTRzZ1Rkx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTRzZ1Rkx .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTRzZ1Rkx .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTRzZ1Rkx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTRzZ1Rkx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTRzZ1Rkx .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTRzZ1Rkx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTRzZ1Rkx .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTRzZ1Rkx .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-tHTRzZ1Rkx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTRzZ1Rkx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTRzZ1Rkx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTRzZ1Rkx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTRzZ1Rkx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTRzZ1Rkx .list-item {
  display: flex;
}
.cid-tHTRzZ1Rkx .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTRzZ1Rkx ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTRzZ1Rkx ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTRzZ1Rkx ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTRzZ1Rkx .logo-subtitle,
.cid-tHTRzZ1Rkx .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTSoIBz7u .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-tHTSoIBz7u .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTSoIBz7u .nav-item,
.cid-tHTSoIBz7u .nav-link,
.cid-tHTSoIBz7u .navbar-caption {
  font-weight: normal;
}
.cid-tHTSoIBz7u .nav-item:focus,
.cid-tHTSoIBz7u .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTSoIBz7u .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTSoIBz7u .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTSoIBz7u .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-tHTSoIBz7u .nav-item:hover .nav-link:before,
  .cid-tHTSoIBz7u .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTSoIBz7u .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-tHTSoIBz7u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTSoIBz7u .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTSoIBz7u .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTSoIBz7u .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTSoIBz7u .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-tHTSoIBz7u .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTSoIBz7u .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTSoIBz7u .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTSoIBz7u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTSoIBz7u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTSoIBz7u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTSoIBz7u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTSoIBz7u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTSoIBz7u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTSoIBz7u .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-tHTSoIBz7u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTSoIBz7u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTSoIBz7u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTSoIBz7u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTSoIBz7u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTSoIBz7u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTSoIBz7u .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTSoIBz7u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTSoIBz7u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTSoIBz7u .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-tHTSoIBz7u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTSoIBz7u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTSoIBz7u .dropdown-item.active,
.cid-tHTSoIBz7u .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTSoIBz7u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTSoIBz7u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTSoIBz7u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTSoIBz7u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTSoIBz7u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTSoIBz7u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTSoIBz7u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTSoIBz7u .navbar-buttons {
  text-align: center;
}
.cid-tHTSoIBz7u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTSoIBz7u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTSoIBz7u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTSoIBz7u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTSoIBz7u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTSoIBz7u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTSoIBz7u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTSoIBz7u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTSoIBz7u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTSoIBz7u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTSoIBz7u .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTSoIBz7u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTSoIBz7u .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTSoIBz7u .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTSoIBz7u .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTSoIBz7u .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-tHTSoIBz7u a.nav-link .mbr-iconfont-btn,
.cid-tHTSoIBz7u a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTSoIBz7u a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTSoIBz7u a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTSoIBz7u a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTSoIBz7u .navbar {
    height: 77px;
  }
  .cid-tHTSoIBz7u .navbar.opened {
    height: auto;
  }
  .cid-tHTSoIBz7u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTSoJUJYh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTSoJUJYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTSoJUJYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTSoJUJYh .container-fluid {
  padding: 0;
}
.cid-tHTSoJUJYh .row {
  padding: 0;
}
.cid-tHTSoJUJYh .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTSoJUJYh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTSoJUJYh .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTSoJUJYh .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTSoJUJYh .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTSoJUJYh .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTSoJUJYh .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTSoJUJYh .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTSoJUJYh .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTSoJUJYh .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTSoJUJYh .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTSoJUJYh .mbr-section-title {
  color: #1c314e;
}
.cid-tHTSoJUJYh .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTSoJUJYh .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTSoJUJYh .mbr-section-title,
.cid-tHTSoJUJYh .mbr-section-btn {
  text-align: center;
}
.cid-tHTSoKvAXe {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTSoKvAXe .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTSoKvAXe .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTSoKvAXe .row {
  align-items: center;
  height: 100%;
}
.cid-tHTSoKvAXe .wrapper {
  margin: auto;
}
.cid-tHTSoL2Mlk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoL2Mlk .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoL2Mlk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoLyxI6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoLyxI6 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoLyxI6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoMgRPQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoMgRPQ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoMgRPQ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoMSrAb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoMSrAb .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoMSrAb .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoNOKTP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoNOKTP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoNOKTP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoOYhvK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoOYhvK .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoOYhvK .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoQjWS2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTSoQjWS2 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTSoQjWS2 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTSoSlqzX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTSoSlqzX .content {
    text-align: center;
  }
  .cid-tHTSoSlqzX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTSoSlqzX .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTSoSlqzX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTSoSlqzX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTSoSlqzX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTSoSlqzX .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTSoSlqzX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTSoSlqzX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTSoSlqzX .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-tHTSoSlqzX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTSoSlqzX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTSoSlqzX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTSoSlqzX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTSoSlqzX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTSoSlqzX .list-item {
  display: flex;
}
.cid-tHTSoSlqzX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTSoSlqzX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTSoSlqzX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTSoSlqzX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTSoSlqzX .logo-subtitle,
.cid-tHTSoSlqzX .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTT6zE4c5 .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-tHTT6zE4c5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTT6zE4c5 .nav-item,
.cid-tHTT6zE4c5 .nav-link,
.cid-tHTT6zE4c5 .navbar-caption {
  font-weight: normal;
}
.cid-tHTT6zE4c5 .nav-item:focus,
.cid-tHTT6zE4c5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTT6zE4c5 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTT6zE4c5 .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTT6zE4c5 .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-tHTT6zE4c5 .nav-item:hover .nav-link:before,
  .cid-tHTT6zE4c5 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTT6zE4c5 .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-tHTT6zE4c5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTT6zE4c5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTT6zE4c5 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTT6zE4c5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTT6zE4c5 .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-tHTT6zE4c5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTT6zE4c5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTT6zE4c5 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTT6zE4c5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTT6zE4c5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTT6zE4c5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTT6zE4c5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTT6zE4c5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTT6zE4c5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTT6zE4c5 .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-tHTT6zE4c5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTT6zE4c5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTT6zE4c5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTT6zE4c5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTT6zE4c5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTT6zE4c5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTT6zE4c5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTT6zE4c5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTT6zE4c5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTT6zE4c5 .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-tHTT6zE4c5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTT6zE4c5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTT6zE4c5 .dropdown-item.active,
.cid-tHTT6zE4c5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTT6zE4c5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTT6zE4c5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTT6zE4c5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTT6zE4c5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTT6zE4c5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTT6zE4c5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTT6zE4c5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTT6zE4c5 .navbar-buttons {
  text-align: center;
}
.cid-tHTT6zE4c5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTT6zE4c5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTT6zE4c5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTT6zE4c5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTT6zE4c5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTT6zE4c5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTT6zE4c5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTT6zE4c5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTT6zE4c5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTT6zE4c5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTT6zE4c5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTT6zE4c5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTT6zE4c5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTT6zE4c5 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTT6zE4c5 .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTT6zE4c5 .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-tHTT6zE4c5 a.nav-link .mbr-iconfont-btn,
.cid-tHTT6zE4c5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTT6zE4c5 a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTT6zE4c5 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTT6zE4c5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTT6zE4c5 .navbar {
    height: 77px;
  }
  .cid-tHTT6zE4c5 .navbar.opened {
    height: auto;
  }
  .cid-tHTT6zE4c5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTT6AUOrF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTT6AUOrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTT6AUOrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTT6AUOrF .container-fluid {
  padding: 0;
}
.cid-tHTT6AUOrF .row {
  padding: 0;
}
.cid-tHTT6AUOrF .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTT6AUOrF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTT6AUOrF .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTT6AUOrF .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTT6AUOrF .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTT6AUOrF .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTT6AUOrF .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTT6AUOrF .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTT6AUOrF .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTT6AUOrF .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTT6AUOrF .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTT6AUOrF .mbr-section-title {
  color: #1c314e;
}
.cid-tHTT6AUOrF .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTT6AUOrF .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTT6AUOrF .mbr-section-title,
.cid-tHTT6AUOrF .mbr-section-btn {
  text-align: center;
}
.cid-tHTT6BB6jl {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTT6BB6jl .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTT6BB6jl .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTT6BB6jl .row {
  align-items: center;
  height: 100%;
}
.cid-tHTT6BB6jl .wrapper {
  margin: auto;
}
.cid-tHTT6C5uQ9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6C5uQ9 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6C5uQ9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6Cx40Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6Cx40Q .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6Cx40Q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6CZ2iH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6CZ2iH .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6CZ2iH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6Dq8o8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6Dq8o8 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6Dq8o8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6DRYGk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6DRYGk .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6DRYGk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6EsRmX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6EsRmX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6EsRmX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6FbYVw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTT6FbYVw .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTT6FbYVw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTT6G574o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTT6G574o .content {
    text-align: center;
  }
  .cid-tHTT6G574o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTT6G574o .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTT6G574o .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTT6G574o .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTT6G574o .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTT6G574o .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTT6G574o .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTT6G574o .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTT6G574o .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-tHTT6G574o .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTT6G574o .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTT6G574o .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTT6G574o .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTT6G574o .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTT6G574o .list-item {
  display: flex;
}
.cid-tHTT6G574o .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTT6G574o ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTT6G574o ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTT6G574o ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTT6G574o .logo-subtitle,
.cid-tHTT6G574o .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTTKYy3IO .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-tHTTKYy3IO .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTTKYy3IO .nav-item,
.cid-tHTTKYy3IO .nav-link,
.cid-tHTTKYy3IO .navbar-caption {
  font-weight: normal;
}
.cid-tHTTKYy3IO .nav-item:focus,
.cid-tHTTKYy3IO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTTKYy3IO .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTTKYy3IO .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTTKYy3IO .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-tHTTKYy3IO .nav-item:hover .nav-link:before,
  .cid-tHTTKYy3IO .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTTKYy3IO .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-tHTTKYy3IO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTTKYy3IO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTTKYy3IO .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTTKYy3IO .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTTKYy3IO .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-tHTTKYy3IO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTTKYy3IO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTTKYy3IO .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTTKYy3IO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTTKYy3IO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTTKYy3IO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTTKYy3IO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTTKYy3IO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTTKYy3IO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTTKYy3IO .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-tHTTKYy3IO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTTKYy3IO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTTKYy3IO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTTKYy3IO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTTKYy3IO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTTKYy3IO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTTKYy3IO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTTKYy3IO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTTKYy3IO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTTKYy3IO .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-tHTTKYy3IO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTTKYy3IO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTTKYy3IO .dropdown-item.active,
.cid-tHTTKYy3IO .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTTKYy3IO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTTKYy3IO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTTKYy3IO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTTKYy3IO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTTKYy3IO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTTKYy3IO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTTKYy3IO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTTKYy3IO .navbar-buttons {
  text-align: center;
}
.cid-tHTTKYy3IO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTTKYy3IO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTTKYy3IO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTTKYy3IO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTTKYy3IO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTTKYy3IO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTTKYy3IO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTTKYy3IO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTTKYy3IO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTTKYy3IO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTTKYy3IO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTTKYy3IO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTTKYy3IO .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTTKYy3IO .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTTKYy3IO .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTTKYy3IO .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-tHTTKYy3IO a.nav-link .mbr-iconfont-btn,
.cid-tHTTKYy3IO a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTTKYy3IO a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTTKYy3IO a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTTKYy3IO a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTTKYy3IO .navbar {
    height: 77px;
  }
  .cid-tHTTKYy3IO .navbar.opened {
    height: auto;
  }
  .cid-tHTTKYy3IO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTTKZKDH9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTTKZKDH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTTKZKDH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTTKZKDH9 .container-fluid {
  padding: 0;
}
.cid-tHTTKZKDH9 .row {
  padding: 0;
}
.cid-tHTTKZKDH9 .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTTKZKDH9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTTKZKDH9 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTTKZKDH9 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTTKZKDH9 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTTKZKDH9 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTTKZKDH9 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTTKZKDH9 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTTKZKDH9 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTTKZKDH9 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTTKZKDH9 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTTKZKDH9 .mbr-section-title {
  color: #1c314e;
}
.cid-tHTTKZKDH9 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTTKZKDH9 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTTKZKDH9 .mbr-section-title,
.cid-tHTTKZKDH9 .mbr-section-btn {
  text-align: center;
}
.cid-tHTTL0lJsu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTTL0lJsu .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTTL0lJsu .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTTL0lJsu .row {
  align-items: center;
  height: 100%;
}
.cid-tHTTL0lJsu .wrapper {
  margin: auto;
}
.cid-tHTTL0RXYo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL0RXYo .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL0RXYo .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL1jSlB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL1jSlB .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL1jSlB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL1NWHF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL1NWHF .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL1NWHF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL2mWkR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL2mWkR .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL2mWkR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL2Tev1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL2Tev1 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL2Tev1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL3qTIJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL3qTIJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL3qTIJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL3WBZJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTTL3WBZJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTTL3WBZJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTTL4tXpN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTTL4tXpN .content {
    text-align: center;
  }
  .cid-tHTTL4tXpN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTTL4tXpN .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTTL4tXpN .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTTL4tXpN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTTL4tXpN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTTL4tXpN .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTTL4tXpN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTTL4tXpN .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTTL4tXpN .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-tHTTL4tXpN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTTL4tXpN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTTL4tXpN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTTL4tXpN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTTL4tXpN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTTL4tXpN .list-item {
  display: flex;
}
.cid-tHTTL4tXpN .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTTL4tXpN ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTTL4tXpN ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTTL4tXpN ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTTL4tXpN .logo-subtitle,
.cid-tHTTL4tXpN .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTWc5a0Xx .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-tHTWc5a0Xx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTWc5a0Xx .nav-item,
.cid-tHTWc5a0Xx .nav-link,
.cid-tHTWc5a0Xx .navbar-caption {
  font-weight: normal;
}
.cid-tHTWc5a0Xx .nav-item:focus,
.cid-tHTWc5a0Xx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTWc5a0Xx .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTWc5a0Xx .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTWc5a0Xx .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-tHTWc5a0Xx .nav-item:hover .nav-link:before,
  .cid-tHTWc5a0Xx .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTWc5a0Xx .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-tHTWc5a0Xx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTWc5a0Xx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTWc5a0Xx .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTWc5a0Xx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTWc5a0Xx .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-tHTWc5a0Xx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTWc5a0Xx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTWc5a0Xx .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTWc5a0Xx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTWc5a0Xx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTWc5a0Xx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTWc5a0Xx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTWc5a0Xx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTWc5a0Xx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTWc5a0Xx .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-tHTWc5a0Xx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTWc5a0Xx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTWc5a0Xx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTWc5a0Xx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTWc5a0Xx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTWc5a0Xx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTWc5a0Xx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTWc5a0Xx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTWc5a0Xx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTWc5a0Xx .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-tHTWc5a0Xx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTWc5a0Xx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTWc5a0Xx .dropdown-item.active,
.cid-tHTWc5a0Xx .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTWc5a0Xx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTWc5a0Xx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTWc5a0Xx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTWc5a0Xx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTWc5a0Xx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTWc5a0Xx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTWc5a0Xx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTWc5a0Xx .navbar-buttons {
  text-align: center;
}
.cid-tHTWc5a0Xx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTWc5a0Xx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTWc5a0Xx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTWc5a0Xx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTWc5a0Xx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTWc5a0Xx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTWc5a0Xx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTWc5a0Xx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTWc5a0Xx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTWc5a0Xx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTWc5a0Xx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTWc5a0Xx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTWc5a0Xx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTWc5a0Xx .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTWc5a0Xx .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTWc5a0Xx .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-tHTWc5a0Xx a.nav-link .mbr-iconfont-btn,
.cid-tHTWc5a0Xx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTWc5a0Xx a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTWc5a0Xx a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTWc5a0Xx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTWc5a0Xx .navbar {
    height: 77px;
  }
  .cid-tHTWc5a0Xx .navbar.opened {
    height: auto;
  }
  .cid-tHTWc5a0Xx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTWc6EoL7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTWc6EoL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTWc6EoL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTWc6EoL7 .container-fluid {
  padding: 0;
}
.cid-tHTWc6EoL7 .row {
  padding: 0;
}
.cid-tHTWc6EoL7 .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTWc6EoL7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTWc6EoL7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTWc6EoL7 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTWc6EoL7 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTWc6EoL7 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTWc6EoL7 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTWc6EoL7 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTWc6EoL7 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTWc6EoL7 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTWc6EoL7 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTWc6EoL7 .mbr-section-title {
  color: #1c314e;
}
.cid-tHTWc6EoL7 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTWc6EoL7 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTWc6EoL7 .mbr-section-title,
.cid-tHTWc6EoL7 .mbr-section-btn {
  text-align: center;
}
.cid-tHTWc7y6LE {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTWc7y6LE .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTWc7y6LE .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTWc7y6LE .row {
  align-items: center;
  height: 100%;
}
.cid-tHTWc7y6LE .wrapper {
  margin: auto;
}
.cid-tHTWc84E8K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWc84E8K .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWc84E8K .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWc8zgdJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWc8zgdJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWc8zgdJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWc92NX8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWc92NX8 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWc92NX8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWc9yGas {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWc9yGas .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWc9yGas .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWca1rFu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWca1rFu .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWca1rFu .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWcaEvEX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWcaEvEX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWcaEvEX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWcb9kgP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWcb9kgP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWcb9kgP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWcbIHzy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTWcbIHzy .content {
    text-align: center;
  }
  .cid-tHTWcbIHzy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTWcbIHzy .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTWcbIHzy .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTWcbIHzy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTWcbIHzy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTWcbIHzy .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTWcbIHzy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTWcbIHzy .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTWcbIHzy .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-tHTWcbIHzy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTWcbIHzy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTWcbIHzy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTWcbIHzy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTWcbIHzy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTWcbIHzy .list-item {
  display: flex;
}
.cid-tHTWcbIHzy .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTWcbIHzy ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTWcbIHzy ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTWcbIHzy ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTWcbIHzy .logo-subtitle,
.cid-tHTWcbIHzy .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTWR8t6oo .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-tHTWR8t6oo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTWR8t6oo .nav-item,
.cid-tHTWR8t6oo .nav-link,
.cid-tHTWR8t6oo .navbar-caption {
  font-weight: normal;
}
.cid-tHTWR8t6oo .nav-item:focus,
.cid-tHTWR8t6oo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTWR8t6oo .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTWR8t6oo .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTWR8t6oo .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-tHTWR8t6oo .nav-item:hover .nav-link:before,
  .cid-tHTWR8t6oo .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTWR8t6oo .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-tHTWR8t6oo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTWR8t6oo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTWR8t6oo .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTWR8t6oo .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTWR8t6oo .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-tHTWR8t6oo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTWR8t6oo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTWR8t6oo .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTWR8t6oo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTWR8t6oo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTWR8t6oo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTWR8t6oo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTWR8t6oo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTWR8t6oo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTWR8t6oo .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-tHTWR8t6oo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTWR8t6oo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTWR8t6oo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTWR8t6oo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTWR8t6oo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTWR8t6oo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTWR8t6oo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTWR8t6oo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTWR8t6oo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTWR8t6oo .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-tHTWR8t6oo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTWR8t6oo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTWR8t6oo .dropdown-item.active,
.cid-tHTWR8t6oo .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTWR8t6oo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTWR8t6oo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTWR8t6oo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTWR8t6oo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTWR8t6oo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTWR8t6oo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTWR8t6oo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTWR8t6oo .navbar-buttons {
  text-align: center;
}
.cid-tHTWR8t6oo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTWR8t6oo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTWR8t6oo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTWR8t6oo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTWR8t6oo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTWR8t6oo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTWR8t6oo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTWR8t6oo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTWR8t6oo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTWR8t6oo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTWR8t6oo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTWR8t6oo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTWR8t6oo .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTWR8t6oo .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTWR8t6oo .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTWR8t6oo .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-tHTWR8t6oo a.nav-link .mbr-iconfont-btn,
.cid-tHTWR8t6oo a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTWR8t6oo a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTWR8t6oo a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTWR8t6oo a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTWR8t6oo .navbar {
    height: 77px;
  }
  .cid-tHTWR8t6oo .navbar.opened {
    height: auto;
  }
  .cid-tHTWR8t6oo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTWR9yFFR {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTWR9yFFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTWR9yFFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTWR9yFFR .container-fluid {
  padding: 0;
}
.cid-tHTWR9yFFR .row {
  padding: 0;
}
.cid-tHTWR9yFFR .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTWR9yFFR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTWR9yFFR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTWR9yFFR .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTWR9yFFR .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTWR9yFFR .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTWR9yFFR .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTWR9yFFR .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTWR9yFFR .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTWR9yFFR .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTWR9yFFR .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTWR9yFFR .mbr-section-title {
  color: #1c314e;
}
.cid-tHTWR9yFFR .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTWR9yFFR .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTWR9yFFR .mbr-section-title,
.cid-tHTWR9yFFR .mbr-section-btn {
  text-align: center;
}
.cid-tHTWRarx1u {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTWRarx1u .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTWRarx1u .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTWRarx1u .row {
  align-items: center;
  height: 100%;
}
.cid-tHTWRarx1u .wrapper {
  margin: auto;
}
.cid-tHTWRaYaGz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRaYaGz .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRaYaGz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRbtM7u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRbtM7u .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRbtM7u .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRc1OLI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRc1OLI .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRc1OLI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRcvmPE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRcvmPE .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRcvmPE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRd2fCn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRd2fCn .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRd2fCn .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRdxywv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRdxywv .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRdxywv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRe6SEJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTWRe6SEJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTWRe6SEJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXsdrZA8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXsdrZA8 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXsdrZA8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXrF7isf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXrF7isf .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXrF7isf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTWRezq7C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTWRezq7C .content {
    text-align: center;
  }
  .cid-tHTWRezq7C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTWRezq7C .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTWRezq7C .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTWRezq7C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTWRezq7C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTWRezq7C .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTWRezq7C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTWRezq7C .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTWRezq7C .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-tHTWRezq7C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTWRezq7C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTWRezq7C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTWRezq7C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTWRezq7C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTWRezq7C .list-item {
  display: flex;
}
.cid-tHTWRezq7C .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTWRezq7C ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTWRezq7C ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTWRezq7C ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTWRezq7C .logo-subtitle,
.cid-tHTWRezq7C .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTXFU5hz9 .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-tHTXFU5hz9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTXFU5hz9 .nav-item,
.cid-tHTXFU5hz9 .nav-link,
.cid-tHTXFU5hz9 .navbar-caption {
  font-weight: normal;
}
.cid-tHTXFU5hz9 .nav-item:focus,
.cid-tHTXFU5hz9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTXFU5hz9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTXFU5hz9 .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTXFU5hz9 .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-tHTXFU5hz9 .nav-item:hover .nav-link:before,
  .cid-tHTXFU5hz9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTXFU5hz9 .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-tHTXFU5hz9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTXFU5hz9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTXFU5hz9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTXFU5hz9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTXFU5hz9 .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-tHTXFU5hz9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTXFU5hz9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTXFU5hz9 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTXFU5hz9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTXFU5hz9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTXFU5hz9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTXFU5hz9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTXFU5hz9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTXFU5hz9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTXFU5hz9 .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-tHTXFU5hz9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTXFU5hz9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTXFU5hz9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTXFU5hz9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTXFU5hz9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTXFU5hz9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTXFU5hz9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTXFU5hz9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTXFU5hz9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTXFU5hz9 .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-tHTXFU5hz9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTXFU5hz9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTXFU5hz9 .dropdown-item.active,
.cid-tHTXFU5hz9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTXFU5hz9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTXFU5hz9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTXFU5hz9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTXFU5hz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTXFU5hz9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTXFU5hz9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTXFU5hz9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTXFU5hz9 .navbar-buttons {
  text-align: center;
}
.cid-tHTXFU5hz9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTXFU5hz9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTXFU5hz9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTXFU5hz9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTXFU5hz9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTXFU5hz9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTXFU5hz9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTXFU5hz9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTXFU5hz9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTXFU5hz9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTXFU5hz9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTXFU5hz9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTXFU5hz9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTXFU5hz9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTXFU5hz9 .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTXFU5hz9 .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-tHTXFU5hz9 a.nav-link .mbr-iconfont-btn,
.cid-tHTXFU5hz9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTXFU5hz9 a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTXFU5hz9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTXFU5hz9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTXFU5hz9 .navbar {
    height: 77px;
  }
  .cid-tHTXFU5hz9 .navbar.opened {
    height: auto;
  }
  .cid-tHTXFU5hz9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTXFVqoM5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTXFVqoM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTXFVqoM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTXFVqoM5 .container-fluid {
  padding: 0;
}
.cid-tHTXFVqoM5 .row {
  padding: 0;
}
.cid-tHTXFVqoM5 .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTXFVqoM5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTXFVqoM5 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTXFVqoM5 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTXFVqoM5 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTXFVqoM5 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTXFVqoM5 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTXFVqoM5 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTXFVqoM5 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTXFVqoM5 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTXFVqoM5 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTXFVqoM5 .mbr-section-title {
  color: #1c314e;
}
.cid-tHTXFVqoM5 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTXFVqoM5 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTXFVqoM5 .mbr-section-title,
.cid-tHTXFVqoM5 .mbr-section-btn {
  text-align: center;
}
.cid-tHTXFWvBT9 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTXFWvBT9 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTXFWvBT9 .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTXFWvBT9 .row {
  align-items: center;
  height: 100%;
}
.cid-tHTXFWvBT9 .wrapper {
  margin: auto;
}
.cid-tHTXFX3Hhw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXFX3Hhw .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXFX3Hhw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXFXyL3g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXFXyL3g .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXFXyL3g .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXFY7N6O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXFY7N6O .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXFY7N6O .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXFYCXfR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXFYCXfR .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXFYCXfR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXFZcGET {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXFZcGET .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXFZcGET .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXFZKrzd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXFZKrzd .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXFZKrzd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXG0kLnW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXG0kLnW .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXG0kLnW .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXG0RlcX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTXG0RlcX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTXG0RlcX .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTXG1XJyA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTXG1XJyA .content {
    text-align: center;
  }
  .cid-tHTXG1XJyA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTXG1XJyA .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTXG1XJyA .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTXG1XJyA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTXG1XJyA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTXG1XJyA .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTXG1XJyA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTXG1XJyA .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTXG1XJyA .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-tHTXG1XJyA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTXG1XJyA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTXG1XJyA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTXG1XJyA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTXG1XJyA .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTXG1XJyA .list-item {
  display: flex;
}
.cid-tHTXG1XJyA .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTXG1XJyA ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTXG1XJyA ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTXG1XJyA ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTXG1XJyA .logo-subtitle,
.cid-tHTXG1XJyA .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTYnZBlnn .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-tHTYnZBlnn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTYnZBlnn .nav-item,
.cid-tHTYnZBlnn .nav-link,
.cid-tHTYnZBlnn .navbar-caption {
  font-weight: normal;
}
.cid-tHTYnZBlnn .nav-item:focus,
.cid-tHTYnZBlnn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTYnZBlnn .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTYnZBlnn .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTYnZBlnn .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-tHTYnZBlnn .nav-item:hover .nav-link:before,
  .cid-tHTYnZBlnn .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTYnZBlnn .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-tHTYnZBlnn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTYnZBlnn .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTYnZBlnn .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTYnZBlnn .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTYnZBlnn .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-tHTYnZBlnn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTYnZBlnn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTYnZBlnn .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTYnZBlnn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTYnZBlnn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTYnZBlnn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTYnZBlnn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTYnZBlnn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTYnZBlnn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTYnZBlnn .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-tHTYnZBlnn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTYnZBlnn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTYnZBlnn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTYnZBlnn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTYnZBlnn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTYnZBlnn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTYnZBlnn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTYnZBlnn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTYnZBlnn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTYnZBlnn .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-tHTYnZBlnn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTYnZBlnn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTYnZBlnn .dropdown-item.active,
.cid-tHTYnZBlnn .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTYnZBlnn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTYnZBlnn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTYnZBlnn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTYnZBlnn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTYnZBlnn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTYnZBlnn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTYnZBlnn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTYnZBlnn .navbar-buttons {
  text-align: center;
}
.cid-tHTYnZBlnn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTYnZBlnn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTYnZBlnn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTYnZBlnn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTYnZBlnn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTYnZBlnn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTYnZBlnn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTYnZBlnn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTYnZBlnn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTYnZBlnn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTYnZBlnn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTYnZBlnn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTYnZBlnn .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTYnZBlnn .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTYnZBlnn .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTYnZBlnn .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-tHTYnZBlnn a.nav-link .mbr-iconfont-btn,
.cid-tHTYnZBlnn a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTYnZBlnn a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTYnZBlnn a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTYnZBlnn a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTYnZBlnn .navbar {
    height: 77px;
  }
  .cid-tHTYnZBlnn .navbar.opened {
    height: auto;
  }
  .cid-tHTYnZBlnn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTYo0y2uk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTYo0y2uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTYo0y2uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTYo0y2uk .container-fluid {
  padding: 0;
}
.cid-tHTYo0y2uk .row {
  padding: 0;
}
.cid-tHTYo0y2uk .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTYo0y2uk .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTYo0y2uk .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTYo0y2uk .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTYo0y2uk .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTYo0y2uk .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTYo0y2uk .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTYo0y2uk .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTYo0y2uk .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTYo0y2uk .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTYo0y2uk .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTYo0y2uk .mbr-section-title {
  color: #1c314e;
}
.cid-tHTYo0y2uk .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTYo0y2uk .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTYo0y2uk .mbr-section-title,
.cid-tHTYo0y2uk .mbr-section-btn {
  text-align: center;
}
.cid-tHTYo1j8oh {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTYo1j8oh .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTYo1j8oh .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTYo1j8oh .row {
  align-items: center;
  height: 100%;
}
.cid-tHTYo1j8oh .wrapper {
  margin: auto;
}
.cid-tHTYo1LAEU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo1LAEU .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo1LAEU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo2gtGi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo2gtGi .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo2gtGi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo2PE9G {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo2PE9G .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo2PE9G .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo3q3Yv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo3q3Yv .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo3q3Yv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo3Unwq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo3Unwq .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo3Unwq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo4r7bN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo4r7bN .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo4r7bN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo4SaH5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTYo4SaH5 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTYo4SaH5 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTYo62s9w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTYo62s9w .content {
    text-align: center;
  }
  .cid-tHTYo62s9w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTYo62s9w .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTYo62s9w .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTYo62s9w .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTYo62s9w .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTYo62s9w .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTYo62s9w .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTYo62s9w .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTYo62s9w .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-tHTYo62s9w .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTYo62s9w .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTYo62s9w .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTYo62s9w .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTYo62s9w .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTYo62s9w .list-item {
  display: flex;
}
.cid-tHTYo62s9w .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTYo62s9w ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTYo62s9w ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTYo62s9w ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTYo62s9w .logo-subtitle,
.cid-tHTYo62s9w .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTZ2n1fwE .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-tHTZ2n1fwE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTZ2n1fwE .nav-item,
.cid-tHTZ2n1fwE .nav-link,
.cid-tHTZ2n1fwE .navbar-caption {
  font-weight: normal;
}
.cid-tHTZ2n1fwE .nav-item:focus,
.cid-tHTZ2n1fwE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTZ2n1fwE .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTZ2n1fwE .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTZ2n1fwE .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-tHTZ2n1fwE .nav-item:hover .nav-link:before,
  .cid-tHTZ2n1fwE .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTZ2n1fwE .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-tHTZ2n1fwE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTZ2n1fwE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTZ2n1fwE .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTZ2n1fwE .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTZ2n1fwE .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-tHTZ2n1fwE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTZ2n1fwE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTZ2n1fwE .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTZ2n1fwE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTZ2n1fwE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTZ2n1fwE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTZ2n1fwE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTZ2n1fwE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTZ2n1fwE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTZ2n1fwE .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-tHTZ2n1fwE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTZ2n1fwE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTZ2n1fwE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTZ2n1fwE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTZ2n1fwE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTZ2n1fwE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTZ2n1fwE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTZ2n1fwE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTZ2n1fwE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTZ2n1fwE .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-tHTZ2n1fwE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTZ2n1fwE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTZ2n1fwE .dropdown-item.active,
.cid-tHTZ2n1fwE .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTZ2n1fwE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTZ2n1fwE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTZ2n1fwE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTZ2n1fwE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTZ2n1fwE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTZ2n1fwE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTZ2n1fwE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTZ2n1fwE .navbar-buttons {
  text-align: center;
}
.cid-tHTZ2n1fwE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTZ2n1fwE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTZ2n1fwE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTZ2n1fwE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTZ2n1fwE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTZ2n1fwE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTZ2n1fwE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTZ2n1fwE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTZ2n1fwE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTZ2n1fwE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTZ2n1fwE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTZ2n1fwE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTZ2n1fwE .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTZ2n1fwE .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTZ2n1fwE .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTZ2n1fwE .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-tHTZ2n1fwE a.nav-link .mbr-iconfont-btn,
.cid-tHTZ2n1fwE a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTZ2n1fwE a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTZ2n1fwE a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTZ2n1fwE a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTZ2n1fwE .navbar {
    height: 77px;
  }
  .cid-tHTZ2n1fwE .navbar.opened {
    height: auto;
  }
  .cid-tHTZ2n1fwE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTZ2obHX3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTZ2obHX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTZ2obHX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTZ2obHX3 .container-fluid {
  padding: 0;
}
.cid-tHTZ2obHX3 .row {
  padding: 0;
}
.cid-tHTZ2obHX3 .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTZ2obHX3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTZ2obHX3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTZ2obHX3 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTZ2obHX3 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTZ2obHX3 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTZ2obHX3 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTZ2obHX3 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTZ2obHX3 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTZ2obHX3 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTZ2obHX3 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTZ2obHX3 .mbr-section-title {
  color: #1c314e;
}
.cid-tHTZ2obHX3 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTZ2obHX3 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTZ2obHX3 .mbr-section-title,
.cid-tHTZ2obHX3 .mbr-section-btn {
  text-align: center;
}
.cid-tHTZ2oRUrc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTZ2oRUrc .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTZ2oRUrc .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTZ2oRUrc .row {
  align-items: center;
  height: 100%;
}
.cid-tHTZ2oRUrc .wrapper {
  margin: auto;
}
.cid-tHTZ2pqCto {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZ2pqCto .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZ2pqCto .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZ2tugLt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTZ2tugLt .content {
    text-align: center;
  }
  .cid-tHTZ2tugLt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTZ2tugLt .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTZ2tugLt .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTZ2tugLt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTZ2tugLt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTZ2tugLt .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTZ2tugLt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTZ2tugLt .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTZ2tugLt .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-tHTZ2tugLt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTZ2tugLt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTZ2tugLt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTZ2tugLt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTZ2tugLt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTZ2tugLt .list-item {
  display: flex;
}
.cid-tHTZ2tugLt .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTZ2tugLt ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTZ2tugLt ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTZ2tugLt ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTZ2tugLt .logo-subtitle,
.cid-tHTZ2tugLt .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTZnZcHEr .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-tHTZnZcHEr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTZnZcHEr .nav-item,
.cid-tHTZnZcHEr .nav-link,
.cid-tHTZnZcHEr .navbar-caption {
  font-weight: normal;
}
.cid-tHTZnZcHEr .nav-item:focus,
.cid-tHTZnZcHEr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTZnZcHEr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTZnZcHEr .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTZnZcHEr .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-tHTZnZcHEr .nav-item:hover .nav-link:before,
  .cid-tHTZnZcHEr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTZnZcHEr .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-tHTZnZcHEr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTZnZcHEr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTZnZcHEr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTZnZcHEr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTZnZcHEr .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-tHTZnZcHEr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTZnZcHEr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTZnZcHEr .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTZnZcHEr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTZnZcHEr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTZnZcHEr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTZnZcHEr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTZnZcHEr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTZnZcHEr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTZnZcHEr .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-tHTZnZcHEr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTZnZcHEr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTZnZcHEr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTZnZcHEr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTZnZcHEr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTZnZcHEr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTZnZcHEr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTZnZcHEr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTZnZcHEr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTZnZcHEr .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-tHTZnZcHEr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTZnZcHEr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTZnZcHEr .dropdown-item.active,
.cid-tHTZnZcHEr .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTZnZcHEr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTZnZcHEr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTZnZcHEr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTZnZcHEr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTZnZcHEr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTZnZcHEr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTZnZcHEr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTZnZcHEr .navbar-buttons {
  text-align: center;
}
.cid-tHTZnZcHEr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTZnZcHEr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTZnZcHEr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTZnZcHEr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTZnZcHEr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTZnZcHEr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTZnZcHEr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTZnZcHEr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTZnZcHEr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTZnZcHEr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTZnZcHEr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTZnZcHEr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTZnZcHEr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTZnZcHEr .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTZnZcHEr .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTZnZcHEr .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-tHTZnZcHEr a.nav-link .mbr-iconfont-btn,
.cid-tHTZnZcHEr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTZnZcHEr a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTZnZcHEr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTZnZcHEr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTZnZcHEr .navbar {
    height: 77px;
  }
  .cid-tHTZnZcHEr .navbar.opened {
    height: auto;
  }
  .cid-tHTZnZcHEr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTZo0h5Jf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTZo0h5Jf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTZo0h5Jf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTZo0h5Jf .container-fluid {
  padding: 0;
}
.cid-tHTZo0h5Jf .row {
  padding: 0;
}
.cid-tHTZo0h5Jf .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTZo0h5Jf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTZo0h5Jf .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTZo0h5Jf .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTZo0h5Jf .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTZo0h5Jf .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTZo0h5Jf .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTZo0h5Jf .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTZo0h5Jf .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTZo0h5Jf .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTZo0h5Jf .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTZo0h5Jf .mbr-section-title {
  color: #1c314e;
}
.cid-tHTZo0h5Jf .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTZo0h5Jf .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTZo0h5Jf .mbr-section-title,
.cid-tHTZo0h5Jf .mbr-section-btn {
  text-align: center;
}
.cid-tHTZo0UcZb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTZo0UcZb .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTZo0UcZb .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTZo0UcZb .row {
  align-items: center;
  height: 100%;
}
.cid-tHTZo0UcZb .wrapper {
  margin: auto;
}
.cid-tHTZo1ufWo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo1ufWo .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo1ufWo .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo23UAo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo23UAo .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo23UAo .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo2CwxE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo2CwxE .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo2CwxE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo3d0oj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo3d0oj .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo3d0oj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo3Ynwf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo3Ynwf .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo3Ynwf .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo4z0jQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo4z0jQ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo4z0jQ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo59uii {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZo59uii .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZo59uii .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZYQbQNz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTZYQbQNz .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTZYQbQNz .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTZo5GVR5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTZo5GVR5 .content {
    text-align: center;
  }
  .cid-tHTZo5GVR5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTZo5GVR5 .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTZo5GVR5 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTZo5GVR5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTZo5GVR5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTZo5GVR5 .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTZo5GVR5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTZo5GVR5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTZo5GVR5 .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-tHTZo5GVR5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTZo5GVR5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTZo5GVR5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTZo5GVR5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTZo5GVR5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTZo5GVR5 .list-item {
  display: flex;
}
.cid-tHTZo5GVR5 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTZo5GVR5 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTZo5GVR5 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTZo5GVR5 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTZo5GVR5 .logo-subtitle,
.cid-tHTZo5GVR5 .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tHTPLIF0p8 .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-tHTPLIF0p8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tHTPLIF0p8 .nav-item,
.cid-tHTPLIF0p8 .nav-link,
.cid-tHTPLIF0p8 .navbar-caption {
  font-weight: normal;
}
.cid-tHTPLIF0p8 .nav-item:focus,
.cid-tHTPLIF0p8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tHTPLIF0p8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tHTPLIF0p8 .nav-item .nav-link {
    position: relative;
  }
  .cid-tHTPLIF0p8 .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-tHTPLIF0p8 .nav-item:hover .nav-link:before,
  .cid-tHTPLIF0p8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tHTPLIF0p8 .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-tHTPLIF0p8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHTPLIF0p8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tHTPLIF0p8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tHTPLIF0p8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tHTPLIF0p8 .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-tHTPLIF0p8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tHTPLIF0p8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tHTPLIF0p8 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tHTPLIF0p8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHTPLIF0p8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHTPLIF0p8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHTPLIF0p8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tHTPLIF0p8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHTPLIF0p8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHTPLIF0p8 .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-tHTPLIF0p8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tHTPLIF0p8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHTPLIF0p8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHTPLIF0p8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tHTPLIF0p8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tHTPLIF0p8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tHTPLIF0p8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tHTPLIF0p8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHTPLIF0p8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tHTPLIF0p8 .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-tHTPLIF0p8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHTPLIF0p8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHTPLIF0p8 .dropdown-item.active,
.cid-tHTPLIF0p8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tHTPLIF0p8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHTPLIF0p8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHTPLIF0p8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHTPLIF0p8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tHTPLIF0p8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHTPLIF0p8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHTPLIF0p8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tHTPLIF0p8 .navbar-buttons {
  text-align: center;
}
.cid-tHTPLIF0p8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHTPLIF0p8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tHTPLIF0p8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHTPLIF0p8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTPLIF0p8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHTPLIF0p8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHTPLIF0p8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTPLIF0p8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHTPLIF0p8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHTPLIF0p8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHTPLIF0p8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tHTPLIF0p8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHTPLIF0p8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tHTPLIF0p8 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tHTPLIF0p8 .soc-item {
  margin: .5rem .3rem;
}
.cid-tHTPLIF0p8 .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-tHTPLIF0p8 a.nav-link .mbr-iconfont-btn,
.cid-tHTPLIF0p8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tHTPLIF0p8 a.nav-link:hover .mbr-iconfont-btn,
.cid-tHTPLIF0p8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tHTPLIF0p8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHTPLIF0p8 .navbar {
    height: 77px;
  }
  .cid-tHTPLIF0p8 .navbar.opened {
    height: auto;
  }
  .cid-tHTPLIF0p8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHTPLK1WdV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHTPLK1WdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHTPLK1WdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHTPLK1WdV .container-fluid {
  padding: 0;
}
.cid-tHTPLK1WdV .row {
  padding: 0;
}
.cid-tHTPLK1WdV .title-wrapper {
  padding: 0 2rem;
}
.cid-tHTPLK1WdV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tHTPLK1WdV .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tHTPLK1WdV .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tHTPLK1WdV .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tHTPLK1WdV .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTPLK1WdV .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tHTPLK1WdV .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tHTPLK1WdV .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tHTPLK1WdV .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHTPLK1WdV .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tHTPLK1WdV .mbr-section-title {
  color: #1c314e;
}
.cid-tHTPLK1WdV .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tHTPLK1WdV .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tHTPLK1WdV .mbr-section-title,
.cid-tHTPLK1WdV .mbr-section-btn {
  text-align: center;
}
.cid-tHTPLKGm9a {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHTPLKGm9a .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-tHTPLKGm9a .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-tHTPLKGm9a .row {
  align-items: center;
  height: 100%;
}
.cid-tHTPLKGm9a .wrapper {
  margin: auto;
}
.cid-tHTPLLh6rJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLLh6rJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLLh6rJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLMddAd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLMddAd .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLMddAd .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLNfzjP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLNfzjP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLNfzjP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLOa12b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLOa12b .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLOa12b .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLPgUXF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLPgUXF .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLPgUXF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLQ7jjT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLQ7jjT .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLQ7jjT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLQJIcE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLQJIcE .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLQJIcE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLRiA1Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHTPLRiA1Y .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tHTPLRiA1Y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tHTPLROxbl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHTPLROxbl .content {
    text-align: center;
  }
  .cid-tHTPLROxbl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tHTPLROxbl .logo-subtitle {
  color: #8d97ad;
}
.cid-tHTPLROxbl .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tHTPLROxbl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tHTPLROxbl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tHTPLROxbl .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tHTPLROxbl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tHTPLROxbl .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tHTPLROxbl .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-tHTPLROxbl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tHTPLROxbl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHTPLROxbl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tHTPLROxbl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHTPLROxbl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHTPLROxbl .list-item {
  display: flex;
}
.cid-tHTPLROxbl .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tHTPLROxbl ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tHTPLROxbl ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tHTPLROxbl ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tHTPLROxbl .logo-subtitle,
.cid-tHTPLROxbl .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tLFkORIAhj .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-tLFkORIAhj .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tLFkORIAhj .nav-item,
.cid-tLFkORIAhj .nav-link,
.cid-tLFkORIAhj .navbar-caption {
  font-weight: normal;
}
.cid-tLFkORIAhj .nav-item:focus,
.cid-tLFkORIAhj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLFkORIAhj .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tLFkORIAhj .nav-item .nav-link {
    position: relative;
  }
  .cid-tLFkORIAhj .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-tLFkORIAhj .nav-item:hover .nav-link:before,
  .cid-tLFkORIAhj .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tLFkORIAhj .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-tLFkORIAhj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLFkORIAhj .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tLFkORIAhj .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tLFkORIAhj .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLFkORIAhj .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-tLFkORIAhj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLFkORIAhj .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLFkORIAhj .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tLFkORIAhj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tLFkORIAhj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLFkORIAhj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLFkORIAhj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLFkORIAhj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLFkORIAhj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLFkORIAhj .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-tLFkORIAhj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLFkORIAhj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLFkORIAhj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLFkORIAhj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLFkORIAhj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLFkORIAhj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLFkORIAhj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLFkORIAhj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLFkORIAhj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLFkORIAhj .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-tLFkORIAhj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLFkORIAhj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLFkORIAhj .dropdown-item.active,
.cid-tLFkORIAhj .dropdown-item:active {
  background-color: transparent;
}
.cid-tLFkORIAhj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLFkORIAhj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLFkORIAhj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLFkORIAhj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tLFkORIAhj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLFkORIAhj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLFkORIAhj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLFkORIAhj .navbar-buttons {
  text-align: center;
}
.cid-tLFkORIAhj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLFkORIAhj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLFkORIAhj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLFkORIAhj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLFkORIAhj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLFkORIAhj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLFkORIAhj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLFkORIAhj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLFkORIAhj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLFkORIAhj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLFkORIAhj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLFkORIAhj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLFkORIAhj .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tLFkORIAhj .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tLFkORIAhj .soc-item {
  margin: .5rem .3rem;
}
.cid-tLFkORIAhj .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-tLFkORIAhj a.nav-link .mbr-iconfont-btn,
.cid-tLFkORIAhj a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tLFkORIAhj a.nav-link:hover .mbr-iconfont-btn,
.cid-tLFkORIAhj a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tLFkORIAhj a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLFkORIAhj .navbar {
    height: 77px;
  }
  .cid-tLFkORIAhj .navbar.opened {
    height: auto;
  }
  .cid-tLFkORIAhj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLFkOUB0IB {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLFkOUB0IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFkOUB0IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFkOUB0IB .container-fluid {
  padding: 0;
}
.cid-tLFkOUB0IB .row {
  padding: 0;
}
.cid-tLFkOUB0IB .title-wrapper {
  padding: 0 2rem;
}
.cid-tLFkOUB0IB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tLFkOUB0IB .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tLFkOUB0IB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tLFkOUB0IB .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tLFkOUB0IB .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tLFkOUB0IB .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tLFkOUB0IB .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tLFkOUB0IB .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tLFkOUB0IB .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLFkOUB0IB .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tLFkOUB0IB .mbr-section-title {
  color: #1c314e;
}
.cid-tLFkOUB0IB .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tLFkOUB0IB .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tLFkOUB0IB .mbr-section-title,
.cid-tLFkOUB0IB .mbr-section-btn {
  text-align: center;
}
.cid-u9CfQ6AXHa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u9CfQ6AXHa .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u9CfQ6AXHa .video-block {
    width: 100% !important;
  }
}
.cid-tLFkOW2WKS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLFkOW2WKS img {
  border-radius: 0px;
}
.cid-tLFkOW2WKS .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tLFkOW2WKS .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-tLFkOW2WKS .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tLFkOW2WKS .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tLFkOW2WKS .right {
  display: flex;
  flex-direction: column;
}
.cid-tLFkOW2WKS .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-tLFkOW2WKS .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-tLFkOW2WKS .card-heading {
  padding-top: 0;
}
.cid-tLFkOW2WKS .mbr-text {
  padding-top: 10px;
}
.cid-tLFkOWAGHA {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLFkOWAGHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFkOWAGHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFkOWAGHA .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tLFkOWAGHA .col-title {
    padding: 0 30px !important;
  }
}
.cid-tLFkOWAGHA .mbr-section-title {
  color: #232323;
}
.cid-tLFkOWAGHA .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
.cid-tLFkOWAGHA .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tLFkOWAGHA .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tLFkOWAGHA .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tLFkOWAGHA .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tLFkOWAGHA .card {
    margin-bottom: 0;
  }
}
.cid-tLFkOWAGHA .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLFkOWAGHA .card-box {
    flex-wrap: wrap;
  }
}
.cid-tLFkOWAGHA .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tLFkOWAGHA .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tLFkOWAGHA .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tLFkOWAGHA .card-title {
    width: 100%;
  }
}
.cid-tLFkOWAGHA .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tLFkOWAGHA .card-text-container {
    width: 100%;
  }
}
.cid-tLFkOWAGHA .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tLFkOXxkjI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLFkOXxkjI img {
  border-radius: 0px;
}
.cid-tLFkOXxkjI .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tLFkOXxkjI .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-tLFkOXxkjI .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tLFkOXxkjI .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tLFkOXxkjI .right {
  display: flex;
  flex-direction: column;
}
.cid-tLFkOXxkjI .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-tLFkOXxkjI .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-tLFkOXxkjI .card-heading {
  padding-top: 0;
}
.cid-tLFkOXxkjI .mbr-text {
  padding-top: 10px;
}
.cid-tLFkOY4yB1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLFkOY4yB1 .content {
    text-align: center;
  }
  .cid-tLFkOY4yB1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLFkOY4yB1 .logo-subtitle {
  color: #8d97ad;
}
.cid-tLFkOY4yB1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tLFkOY4yB1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLFkOY4yB1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLFkOY4yB1 .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLFkOY4yB1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLFkOY4yB1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tLFkOY4yB1 .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-tLFkOY4yB1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tLFkOY4yB1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLFkOY4yB1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLFkOY4yB1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLFkOY4yB1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLFkOY4yB1 .list-item {
  display: flex;
}
.cid-tLFkOY4yB1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tLFkOY4yB1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tLFkOY4yB1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tLFkOY4yB1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tLFkOY4yB1 .logo-subtitle,
.cid-tLFkOY4yB1 .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-tLFmgrXESS .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-tLFmgrXESS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tLFmgrXESS .nav-item,
.cid-tLFmgrXESS .nav-link,
.cid-tLFmgrXESS .navbar-caption {
  font-weight: normal;
}
.cid-tLFmgrXESS .nav-item:focus,
.cid-tLFmgrXESS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLFmgrXESS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tLFmgrXESS .nav-item .nav-link {
    position: relative;
  }
  .cid-tLFmgrXESS .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-tLFmgrXESS .nav-item:hover .nav-link:before,
  .cid-tLFmgrXESS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tLFmgrXESS .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-tLFmgrXESS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLFmgrXESS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tLFmgrXESS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tLFmgrXESS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLFmgrXESS .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-tLFmgrXESS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tLFmgrXESS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tLFmgrXESS .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tLFmgrXESS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tLFmgrXESS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLFmgrXESS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLFmgrXESS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLFmgrXESS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLFmgrXESS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLFmgrXESS .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-tLFmgrXESS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLFmgrXESS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLFmgrXESS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLFmgrXESS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLFmgrXESS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLFmgrXESS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLFmgrXESS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tLFmgrXESS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLFmgrXESS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLFmgrXESS .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-tLFmgrXESS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLFmgrXESS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLFmgrXESS .dropdown-item.active,
.cid-tLFmgrXESS .dropdown-item:active {
  background-color: transparent;
}
.cid-tLFmgrXESS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLFmgrXESS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLFmgrXESS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLFmgrXESS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tLFmgrXESS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLFmgrXESS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLFmgrXESS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLFmgrXESS .navbar-buttons {
  text-align: center;
}
.cid-tLFmgrXESS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLFmgrXESS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLFmgrXESS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLFmgrXESS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLFmgrXESS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLFmgrXESS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLFmgrXESS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLFmgrXESS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLFmgrXESS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLFmgrXESS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLFmgrXESS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLFmgrXESS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLFmgrXESS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-tLFmgrXESS .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tLFmgrXESS .soc-item {
  margin: .5rem .3rem;
}
.cid-tLFmgrXESS .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-tLFmgrXESS a.nav-link .mbr-iconfont-btn,
.cid-tLFmgrXESS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tLFmgrXESS a.nav-link:hover .mbr-iconfont-btn,
.cid-tLFmgrXESS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tLFmgrXESS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLFmgrXESS .navbar {
    height: 77px;
  }
  .cid-tLFmgrXESS .navbar.opened {
    height: auto;
  }
  .cid-tLFmgrXESS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLFmgwEi88 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLFmgwEi88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFmgwEi88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFmgwEi88 .container-fluid {
  padding: 0;
}
.cid-tLFmgwEi88 .row {
  padding: 0;
}
.cid-tLFmgwEi88 .title-wrapper {
  padding: 0 2rem;
}
.cid-tLFmgwEi88 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-tLFmgwEi88 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tLFmgwEi88 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-tLFmgwEi88 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tLFmgwEi88 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tLFmgwEi88 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tLFmgwEi88 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-tLFmgwEi88 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-tLFmgwEi88 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLFmgwEi88 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-tLFmgwEi88 .mbr-section-title {
  color: #1c314e;
}
.cid-tLFmgwEi88 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-tLFmgwEi88 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-tLFmgwEi88 .mbr-section-title,
.cid-tLFmgwEi88 .mbr-section-btn {
  text-align: center;
}
.cid-u9Cg94f1wL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u9Cg94f1wL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u9Cg94f1wL .video-block {
    width: 100% !important;
  }
}
.cid-tLFI2vpisv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLFI2vpisv img {
  border-radius: 0px;
}
.cid-tLFI2vpisv .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tLFI2vpisv .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-tLFI2vpisv .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tLFI2vpisv .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tLFI2vpisv .right {
  display: flex;
  flex-direction: column;
}
.cid-tLFI2vpisv .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-tLFI2vpisv .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-tLFI2vpisv .card-heading {
  padding-top: 0;
}
.cid-tLFI2vpisv .mbr-text {
  padding-top: 10px;
}
.cid-tLFmgzkpA2 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLFmgzkpA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLFmgzkpA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLFmgzkpA2 .col-title {
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .cid-tLFmgzkpA2 .col-title {
    padding: 0 30px !important;
  }
}
.cid-tLFmgzkpA2 .mbr-section-title {
  color: #232323;
}
.cid-tLFmgzkpA2 .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
.cid-tLFmgzkpA2 .cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tLFmgzkpA2 .cards-container {
    padding: 0 30px !important;
  }
}
.cid-tLFmgzkpA2 .card {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.75);
}
@media (max-width: 991px) {
  .cid-tLFmgzkpA2 .card {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cid-tLFmgzkpA2 .card {
    margin-bottom: 0;
  }
}
.cid-tLFmgzkpA2 .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tLFmgzkpA2 .card-box {
    flex-wrap: wrap;
  }
}
.cid-tLFmgzkpA2 .card-container {
  display: flex;
  align-items: center;
  width: 15%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tLFmgzkpA2 .card-container {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tLFmgzkpA2 .card-title {
  width: 100%;
  color: #112B6D;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tLFmgzkpA2 .card-title {
    width: 100%;
  }
}
.cid-tLFmgzkpA2 .card-text-container {
  width: 85%;
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tLFmgzkpA2 .card-text-container {
    width: 100%;
  }
}
.cid-tLFmgzkpA2 .card-text {
  color: #232323;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tLFmgBvILL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLFmgBvILL img {
  border-radius: 0px;
}
.cid-tLFmgBvILL .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-tLFmgBvILL .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-tLFmgBvILL .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-tLFmgBvILL .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-tLFmgBvILL .right {
  display: flex;
  flex-direction: column;
}
.cid-tLFmgBvILL .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-tLFmgBvILL .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-tLFmgBvILL .card-heading {
  padding-top: 0;
}
.cid-tLFmgBvILL .mbr-text {
  padding-top: 10px;
}
.cid-tLFmgCFbJo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLFmgCFbJo .content {
    text-align: center;
  }
  .cid-tLFmgCFbJo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLFmgCFbJo .logo-subtitle {
  color: #8d97ad;
}
.cid-tLFmgCFbJo .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tLFmgCFbJo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tLFmgCFbJo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLFmgCFbJo .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tLFmgCFbJo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tLFmgCFbJo .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tLFmgCFbJo .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-tLFmgCFbJo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tLFmgCFbJo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLFmgCFbJo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLFmgCFbJo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLFmgCFbJo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLFmgCFbJo .list-item {
  display: flex;
}
.cid-tLFmgCFbJo .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tLFmgCFbJo ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tLFmgCFbJo ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tLFmgCFbJo ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-tLFmgCFbJo .logo-subtitle,
.cid-tLFmgCFbJo .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-u2VE1UIysX .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-u2VE1UIysX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u2VE1UIysX .nav-item,
.cid-u2VE1UIysX .nav-link,
.cid-u2VE1UIysX .navbar-caption {
  font-weight: normal;
}
.cid-u2VE1UIysX .nav-item:focus,
.cid-u2VE1UIysX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u2VE1UIysX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u2VE1UIysX .nav-item .nav-link {
    position: relative;
  }
  .cid-u2VE1UIysX .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-u2VE1UIysX .nav-item:hover .nav-link:before,
  .cid-u2VE1UIysX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u2VE1UIysX .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-u2VE1UIysX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2VE1UIysX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u2VE1UIysX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u2VE1UIysX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2VE1UIysX .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-u2VE1UIysX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u2VE1UIysX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u2VE1UIysX .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u2VE1UIysX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u2VE1UIysX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2VE1UIysX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2VE1UIysX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2VE1UIysX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2VE1UIysX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2VE1UIysX .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-u2VE1UIysX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u2VE1UIysX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2VE1UIysX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2VE1UIysX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2VE1UIysX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u2VE1UIysX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u2VE1UIysX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u2VE1UIysX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2VE1UIysX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2VE1UIysX .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-u2VE1UIysX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2VE1UIysX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2VE1UIysX .dropdown-item.active,
.cid-u2VE1UIysX .dropdown-item:active {
  background-color: transparent;
}
.cid-u2VE1UIysX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2VE1UIysX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2VE1UIysX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2VE1UIysX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-u2VE1UIysX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2VE1UIysX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2VE1UIysX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2VE1UIysX .navbar-buttons {
  text-align: center;
}
.cid-u2VE1UIysX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2VE1UIysX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u2VE1UIysX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2VE1UIysX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2VE1UIysX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2VE1UIysX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2VE1UIysX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2VE1UIysX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2VE1UIysX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2VE1UIysX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2VE1UIysX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u2VE1UIysX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2VE1UIysX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-u2VE1UIysX .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u2VE1UIysX .soc-item {
  margin: .5rem .3rem;
}
.cid-u2VE1UIysX .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-u2VE1UIysX a.nav-link .mbr-iconfont-btn,
.cid-u2VE1UIysX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u2VE1UIysX a.nav-link:hover .mbr-iconfont-btn,
.cid-u2VE1UIysX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u2VE1UIysX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2VE1UIysX .navbar {
    height: 77px;
  }
  .cid-u2VE1UIysX .navbar.opened {
    height: auto;
  }
  .cid-u2VE1UIysX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2VE1Wftc9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2VE1Wftc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2VE1Wftc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2VE1Wftc9 .container-fluid {
  padding: 0;
}
.cid-u2VE1Wftc9 .row {
  padding: 0;
}
.cid-u2VE1Wftc9 .title-wrapper {
  padding: 0 2rem;
}
.cid-u2VE1Wftc9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-u2VE1Wftc9 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-u2VE1Wftc9 .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u2VE1Wftc9 .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u2VE1Wftc9 .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-u2VE1Wftc9 .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u2VE1Wftc9 .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-u2VE1Wftc9 .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-u2VE1Wftc9 .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2VE1Wftc9 .title-wrapper img {
    max-height: 300px;
  }
}
.cid-u2VE1Wftc9 .mbr-section-title {
  color: #1c314e;
}
.cid-u2VE1Wftc9 .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-u2VE1Wftc9 .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u2VE1Wftc9 .mbr-section-title,
.cid-u2VE1Wftc9 .mbr-section-btn {
  text-align: center;
}
.cid-u2VE1WUTz3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2VE1WUTz3 img {
  border-radius: 0px;
}
.cid-u2VE1WUTz3 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u2VE1WUTz3 .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-u2VE1WUTz3 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u2VE1WUTz3 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u2VE1WUTz3 .right {
  display: flex;
  flex-direction: column;
}
.cid-u2VE1WUTz3 .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-u2VE1WUTz3 .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-u2VE1WUTz3 .card-heading {
  padding-top: 0;
}
.cid-u2VE1WUTz3 .mbr-text {
  padding-top: 10px;
}
.cid-u31vTWcaRE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u2VE1Zxapr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u2VE1Zxapr .content {
    text-align: center;
  }
  .cid-u2VE1Zxapr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u2VE1Zxapr .logo-subtitle {
  color: #8d97ad;
}
.cid-u2VE1Zxapr .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u2VE1Zxapr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u2VE1Zxapr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u2VE1Zxapr .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u2VE1Zxapr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u2VE1Zxapr .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u2VE1Zxapr .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-u2VE1Zxapr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u2VE1Zxapr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u2VE1Zxapr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u2VE1Zxapr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2VE1Zxapr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u2VE1Zxapr .list-item {
  display: flex;
}
.cid-u2VE1Zxapr .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u2VE1Zxapr ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u2VE1Zxapr ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u2VE1Zxapr ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u2VE1Zxapr .logo-subtitle,
.cid-u2VE1Zxapr .media-wrap {
  color: #232323;
  text-align: center;
}
.cid-u9Cv5IADTF .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-u9Cv5IADTF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u9Cv5IADTF .nav-item,
.cid-u9Cv5IADTF .nav-link,
.cid-u9Cv5IADTF .navbar-caption {
  font-weight: normal;
}
.cid-u9Cv5IADTF .nav-item:focus,
.cid-u9Cv5IADTF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9Cv5IADTF .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u9Cv5IADTF .nav-item .nav-link {
    position: relative;
  }
  .cid-u9Cv5IADTF .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-u9Cv5IADTF .nav-item:hover .nav-link:before,
  .cid-u9Cv5IADTF .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u9Cv5IADTF .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-u9Cv5IADTF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Cv5IADTF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u9Cv5IADTF .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9Cv5IADTF .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9Cv5IADTF .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-u9Cv5IADTF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u9Cv5IADTF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u9Cv5IADTF .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u9Cv5IADTF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u9Cv5IADTF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Cv5IADTF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Cv5IADTF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9Cv5IADTF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Cv5IADTF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9Cv5IADTF .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-u9Cv5IADTF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9Cv5IADTF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9Cv5IADTF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9Cv5IADTF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u9Cv5IADTF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u9Cv5IADTF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u9Cv5IADTF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u9Cv5IADTF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9Cv5IADTF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9Cv5IADTF .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-u9Cv5IADTF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9Cv5IADTF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Cv5IADTF .dropdown-item.active,
.cid-u9Cv5IADTF .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Cv5IADTF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Cv5IADTF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Cv5IADTF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Cv5IADTF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-u9Cv5IADTF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9Cv5IADTF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9Cv5IADTF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u9Cv5IADTF .navbar-buttons {
  text-align: center;
}
.cid-u9Cv5IADTF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9Cv5IADTF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u9Cv5IADTF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9Cv5IADTF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9Cv5IADTF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9Cv5IADTF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9Cv5IADTF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9Cv5IADTF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u9Cv5IADTF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u9Cv5IADTF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9Cv5IADTF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u9Cv5IADTF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9Cv5IADTF .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #5b686b;
  display: inline-flex;
}
.cid-u9Cv5IADTF .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u9Cv5IADTF .soc-item {
  margin: .5rem .3rem;
}
.cid-u9Cv5IADTF .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-u9Cv5IADTF a.nav-link .mbr-iconfont-btn,
.cid-u9Cv5IADTF a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u9Cv5IADTF a.nav-link:hover .mbr-iconfont-btn,
.cid-u9Cv5IADTF a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u9Cv5IADTF a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Cv5IADTF .navbar {
    height: 77px;
  }
  .cid-u9Cv5IADTF .navbar.opened {
    height: auto;
  }
  .cid-u9Cv5IADTF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Cv5KxN2N {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Cv5KxN2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Cv5KxN2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Cv5KxN2N .container-fluid {
  padding: 0;
}
.cid-u9Cv5KxN2N .row {
  padding: 0;
}
.cid-u9Cv5KxN2N .title-wrapper {
  padding: 0 2rem;
}
.cid-u9Cv5KxN2N .title-wrapper .mbr-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .cid-u9Cv5KxN2N .title-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-u9Cv5KxN2N .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u9Cv5KxN2N .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-u9Cv5KxN2N .title-wrapper .mbr-text {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-u9Cv5KxN2N .title-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u9Cv5KxN2N .title-wrapper .mbr-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .cid-u9Cv5KxN2N .title-wrapper .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-u9Cv5KxN2N .title-wrapper img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9Cv5KxN2N .title-wrapper img {
    max-height: 300px;
  }
}
.cid-u9Cv5KxN2N .mbr-section-title {
  color: #1c314e;
}
.cid-u9Cv5KxN2N .mbr-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.cid-u9Cv5KxN2N .mbr-text {
  color: #1c314e;
  text-align: center;
}
.cid-u9Cv5KxN2N .mbr-section-title,
.cid-u9Cv5KxN2N .mbr-section-btn {
  text-align: center;
}
.cid-u9CLp7WPa0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-u9CLp7WPa0 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u9CLp7WPa0 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-u9CLp7WPa0 .mbr-text,
.cid-u9CLp7WPa0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u9CLp7WPa0 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-u9CLp7WPa0 .mbr-section-title DIV {
  text-align: left;
}
.cid-u9Cxeo61Bm {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9Cxeo61Bm .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u9Cxeo61Bm .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u9Cxeo61Bm .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u9Cxeo61Bm .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u9Cxeo61Bm .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u9Cxeo61Bm .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u9Cxeo61Bm .items-container {
    padding-left: 6.66vw;
  }
}
.cid-u9Cxeo61Bm .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-u9Cxeo61Bm .item {
    margin-bottom: 3.2vw;
  }
}
.cid-u9Cxeo61Bm .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-u9Cxeo61Bm .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-u9Cxeo61Bm .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-u9Cxeo61Bm .mbr-text {
  color: #000000;
}
.cid-u9Cv5OBVQu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9Cv5OBVQu img {
  border-radius: 0px;
}
.cid-u9Cv5OBVQu .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-u9Cv5OBVQu .date {
  text-transform: uppercase;
  color: #5b686b;
  text-align: left;
  padding-top: 1rem;
}
.cid-u9Cv5OBVQu .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-u9Cv5OBVQu .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-u9Cv5OBVQu .right {
  display: flex;
  flex-direction: column;
}
.cid-u9Cv5OBVQu .mbr-section-btn {
  border: 2px solid #5b686b;
  width: auto;
}
.cid-u9Cv5OBVQu .mbr-section-btn:hover {
  background-color: #5b686b;
  border: 2px solid #5b686b;
}
.cid-u9Cv5OBVQu .card-heading {
  padding-top: 0;
}
.cid-u9Cv5OBVQu .mbr-text {
  padding-top: 10px;
}
.cid-u9Cv5Pv6qm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u9Cv5Pv6qm .content {
    text-align: center;
  }
  .cid-u9Cv5Pv6qm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9Cv5Pv6qm .logo-subtitle {
  color: #8d97ad;
}
.cid-u9Cv5Pv6qm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9Cv5Pv6qm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9Cv5Pv6qm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9Cv5Pv6qm .media-wrap img {
  height: 3rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-u9Cv5Pv6qm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9Cv5Pv6qm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9Cv5Pv6qm .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-u9Cv5Pv6qm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9Cv5Pv6qm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9Cv5Pv6qm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9Cv5Pv6qm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9Cv5Pv6qm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9Cv5Pv6qm .list-item {
  display: flex;
}
.cid-u9Cv5Pv6qm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9Cv5Pv6qm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9Cv5Pv6qm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9Cv5Pv6qm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9Cv5Pv6qm .logo-subtitle,
.cid-u9Cv5Pv6qm .media-wrap {
  color: #232323;
  text-align: center;
}
