body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 0.9;
  font-weight: 300;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.68rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 3.3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6b6b6b !important;
}
.bg-success {
  background-color: #314825 !important;
}
.bg-info {
  background-color: #6ec1e4 !important;
}
.bg-warning {
  background-color: #ee3102 !important;
}
.bg-danger {
  background-color: #ee2852 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54595f !important;
  border-color: #54595f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2b2e31 !important;
  border-color: #2b2e31 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27a1d4 !important;
  border-color: #27a1d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #314825 !important;
  border-color: #314825 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0f08 !important;
  border-color: #0a0f08 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #981f01 !important;
  border-color: #981f01 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee2852 !important;
  border-color: #ee2852 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b10e31 !important;
  border-color: #b10e31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b10e31 !important;
  border-color: #b10e31 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  border-color: #6b6b6b;
  color: #000;
}
.btn-secondary-outline {
  border-color: #54595f;
  color: #000;
}
.btn-info-outline {
  border-color: #6ec1e4;
  color: #000;
}
.btn-success-outline {
  border-color: #314825;
  color: #000;
}
.btn-warning-outline {
  border-color: #ee3102;
  color: #000;
}
.btn-danger-outline {
  border-color: #ee2852;
  color: #000;
}
.btn-black-outline {
  border-color: #000000;
  color: #000;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #000;
}
.text-primary {
  color: #6b6b6b !important;
}
.text-secondary {
  color: #54595f !important;
}
.text-success {
  color: #314825 !important;
}
.text-info {
  color: #6ec1e4 !important;
}
.text-warning {
  color: #ee3102 !important;
}
.text-danger {
  color: #ee2852 !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6b6b6b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #61ce70;
}
.alert-info {
  background-color: #6ec1e4;
}
.alert-warning {
  background-color: #ee3102;
}
.alert-danger {
  background-color: #ee2852;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6b6b6b;
  border-color: #6b6b6b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6b6b6b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a1c58e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fecabe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde5ea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #6b6b6b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6b6b6b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6b6b6b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6b6b6b;
  border-bottom-color: #6b6b6b;
}
.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: #6b6b6b !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: #54595f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236b6b6b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sN2qR3LsPb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN2qR3LsPb nav.navbar {
  position: fixed;
}
.cid-sN2qR3LsPb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN2qR3LsPb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN2qR3LsPb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN2qR3LsPb .dropdown-item:hover,
.cid-sN2qR3LsPb .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sN2qR3LsPb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN2qR3LsPb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN2qR3LsPb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN2qR3LsPb .nav-item {
  margin: 0 31px;
}
.cid-sN2qR3LsPb .nav-item:first-child {
  margin-left: 0;
}
.cid-sN2qR3LsPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN2qR3LsPb .nav-link {
  position: relative;
}
.cid-sN2qR3LsPb .nav-link:hover,
.cid-sN2qR3LsPb .nav-link:focus,
.cid-sN2qR3LsPb .nav-link:active {
  color: #ee3102 !important;
}
.cid-sN2qR3LsPb .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .container {
    flex-wrap: inherit;
  }
}
.cid-sN2qR3LsPb .navbar-caption:hover,
.cid-sN2qR3LsPb .navbar-caption:focus,
.cid-sN2qR3LsPb .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-sN2qR3LsPb .dropdown-menu,
.cid-sN2qR3LsPb .navbar.opened {
  background: #ffffff !important;
}
.cid-sN2qR3LsPb .nav-item:focus,
.cid-sN2qR3LsPb .nav-link:focus {
  outline: none;
}
.cid-sN2qR3LsPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN2qR3LsPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN2qR3LsPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN2qR3LsPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN2qR3LsPb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sN2qR3LsPb .navbar.opened {
  transition: all 0.3s;
}
.cid-sN2qR3LsPb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN2qR3LsPb .navbar .navbar-logo img {
  width: auto;
}
.cid-sN2qR3LsPb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN2qR3LsPb .navbar.collapsed {
  justify-content: center;
}
.cid-sN2qR3LsPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN2qR3LsPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sN2qR3LsPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN2qR3LsPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sN2qR3LsPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN2qR3LsPb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN2qR3LsPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN2qR3LsPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN2qR3LsPb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN2qR3LsPb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN2qR3LsPb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN2qR3LsPb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2qR3LsPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN2qR3LsPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN2qR3LsPb .dropdown-item.active,
.cid-sN2qR3LsPb .dropdown-item:active {
  background-color: transparent;
}
.cid-sN2qR3LsPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN2qR3LsPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN2qR3LsPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN2qR3LsPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN2qR3LsPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN2qR3LsPb .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN2qR3LsPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN2qR3LsPb ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN2qR3LsPb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .navbar-buttons {
    text-align: left;
    margin-left: -0.6rem;
  }
}
.cid-sN2qR3LsPb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN2qR3LsPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN2qR3LsPb .navbar {
    height: 70px;
  }
  .cid-sN2qR3LsPb .navbar.opened {
    height: auto;
  }
  .cid-sN2qR3LsPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN2qR3LsPb .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2qRSVqdr {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sN2qRSVqdr .content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 10%;
}
@media (max-width: 1739px) {
  .cid-sN2qRSVqdr .content {
    padding-top: 5%;
  }
}
@media (max-width: 1399px) {
  .cid-sN2qRSVqdr .content {
    padding-top: 3%;
  }
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .content {
    margin: 0 auto;
    text-align: center;
    padding: 8rem 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2qRSVqdr .content {
    width: 80%;
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sN2qRSVqdr .content {
    width: 100%;
    padding: 4rem 0;
  }
}
.cid-sN2qRSVqdr .image-wrap {
  position: absolute;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
}
@media (max-width: 922px) {
  .cid-sN2qRSVqdr .image-wrap {
    position: static;
    display: flex;
  }
}
@media (max-width: 767px) {
  .cid-sN2qRSVqdr .image-wrap {
    position: static;
    display: flex;
    flex-direction: column;
  }
}
.cid-sN2qRSVqdr .img {
  position: absolute;
  width: 750px;
  height: 503px;
}
@media (max-width: 1739px) {
  .cid-sN2qRSVqdr .img {
    width: 510px;
    height: 342px;
  }
}
@media (max-width: 1399px) {
  .cid-sN2qRSVqdr .img {
    width: 447px;
    height: 300px;
  }
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .img {
    width: 268px;
    height: 179px;
  }
}
@media (max-width: 922px) {
  .cid-sN2qRSVqdr .img {
    position: static;
    width: 33.33333%;
    max-height: 200px;
    margin: 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-sN2qRSVqdr .img {
    width: 100%;
    margin: 2% 0;
  }
}
.cid-sN2qRSVqdr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2qRSVqdr .img1 {
  top: 0;
  right: 0;
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .img1 {
    top: 19rem;
    left: 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2qRSVqdr .img1 {
    position: static;
  }
}
.cid-sN2qRSVqdr .img2 {
  top: 6rem;
  right: 8rem;
}
@media (max-width: 1739px) {
  .cid-sN2qRSVqdr .img2 {
    top: 6rem;
    right: 6rem;
  }
}
@media (max-width: 1399px) {
  .cid-sN2qRSVqdr .img2 {
    top: 4rem;
    right: 6rem;
  }
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .img2 {
    top: 31rem;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2qRSVqdr .img2 {
    position: static;
  }
}
.cid-sN2qRSVqdr .img3 {
  top: 12rem;
  right: 16rem;
}
@media (max-width: 1739px) {
  .cid-sN2qRSVqdr .img3 {
    top: 12rem;
    right: 12rem;
  }
}
@media (max-width: 1399px) {
  .cid-sN2qRSVqdr .img3 {
    top: 8rem;
    right: 12rem;
  }
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .img3 {
    top: 0;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2qRSVqdr .img3 {
    position: static;
  }
}
.cid-sN2qRSVqdr .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-sN2qRSVqdr .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .mbr-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sN2qRSVqdr .mbr-section-btn {
  width: 60%;
}
@media (max-width: 1739px) {
  .cid-sN2qRSVqdr .mbr-section-btn {
    width: 70%;
  }
}
@media (max-width: 1399px) {
  .cid-sN2qRSVqdr .mbr-section-btn {
    width: 72%;
  }
}
@media (max-width: 1299px) {
  .cid-sN2qRSVqdr .mbr-section-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sN2qRSVqdr .mbr-section-btn {
    width: 80%;
  }
}
.cid-sN2qRSVqdr .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2qSRdLrF {
  padding-top: 700px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/impressm5-full.jpg");
}
.cid-sN2qYqJvnu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sN2qYqJvnu .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-sN2qYqJvnu .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-sN2qYqJvnu .people {
    padding: 0;
  }
}
.cid-sN2qYqJvnu .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-sN2qYqJvnu .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-sN2qYqJvnu .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-sN2qYqJvnu .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sN2qYqJvnu h3 {
  margin: 0;
}
.cid-sN2qYqJvnu .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sN2qYqJvnu .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sN2qYqJvnu .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-sN2qYqJvnu .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-sN2qYqJvnu .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sN2qYqJvnu .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2qYqJvnu .item:hover {
  cursor: pointer;
}
.cid-sN2qYqJvnu .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-sN2r3i5PVV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN2r3i5PVV .video-wrapper iframe {
  width: 100%;
}
.cid-sN2r3i5PVV h2,
.cid-sN2r3i5PVV h4 {
  margin: 0;
}
.cid-sN2r3i5PVV .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sN2r3i5PVV .mbr-section-title {
  color: #000000;
}
.cid-sN2r3i5PVV .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2r9I828d {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN2r9I828d .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sN2r9I828d .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sN2r9I828d .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sN2r9I828d .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-sN2r9I828d .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sN2r9I828d .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-sN2rbzZZWq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN2rbzZZWq .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sN2rbzZZWq .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sN2rbzZZWq .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2rdMSbCQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2rdMSbCQ .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sN2rdMSbCQ .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sN2rdMSbCQ .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sN2rdMSbCQ .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-sN2rdMSbCQ .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
}
.cid-sN2rdMSbCQ .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
}
.cid-sN2rf1ywG3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sN2rf1ywG3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sN2rf1ywG3 h3 {
  margin: 0;
}
.cid-sN2rf1ywG3 .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sN2rf1ywG3 .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .mbr-brand {
    text-align: center;
  }
}
.cid-sN2rf1ywG3 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .mbr-text {
    text-align: center;
  }
}
.cid-sN2rf1ywG3 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2rf1ywG3 .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .socials {
    margin-right: -20px;
  }
}
.cid-sN2rf1ywG3 .socials-item .link {
  color: #000000;
}
.cid-sN2rf1ywG3 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sN2rf1ywG3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sN2rf1ywG3 .copyright > p {
  text-align: center;
  color: #000000;
}
.cid-sN2qR3LsPb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN2qR3LsPb nav.navbar {
  position: fixed;
}
.cid-sN2qR3LsPb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN2qR3LsPb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN2qR3LsPb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN2qR3LsPb .dropdown-item:hover,
.cid-sN2qR3LsPb .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sN2qR3LsPb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN2qR3LsPb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN2qR3LsPb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN2qR3LsPb .nav-item {
  margin: 0 31px;
}
.cid-sN2qR3LsPb .nav-item:first-child {
  margin-left: 0;
}
.cid-sN2qR3LsPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN2qR3LsPb .nav-link {
  position: relative;
}
.cid-sN2qR3LsPb .nav-link:hover,
.cid-sN2qR3LsPb .nav-link:focus,
.cid-sN2qR3LsPb .nav-link:active {
  color: #ee3102 !important;
}
.cid-sN2qR3LsPb .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .container {
    flex-wrap: inherit;
  }
}
.cid-sN2qR3LsPb .navbar-caption:hover,
.cid-sN2qR3LsPb .navbar-caption:focus,
.cid-sN2qR3LsPb .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-sN2qR3LsPb .dropdown-menu,
.cid-sN2qR3LsPb .navbar.opened {
  background: #ffffff !important;
}
.cid-sN2qR3LsPb .nav-item:focus,
.cid-sN2qR3LsPb .nav-link:focus {
  outline: none;
}
.cid-sN2qR3LsPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN2qR3LsPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN2qR3LsPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN2qR3LsPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN2qR3LsPb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sN2qR3LsPb .navbar.opened {
  transition: all 0.3s;
}
.cid-sN2qR3LsPb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN2qR3LsPb .navbar .navbar-logo img {
  width: auto;
}
.cid-sN2qR3LsPb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN2qR3LsPb .navbar.collapsed {
  justify-content: center;
}
.cid-sN2qR3LsPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN2qR3LsPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sN2qR3LsPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN2qR3LsPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN2qR3LsPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sN2qR3LsPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN2qR3LsPb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN2qR3LsPb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN2qR3LsPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN2qR3LsPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN2qR3LsPb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN2qR3LsPb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN2qR3LsPb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN2qR3LsPb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2qR3LsPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN2qR3LsPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN2qR3LsPb .dropdown-item.active,
.cid-sN2qR3LsPb .dropdown-item:active {
  background-color: transparent;
}
.cid-sN2qR3LsPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN2qR3LsPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN2qR3LsPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN2qR3LsPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN2qR3LsPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN2qR3LsPb .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN2qR3LsPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN2qR3LsPb ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN2qR3LsPb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb .navbar-buttons {
    text-align: left;
    margin-left: -0.6rem;
  }
}
.cid-sN2qR3LsPb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2qR3LsPb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN2qR3LsPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2qR3LsPb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN2qR3LsPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN2qR3LsPb a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN2qR3LsPb .navbar {
    height: 70px;
  }
  .cid-sN2qR3LsPb .navbar.opened {
    height: auto;
  }
  .cid-sN2qR3LsPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN2qR3LsPb .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2vrz5NQA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sN2vrz5NQA .content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 10%;
}
@media (max-width: 1739px) {
  .cid-sN2vrz5NQA .content {
    padding-top: 5%;
  }
}
@media (max-width: 1399px) {
  .cid-sN2vrz5NQA .content {
    padding-top: 3%;
  }
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .content {
    margin: 0 auto;
    text-align: center;
    padding: 8rem 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2vrz5NQA .content {
    width: 80%;
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .cid-sN2vrz5NQA .content {
    width: 100%;
    padding: 4rem 0;
  }
}
.cid-sN2vrz5NQA .image-wrap {
  position: absolute;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
}
@media (max-width: 922px) {
  .cid-sN2vrz5NQA .image-wrap {
    position: static;
    display: flex;
  }
}
@media (max-width: 767px) {
  .cid-sN2vrz5NQA .image-wrap {
    position: static;
    display: flex;
    flex-direction: column;
  }
}
.cid-sN2vrz5NQA .img {
  position: absolute;
  width: 750px;
  height: 503px;
}
@media (max-width: 1739px) {
  .cid-sN2vrz5NQA .img {
    width: 510px;
    height: 342px;
  }
}
@media (max-width: 1399px) {
  .cid-sN2vrz5NQA .img {
    width: 447px;
    height: 300px;
  }
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .img {
    width: 268px;
    height: 179px;
  }
}
@media (max-width: 922px) {
  .cid-sN2vrz5NQA .img {
    position: static;
    width: 33.33333%;
    max-height: 200px;
    margin: 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-sN2vrz5NQA .img {
    width: 100%;
    margin: 2% 0;
  }
}
.cid-sN2vrz5NQA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2vrz5NQA .img1 {
  top: 0;
  right: 0;
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .img1 {
    top: 19rem;
    left: 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2vrz5NQA .img1 {
    position: static;
  }
}
.cid-sN2vrz5NQA .img2 {
  top: 6rem;
  right: 8rem;
}
@media (max-width: 1739px) {
  .cid-sN2vrz5NQA .img2 {
    top: 6rem;
    right: 6rem;
  }
}
@media (max-width: 1399px) {
  .cid-sN2vrz5NQA .img2 {
    top: 4rem;
    right: 6rem;
  }
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .img2 {
    top: 31rem;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2vrz5NQA .img2 {
    position: static;
  }
}
.cid-sN2vrz5NQA .img3 {
  top: 12rem;
  right: 16rem;
}
@media (max-width: 1739px) {
  .cid-sN2vrz5NQA .img3 {
    top: 12rem;
    right: 12rem;
  }
}
@media (max-width: 1399px) {
  .cid-sN2vrz5NQA .img3 {
    top: 8rem;
    right: 12rem;
  }
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .img3 {
    top: 0;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-sN2vrz5NQA .img3 {
    position: static;
  }
}
.cid-sN2vrz5NQA .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-sN2vrz5NQA .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .mbr-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sN2vrz5NQA .mbr-section-btn {
  width: 60%;
}
@media (max-width: 1739px) {
  .cid-sN2vrz5NQA .mbr-section-btn {
    width: 70%;
  }
}
@media (max-width: 1399px) {
  .cid-sN2vrz5NQA .mbr-section-btn {
    width: 72%;
  }
}
@media (max-width: 1299px) {
  .cid-sN2vrz5NQA .mbr-section-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sN2vrz5NQA .mbr-section-btn {
    width: 80%;
  }
}
.cid-sN2vrz5NQA .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2vskM2Oy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vskM2Oy h2,
.cid-sN2vskM2Oy p {
  margin: 0;
}
.cid-sN2vskM2Oy .heading {
  margin-bottom: 50px;
}
.cid-sN2vskM2Oy .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-sN2vskM2Oy .mbr-text {
  color: #6b6b6b;
}
.cid-sN2vskM2Oy .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-sN2vskM2Oy .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-sN2vskM2Oy .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vskM2Oy .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-sN2vskM2Oy .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-sN2vskM2Oy .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img17.jpg");
}
@media (max-width: 1440px) {
  .cid-sN2vskM2Oy .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vskM2Oy .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-sN2vskM2Oy .image-left {
    width: 100%;
  }
}
.cid-sN2vskM2Oy .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/background5.jpg");
}
@media (max-width: 1440px) {
  .cid-sN2vskM2Oy .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vskM2Oy .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-sN2vskM2Oy .image-middle {
    width: 100%;
  }
}
.cid-sN2vskM2Oy .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/slide3.jpg");
}
@media (max-width: 1440px) {
  .cid-sN2vskM2Oy .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vskM2Oy .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-sN2vskM2Oy .image-right {
    width: 100%;
  }
}
.cid-sN2vt8NJVk {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sN2vt8NJVk h2,
.cid-sN2vt8NJVk h4,
.cid-sN2vt8NJVk p {
  margin: 0;
}
.cid-sN2vt8NJVk .bg-image-wrap {
  width: 50%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/background3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(15deg) scale(1.2) translate(50px, -30px);
}
@media (max-width: 1440px) {
  .cid-sN2vt8NJVk .bg-image-wrap {
    width: 60%;
  }
}
@media (max-width: 800px) {
  .cid-sN2vt8NJVk .bg-image-wrap {
    width: 65%;
  }
}
@media (max-width: 400px) {
  .cid-sN2vt8NJVk .bg-image-wrap {
    display: none;
  }
}
.cid-sN2vt8NJVk .container-fluid {
  padding: 0;
  margin: 0 auto;
  width: 1300px;
  max-width: 1300px;
}
@media (max-width: 1440px) {
  .cid-sN2vt8NJVk .container-fluid {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-sN2vt8NJVk .container-fluid {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vt8NJVk .container-fluid {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-sN2vt8NJVk .container-fluid {
    width: 86%;
  }
}
.cid-sN2vt8NJVk .text-elements {
  width: 100%;
}
.cid-sN2vt8NJVk .heading {
  padding-right: 50%;
}
@media (max-width: 1024px) {
  .cid-sN2vt8NJVk .heading {
    padding-right: 38%;
  }
}
@media (max-width: 767px) {
  .cid-sN2vt8NJVk .heading {
    padding-right: 0;
  }
}
.cid-sN2vt8NJVk .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-sN2vt8NJVk .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-sN2vt8NJVk .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 73%;
}
@media (max-width: 1024px) {
  .cid-sN2vt8NJVk .mbr-text {
    padding-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-sN2vt8NJVk .mbr-text {
    padding-right: 40px;
  }
}
.cid-sN2vt8NJVk .link {
  font-weight: 600;
  position: relative;
  margin-right: 73%;
}
@media (max-width: 1024px) {
  .cid-sN2vt8NJVk .link {
    margin-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-sN2vt8NJVk .link {
    margin-right: 40px;
  }
}
.cid-sN2vt8NJVk .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-sN2vtWQ67m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vtWQ67m h2,
.cid-sN2vtWQ67m h4,
.cid-sN2vtWQ67m p {
  margin: 0;
}
.cid-sN2vtWQ67m .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-sN2vtWQ67m .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-sN2vtWQ67m .image-wrap {
    margin-top: 30px;
  }
}
.cid-sN2vtWQ67m img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-sN2vtWQ67m .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-sN2vtWQ67m .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-sN2vtWQ67m .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-sN2vtWQ67m .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2vtWQ67m .socials p {
  margin: 0 20px 0 0;
}
.cid-sN2vtWQ67m .socials-item .link {
  color: #000000;
}
.cid-sN2vvrFeLD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vvrFeLD .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sN2vvrFeLD .content {
    padding: 1rem 0;
  }
}
.cid-sN2vvrFeLD .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sN2vvrFeLD .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 9px;
}
.cid-sN2vvrFeLD .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2vwrLhpQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vwrLhpQ .content {
  padding: 1rem;
}
.cid-sN2vwrLhpQ h2,
.cid-sN2vwrLhpQ h4,
.cid-sN2vwrLhpQ p {
  margin: 0;
}
.cid-sN2vwrLhpQ .mbr-section-title {
  color: #000000;
}
.cid-sN2vwrLhpQ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2vwrLhpQ .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-sN2vwrLhpQ .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-sN2vwrLhpQ .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2vxZmgfv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vxZmgfv h2,
.cid-sN2vxZmgfv h4,
.cid-sN2vxZmgfv p {
  margin: 0;
}
.cid-sN2vxZmgfv img {
  width: 100%;
  height: auto;
}
.cid-sN2vxZmgfv .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-sN2vxZmgfv .text-elements-wrap {
    width: 100%;
  }
}
.cid-sN2vxZmgfv .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-sN2vxZmgfv .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vxZmgfv .col-md-7,
  .cid-sN2vxZmgfv .col-md-5 {
    width: 100%;
  }
}
.cid-sN2vxZmgfv .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-sN2vxZmgfv .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-sN2vxZmgfv .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2vxZmgfv .link-wrap {
  padding-top: 25px;
}
.cid-sN2vxZmgfv .link {
  font-weight: 600;
  position: relative;
}
.cid-sN2vxZmgfv .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-sN2vzxRX63 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sN2vzxRX63 p {
  margin: 0;
  display: inline;
}
.cid-sN2vzxRX63 .content {
  position: relative;
  padding: 47px 0 89px;
}
.cid-sN2vzxRX63 .text-wrap {
  margin: 21px 0;
  width: 55%;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 .text-wrap {
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vzxRX63 .text-wrap {
    width: 100%;
  }
}
.cid-sN2vzxRX63 .mbr-text {
  position: relative;
  padding: 0 6px 5px;
  color: #000000;
}
@media (max-width: 1024px) {
  .cid-sN2vzxRX63 .mbr-text {
    padding: 0 0 5px 0;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.cid-sN2vzxRX63 .star-icon {
  color: #ee3102;
  position: absolute;
  right: -45px;
  bottom: 29px;
  opacity: 0;
  transition: opacity 0.35s;
}
.cid-sN2vzxRX63 .star-icon svg {
  animation-play-state: paused;
}
@media (max-width: 480px) {
  .cid-sN2vzxRX63 .star-icon {
    display: none;
  }
}
.cid-sN2vzxRX63 .text-wrap:hover .mbr-text,
.cid-sN2vzxRX63 .text-wrap:focus .mbr-text,
.cid-sN2vzxRX63 .text-wrap:active .mbr-text {
  color: #ee3102;
}
.cid-sN2vzxRX63 .text-wrap:hover .star-icon,
.cid-sN2vzxRX63 .text-wrap:focus .star-icon,
.cid-sN2vzxRX63 .text-wrap:active .star-icon {
  opacity: 1;
}
.cid-sN2vzxRX63 .text-wrap:hover .star-icon svg,
.cid-sN2vzxRX63 .text-wrap:focus .star-icon svg,
.cid-sN2vzxRX63 .text-wrap:active .star-icon svg {
  animation: rotation 5s infinite linear;
  animation-play-state: running;
}
.cid-sN2vzxRX63 .text-elements {
  display: flex;
  flex-direction: column;
}
.cid-sN2vzxRX63 .image-container {
  position: absolute;
  display: block;
  margin-right: auto;
  bottom: 40px;
  width: 338px;
  height: 100%;
  right: 100px;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 .image-container {
    right: 0;
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vzxRX63 .image-container {
    display: none;
  }
}
.cid-sN2vzxRX63 .image-wrap {
  position: absolute;
  width: 338px;
  height: 338px;
  overflow: hidden;
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: circle(0 at 50% 50%);
}
.cid-sN2vzxRX63 #image1 {
  top: 0;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image1 {
    top: -50px;
  }
}
.cid-sN2vzxRX63 #image2 {
  top: 100px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image2 {
    top: 0;
  }
}
.cid-sN2vzxRX63 #image3 {
  top: 200px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image3 {
    top: 50px;
  }
}
.cid-sN2vzxRX63 #image4 {
  top: 300px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image4 {
    top: 100px;
  }
}
.cid-sN2vzxRX63 #image5 {
  top: 400px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image5 {
    top: 150px;
  }
}
.cid-sN2vzxRX63 #image6 {
  top: 500px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image6 {
    top: 200px;
  }
}
.cid-sN2vzxRX63 #image7 {
  top: 600px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/sqr7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2vzxRX63 #image7 {
    top: 250px;
  }
}
.cid-sN2vAzz966 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vAzz966 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sN2vAzz966 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-sN2vAzz966 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-sN2vAzz966 .star {
  color: #ee3102;
  fill: currentColor;
  overflow: hidden;
}
.cid-sN2vAzz966 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-sN2vAzz966 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-sN2vBxFQ9V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vBxFQ9V h3,
.cid-sN2vBxFQ9V p {
  margin: 0;
}
.cid-sN2vBxFQ9V .heading {
  margin-bottom: 50px;
}
.cid-sN2vBxFQ9V .mbr-section-title {
  color: #000000;
}
.cid-sN2vBxFQ9V .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2vBxFQ9V .tile-wrap {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
@media (max-width: 1024px) {
  .cid-sN2vBxFQ9V .tile-wrap {
    padding-top: 100%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vBxFQ9V .tile-wrap {
    padding-top: 400%;
  }
}
.cid-sN2vBxFQ9V .tile {
  position: absolute;
  margin: 0 -9px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ee3102;
  border-radius: 100%;
}
.cid-sN2vBxFQ9V .tile1 {
  top: 0;
  left: 2%;
  bottom: 0;
  right: 73%;
}
@media (max-width: 1024px) {
  .cid-sN2vBxFQ9V .tile1 {
    top: 1%;
    left: 2%;
    bottom: 48%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vBxFQ9V .tile1 {
    top: 0;
    left: 0;
    bottom: 73%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN2vBxFQ9V .tile1 {
    top: 0;
    left: 12px;
    bottom: 75%;
    right: 12px;
  }
}
.cid-sN2vBxFQ9V .tile2 {
  top: 0;
  left: 26%;
  bottom: 0;
  right: 49%;
}
@media (max-width: 1024px) {
  .cid-sN2vBxFQ9V .tile2 {
    top: 1%;
    left: 50%;
    bottom: 48%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vBxFQ9V .tile2 {
    top: 25%;
    left: 0;
    bottom: 48%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN2vBxFQ9V .tile2 {
    top: 23%;
    left: 12px;
    bottom: 52%;
    right: 12px;
  }
}
.cid-sN2vBxFQ9V .tile3 {
  top: 0;
  left: 50%;
  bottom: 0;
  right: 25%;
}
@media (max-width: 1024px) {
  .cid-sN2vBxFQ9V .tile3 {
    top: 49%;
    left: 2%;
    bottom: 1%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vBxFQ9V .tile3 {
    top: 50%;
    left: 0;
    bottom: 23%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN2vBxFQ9V .tile3 {
    top: 46%;
    left: 12px;
    bottom: 29%;
    right: 12px;
  }
}
.cid-sN2vBxFQ9V .tile4 {
  top: 0;
  left: 74%;
  bottom: 0;
  right: 1%;
}
@media (max-width: 1024px) {
  .cid-sN2vBxFQ9V .tile4 {
    top: 49%;
    left: 50%;
    bottom: 1%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vBxFQ9V .tile4 {
    top: 75%;
    left: 0;
    bottom: -2%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN2vBxFQ9V .tile4 {
    top: 69%;
    left: 12px;
    bottom: 6%;
    right: 12px;
  }
}
.cid-sN2vBxFQ9V .mbr-card-title {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2vBxFQ9V .tile:nth-of-type(1):before {
  content: "1";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #9ad7f1;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN2vBxFQ9V .tile:nth-of-type(2):before {
  content: "2";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #9ad7f1;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN2vBxFQ9V .tile:nth-of-type(3):before {
  content: "3";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #9ad7f1;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN2vBxFQ9V .tile:nth-of-type(4):before {
  content: "4";
  position: absolute;
  top: 7%;
  left: 11%;
  width: 39px;
  height: 39px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 39px;
  color: #000000;
  background-color: #9ad7f1;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN2vCDmTx7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vCDmTx7 .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN2vCDmTx7 .content {
    flex-wrap: wrap;
  }
}
.cid-sN2vCDmTx7 h2,
.cid-sN2vCDmTx7 h4,
.cid-sN2vCDmTx7 h5,
.cid-sN2vCDmTx7 p {
  margin: 0;
}
.cid-sN2vCDmTx7 .cards {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-sN2vCDmTx7 .cards {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-sN2vCDmTx7 .cards-inner {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2vCDmTx7 .card {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-sN2vCDmTx7 .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 680px) {
  .cid-sN2vCDmTx7 .card {
    width: 100%;
  }
}
.cid-sN2vCDmTx7 .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-sN2vCDmTx7 .text {
    width: 100%;
  }
}
.cid-sN2vCDmTx7 .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-sN2vCDmTx7 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2vCDmTx7 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2vCDmTx7 .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-sN2vCDmTx7 .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-sN2vCDmTx7 .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-sN2vCDmTx7 .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-sN2vCDmTx7 .link {
  position: relative;
  margin-right: 5px;
}
.cid-sN2vCDmTx7 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2vDU13uE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vDU13uE .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN2vDU13uE .content {
    flex-wrap: wrap;
  }
}
.cid-sN2vDU13uE h2,
.cid-sN2vDU13uE h4,
.cid-sN2vDU13uE h5,
.cid-sN2vDU13uE p {
  margin: 0;
}
.cid-sN2vDU13uE .items {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-sN2vDU13uE .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-sN2vDU13uE .item-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cid-sN2vDU13uE .item-container {
    align-content: flex-start;
  }
}
@media (max-width: 680px) {
  .cid-sN2vDU13uE .item-container {
    margin: 0;
  }
}
.cid-sN2vDU13uE .item {
  width: 33.33333%;
  height: 33.33333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-sN2vDU13uE .item .item-img {
  height: 100%;
}
.cid-sN2vDU13uE .item .item-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-sN2vDU13uE .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-sN2vDU13uE .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vDU13uE .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sN2vDU13uE .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-sN2vDU13uE .text {
    width: 100%;
  }
}
.cid-sN2vDU13uE .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-sN2vDU13uE .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2vDU13uE .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2vDU13uE .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-sN2vDU13uE .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-sN2vDU13uE .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-sN2vDU13uE .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-sN2vDU13uE .link {
  position: relative;
  margin-right: 5px;
}
.cid-sN2vDU13uE .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2vFnleej {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vFnleej p {
  margin: 0;
}
.cid-sN2vFnleej .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2vFnleej blockquote {
  margin: 0;
  border: none;
  position: relative;
}
.cid-sN2vFnleej blockquote p {
  position: relative;
  z-index: 1;
}
.cid-sN2vFnleej blockquote::before {
  content: "“";
  position: absolute;
  top: 30%;
  right: 45%;
  height: 50px;
  font-size: 12rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #941c00;
  transform: rotate(180deg) translateX(-50%);
  opacity: 0.2;
}
.cid-sN2vFnleej .mbr-quote {
  color: #6b6b6b;
  text-align: center;
}
.cid-sN2vGNeDjm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vGNeDjm h2,
.cid-sN2vGNeDjm h3,
.cid-sN2vGNeDjm h4,
.cid-sN2vGNeDjm p {
  margin: 0;
}
.cid-sN2vGNeDjm .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sN2vGNeDjm .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sN2vGNeDjm .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2vGNeDjm .mbr-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-sN2vGNeDjm .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-sN2vGNeDjm .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-sN2vI2nI4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vI2nI4W h2,
.cid-sN2vI2nI4W h3,
.cid-sN2vI2nI4W h4,
.cid-sN2vI2nI4W p {
  margin: 0;
}
.cid-sN2vI2nI4W .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2vI2nI4W .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sN2vI2nI4W .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2vJ5rwZ6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vJ5rwZ6 h2,
.cid-sN2vJ5rwZ6 h3,
.cid-sN2vJ5rwZ6 h4,
.cid-sN2vJ5rwZ6 p {
  margin: 0;
}
.cid-sN2vJ5rwZ6 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2vJ5rwZ6 .mbr-first-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-sN2vJ5rwZ6 .mbr-first-section-subtitle {
  margin-bottom: 5px;
}
.cid-sN2vJ5rwZ6 .mbr-first-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-sN2vJ5rwZ6 .mbr-second-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-sN2vJ5rwZ6 .mbr-second-section-subtitle {
  margin-bottom: 5px;
}
.cid-sN2vJ5rwZ6 .mbr-second-section-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-sN2vK7ZfbT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vK7ZfbT .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN2vK7ZfbT .content {
    flex-wrap: wrap;
  }
}
.cid-sN2vK7ZfbT h2,
.cid-sN2vK7ZfbT h4,
.cid-sN2vK7ZfbT h5,
.cid-sN2vK7ZfbT p {
  margin: 0;
}
.cid-sN2vK7ZfbT .left {
  width: 75%;
  padding-right: 58px;
}
@media (max-width: 1024px) {
  .cid-sN2vK7ZfbT .left {
    width: 100%;
    padding-right: 0;
  }
}
.cid-sN2vK7ZfbT .right {
  width: 25%;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cid-sN2vK7ZfbT .right {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-sN2vK7ZfbT .info {
  flex-direction: column;
}
.cid-sN2vK7ZfbT .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-sN2vK7ZfbT .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2vK7ZfbT .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2vK7ZfbT .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-sN2vK7ZfbT .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-sN2vK7ZfbT .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-sN2vK7ZfbT .link {
  position: relative;
  margin-right: 5px;
}
.cid-sN2vKZI9Vs .container-fluid {
  padding: 0;
}
.cid-sN2vKZI9Vs .parallax-container {
  width: 100%;
  height: 600px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/background4.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sN2vMkZMDA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vMkZMDA h2,
.cid-sN2vMkZMDA h3,
.cid-sN2vMkZMDA h4,
.cid-sN2vMkZMDA h5 {
  margin: 0;
}
.cid-sN2vMkZMDA .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sN2vMkZMDA .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sN2vMkZMDA .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sN2vMkZMDA .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sN2vMkZMDA .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2vMkZMDA .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sN2vMkZMDA .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-sN2vMkZMDA .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sN2vMkZMDA .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vMkZMDA .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sN2vMkZMDA .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-sN2vMkZMDA .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sN2vMkZMDA .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sN2vMkZMDA .card:hover {
  cursor: pointer;
}
.cid-sN2vMkZMDA .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-sN2vMkZMDA .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-sN2vMkZMDA .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-sN2vMkZMDA .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sN2vNp7Ip4 {
  padding-top: 420px;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/background7.jpg");
}
.cid-sN2vOi6dAA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vOi6dAA .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-sN2vOi6dAA .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sN2vOi6dAA .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2vPn11Mg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sN2vPn11Mg .video-wrapper iframe {
  width: 100%;
}
.cid-sN2vPn11Mg h2,
.cid-sN2vPn11Mg h4 {
  margin: 0;
}
.cid-sN2vPn11Mg .mbr-section-head {
  margin-bottom: 1.5rem;
}
.cid-sN2vPn11Mg .mbr-section-title {
  color: #000000;
}
.cid-sN2vPn11Mg .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2vQoTF21 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vQoTF21 .video-wrapper iframe {
  width: 100%;
}
.cid-sN2vQoTF21 h2,
.cid-sN2vQoTF21 h4,
.cid-sN2vQoTF21 p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sN2vQoTF21 .col-md-6 {
    width: 100%;
  }
}
.cid-sN2vQoTF21 .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sN2vQoTF21 .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sN2vQoTF21 .mbr-section-head {
    text-align: center;
  }
}
.cid-sN2vQoTF21 .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sN2vQoTF21 .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sN2vQoTF21 .mbr-text {
  color: #6b6b6b;
}
.cid-sN2vRHfOsA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vRHfOsA h2,
.cid-sN2vRHfOsA h3,
.cid-sN2vRHfOsA h4,
.cid-sN2vRHfOsA h5 {
  margin: 0;
}
.cid-sN2vRHfOsA .mbr-section-title {
  color: #000000;
}
.cid-sN2vRHfOsA .mbr-card-title {
  text-align: center;
  color: #000000;
}
.cid-sN2vRHfOsA .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-sN2vRHfOsA .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-sN2vRHfOsA .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-sN2vRHfOsA .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-sN2vRHfOsA #img1 {
  grid-area: img1;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-sN2vRHfOsA #img2 {
  grid-area: img2;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-sN2vRHfOsA #img3 {
  grid-area: img3;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-sN2vRHfOsA #img4 {
  grid-area: img4;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-sN2vRHfOsA #img5 {
  grid-area: img5;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-sN2vRHfOsA #img6 {
  grid-area: img6;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/img6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-sN2vRHfOsA .top-left,
.cid-sN2vRHfOsA .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-sN2vRHfOsA .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-sN2vRHfOsA .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-sN2vRHfOsA .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-sN2vRHfOsA .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ee3102;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-sN2vRHfOsA .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-sN2vRHfOsA .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-sN2vRHfOsA .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-sN2vRHfOsA .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-sN2vRHfOsA .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-sN2vRHfOsA .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-sN2vSSNA0v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vSSNA0v h2,
.cid-sN2vSSNA0v h3,
.cid-sN2vSSNA0v h4,
.cid-sN2vSSNA0v h5 {
  margin: 0;
}
.cid-sN2vSSNA0v .container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 680px) {
  .cid-sN2vSSNA0v .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sN2vSSNA0v .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-sN2vSSNA0v .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-sN2vSSNA0v .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sN2vSSNA0v .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sN2vSSNA0v .item-container {
  max-width: 1620px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2vSSNA0v .item {
  padding: 0 40px;
  margin-bottom: 30px;
  width: 16.66667%;
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
@media (max-width: 1440px) {
  .cid-sN2vSSNA0v .item {
    padding: 0 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .cid-sN2vSSNA0v .item {
    width: 20%;
  }
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-sN2vSSNA0v .item {
    width: 33.33333%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vSSNA0v .item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-sN2vSSNA0v .item-image {
  width: 100%;
}
.cid-sN2vSSNA0v img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
}
.cid-sN2vSSNA0v .mbr-card-title {
  color: #000000;
  text-align: center;
  margin: -5px 0 14px;
}
.cid-sN2vSSNA0v .mbr-card-title:hover {
  color: #ee3102;
}
.cid-sN2vSSNA0v h3 {
  margin: 0;
}
.cid-sN2vSSNA0v .mbr-card-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
  margin-bottom: 2px;
}
.cid-sN2vSSNA0v .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-sN2vSSNA0v .item-caption {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.32s ease-out, transform 0.29s ease-out;
}
.cid-sN2vSSNA0v .item:hover {
  cursor: pointer;
}
.cid-sN2vSSNA0v .item:hover .item-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-sN2vY78ivP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sN2vY78ivP .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sN2vY78ivP h2,
.cid-sN2vY78ivP h3,
.cid-sN2vY78ivP h4,
.cid-sN2vY78ivP h5 {
  margin: 0;
}
.cid-sN2vY78ivP .mbr-section-head {
  margin-bottom: 40px;
}
.cid-sN2vY78ivP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sN2vY78ivP .mbr-section-subtitle {
  text-align: center;
}
.cid-sN2vY78ivP .mbr-card-title {
  color: #000000;
}
.cid-sN2vY78ivP h3 {
  font-size: x-large;
}
.cid-sN2vY78ivP h5 {
  font-size: small;
}
.cid-sN2vY78ivP .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: 24px;
  margin-bottom: 2px;
}
.cid-sN2vY78ivP .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-sN2vY78ivP .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 680px) {
  .cid-sN2vY78ivP .image-wrap {
    width: 100%;
  }
}
.cid-sN2vY78ivP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2vY78ivP .text-wrap {
  position: absolute;
  bottom: 128px;
  left: 0;
  width: 270px;
  min-height: 92px;
  padding-left: 28px;
  background: #ffffff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.7s cubic-bezier(0.16, 0.09, 0, 1.02) 0s;
}
@media (max-width: 400px) {
  .cid-sN2vY78ivP .text-wrap {
    bottom: 20px;
  }
}
.cid-sN2vY78ivP .image-wrap:hover .text-wrap {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.cid-sN2vZKBCdY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2vZKBCdY .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2vZKBCdY .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sN2vZKBCdY .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sN2vZKBCdY .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sN2vZKBCdY .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sN2vZKBCdY .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN2vZKBCdY .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sN2w1aAU6k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sN2w1aAU6k h2,
.cid-sN2w1aAU6k h3,
.cid-sN2w1aAU6k h4,
.cid-sN2w1aAU6k h5,
.cid-sN2w1aAU6k p {
  margin: 0;
}
.cid-sN2w1aAU6k .inner-container {
  margin-right: -32px;
}
.cid-sN2w1aAU6k .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-sN2w1aAU6k .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-sN2w1aAU6k .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-sN2w1aAU6k .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-sN2w1aAU6k .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-sN2w1aAU6k .content {
    padding-left: 0;
  }
}
.cid-sN2w1aAU6k .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-sN2w1aAU6k .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-sN2w1aAU6k .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-sN2w1aAU6k .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-sN2w1aAU6k .text-wrap {
    width: 100%;
  }
}
.cid-sN2w1aAU6k .mbr-section-title {
  color: #000000;
}
.cid-sN2w1aAU6k .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2w1aAU6k .controls {
  margin-top: 45px;
}
.cid-sN2w1aAU6k .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-sN2w1aAU6k .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-sN2w1aAU6k .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-sN2w1aAU6k .embla__viewport {
    width: 100%;
  }
}
.cid-sN2w1aAU6k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sN2w1aAU6k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sN2w1aAU6k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-sN2w1aAU6k .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-sN2w1aAU6k .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-sN2w1aAU6k .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-sN2w1aAU6k .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-sN2w1aAU6k .card-wrap {
    width: 296px;
  }
}
.cid-sN2w1aAU6k .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-sN2w1aAU6k .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sN2w1aAU6k .content-wrap {
  margin-top: 20px;
}
.cid-sN2w1aAU6k .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-sN2w1aAU6k .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-sN2w1aAU6k .mbr-card-text {
  color: #6b6b6b;
}
.cid-sN2w1aAU6k .embla__button--next svg polygon,
.cid-sN2w1aAU6k .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-sN2w1aAU6k .embla__button--next svg,
.cid-sN2w1aAU6k .embla__button--prev svg {
  overflow: hidden;
}
.cid-sN2w1aAU6k .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2w1aAU6k .embla__button--prev:hover {
  color: #000;
}
.cid-sN2w1aAU6k .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-sN2w1aAU6k .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-sN2w1aAU6k .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-sN2w1aAU6k .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-sN2w1aAU6k .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2w1aAU6k .embla__button--next:hover {
  color: #000;
}
.cid-sN2w1aAU6k .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-sN2w1aAU6k .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-sN2w1aAU6k .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-sN2w1aAU6k .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-sN2w2PGt9w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sN2w2PGt9w h4,
.cid-sN2w2PGt9w h6,
.cid-sN2w2PGt9w p {
  margin: 0;
}
.cid-sN2w2PGt9w .mbr-main-text {
  font-size: x-large;
}
.cid-sN2w2PGt9w .mbr-sub-text {
  font-size: small;
}
.cid-sN2w2PGt9w .mbr-card-title {
  color: #000000;
  margin: 0 0 11px;
  margin-bottom: 6px;
}
.cid-sN2w2PGt9w .mbr-card-subtitle {
  color: #6b6b6b;
  margin: 0;
  margin-bottom: 2px;
}
.cid-sN2w2PGt9w .controls {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sN2w2PGt9w .mbr-slide-indicator {
  color: #000000;
  position: relative;
  width: 26px;
  height: 27px;
  margin: 5px 0 12px;
  opacity: 1;
  counter-increment: counter;
}
@media (max-width: 1024px) {
  .cid-sN2w2PGt9w .mbr-slide-indicator {
    margin: 5px;
  }
}
.cid-sN2w2PGt9w .mbr-slide-indicator::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: width 0.25s ease-out;
}
.cid-sN2w2PGt9w .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-sN2w2PGt9w .embla__viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-sN2w2PGt9w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sN2w2PGt9w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sN2w2PGt9w .embla__container {
  height: 240px;
  display: flex;
  flex-direction: column;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
@media (max-width: 1024px) {
  .cid-sN2w2PGt9w .embla__container {
    height: 278px;
  }
}
@media (max-width: 767px) {
  .cid-sN2w2PGt9w .embla__container {
    height: 446px;
  }
}
.cid-sN2w2PGt9w .embla__slide {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .cid-sN2w2PGt9w .embla__slide {
    height: 278px;
  }
}
@media (max-width: 767px) {
  .cid-sN2w2PGt9w .embla__slide {
    height: 446px;
  }
}
.cid-sN2w2PGt9w .card-wrap {
  position: relative;
  height: 100%;
  padding: 26px 0 7px;
  display: flex;
}
@media (max-width: 680px) {
  .cid-sN2w2PGt9w .card-wrap {
    flex-wrap: wrap;
  }
}
.cid-sN2w2PGt9w .icon-wrap svg path {
  fill: #ee3102;
}
.cid-sN2w2PGt9w .image-wrap {
  position: absolute;
  left: 120px;
  top: 28px;
  border-radius: 100%;
  width: 93px;
  height: 93px;
  overflow: hidden;
}
.cid-sN2w2PGt9w .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2w2PGt9w .content-wrap {
  padding-left: 8.3%;
  padding-right: 17%;
  width: calc(100% - 160px);
}
@media (max-width: 1024px) {
  .cid-sN2w2PGt9w .content-wrap {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sN2w2PGt9w .content-wrap {
    padding: 0;
    margin-top: -50px;
  }
}
.cid-sN2w2PGt9w .mbr-card-text {
  color: #6b6b6b;
}
.cid-sN2w2PGt9w .embla__button--next svg polygon,
.cid-sN2w2PGt9w .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-sN2w2PGt9w .embla__button--next svg,
.cid-sN2w2PGt9w .embla__button--prev svg {
  overflow: hidden;
}
.cid-sN2w2PGt9w .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2w2PGt9w .embla__button--prev:hover {
  color: #000;
}
.cid-sN2w2PGt9w .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-sN2w2PGt9w .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-sN2w2PGt9w .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-sN2w2PGt9w .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-sN2w2PGt9w .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2w2PGt9w .embla__button--next:hover {
  color: #000;
}
.cid-sN2w2PGt9w .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-sN2w2PGt9w .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-sN2w2PGt9w .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-sN2w2PGt9w .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-sN2w4AtBbf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sN2w4AtBbf h2,
.cid-sN2w4AtBbf h3,
.cid-sN2w4AtBbf h4,
.cid-sN2w4AtBbf h5,
.cid-sN2w4AtBbf p {
  margin: 0;
}
.cid-sN2w4AtBbf .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-sN2w4AtBbf .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-sN2w4AtBbf .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2w4AtBbf .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-sN2w4AtBbf .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-sN2w4AtBbf .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-sN2w4AtBbf .content {
    width: 296px;
  }
}
.cid-sN2w4AtBbf .mbr-section-title {
  color: #000000;
}
.cid-sN2w4AtBbf .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2w4AtBbf .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-sN2w4AtBbf .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-sN2w4AtBbf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sN2w4AtBbf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sN2w4AtBbf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sN2w4AtBbf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-sN2w4AtBbf .embla__slide {
  position: relative;
}
.cid-sN2w4AtBbf .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-sN2w4AtBbf .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-sN2w4AtBbf .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2w4AtBbf .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-sN2w4AtBbf .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-sN2w4AtBbf .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-sN2w4AtBbf .card-wrap {
    width: 296px;
  }
}
.cid-sN2w4AtBbf .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-sN2w4AtBbf .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sN2w4AtBbf .embla__button--next svg polygon,
.cid-sN2w4AtBbf .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-sN2w4AtBbf .embla__button--next svg,
.cid-sN2w4AtBbf .embla__button--prev svg {
  overflow: hidden;
}
.cid-sN2w4AtBbf .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2w4AtBbf .embla__button--prev:hover {
  color: #000;
}
.cid-sN2w4AtBbf .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-sN2w4AtBbf .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-sN2w4AtBbf .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-sN2w4AtBbf .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-sN2w4AtBbf .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2w4AtBbf .embla__button--next:hover {
  color: #000;
}
.cid-sN2w4AtBbf .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-sN2w4AtBbf .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-sN2w4AtBbf .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-sN2w4AtBbf .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-sN2w6w1foZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sN2w6w1foZ .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-sN2w6w1foZ .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-sN2w6w1foZ .people {
    padding: 0;
  }
}
.cid-sN2w6w1foZ .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-sN2w6w1foZ .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-sN2w6w1foZ .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-sN2w6w1foZ .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-sN2w6w1foZ h3 {
  margin: 0;
}
.cid-sN2w6w1foZ .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-sN2w6w1foZ .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-sN2w6w1foZ .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-sN2w6w1foZ .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-sN2w6w1foZ .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sN2w6w1foZ .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2w6w1foZ .item:hover {
  cursor: pointer;
}
.cid-sN2w6w1foZ .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-sN2w7UaMpG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cid-sN2w7UaMpG .col-md-6 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .mbr-section-head {
    padding: 0;
  }
}
.cid-sN2w7UaMpG .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .people {
    padding: 0;
  }
}
.cid-sN2w7UaMpG .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-sN2w7UaMpG .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-sN2w7UaMpG .mbr-text {
  color: #6b6b6b;
  width: 362px;
  max-width: 362px;
  margin: 10px auto;
}
@media (max-width: 400px) {
  .cid-sN2w7UaMpG .mbr-text {
    width: 100%;
  }
}
.cid-sN2w7UaMpG .item-name {
  color: #000000;
  margin: 0;
}
.cid-sN2w7UaMpG h3 {
  margin: 0;
}
.cid-sN2w7UaMpG .occupation {
  color: #6b6b6b;
  margin: 0;
}
.cid-sN2w7UaMpG .item {
  margin-bottom: 50px;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .item {
    margin-bottom: 80px;
  }
}
.cid-sN2w7UaMpG .item-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .item-wrapper {
    flex-direction: column;
  }
}
.cid-sN2w7UaMpG .item-caption {
  width: 50%;
  padding-left: 30px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .item-caption {
    width: 100%;
    padding-left: 0;
  }
}
.cid-sN2w7UaMpG .top {
  padding-top: 16px;
}
.cid-sN2w7UaMpG .socials-wrap {
  margin-bottom: 5px;
}
.cid-sN2w7UaMpG .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.cid-sN2w7UaMpG .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .socials p {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.cid-sN2w7UaMpG .socials-item .link {
  color: #000000;
}
.cid-sN2w7UaMpG .item-img {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sN2w7UaMpG .item-img {
    width: 100%;
    height: 100%;
  }
}
.cid-sN2w7UaMpG .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-sN2w7UaMpG .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2w7UaMpG .item:hover {
  cursor: pointer;
}
.cid-sN2w7UaMpG .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-sN2w9NBBsc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2w9NBBsc .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sN2w9NBBsc .socials,
.cid-sN2w9NBBsc .contacts {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cid-sN2w9NBBsc .socials,
  .cid-sN2w9NBBsc .contacts {
    width: 100%;
  }
}
.cid-sN2w9NBBsc .contacts {
  text-align: right;
}
.cid-sN2w9NBBsc .contacts div {
  padding-top: 37px;
  margin-bottom: 20px;
}
.cid-sN2w9NBBsc .contacts div:first-child {
  padding: 0;
}
.cid-sN2w9NBBsc .contacts div:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .cid-sN2w9NBBsc .contacts {
    padding-top: 30px;
  }
}
.cid-sN2w9NBBsc h3,
.cid-sN2w9NBBsc p {
  margin: 0;
}
.cid-sN2w9NBBsc .mbr-section-title {
  color: #000000;
  margin-bottom: 6px;
}
.cid-sN2w9NBBsc .mbr-contacts {
  color: #000000;
  margin-bottom: 18px;
}
.cid-sN2w9NBBsc .mbr-socials {
  color: #000000;
  margin-bottom: 18px;
}
.cid-sN2wboqOHR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sN2wboqOHR h2,
.cid-sN2wboqOHR h4,
.cid-sN2wboqOHR p {
  margin: 0;
}
.cid-sN2wboqOHR .text-elements {
  padding-bottom: 38px;
}
.cid-sN2wboqOHR .mbr-section-title {
  color: #000000;
}
.cid-sN2wboqOHR .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-sN2wboqOHR .mbr-text {
  margin-top: 10px;
}
.cid-sN2wboqOHR .map-wrap {
  width: 100%;
  height: 25rem;
}
.cid-sN2wboqOHR .google-map {
  height: 100%;
  position: relative;
}
.cid-sN2wboqOHR .google-map iframe {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.cid-sN2wboqOHR .google-map [data-state-details] {
  color: #54595f;
  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-sN2wboqOHR .google-map[data-state] {
  background: #6b6b6b;
}
.cid-sN2wboqOHR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sN2wdEbPGG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wdEbPGG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sN2wdEbPGG h2,
.cid-sN2wdEbPGG h3,
.cid-sN2wdEbPGG p {
  margin: 0;
}
.cid-sN2wdEbPGG .inner-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2wdEbPGG .form-wrap {
  width: 70%;
}
@media (max-width: 1024px) {
  .cid-sN2wdEbPGG .form-wrap {
    width: 100%;
  }
}
.cid-sN2wdEbPGG .form-inner-wrap {
  width: 95%;
  max-width: 95%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .cid-sN2wdEbPGG .form-inner-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.cid-sN2wdEbPGG .text {
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 30%;
}
@media (max-width: 1024px) {
  .cid-sN2wdEbPGG .text {
    width: 100%;
    padding-top: 50px;
  }
}
.cid-sN2wdEbPGG .heading {
  margin-bottom: 20px;
}
.cid-sN2wdEbPGG .mbr-section-title {
  color: #000000;
}
.cid-sN2wdEbPGG .mbr-main-text {
  color: #6b6b6b;
  font-weight: 300;
}
.cid-sN2wdEbPGG .mbr-section-subtitle {
  color: #000000;
  padding-right: 30%;
}
@media (max-width: 767px) {
  .cid-sN2wdEbPGG .mbr-section-subtitle {
    padding: 0;
  }
}
.cid-sN2wdEbPGG .mbr-sub-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sN2wdEbPGG .mbr-contacts {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sN2wdEbPGG form .mbr-section-btn {
  text-align: center;
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2wdEbPGG textarea {
  width: 100%;
  padding: 11px 18px;
  border: 1px solid #000000;
  height: 134px;
  border-radius: 0;
}
.cid-sN2wdEbPGG input,
.cid-sN2wdEbPGG select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-sN2wdEbPGG input:last-child,
.cid-sN2wdEbPGG select:last-child {
  margin-right: 0;
}
.cid-sN2wdEbPGG .form-check-input {
  padding: 0;
  border: 1px solid #000000;
}
.cid-sN2wdEbPGG .form-check-input:checked {
  padding: 0;
  background-color: #000000;
  border-color: #000000;
}
.cid-sN2wdEbPGG .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-sN2wdEbPGG .value {
  border: none;
}
.cid-sN2wdEbPGG input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-sN2wdEbPGG input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-sN2wdEbPGG input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-sN2wdEbPGG input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-sN2wdEbPGG input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-sN2wdEbPGG input[type="range"]:focus {
  outline: none;
}
.cid-sN2wdEbPGG input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-sN2wdEbPGG input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-sN2wdEbPGG input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-sN2wfw2ghh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sN2wfw2ghh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sN2wfw2ghh .bg-image-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: url("https://mobirise.com/extensions/impressm5/assets/images/background6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .bg-image-wrap {
    display: none;
  }
}
.cid-sN2wfw2ghh .bg-image-wrap-inner {
  display: none;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .bg-image-wrap-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: url("https://mobirise.com/extensions/impressm5/assets/images/background6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.cid-sN2wfw2ghh .inner-container {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .inner-container {
    flex-direction: column;
  }
}
.cid-sN2wfw2ghh .left {
  padding: 50px 0;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .left {
    padding: 0;
    padding-top: 73px;
    padding-bottom: 77px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wfw2ghh .left {
    flex-direction: column;
  }
}
.cid-sN2wfw2ghh .icons {
  padding: 5px 30px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cid-sN2wfw2ghh .icons div:first-child {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .icons {
    padding-left: 30px;
  }
}
.cid-sN2wfw2ghh .star-icon {
  color: #ffffff;
}
.cid-sN2wfw2ghh .text-left {
  padding-right: 25%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sN2wfw2ghh .text-left {
    padding: 40px 20px 0px 20px;
  }
}
.cid-sN2wfw2ghh .right {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .right {
    margin-top: 25px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wfw2ghh .right {
    padding: 60px 20px 40px 20px;
  }
}
.cid-sN2wfw2ghh .right-inner {
  width: 100%;
  padding-left: 13%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .cid-sN2wfw2ghh .right-inner {
    align-items: center;
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wfw2ghh .right-inner {
    padding-left: 0;
  }
}
.cid-sN2wfw2ghh h2,
.cid-sN2wfw2ghh p {
  margin: 0;
}
.cid-sN2wfw2ghh .mbr-section-title-one {
  color: #ffffff;
}
.cid-sN2wfw2ghh .mbr-section-title-two {
  color: #000000;
}
.cid-sN2wfw2ghh .mbr-text-one {
  color: #ffffff;
  font-weight: 300;
  margin-top: 14px;
}
.cid-sN2wfw2ghh .mbr-text-two {
  color: #6b6b6b;
  font-weight: 300;
  margin-top: 14px;
}
.cid-sN2wfw2ghh .text-right {
  width: 505px;
  max-width: 505px;
}
@media (max-width: 767px) {
  .cid-sN2wfw2ghh .text-right {
    width: 100%;
  }
}
.cid-sN2wfw2ghh .form-wrap {
  width: 500px;
  max-width: 500px;
  padding-top: 16px;
}
.cid-sN2wfw2ghh .form-wrap svg {
  position: absolute;
  right: 0;
  top: 15px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .cid-sN2wfw2ghh .form-wrap {
    width: 100%;
  }
}
.cid-sN2wfw2ghh .input-wrap {
  position: relative;
}
.cid-sN2wfw2ghh input,
.cid-sN2wfw2ghh select {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 11px 35px 11px 0;
  margin-right: 24px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-weight: inherit;
  color: #6b6b6b;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}
.cid-sN2wfw2ghh input:last-child,
.cid-sN2wfw2ghh select:last-child {
  margin-right: 0;
}
.cid-sN2wfw2ghh .form-check-input {
  width: 1em;
  height: 1em;
  padding: 0;
  border: 1px solid #000000;
}
.cid-sN2wfw2ghh .form-check-input:checked {
  padding: 0;
  width: 1em;
  height: 1em;
  background-color: #000000;
  border-color: #000000;
}
.cid-sN2wfw2ghh .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-sN2wfw2ghh .value {
  border: none;
}
.cid-sN2wfw2ghh .link-wrap {
  padding-top: 5px;
}
.cid-sN2wfw2ghh .link {
  font-weight: 600;
  position: relative;
}
.cid-sN2wfw2ghh .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-sN2wfw2ghh input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-sN2wfw2ghh input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-sN2wfw2ghh input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-sN2wfw2ghh input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-sN2wfw2ghh input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-sN2wfw2ghh input[type="range"]:focus {
  outline: none;
}
.cid-sN2wfw2ghh input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-sN2wfw2ghh input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-sN2wfw2ghh input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-sN2wh7YrHQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wh7YrHQ .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN2wh7YrHQ .content {
    flex-wrap: wrap;
  }
}
.cid-sN2wh7YrHQ h2,
.cid-sN2wh7YrHQ h4,
.cid-sN2wh7YrHQ h3,
.cid-sN2wh7YrHQ h6,
.cid-sN2wh7YrHQ p,
.cid-sN2wh7YrHQ ul {
  margin: 0;
}
.cid-sN2wh7YrHQ ul {
  padding: 0;
  list-style-type: none;
}
.cid-sN2wh7YrHQ .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-sN2wh7YrHQ .heading {
    width: 100%;
  }
}
.cid-sN2wh7YrHQ .heading-inner {
  max-width: 476px;
}
.cid-sN2wh7YrHQ .mbr-section-title {
  color: #000000;
}
.cid-sN2wh7YrHQ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2wh7YrHQ .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sN2wh7YrHQ .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sN2wh7YrHQ .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-sN2wh7YrHQ .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-sN2wh7YrHQ .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sN2wh7YrHQ .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-sN2wh7YrHQ .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-sN2wh7YrHQ .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-sN2wh7YrHQ .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-sN2wiGhvea {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wiGhvea .content {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .cid-sN2wiGhvea .content {
    flex-wrap: wrap;
  }
}
.cid-sN2wiGhvea h2,
.cid-sN2wiGhvea h3,
.cid-sN2wiGhvea h4,
.cid-sN2wiGhvea p {
  margin: 0;
}
.cid-sN2wiGhvea ul {
  padding: 0;
  list-style-type: none;
}
.cid-sN2wiGhvea .text-wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-sN2wiGhvea .text-wrap {
    width: 100%;
  }
}
.cid-sN2wiGhvea .image-wrap {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-sN2wiGhvea .image-wrap {
    width: 100%;
  }
}
.cid-sN2wiGhvea .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-sN2wiGhvea .first-section {
  width: 414px;
}
@media (max-width: 473px) {
  .cid-sN2wiGhvea .first-section {
    width: 100%;
  }
}
.cid-sN2wiGhvea .second-section {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .cid-sN2wiGhvea .second-section {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wiGhvea .second-section {
    margin-top: 53px;
  }
}
.cid-sN2wiGhvea .mbr-first-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-sN2wiGhvea .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2wiGhvea .mbr-first-section-text {
  color: #6b6b6b;
}
.cid-sN2wiGhvea .mbr-second-section-title {
  color: #000000;
}
.cid-sN2wiGhvea .list {
  margin: 10px 0;
  color: #6b6b6b;
}
.cid-sN2wiGhvea .mbr-card-text {
  margin: 10px 0;
}
.cid-sN2wiGhvea .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-sN2wki0Cib {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wki0Cib h2,
.cid-sN2wki0Cib h3,
.cid-sN2wki0Cib h4,
.cid-sN2wki0Cib p {
  margin: 0;
}
.cid-sN2wki0Cib ul {
  padding: 0;
  list-style-type: none;
}
.cid-sN2wki0Cib .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sN2wki0Cib .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sN2wki0Cib .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2wki0Cib .list {
  margin: 25px 0;
  color: #6b6b6b;
}
.cid-sN2wki0Cib .mbr-card-text {
  margin: 10px 0;
}
.cid-sN2wki0Cib .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-sN2wmcpDjg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-sN2wmcpDjg .col-md-6 {
    width: 100%;
  }
  .cid-sN2wmcpDjg .progress-elements {
    width: 649px;
    max-width: 649px;
    padding-bottom: 130px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .cid-sN2wmcpDjg .progress-elements {
    width: 100%;
    padding-bottom: 125px;
  }
}
.cid-sN2wmcpDjg h2,
.cid-sN2wmcpDjg h4,
.cid-sN2wmcpDjg p {
  margin: 0;
}
.cid-sN2wmcpDjg .text-elements {
  padding-left: 234px;
}
@media (max-width: 1024px) {
  .cid-sN2wmcpDjg .text-elements {
    width: 652px;
    max-width: 652px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sN2wmcpDjg .text-elements {
    width: 100%;
  }
}
.cid-sN2wmcpDjg .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-sN2wmcpDjg .mbr-text {
  margin-top: 14px;
}
.cid-sN2wmcpDjg .link-wrap {
  padding-top: 25px;
}
.cid-sN2wmcpDjg .link {
  font-weight: 600;
  position: relative;
}
.cid-sN2wmcpDjg .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-sN2wmcpDjg .progress {
  height: 1px;
  width: 100%;
  margin-top: 14px;
  border-radius: 0;
  background-color: transparent;
}
.cid-sN2wmcpDjg progress::-webkit-progress-value {
  background: #000000;
}
.cid-sN2wmcpDjg progress[value]::-webkit-progress-bar {
  background: transparent;
}
.cid-sN2wmcpDjg .progressbar-title {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
}
.cid-sN2wmcpDjg .title-wrap {
  position: relative;
  z-index: 5;
}
.cid-sN2wmcpDjg .number-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-width: 50px;
  font-size: x-large;
  color: #000000;
}
.cid-sN2wmcpDjg .progress-wrap {
  position: relative;
  padding-top: 36px;
}
.cid-sN2wmcpDjg .progress-wrap:first-child {
  padding: 0;
}
.cid-sN2wmcpDjg .progress-value {
  position: relative;
}
.cid-sN2wmcpDjg .progress1 .progressbar-number:before,
.cid-sN2wmcpDjg .progress2 .progressbar-number:before,
.cid-sN2wmcpDjg .progress3 .progressbar-number:before,
.cid-sN2wmcpDjg .progress4 .progressbar-number:before,
.cid-sN2wmcpDjg .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
  margin-right: 1px;
}
.cid-sN2wmcpDjg progress[value]::-moz-progress-bar {
  background: #000000;
}
.cid-sN2wmcpDjg progress::-ms-fill {
  background: #000000;
}
.cid-sN2wmcpDjg .progress1 .progress-value {
  width: calc(80%);
}
@media (max-width: 480px) {
  .cid-sN2wmcpDjg .progress1 .progress-value {
    width: 100%;
  }
}
.cid-sN2wmcpDjg .progress1 .progressbar-number:before {
  content: "80";
}
.cid-sN2wmcpDjg .progress2 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-sN2wmcpDjg .progress2 .progress-value {
    width: 100%;
  }
}
.cid-sN2wmcpDjg .progress2 .progressbar-number:before {
  content: "100";
}
.cid-sN2wmcpDjg .progress3 .progress-value {
  width: calc(80%);
}
@media (max-width: 480px) {
  .cid-sN2wmcpDjg .progress3 .progress-value {
    width: 100%;
  }
}
.cid-sN2wmcpDjg .progress3 .progressbar-number:before {
  content: "80";
}
.cid-sN2wmcpDjg .progress4 .progress-value {
  width: calc(90%);
}
@media (max-width: 480px) {
  .cid-sN2wmcpDjg .progress4 .progress-value {
    width: 100%;
  }
}
.cid-sN2wmcpDjg .progress4 .progressbar-number:before {
  content: "90";
}
.cid-sN2wmcpDjg .progress5 .progress-value {
  width: calc(60%);
}
@media (max-width: 480px) {
  .cid-sN2wmcpDjg .progress5 .progress-value {
    width: 100%;
  }
}
.cid-sN2wmcpDjg .progress5 .progressbar-number:before {
  content: "60";
}
.cid-sN2wnMHTCK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wnMHTCK h2,
.cid-sN2wnMHTCK h3,
.cid-sN2wnMHTCK h4,
.cid-sN2wnMHTCK p {
  margin: 0;
}
.cid-sN2wnMHTCK .mbr-section-title {
  color: #000000;
}
.cid-sN2wnMHTCK .mbr-section-subtitle {
  color: #6b6b6b;
}
@media (max-width: 767px) {
  .cid-sN2wnMHTCK .heading {
    text-align: center;
  }
}
.cid-sN2wnMHTCK .image {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .cid-sN2wnMHTCK .image {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wnMHTCK .image {
    padding-top: 100px;
  }
}
.cid-sN2wnMHTCK .image img {
  width: 100%;
  object-fit: cover;
}
.cid-sN2wnMHTCK .progress-wrap {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-sN2wnMHTCK .progress-wrap {
    margin-bottom: -25px;
  }
}
.cid-sN2wnMHTCK .card {
  width: 151px;
  max-width: 151px;
  margin-right: 100px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-sN2wnMHTCK .card {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sN2wnMHTCK .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 26px;
}
.cid-sN2wnMHTCK .card .circle-wrap svg .circle-active {
  stroke: #000000;
}
.cid-sN2wnMHTCK .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-sN2wnMHTCK .card-wrapper {
  justify-content: center;
}
.cid-sN2wnMHTCK .card-title {
  margin-bottom: 0.625rem;
}
.cid-sN2wnMHTCK .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 15.55 !important;
}
.cid-sN2wnMHTCK .card1 .circle-wrap .circle-text::before {
  content: "95";
}
.cid-sN2wnMHTCK .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 46.65 !important;
}
.cid-sN2wnMHTCK .card2 .circle-wrap .circle-text::before {
  content: "85";
}
.cid-sN2wnMHTCK .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-sN2wnMHTCK .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-sN2wnMHTCK .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-sN2wnMHTCK .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-sN2wpyNZ33 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-sN2wpyNZ33 .col-md-6 {
    width: 100%;
  }
}
.cid-sN2wpyNZ33 h2,
.cid-sN2wpyNZ33 h4,
.cid-sN2wpyNZ33 p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-sN2wpyNZ33 .text-elements {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2wpyNZ33 .text-elements {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-sN2wpyNZ33 .mbr-section-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-sN2wpyNZ33 .mbr-text {
  margin-top: 14px;
}
.cid-sN2wpyNZ33 .link-wrap {
  padding-top: 25px;
}
.cid-sN2wpyNZ33 .link {
  font-weight: 600;
  position: relative;
}
.cid-sN2wpyNZ33 .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-sN2wpyNZ33 .progress-wrap {
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .cid-sN2wpyNZ33 .progress-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2wpyNZ33 .progress-wrap {
    margin-top: 55px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wpyNZ33 .progress-wrap {
    padding-left: 74px;
  }
}
.cid-sN2wpyNZ33 .card {
  width: 151px;
  max-width: 151px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-sN2wpyNZ33 .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 26px;
}
.cid-sN2wpyNZ33 .card .circle-wrap svg .circle-active {
  stroke: #000000;
}
.cid-sN2wpyNZ33 .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-sN2wpyNZ33 .card-wrapper {
  justify-content: center;
}
.cid-sN2wpyNZ33 .card-title {
  margin-bottom: 0.625rem;
}
.cid-sN2wpyNZ33 .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 15.55 !important;
}
.cid-sN2wpyNZ33 .card1 .circle-wrap .circle-text::before {
  content: "95";
}
.cid-sN2wpyNZ33 .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 46.65 !important;
}
.cid-sN2wpyNZ33 .card2 .circle-wrap .circle-text::before {
  content: "85";
}
.cid-sN2wpyNZ33 .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 99.52 !important;
}
.cid-sN2wpyNZ33 .card3 .circle-wrap .circle-text::before {
  content: "68";
}
.cid-sN2wpyNZ33 .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 62.2 !important;
}
.cid-sN2wpyNZ33 .card4 .circle-wrap .circle-text::before {
  content: "80";
}
.cid-sN2wrdl0RB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wrdl0RB h2,
.cid-sN2wrdl0RB h3,
.cid-sN2wrdl0RB h4,
.cid-sN2wrdl0RB p {
  margin: 0;
}
.cid-sN2wrdl0RB .mbr-section-title {
  color: #000000;
}
.cid-sN2wrdl0RB .mbr-section-subtitle {
  color: #6b6b6b;
}
@media (max-width: 767px) {
  .cid-sN2wrdl0RB .heading {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .cid-sN2wrdl0RB .image {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wrdl0RB .image {
    padding-bottom: 40px;
  }
}
.cid-sN2wrdl0RB .image img {
  width: 100%;
  object-fit: cover;
}
.cid-sN2wrdl0RB .text {
  padding-left: 5%;
}
@media (max-width: 1024px) {
  .cid-sN2wrdl0RB .text {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-sN2wrdl0RB .progress-elements {
  margin-top: 30px;
}
.cid-sN2wrdl0RB .progress {
  height: 1px;
  width: 100%;
  margin-top: 14px;
  border-radius: 0;
  background-color: transparent;
}
.cid-sN2wrdl0RB progress::-webkit-progress-value {
  background: #000000;
}
.cid-sN2wrdl0RB progress[value]::-webkit-progress-bar {
  background: transparent;
}
.cid-sN2wrdl0RB .progressbar-title {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: end;
}
.cid-sN2wrdl0RB .title-wrap {
  position: relative;
  z-index: 5;
}
.cid-sN2wrdl0RB .number-container {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-width: 50px;
  font-size: x-large;
  color: #000000;
}
.cid-sN2wrdl0RB .progress-wrap {
  position: relative;
  padding-top: 36px;
}
.cid-sN2wrdl0RB .progress-wrap:first-child {
  padding: 0;
}
.cid-sN2wrdl0RB .progress-value {
  position: relative;
}
.cid-sN2wrdl0RB .progress1 .progressbar-number:before,
.cid-sN2wrdl0RB .progress2 .progressbar-number:before,
.cid-sN2wrdl0RB .progress3 .progressbar-number:before,
.cid-sN2wrdl0RB .progress4 .progressbar-number:before,
.cid-sN2wrdl0RB .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
  margin-right: 1px;
}
.cid-sN2wrdl0RB progress[value]::-moz-progress-bar {
  background: #000000;
}
.cid-sN2wrdl0RB progress::-ms-fill {
  background: #000000;
}
.cid-sN2wrdl0RB .progress1 .progress-value {
  width: calc(80%);
}
@media (max-width: 480px) {
  .cid-sN2wrdl0RB .progress1 .progress-value {
    width: 100%;
  }
}
.cid-sN2wrdl0RB .progress1 .progressbar-number:before {
  content: "80";
}
.cid-sN2wrdl0RB .progress2 .progress-value {
  width: calc(100%);
}
@media (max-width: 480px) {
  .cid-sN2wrdl0RB .progress2 .progress-value {
    width: 100%;
  }
}
.cid-sN2wrdl0RB .progress2 .progressbar-number:before {
  content: "100";
}
.cid-sN2wrdl0RB .progress3 .progress-value {
  width: calc(80%);
}
@media (max-width: 480px) {
  .cid-sN2wrdl0RB .progress3 .progress-value {
    width: 100%;
  }
}
.cid-sN2wrdl0RB .progress3 .progressbar-number:before {
  content: "80";
}
.cid-sN2wrdl0RB .progress4 .progress-value {
  width: calc(90%);
}
@media (max-width: 480px) {
  .cid-sN2wrdl0RB .progress4 .progress-value {
    width: 100%;
  }
}
.cid-sN2wrdl0RB .progress4 .progressbar-number:before {
  content: "90";
}
.cid-sN2wrdl0RB .progress5 .progress-value {
  width: calc(60%);
}
@media (max-width: 480px) {
  .cid-sN2wrdl0RB .progress5 .progress-value {
    width: 100%;
  }
}
.cid-sN2wrdl0RB .progress5 .progressbar-number:before {
  content: "60";
}
.cid-sN2wsUi126 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wsUi126 h2,
.cid-sN2wsUi126 h4,
.cid-sN2wsUi126 h3,
.cid-sN2wsUi126 h6,
.cid-sN2wsUi126 p,
.cid-sN2wsUi126 ul {
  margin: 0;
}
.cid-sN2wsUi126 ul {
  padding: 0;
  list-style-type: none;
}
.cid-sN2wsUi126 .heading {
  margin-bottom: 37px;
}
.cid-sN2wsUi126 .mbr-section-title {
  color: #000000;
}
.cid-sN2wsUi126 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2wsUi126 .cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .cid-sN2wsUi126 .cards {
    justify-content: center;
  }
}
.cid-sN2wsUi126 .card {
  width: 25%;
  padding: 37px 50px 66px;
  justify-content: space-between;
}
.cid-sN2wsUi126 .card:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .cid-sN2wsUi126 .card {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-sN2wsUi126 .card {
    width: 50%;
    padding: 37px 13% 66px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2wsUi126 .card {
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-sN2wsUi126 .card {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN2wsUi126 .card {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-sN2wsUi126 .mbr-card-title {
  color: #000000;
}
.cid-sN2wsUi126 .mbr-card-subtitle {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2wsUi126 .list {
  margin-top: 22px;
  color: #6b6b6b;
}
.cid-sN2wsUi126 .mbr-card-text {
  margin: 10px 0;
}
.cid-sN2wsUi126 .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-sN2wsUi126 .mbr-card-btn {
  margin-top: 25px;
}
.cid-sN2wsUi126 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2wuvmj8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2wuvmj8J h2,
.cid-sN2wuvmj8J h4,
.cid-sN2wuvmj8J h3,
.cid-sN2wuvmj8J h6,
.cid-sN2wuvmj8J p,
.cid-sN2wuvmj8J ul {
  margin: 0;
}
.cid-sN2wuvmj8J ul {
  padding: 0;
  list-style-type: none;
}
.cid-sN2wuvmj8J .heading {
  margin-bottom: 37px;
}
.cid-sN2wuvmj8J .mbr-section-title {
  color: #000000;
}
.cid-sN2wuvmj8J .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2wuvmj8J .cards {
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2wuvmj8J .card {
  width: 50%;
  padding: 0 30px 66px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 1440px) {
  .cid-sN2wuvmj8J .card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2wuvmj8J .card {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .cid-sN2wuvmj8J .card {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .cid-sN2wuvmj8J .card .mbr-card-btn {
    text-align: center;
  }
}
.cid-sN2wuvmj8J .left {
  width: 30%;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .cid-sN2wuvmj8J .left {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .cid-sN2wuvmj8J .left {
    width: 100%;
    text-align: center;
  }
}
.cid-sN2wuvmj8J .mbr-card-title {
  color: #000000;
}
.cid-sN2wuvmj8J .mbr-card-subtitle {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN2wuvmj8J .list {
  margin-top: 22px;
  color: #6b6b6b;
}
.cid-sN2wuvmj8J .mbr-card-text {
  margin: 10px 0;
}
.cid-sN2wuvmj8J .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-sN2wuvmj8J .mbr-card-btn {
  margin-top: 25px;
}
.cid-sN2wuvmj8J .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2rf1ywG3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sN2rf1ywG3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sN2rf1ywG3 h3 {
  margin: 0;
}
.cid-sN2rf1ywG3 .content {
  padding: 0 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .content {
    padding: 0 1rem;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .text-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sN2rf1ywG3 .mbr-brand {
  color: #000000;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .mbr-brand {
    text-align: center;
  }
}
.cid-sN2rf1ywG3 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0 0;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .mbr-text {
    text-align: center;
  }
}
.cid-sN2rf1ywG3 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2rf1ywG3 .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .cid-sN2rf1ywG3 .socials {
    margin-right: -20px;
  }
}
.cid-sN2rf1ywG3 .socials-item .link {
  color: #000000;
}
.cid-sN2rf1ywG3 .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sN2rf1ywG3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sN2rf1ywG3 .copyright > p {
  text-align: center;
  color: #000000;
}
