<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 &gt; .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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !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: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #ffffff !important;
  background: #ff3366 !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='%23149dcc' %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-sRr4EXWdn6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRr4EXWdn6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sRr4EXWdn6 a {
  font-style: normal;
}
.cid-sRr4EXWdn6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sRr4EXWdn6 .show {
  overflow: visible;
}
.cid-sRr4EXWdn6 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sRr4EXWdn6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRr4EXWdn6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRr4EXWdn6 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sRr4EXWdn6 .nav-item:focus,
.cid-sRr4EXWdn6 .nav-link:focus {
  outline: none;
}
.cid-sRr4EXWdn6 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRr4EXWdn6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRr4EXWdn6 .menu-logo {
  margin-right: auto;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRr4EXWdn6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRr4EXWdn6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sRr4EXWdn6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRr4EXWdn6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRr4EXWdn6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRr4EXWdn6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sRr4EXWdn6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRr4EXWdn6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRr4EXWdn6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRr4EXWdn6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRr4EXWdn6 .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sRr4EXWdn6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sRr4EXWdn6 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-sRr4EXWdn6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRr4EXWdn6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRr4EXWdn6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRr4EXWdn6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sRr4EXWdn6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRr4EXWdn6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sRr4EXWdn6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sRr4EXWdn6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sRr4EXWdn6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRr4EXWdn6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRr4EXWdn6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRr4EXWdn6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRr4EXWdn6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRr4EXWdn6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRr4EXWdn6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRr4EXWdn6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-sRr4EXWdn6 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sRr4EXWdn6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRr4EXWdn6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRr4EXWdn6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.collapsing,
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRr4EXWdn6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRr4EXWdn6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-sRr4EXWdn6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRr4EXWdn6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRr4EXWdn6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRr4EXWdn6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sRr4EXWdn6 .collapsed .dropdown.open &gt; .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRr4EXWdn6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRr4EXWdn6 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-sRr4EXWdn6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRr4EXWdn6 img {
    height: 3.8rem !important;
  }
  .cid-sRr4EXWdn6 .btn {
    display: -webkit-flex;
  }
  .cid-sRr4EXWdn6 button.navbar-toggler {
    display: block;
  }
  .cid-sRr4EXWdn6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRr4EXWdn6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRr4EXWdn6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRr4EXWdn6 .navbar-collapse.collapsing,
  .cid-sRr4EXWdn6 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sRr4EXWdn6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sRr4EXWdn6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRr4EXWdn6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRr4EXWdn6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRr4EXWdn6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRr4EXWdn6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRr4EXWdn6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRr4EXWdn6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRr4EXWdn6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sRr4EXWdn6 .dropdown.open &gt; .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRr4EXWdn6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRr4EXWdn6 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sRr4EXWdn6 .nav-link {
    justify-content: start !important;
  }
  .cid-sRr4EXWdn6 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sRr4EXWdn6 .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-sRr4EXWdn6 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sRr4EXWdn6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRr4EXWdn6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRr4EXWdn6 .nav-link:hover,
.cid-sRr4EXWdn6 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sRr4EXWdn6 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-sRr4EXWdn6 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sRrgMaock6 {
  background-image: url("../../../assets/images/2-1-2000x1125.jpg");
}
.cid-sRrgMaock6 .container-fluid {
  padding: 0 3rem;
}
.cid-sRrgMaock6 .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-sRrgMaock6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRrgMaock6 .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRrgMaock6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRrgMaock6 .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sRrgMaock6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRrgMaock6 a.close:hover {
  color: #ffffff;
}
.cid-sRrgMaock6 svg {
  transition: all 0.5s ease-in;
}
.cid-sRrgMaock6 svg .blick {
  transiton: opacity 0.5s ease-in;
  opacity: 1;
}
.cid-sRrgMaock6 svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.cid-sRrgMaock6 svg:hover .blick {
  transition: opacity 0.5s ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sRrgMaock6 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sRr6y9vhmL {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRr6y9vhmL .row-main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sRr6y9vhmL .card {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0.5rem;
}
.cid-sRr6y9vhmL .container-fluid {
  padding: 0;
  overflow: hidden;
}
.cid-sRr6y9vhmL .img {
  margin: auto;
}
.cid-sRr6y9vhmL .card-box {
  width: 100%;
}
.cid-sRr6y9vhmL p {
  line-height: 1.5;
  margin: 0;
}
.cid-sRr6y9vhmL .box {
  padding: 3rem 13rem;
  margin: auto;
}
.cid-sRr6y9vhmL .card-img {
  padding: 0rem;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sRr6y9vhmL .card-img span {
  color: #232323;
  font-size: 3rem;
}
.cid-sRr6y9vhmL img {
  width: 100%;
}
.cid-sRr6y9vhmL .mbr-text {
  color: #767676;
}
@media (max-width: 1500px) {
  .cid-sRr6y9vhmL .box {
    padding: 3rem 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sRr6y9vhmL .box {
    padding: 2rem 6rem;
  }
}
@media (max-width: 576px) {
  .cid-sRr6y9vhmL .box {
    padding: 2rem 3rem;
  }
}
.cid-sRr6y9vhmL .card-title,
.cid-sRr6y9vhmL .card-img {
  color: #149dcc;
  text-align: left;
}
.cid-sRr6y9vhmL .mbr-section-title {
  text-align: center;
}
.cid-sRr6y9vhmL .mbr-section-sub-title {
  text-align: center;
  color: #232323;
}
.cid-sRr6y9vhmL .mbr-section-title,
.cid-sRr6y9vhmL .line-wrap {
  text-align: center;
  width: 100%;
  color: #000000;
}
.cid-sRr6y9vhmL .mbr-text,
.cid-sRr6y9vhmL .line-wrap2 {
  text-align: left;
  color: #000000;
}
.cid-sRrlpCIaFM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/5-2000x1125.jpg");
}
.cid-sRrlpCIaFM .mbr-text {
  color: #232323;
}
.cid-sRrlpCIaFM h4 {
  text-align: center;
}
.cid-sRrlpCIaFM p {
  text-align: center;
}
.cid-sRrlpCIaFM .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRrlpCIaFM .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sRrlpCIaFM .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-sRrlpCIaFM .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sRrlpCIaFM .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #ff3366, #149dcc);
  border-radius: 50%;
}
.cid-sRrlpCIaFM .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sRrlpCIaFM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff3366);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-sRrlpCIaFM .mbr-section-title,
  .cid-sRrlpCIaFM .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sRrpvflWjl {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sRrpvflWjl .mbr-section-subtitle {
  color: #767676;
}
.cid-sRrpvflWjl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sRrpvflWjl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRrpvflWjl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRrpvflWjl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sRrpvflWjl .mbr-gallery-item &gt; div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sRrpvflWjl .icon-focus,
.cid-sRrpvflWjl .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sRrpvflWjl .icon-focus:before,
.cid-sRrpvflWjl .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRrpvflWjl .icon-video {
  font-size: 1.5rem !important;
}
.cid-sRrpvflWjl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sRrpvflWjl ul {
  font-size: 0;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sRrpvflWjl .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sRrpvflWjl .mbr-gallery-filter ul li:first-child,
.cid-sRrpvflWjl .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sRrpvflWjl .mbr-gallery-item &gt; div:hover .mbr-gallery-title {
  display: block;
}
.cid-sRrpvflWjl .mbr-gallery-item &gt; div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sRrY18C4xS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #82786e;
}
@media (max-width: 992px) {
  .cid-sRrY18C4xS {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-sRrY18C4xS .text {
  padding: 0;
}
.cid-sRrY18C4xS section {
  position: relative;
}
.cid-sRrY18C4xS h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-sRrY18C4xS .mbr-iconfont {
  padding: 0!important;
}
.cid-sRrY18C4xS .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #4f4943;
}
.cid-sRrY18C4xS .box {
  background-image: url("../../../assets/images/c-2000x1125.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRrY18C4xS .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sRrY18C4xS .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sRrY18C4xS .icon-wrap span {
  padding-left: 8px;
}
.cid-sRrY18C4xS .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sRrY18C4xS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sRrY18C4xS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRrY18C4xS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRrY18C4xS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRrY18C4xS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRrY18C4xS a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRrY18C4xS {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-sRrY18C4xS .box {
    height: 250px;
  }
  .cid-sRrY18C4xS .row {
    padding: 1rem!important;
  }
}
.cid-sRrY18C4xS H2 {
  color: #ffffff;
}
.cid-sRs4XnFbtK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #cebfaf);
}
.cid-sRs4XnFbtK .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sRs4XnFbtK .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sRs4XnFbtK .btn {
  margin: 0px !important;
}
.cid-sRs4XnFbtK .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRs4XnFbtK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRs4XnFbtK .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sRs4XnFbtK .carousel-item .wrap-img {
  text-align: center;
}
.cid-sRs4XnFbtK .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sRs4XnFbtK .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sRs4XnFbtK .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sRs4XnFbtK .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sRs4XnFbtK .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sRs4XnFbtK .second-col {
    padding-top: 2rem;
  }
}
.cid-sRsw6WzXDU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/7-2000x1125.jpg");
}
.cid-sRsw6WzXDU .count {
  text-align: left;
  word-break: inherit;
}
.cid-sRsw6WzXDU .mbr-section-subtitle {
  color: #232323;
}
.cid-sRsw6WzXDU .mbr-content-title {
  color: #232323;
}
.cid-sRsw6WzXDU .panel-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRsw6WzXDU .card {
  word-wrap: break-word;
}
.cid-sRsw6WzXDU .mbr-iconfont {
  font-size: 50px;
  color: #232323;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sRsw6WzXDU .panel-item {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRrEqerFuf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRrEqerFuf .google-map {
  height: 25rem;
  position: relative;
}
.cid-sRrEqerFuf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sRrEqerFuf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sRrEqerFuf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sRrEqerFuf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sRrEqerFuf .container-fluid {
  padding: 0;
}
.cid-sRrEqerFuf .relative {
  position: relative;
  width: 100%;
}
.cid-sRrEqerFuf .mbr-section-title {
  color: #656565;
}
.cid-sRrEqerFuf .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sRrEqerFuf .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sRrEqerFuf .title {
  text-align: center;
  color: #ffffff;
}
.cid-sRrEqerFuf .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sRrEqerFuf .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sRsyDH2gLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRsyDH2gLU .card-icon {
  font-size: 56px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sRsyDH2gLU .icon2 {
  color: #ffffff;
}
.cid-sRsyDH2gLU .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sRsyDH2gLU p {
  font-weight: 400;
}
.cid-sRsyDH2gLU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sRsyDH2gLU .line2 {
  background: #ffffff;
}
.cid-sRsyDH2gLU .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #149dcc;
}
.cid-sRsyDH2gLU .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sRsyDH2gLU .card2 {
  background: #4273ed;
}
.cid-sRsyDH2gLU .card-title,
.cid-sRsyDH2gLU .card-ico,
.cid-sRsyDH2gLU .line-wrap {
  text-align: center;
}
.cid-sRsyDH2gLU .mbr-text,
.cid-sRsyDH2gLU .card-link {
  text-align: center;
}
.cid-sRthADDkW6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRthADDkW6 .container-fluid {
  padding: 0 2rem;
}
.cid-sRthADDkW6 .underline .line {
  width: 80px;
  height: 4px;
  background-color: #0f7699;
  display: inline-block;
}
.cid-sRthADDkW6 .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sRthADDkW6 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sRthADDkW6 .time-line-date-content {
  margin-right: 2rem;
}
.cid-sRthADDkW6 .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sRthADDkW6 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sRthADDkW6 .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #0f7699;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sRthADDkW6 .separline:before,
.cid-sRthADDkW6 .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0f7699;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sRthADDkW6 .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0f7699;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sRthADDkW6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sRthADDkW6 .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sRthADDkW6 .separline:before,
  .cid-sRthADDkW6 .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sRthADDkW6 .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sRthADDkW6 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sRthADDkW6 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sRthADDkW6 .time-line-date-content p {
    float: left !important;
  }
  .cid-sRthADDkW6 .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sRthADDkW6 .mbr-section-title,
.cid-sRthADDkW6 .underline {
  text-align: center;
}
.cid-sRthADDkW6 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sRsi760kyu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/17-2000x1125.jpg");
}
.cid-sRsi760kyu .mbr-overlay {
  background: linear-gradient(90deg, #232323, #232323);
}
.cid-sRsi760kyu h2,
.cid-sRsi760kyu h3,
.cid-sRsi760kyu h4,
.cid-sRsi760kyu p {
  color: #ffffff;
}
.cid-sRsi760kyu .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sRsi760kyu .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sRsi760kyu .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRsi760kyu .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sRsi760kyu .form-control:focus,
.cid-sRsi760kyu .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sRsi760kyu .form-group {
  margin-bottom: 1rem;
}
.cid-sRsi760kyu input::-webkit-input-placeholder,
.cid-sRsi760kyu textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sRsi760kyu input:-moz-placeholder,
.cid-sRsi760kyu textarea:-moz-placeholder {
  color: #656565;
}
.cid-sRsi760kyu .jq-selectbox li,
.cid-sRsi760kyu .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sRsi760kyu .jq-selectbox li:hover,
.cid-sRsi760kyu .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sRsi760kyu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sRsi760kyu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sRsi760kyu .mbr-text {
  color: #767676;
}
.cid-sRsi760kyu a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sRsi760kyu .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRsi760kyu .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sRsi760kyu textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sRsi760kyu h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sRsi760kyu .container &gt; .row &gt; .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sRsi760kyu .container &gt; .row &gt; .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sRsi760kyu .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sRsi760kyu LABEL {
  color: #ffffff;
}
.cid-sRrzLcG1JB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRrzLcG1JB .card-icon {
  font-size: 56px;
  color: #232323;
  transition: color 0.3s;
}
.cid-sRrzLcG1JB .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sRrzLcG1JB .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sRrzLcG1JB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sRrzLcG1JB .card {
  padding: 0!important;
}
.cid-sRrzLcG1JB .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sRrzLcG1JB .card-wrapper:hover {
  background: #232323;
}
.cid-sRrzLcG1JB .card-wrapper:hover .card-icon {
  color: #4f4943;
}
.cid-sRrzLcG1JB .card-wrapper:hover .line {
  background: #4f4943;
}
.cid-sRrzLcG1JB .card1 {
  background: #4f4943;
}
.cid-sRrzLcG1JB .card2 {
  background: #554e48;
}
.cid-sRrzLcG1JB .card3 {
  background: #5a534c;
}
.cid-sRrzLcG1JB .card4 {
  background: #605851;
}
.cid-sRrzLcG1JB .card5 {
  background: #655d56;
}
.cid-sRrzLcG1JB .card6 {
  background: #6b625a;
}
.cid-sRrzLcG1JB .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sRrzLcG1JB .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sRrzLcG1JB .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sRs42xIsnr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sRs42xIsnr .content {
    text-align: center;
  }
  .cid-sRs42xIsnr .content &gt; div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRs42xIsnr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sRs42xIsnr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sRs42xIsnr .media-wrap img {
  height: 6rem;
}
.cid-sRs42xIsnr .mbr-text {
  color: #8d97ad;
}
.cid-sRs42xIsnr .p-title {
  font-size: 17px;
}
.cid-sRs42xIsnr .p-title span {
  color: #111111;
}
.cid-sRs42xIsnr .title-card {
  font-size: 1.3rem;
}
.cid-sRs42xIsnr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sRs42xIsnr .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sRs42xIsnr .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sRs42xIsnr .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sRs42xIsnr .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sRs42xIsnr .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRs42xIsnr .copyright img {
  margin-right: 10px;
}
.cid-sRs42xIsnr .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sRs42xIsnr .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-sRs42xIsnr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sRs42xIsnr .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sRs42xIsnr .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRs42xIsnr H5 {
  color: #ffffff;
}
</pre></body></html>