body {
  font-family: 'Epilogue', sans-serif;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.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.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #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;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #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: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b6b6b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #404040 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #54595f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b2e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54595f !important;
  border-color: #54595f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec1e4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27a1d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec1e4 !important;
  border-color: #6ec1e4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #314825;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0f08 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #314825 !important;
  border-color: #314825 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee3102;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #981f01 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3102 !important;
  border-color: #ee3102 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee2852;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b10e31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2852 !important;
  border-color: #ee2852 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #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: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #383838 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #242629 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #030502 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2597c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #891c01 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a30d2d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):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: #70c770;
}
.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;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6b6b6b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
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-sN2kLErEZx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN2kLErEZx nav.navbar {
  position: fixed;
}
.cid-sN2kLErEZx .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-sN2kLErEZx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN2kLErEZx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN2kLErEZx .dropdown-item:hover,
.cid-sN2kLErEZx .dropdown-item:focus {
  background: #6b6b6b !important;
  color: white !important;
}
.cid-sN2kLErEZx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN2kLErEZx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN2kLErEZx .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN2kLErEZx .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN2kLErEZx .nav-item {
  margin: 0 31px;
}
.cid-sN2kLErEZx .nav-item:first-child {
  margin-left: 0;
}
.cid-sN2kLErEZx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN2kLErEZx .nav-link {
  position: relative;
}
.cid-sN2kLErEZx .nav-link:hover,
.cid-sN2kLErEZx .nav-link:focus,
.cid-sN2kLErEZx .nav-link:active {
  color: #ee3102 !important;
}
.cid-sN2kLErEZx .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN2kLErEZx .container {
    flex-wrap: inherit;
  }
}
.cid-sN2kLErEZx .navbar-caption:hover,
.cid-sN2kLErEZx .navbar-caption:focus,
.cid-sN2kLErEZx .navbar-caption:active {
  color: #ee3102 !important;
}
.cid-sN2kLErEZx .dropdown-menu,
.cid-sN2kLErEZx .navbar.opened {
  background: #ffffff !important;
}
.cid-sN2kLErEZx .nav-item:focus,
.cid-sN2kLErEZx .nav-link:focus {
  outline: none;
}
.cid-sN2kLErEZx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN2kLErEZx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN2kLErEZx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN2kLErEZx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN2kLErEZx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sN2kLErEZx .navbar.opened {
  transition: all 0.3s;
}
.cid-sN2kLErEZx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN2kLErEZx .navbar .navbar-logo img {
  width: auto;
}
.cid-sN2kLErEZx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN2kLErEZx .navbar.collapsed {
  justify-content: center;
}
.cid-sN2kLErEZx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN2kLErEZx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sN2kLErEZx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN2kLErEZx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN2kLErEZx .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-sN2kLErEZx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN2kLErEZx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN2kLErEZx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN2kLErEZx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN2kLErEZx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN2kLErEZx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN2kLErEZx .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-sN2kLErEZx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN2kLErEZx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN2kLErEZx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN2kLErEZx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN2kLErEZx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN2kLErEZx .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN2kLErEZx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN2kLErEZx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN2kLErEZx .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-sN2kLErEZx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN2kLErEZx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN2kLErEZx .dropdown-item.active,
.cid-sN2kLErEZx .dropdown-item:active {
  background-color: transparent;
}
.cid-sN2kLErEZx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN2kLErEZx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN2kLErEZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN2kLErEZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN2kLErEZx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN2kLErEZx .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN2kLErEZx .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN2kLErEZx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN2kLErEZx ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN2kLErEZx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (max-width: 991px) {
  .cid-sN2kLErEZx .navbar-buttons {
    text-align: left;
    margin-left: -0.6rem;
  }
}
.cid-sN2kLErEZx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN2kLErEZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sN2kLErEZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN2kLErEZx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2kLErEZx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2kLErEZx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN2kLErEZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2kLErEZx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN2kLErEZx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN2kLErEZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2kLErEZx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN2kLErEZx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN2kLErEZx a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN2kLErEZx .navbar {
    height: 70px;
  }
  .cid-sN2kLErEZx .navbar.opened {
    height: auto;
  }
  .cid-sN2kLErEZx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN2kLErEZx .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-sN2kMzPfUi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2kMzPfUi h2,
.cid-sN2kMzPfUi h4,
.cid-sN2kMzPfUi p {
  margin: 0;
}
.cid-sN2kMzPfUi .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-sN2kMzPfUi .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-sN2kMzPfUi .image-wrap {
    margin-top: 30px;
  }
}
.cid-sN2kMzPfUi img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-sN2kMzPfUi .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
  text-align: center;
}
.cid-sN2kMzPfUi .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
  text-align: center;
}
.cid-sN2kMzPfUi .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
  text-align: center;
}
.cid-sN2kMzPfUi .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2kMzPfUi .socials p {
  margin: 0 20px 0 0;
}
.cid-sN2kMzPfUi .socials-item .link {
  color: #000000;
}
.cid-sN2kNMjlTz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sN2kNMjlTz p {
  margin: 0;
  display: inline;
}
.cid-sN2kNMjlTz .content {
  position: relative;
  padding: 47px 0 89px;
}
.cid-sN2kNMjlTz .text-wrap {
  margin: 21px 0;
  width: 55%;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz .text-wrap {
    margin: 10px 0;
  }
}
@media (max-width: 1024px) {
  .cid-sN2kNMjlTz .text-wrap {
    width: 100%;
  }
}
.cid-sN2kNMjlTz .mbr-text {
  position: relative;
  padding: 0 6px 5px;
  color: #000000;
}
@media (max-width: 1024px) {
  .cid-sN2kNMjlTz .mbr-text {
    padding: 0 0 5px 0;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.cid-sN2kNMjlTz .star-icon {
  color: #ee3102;
  position: absolute;
  right: -45px;
  bottom: 29px;
  opacity: 0;
  transition: opacity 0.35s;
}
.cid-sN2kNMjlTz .star-icon svg {
  animation-play-state: paused;
}
@media (max-width: 480px) {
  .cid-sN2kNMjlTz .star-icon {
    display: none;
  }
}
.cid-sN2kNMjlTz .text-wrap:hover .mbr-text,
.cid-sN2kNMjlTz .text-wrap:focus .mbr-text,
.cid-sN2kNMjlTz .text-wrap:active .mbr-text {
  color: #ee3102;
}
.cid-sN2kNMjlTz .text-wrap:hover .star-icon,
.cid-sN2kNMjlTz .text-wrap:focus .star-icon,
.cid-sN2kNMjlTz .text-wrap:active .star-icon {
  opacity: 1;
}
.cid-sN2kNMjlTz .text-wrap:hover .star-icon svg,
.cid-sN2kNMjlTz .text-wrap:focus .star-icon svg,
.cid-sN2kNMjlTz .text-wrap:active .star-icon svg {
  animation: rotation 5s infinite linear;
  animation-play-state: running;
}
.cid-sN2kNMjlTz .text-elements {
  display: flex;
  flex-direction: column;
}
.cid-sN2kNMjlTz .image-container {
  position: absolute;
  display: block;
  margin-right: auto;
  bottom: 40px;
  width: 338px;
  height: 100%;
  right: 100px;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz .image-container {
    right: 0;
    top: 50px;
  }
}
@media (max-width: 1024px) {
  .cid-sN2kNMjlTz .image-container {
    display: none;
  }
}
.cid-sN2kNMjlTz .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-sN2kNMjlTz #image1 {
  top: 0;
  background-image: url("../../../assets/images/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image1 {
    top: -50px;
  }
}
.cid-sN2kNMjlTz #image2 {
  top: 100px;
  background-image: url("../../../assets/images/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image2 {
    top: 0;
  }
}
.cid-sN2kNMjlTz #image3 {
  top: 200px;
  background-image: url("../../../assets/images/3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image3 {
    top: 50px;
  }
}
.cid-sN2kNMjlTz #image4 {
  top: 300px;
  background-image: url("../../../assets/images/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image4 {
    top: 100px;
  }
}
.cid-sN2kNMjlTz #image5 {
  top: 400px;
  background-image: url("../../../assets/images/5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image5 {
    top: 150px;
  }
}
.cid-sN2kNMjlTz #image6 {
  top: 500px;
  background-image: url("../../../assets/images/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image6 {
    top: 200px;
  }
}
.cid-sN2kNMjlTz #image7 {
  top: 600px;
  background-image: url("../../../assets/images/sqr7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  .cid-sN2kNMjlTz #image7 {
    top: 250px;
  }
}
.cid-sN2kP8lw3Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2kP8lw3Y .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-sN2kP8lw3Y .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-sN2kP8lw3Y .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sN2kP8lw3Y .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-sN2kP8lw3Y .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-sN2kP8lw3Y .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN2kP8lw3Y .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sN87Sdn9qO {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sN87Sdn9qO h3,
.cid-sN87Sdn9qO p {
  margin: 0;
}
.cid-sN87Sdn9qO .heading {
  margin-bottom: 50px;
}
.cid-sN87Sdn9qO .mbr-section-title {
  color: #000000;
}
.cid-sN87Sdn9qO .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN87Sdn9qO .tile-wrap {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
@media (max-width: 1024px) {
  .cid-sN87Sdn9qO .tile-wrap {
    padding-top: 100%;
  }
}
@media (max-width: 680px) {
  .cid-sN87Sdn9qO .tile-wrap {
    padding-top: 400%;
  }
}
.cid-sN87Sdn9qO .tile {
  position: absolute;
  margin: 0 -9px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-sN87Sdn9qO .tile1 {
  top: 0;
  left: 2%;
  bottom: 0;
  right: 73%;
}
@media (max-width: 1024px) {
  .cid-sN87Sdn9qO .tile1 {
    top: 1%;
    left: 2%;
    bottom: 48%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN87Sdn9qO .tile1 {
    top: 0;
    left: 0;
    bottom: 73%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN87Sdn9qO .tile1 {
    top: 0;
    left: 12px;
    bottom: 75%;
    right: 12px;
  }
}
.cid-sN87Sdn9qO .tile2 {
  top: 0;
  left: 26%;
  bottom: 0;
  right: 49%;
}
@media (max-width: 1024px) {
  .cid-sN87Sdn9qO .tile2 {
    top: 1%;
    left: 50%;
    bottom: 48%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sN87Sdn9qO .tile2 {
    top: 25%;
    left: 0;
    bottom: 48%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN87Sdn9qO .tile2 {
    top: 23%;
    left: 12px;
    bottom: 52%;
    right: 12px;
  }
}
.cid-sN87Sdn9qO .tile3 {
  top: 0;
  left: 50%;
  bottom: 0;
  right: 25%;
}
@media (max-width: 1024px) {
  .cid-sN87Sdn9qO .tile3 {
    top: 49%;
    left: 2%;
    bottom: 1%;
    right: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sN87Sdn9qO .tile3 {
    top: 50%;
    left: 0;
    bottom: 23%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN87Sdn9qO .tile3 {
    top: 46%;
    left: 12px;
    bottom: 29%;
    right: 12px;
  }
}
.cid-sN87Sdn9qO .tile4 {
  top: 0;
  left: 74%;
  bottom: 0;
  right: 1%;
}
@media (max-width: 1024px) {
  .cid-sN87Sdn9qO .tile4 {
    top: 49%;
    left: 50%;
    bottom: 1%;
    right: 2%;
  }
}
@media (max-width: 680px) {
  .cid-sN87Sdn9qO .tile4 {
    top: 75%;
    left: 0;
    bottom: -2%;
    right: 0;
  }
}
@media (max-width: 400px) {
  .cid-sN87Sdn9qO .tile4 {
    top: 69%;
    left: 12px;
    bottom: 6%;
    right: 12px;
  }
}
.cid-sN87Sdn9qO .mbr-card-title {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-sN87Sdn9qO .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: #ffffff;
  background-color: #ee3102;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN87Sdn9qO .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: #ffffff;
  background-color: #ee3102;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN87Sdn9qO .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: #ffffff;
  background-color: #ee3102;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN87Sdn9qO .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: #ffffff;
  background-color: #ee3102;
  border-radius: 50%;
  z-index: 2;
}
.cid-sN2kSfqn9t {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sN2kSfqn9t h2,
.cid-sN2kSfqn9t h3,
.cid-sN2kSfqn9t h4,
.cid-sN2kSfqn9t h5,
.cid-sN2kSfqn9t p {
  margin: 0;
}
.cid-sN2kSfqn9t .inner-container {
  margin-right: -32px;
}
.cid-sN2kSfqn9t .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-sN2kSfqn9t .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-sN2kSfqn9t .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-sN2kSfqn9t .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-sN2kSfqn9t .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-sN2kSfqn9t .content {
    padding-left: 0;
  }
}
.cid-sN2kSfqn9t .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-sN2kSfqn9t .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-sN2kSfqn9t .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-sN2kSfqn9t .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-sN2kSfqn9t .text-wrap {
    width: 100%;
  }
}
.cid-sN2kSfqn9t .mbr-section-title {
  color: #000000;
}
.cid-sN2kSfqn9t .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sN2kSfqn9t .controls {
  margin-top: 45px;
}
.cid-sN2kSfqn9t .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-sN2kSfqn9t .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-sN2kSfqn9t .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-sN2kSfqn9t .embla__viewport {
    width: 100%;
  }
}
.cid-sN2kSfqn9t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sN2kSfqn9t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sN2kSfqn9t .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-sN2kSfqn9t .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-sN2kSfqn9t .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-sN2kSfqn9t .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-sN2kSfqn9t .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-sN2kSfqn9t .card-wrap {
    width: 296px;
  }
}
.cid-sN2kSfqn9t .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-sN2kSfqn9t .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-sN2kSfqn9t .content-wrap {
  margin-top: 20px;
}
.cid-sN2kSfqn9t .mbr-card-title {
  margin-bottom: 6px;
  color: #000000;
}
.cid-sN2kSfqn9t .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #6b6b6b;
}
.cid-sN2kSfqn9t .mbr-card-text {
  color: #6b6b6b;
  margin-top: 6px;
}
.cid-sN2kSfqn9t .embla__button--next svg polygon,
.cid-sN2kSfqn9t .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-sN2kSfqn9t .embla__button--next svg,
.cid-sN2kSfqn9t .embla__button--prev svg {
  overflow: hidden;
}
.cid-sN2kSfqn9t .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2kSfqn9t .embla__button--prev:hover {
  color: #000;
}
.cid-sN2kSfqn9t .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-sN2kSfqn9t .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-sN2kSfqn9t .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-sN2kSfqn9t .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-sN2kSfqn9t .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-sN2kSfqn9t .embla__button--next:hover {
  color: #000;
}
.cid-sN2kSfqn9t .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-sN2kSfqn9t .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-sN2kSfqn9t .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-sN2kSfqn9t .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-un7yiT9Rqr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-un7yiT9Rqr h2,
.cid-un7yiT9Rqr p {
  margin: 0;
}
.cid-un7yiT9Rqr .heading {
  margin-bottom: 50px;
}
.cid-un7yiT9Rqr .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
}
.cid-un7yiT9Rqr .mbr-text {
  color: #6b6b6b;
}
.cid-un7yiT9Rqr .image-wrap {
  position: relative;
  width: 100%;
  min-height: 376px;
}
.cid-un7yiT9Rqr .image {
  position: absolute;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1440px) {
  .cid-un7yiT9Rqr .image {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .cid-un7yiT9Rqr .image {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .cid-un7yiT9Rqr .image {
    position: static;
    height: 220px;
    margin-bottom: 30px;
  }
}
.cid-un7yiT9Rqr .image-left {
  width: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../../assets/images/img17.jpg");
}
@media (max-width: 1440px) {
  .cid-un7yiT9Rqr .image-left {
    width: 505px;
  }
}
@media (max-width: 1024px) {
  .cid-un7yiT9Rqr .image-left {
    width: 354px;
  }
}
@media (max-width: 800px) {
  .cid-un7yiT9Rqr .image-left {
    width: 100%;
  }
}
.cid-un7yiT9Rqr .image-middle {
  width: 451px;
  top: 76px;
  left: 524px;
  z-index: 1;
  background-image: url("../../../assets/images/background5.jpg");
}
@media (max-width: 1440px) {
  .cid-un7yiT9Rqr .image-middle {
    width: 385px;
    left: 445px;
  }
}
@media (max-width: 1024px) {
  .cid-un7yiT9Rqr .image-middle {
    width: 268px;
    left: 312px;
  }
}
@media (max-width: 800px) {
  .cid-un7yiT9Rqr .image-middle {
    width: 100%;
  }
}
.cid-un7yiT9Rqr .image-right {
  width: 401px;
  top: 0;
  left: 899px;
  z-index: 0;
  background-image: url("../../../assets/images/slide3.jpg");
}
@media (max-width: 1440px) {
  .cid-un7yiT9Rqr .image-right {
    width: 330px;
    left: 770px;
  }
}
@media (max-width: 1024px) {
  .cid-un7yiT9Rqr .image-right {
    width: 230px;
    left: 538px;
  }
}
@media (max-width: 800px) {
  .cid-un7yiT9Rqr .image-right {
    width: 100%;
  }
}
.cid-sN2kTgEWEZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sN2kTgEWEZ .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sN2kTgEWEZ .socials,
.cid-sN2kTgEWEZ .contacts {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .cid-sN2kTgEWEZ .socials,
  .cid-sN2kTgEWEZ .contacts {
    width: 100%;
  }
}
.cid-sN2kTgEWEZ .contacts {
  text-align: right;
}
.cid-sN2kTgEWEZ .contacts div {
  padding-top: 37px;
  margin-bottom: 20px;
}
.cid-sN2kTgEWEZ .contacts div:first-child {
  padding: 0;
}
.cid-sN2kTgEWEZ .contacts div:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .cid-sN2kTgEWEZ .contacts {
    padding-top: 30px;
  }
}
.cid-sN2kTgEWEZ h3,
.cid-sN2kTgEWEZ p {
  margin: 0;
}
.cid-sN2kTgEWEZ .mbr-section-title {
  color: #000000;
  margin-bottom: 6px;
}
.cid-sN2kTgEWEZ .mbr-contacts {
  color: #000000;
  margin-bottom: 18px;
}
.cid-sN2kTgEWEZ .mbr-socials {
  color: #000000;
  margin-bottom: 18px;
}
.cid-un7ylbfDGw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-un7ylbfDGw h2,
.cid-un7ylbfDGw h4,
.cid-un7ylbfDGw p {
  margin: 0;
}
.cid-un7ylbfDGw img {
  width: 100%;
  height: auto;
}
.cid-un7ylbfDGw .text-elements-wrap {
  width: 88.5%;
}
@media (max-width: 767px) {
  .cid-un7ylbfDGw .text-elements-wrap {
    width: 100%;
  }
}
.cid-un7ylbfDGw .text-elements {
  padding-left: 12%;
}
@media (max-width: 1024px) {
  .cid-un7ylbfDGw .text-elements {
    padding-top: 12%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .cid-un7ylbfDGw .col-md-7,
  .cid-un7ylbfDGw .col-md-5 {
    width: 100%;
  }
}
.cid-un7ylbfDGw .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-un7ylbfDGw .mbr-section-subtitle {
  margin-bottom: 6px;
}
.cid-un7ylbfDGw .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-un7ylbfDGw .link-wrap {
  padding-top: 25px;
}
.cid-un7ylbfDGw .link {
  font-weight: 600;
  position: relative;
}
.cid-un7ylbfDGw .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-un7ypw9Vyg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-un7ypw9Vyg .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-un7ypw9Vyg .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-un7ypw9Vyg .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-un7ypw9Vyg .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-un7ypw9Vyg .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-un7ypw9Vyg .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-un7ypw9Vyg .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-un7ysgblxN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-un7ysgblxN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-un7ysgblxN .bg-image-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-image: url("../../../assets/images/background6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .bg-image-wrap {
    display: none;
  }
}
.cid-un7ysgblxN .bg-image-wrap-inner {
  display: none;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .bg-image-wrap-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: url("../../../assets/images/background6.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.cid-un7ysgblxN .inner-container {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .inner-container {
    flex-direction: column;
  }
}
.cid-un7ysgblxN .left {
  padding: 50px 0;
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .left {
    padding: 0;
    padding-top: 73px;
    padding-bottom: 77px;
  }
}
@media (max-width: 767px) {
  .cid-un7ysgblxN .left {
    flex-direction: column;
  }
}
.cid-un7ysgblxN .icons {
  padding: 5px 30px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cid-un7ysgblxN .icons div:first-child {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .icons {
    padding-left: 30px;
  }
}
.cid-un7ysgblxN .star-icon {
  color: #ffffff;
}
.cid-un7ysgblxN .text-left {
  padding-right: 25%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-un7ysgblxN .text-left {
    padding: 40px 20px 0px 20px;
  }
}
.cid-un7ysgblxN .right {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .right {
    margin-top: 25px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-un7ysgblxN .right {
    padding: 60px 20px 40px 20px;
  }
}
.cid-un7ysgblxN .right-inner {
  width: 100%;
  padding-left: 13%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .cid-un7ysgblxN .right-inner {
    align-items: center;
    padding-left: 33px;
  }
}
@media (max-width: 767px) {
  .cid-un7ysgblxN .right-inner {
    padding-left: 0;
  }
}
.cid-un7ysgblxN h2,
.cid-un7ysgblxN p {
  margin: 0;
}
.cid-un7ysgblxN .mbr-section-title-one {
  color: #ffffff;
}
.cid-un7ysgblxN .mbr-section-title-two {
  color: #000000;
}
.cid-un7ysgblxN .mbr-text-one {
  color: #ffffff;
  font-weight: 300;
  margin-top: 14px;
}
.cid-un7ysgblxN .mbr-text-two {
  color: #6b6b6b;
  font-weight: 300;
  margin-top: 14px;
}
.cid-un7ysgblxN .text-right {
  width: 505px;
  max-width: 505px;
}
@media (max-width: 767px) {
  .cid-un7ysgblxN .text-right {
    width: 100%;
  }
}
.cid-un7ysgblxN .form-wrap {
  width: 500px;
  max-width: 500px;
  padding-top: 16px;
}
.cid-un7ysgblxN .form-wrap svg {
  position: absolute;
  right: 0;
  top: 15px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .cid-un7ysgblxN .form-wrap {
    width: 100%;
  }
}
.cid-un7ysgblxN .input-wrap {
  position: relative;
}
.cid-un7ysgblxN input,
.cid-un7ysgblxN 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-un7ysgblxN input:last-child,
.cid-un7ysgblxN select:last-child {
  margin-right: 0;
}
.cid-un7ysgblxN .form-check-input {
  width: 1em;
  height: 1em;
  padding: 0;
  border: 1px solid #000000;
}
.cid-un7ysgblxN .form-check-input:checked {
  padding: 0;
  width: 1em;
  height: 1em;
  background-color: #000000;
  border-color: #000000;
}
.cid-un7ysgblxN .form-control {
  color: #000000;
  border-radius: 0;
  outline: none;
}
.cid-un7ysgblxN .value {
  border: none;
}
.cid-un7ysgblxN .link-wrap {
  padding-top: 5px;
}
.cid-un7ysgblxN .link {
  font-weight: 600;
  position: relative;
}
.cid-un7ysgblxN .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-un7ysgblxN input[type="range"] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.cid-un7ysgblxN input[type="range"]::-moz-range-track {
  border: inherit;
  background: transparent;
}
.cid-un7ysgblxN input[type="range"]::-ms-track {
  border: inherit;
  background: transparent;
  color: transparent;
}
.cid-un7ysgblxN input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 1px;
}
.cid-un7ysgblxN input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000000;
  margin-top: -6px;
}
.cid-un7ysgblxN input[type="range"]:focus {
  outline: none;
}
.cid-un7ysgblxN input[type="range"]:focus::-webkit-slider-thumb {
  background: #000000;
}
.cid-un7ysgblxN input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.cid-un7ysgblxN input[type="range"]::-ms-fill-lower {
  background: black;
}
.cid-sN2kU63f8E {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sN2kU63f8E .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sN2kU63f8E .info .col-6 {
    width: 55%;
  }
}
@media (max-width: 922px) {
  .cid-sN2kU63f8E .info .col-5 {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sN2kU63f8E .info .col-6,
  .cid-sN2kU63f8E .info .col-5 {
    width: 100%;
  }
  .cid-sN2kU63f8E .info .col-5 {
    margin-left: 0;
    margin-top: 29px;
  }
}
@media (min-width: 923px) and (max-width: 1200px) {
  .cid-sN2kU63f8E .content .col-md-5 {
    width: 43%;
  }
  .cid-sN2kU63f8E .content .col-md-6 {
    width: 57%;
  }
}
@media (max-width: 922px) {
  .cid-sN2kU63f8E .content .col-md-5 {
    width: 100%;
  }
  .cid-sN2kU63f8E .content .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sN2kU63f8E .content {
    padding: 0;
  }
}
.cid-sN2kU63f8E .mbr-brand {
  color: #000000;
  font-weight: 600;
}
.cid-sN2kU63f8E .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  font-weight: 300;
}
.cid-sN2kU63f8E .contacts {
  margin: 20px 0;
}
.cid-sN2kU63f8E .contacts p {
  margin: 0;
}
.cid-sN2kU63f8E .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2kU63f8E .socials p {
  margin: 0 20px 0 0;
}
.cid-sN2kU63f8E .socials-item .link {
  color: #000000;
}
.cid-sN2kU63f8E .mbr-contacts {
  color: #000000;
}
.cid-sN2kU63f8E .instagram-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 922px) {
  .cid-sN2kU63f8E .instagram-wrap {
    margin-top: 29px;
  }
}
.cid-sN2kU63f8E .image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 922px) {
  .cid-sN2kU63f8E .image-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cid-sN2kU63f8E .item {
  margin: 0 5px;
  position: relative;
  width: 98px;
  height: 98px;
}
.cid-sN2kU63f8E .item:first-child {
  margin-left: 0;
}
.cid-sN2kU63f8E .item:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .cid-sN2kU63f8E .item {
    margin: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .cid-sN2kU63f8E .item {
    width: 201px;
    height: auto;
    flex: 1 0 201px;
  }
}
@media (max-width: 480px) {
  .cid-sN2kU63f8E .item {
    width: 262px;
    height: auto;
    flex: 1 0 262px;
  }
}
.cid-sN2kU63f8E .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sN2kU63f8E .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sN2kU63f8E .image-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 0);
  z-index: 5;
  pointer-events: none;
}
.cid-sN2kU63f8E .item:hover {
  cursor: pointer;
}
.cid-sN2kU63f8E .item:hover .image-wrap::before {
  background: rgba(255, 255, 255, 0.1);
}
.cid-sN2kU63f8E .item:hover .icon-wrap {
  opacity: 0.9;
}
.cid-sN2kU63f8E .icon-wrap {
  width: 30%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 35%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.cid-sN2kU63f8E .mbr-iconfont {
  color: #ffffff;
}
.cid-sN2kU63f8E .mbr-section-title {
  color: #000000;
  margin-bottom: 23px;
}
.cid-sN2kU63f8E .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sN2kU63f8E .menu p {
  margin: 0 0 5px;
}
.cid-sN2kU63f8E h6 {
  font-size: 21px;
}
.cid-sN2kU63f8E .menu-title {
  margin-bottom: 10px;
}
.cid-sN2kU63f8E .footer-lower .copyright {
  margin-bottom: 1rem;
}
.cid-sN2kU63f8E .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #000000;
  border: none;
}
.cid-sN2kU63f8E .copyright > p {
  text-align: center;
  color: #000000;
}
