@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !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: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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-sqzHoEJvxo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqzHoEJvxo nav.navbar {
  position: fixed;
}
.cid-sqzHoEJvxo .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-sqzHoEJvxo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqzHoEJvxo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqzHoEJvxo .dropdown-item:hover,
.cid-sqzHoEJvxo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sqzHoEJvxo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqzHoEJvxo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqzHoEJvxo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqzHoEJvxo .nav-link {
  position: relative;
}
.cid-sqzHoEJvxo .container {
  display: flex;
  margin: auto;
}
.cid-sqzHoEJvxo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqzHoEJvxo .dropdown-menu,
.cid-sqzHoEJvxo .navbar.opened {
  background: #000000 !important;
}
.cid-sqzHoEJvxo .nav-item:focus,
.cid-sqzHoEJvxo .nav-link:focus {
  outline: none;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqzHoEJvxo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqzHoEJvxo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqzHoEJvxo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sqzHoEJvxo .navbar.opened {
  transition: all 0.3s;
}
.cid-sqzHoEJvxo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqzHoEJvxo .navbar .navbar-logo img {
  width: auto;
}
.cid-sqzHoEJvxo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqzHoEJvxo .navbar.collapsed {
  justify-content: center;
}
.cid-sqzHoEJvxo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqzHoEJvxo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqzHoEJvxo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqzHoEJvxo .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-sqzHoEJvxo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqzHoEJvxo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqzHoEJvxo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqzHoEJvxo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqzHoEJvxo .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-sqzHoEJvxo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqzHoEJvxo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqzHoEJvxo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqzHoEJvxo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqzHoEJvxo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqzHoEJvxo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqzHoEJvxo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqzHoEJvxo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqzHoEJvxo .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;
}
.cid-sqzHoEJvxo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqzHoEJvxo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqzHoEJvxo .dropdown-item.active,
.cid-sqzHoEJvxo .dropdown-item:active {
  background-color: transparent;
}
.cid-sqzHoEJvxo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqzHoEJvxo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqzHoEJvxo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqzHoEJvxo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqzHoEJvxo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqzHoEJvxo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqzHoEJvxo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqzHoEJvxo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqzHoEJvxo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqzHoEJvxo .navbar {
    height: 70px;
  }
  .cid-sqzHoEJvxo .navbar.opened {
    height: auto;
  }
  .cid-sqzHoEJvxo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqzJzc1o3h {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.cid-sqzJzc1o3h .row {
  flex-direction: row-reverse;
}
.cid-sqzJzc1o3h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sqzJzc1o3h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sqzJzc1o3h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sqzJzc1o3h .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-sqzJzc1o3h .mbr-text,
.cid-sqzJzc1o3h .mbr-section-btn {
  color: #fafafa;
}
.cid-sqzVtw2P3z {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-sqzVtw2P3z .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqzVtw2P3z .mbr-text {
  color: #fafafa;
}
.cid-sqzVrhTZGI {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
.cid-sqzVrhTZGI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sqzVrhTZGI .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sqzVrhTZGI .card-title,
.cid-sqzVrhTZGI .card-box {
  color: #353535;
}
.cid-sqAcS8yHGC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sqAcS8yHGC img,
.cid-sqAcS8yHGC .item-img {
  width: 100%;
}
.cid-sqAcS8yHGC .item:focus,
.cid-sqAcS8yHGC span:focus {
  outline: none;
}
.cid-sqAcS8yHGC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqAcS8yHGC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqAcS8yHGC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sqAcS8yHGC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqAcS8yHGC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sqAcS8yHGC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sqAcS8yHGC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqAcS8yHGC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqAcS8yHGC .mbr-text,
.cid-sqAcS8yHGC .mbr-section-btn {
  text-align: center;
}
.cid-sqAcS8yHGC .item-title {
  text-align: center;
}
.cid-sqAcS8yHGC .item-subtitle {
  text-align: left;
}
.cid-sqMHF3A3um {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sqMHF3A3um .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sqMHF3A3um .mbr-section-title {
  color: #ff6666;
}
.cid-sqFqcTj13s {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sqFqcTj13s .text-wrapper {
    padding: 2rem;
  }
}
.cid-sqFqcTj13s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sqFqcTj13s .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqFqcTj13s .mbr-section-title {
  color: #ffffff;
}
.cid-sqFqcTj13s .mbr-text {
  text-align: left;
}
.cid-sqAqJucw6Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sqAqJucw6Z .video-wrapper iframe {
  width: 100%;
}
.cid-sqAqJucw6Z .mbr-section-title,
.cid-sqAqJucw6Z .mbr-section-subtitle,
.cid-sqAqJucw6Z .mbr-text {
  text-align: center;
}
.cid-sqAqJucw6Z .mbr-section-title {
  color: #fafafa;
}
.cid-sqAqJucw6Z .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sqAqJucw6Z .mbr-text {
  color: #fafafa;
}
.cid-sqAurVXCFo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sqAurVXCFo img {
  width: 120px;
  margin: auto;
}
.cid-sqAurVXCFo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqAurVXCFo .card {
    max-width: 12.5%;
  }
}
.cid-sqAurVXCFo .mbr-section-title {
  color: #ffffff;
}
.cid-sqAvsZwr8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-sqAvsZwr8N .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sqAvsZwr8N .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sqAvsZwr8N .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqAvsZwr8N .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sqAvsZwr8N .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-sqAvsZwr8N .mbr-section-title {
  color: #ffffff;
}
.cid-sqAvsZwr8N P {
  text-align: left;
}
.cid-sqAQ7jdRHz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .content {
    text-align: center;
  }
  .cid-sqAQ7jdRHz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqAQ7jdRHz .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqAQ7jdRHz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqAQ7jdRHz .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqAQ7jdRHz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqAQ7jdRHz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqAQ7jdRHz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqAQ7jdRHz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqAQ7jdRHz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqAQ7jdRHz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sqAQ7jdRHz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqAQ7jdRHz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqAQ7jdRHz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqAQ7jdRHz .list {
  list-style-type: none;
  padding: 0;
}
.cid-sqBf1f92PD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqBf1f92PD nav.navbar {
  position: fixed;
}
.cid-sqBf1f92PD .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-sqBf1f92PD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqBf1f92PD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqBf1f92PD .dropdown-item:hover,
.cid-sqBf1f92PD .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sqBf1f92PD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqBf1f92PD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqBf1f92PD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqBf1f92PD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqBf1f92PD .nav-link {
  position: relative;
}
.cid-sqBf1f92PD .container {
  display: flex;
  margin: auto;
}
.cid-sqBf1f92PD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqBf1f92PD .dropdown-menu,
.cid-sqBf1f92PD .navbar.opened {
  background: #000000 !important;
}
.cid-sqBf1f92PD .nav-item:focus,
.cid-sqBf1f92PD .nav-link:focus {
  outline: none;
}
.cid-sqBf1f92PD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqBf1f92PD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqBf1f92PD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqBf1f92PD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqBf1f92PD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqBf1f92PD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqBf1f92PD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sqBf1f92PD .navbar.opened {
  transition: all 0.3s;
}
.cid-sqBf1f92PD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqBf1f92PD .navbar .navbar-logo img {
  width: auto;
}
.cid-sqBf1f92PD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqBf1f92PD .navbar.collapsed {
  justify-content: center;
}
.cid-sqBf1f92PD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqBf1f92PD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqBf1f92PD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqBf1f92PD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqBf1f92PD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqBf1f92PD .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-sqBf1f92PD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqBf1f92PD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqBf1f92PD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqBf1f92PD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqBf1f92PD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqBf1f92PD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqBf1f92PD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqBf1f92PD .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-sqBf1f92PD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqBf1f92PD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqBf1f92PD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqBf1f92PD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqBf1f92PD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqBf1f92PD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqBf1f92PD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqBf1f92PD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqBf1f92PD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqBf1f92PD .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;
}
.cid-sqBf1f92PD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqBf1f92PD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqBf1f92PD .dropdown-item.active,
.cid-sqBf1f92PD .dropdown-item:active {
  background-color: transparent;
}
.cid-sqBf1f92PD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqBf1f92PD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqBf1f92PD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqBf1f92PD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqBf1f92PD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqBf1f92PD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqBf1f92PD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqBf1f92PD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqBf1f92PD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqBf1f92PD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sqBf1f92PD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqBf1f92PD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqBf1f92PD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqBf1f92PD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqBf1f92PD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqBf1f92PD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqBf1f92PD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqBf1f92PD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqBf1f92PD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqBf1f92PD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqBf1f92PD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqBf1f92PD .navbar {
    height: 70px;
  }
  .cid-sqBf1f92PD .navbar.opened {
    height: auto;
  }
  .cid-sqBf1f92PD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqBg0LqmWe {
  background-image: url("../../../assets/images/creativity-banana-wallpaper-2000x1125.jpeg");
}
.cid-sqBg0LqmWe .mbr-section-title {
  text-align: left;
}
.cid-sqBmZmsAou {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqBmZmsAou .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-sqBmZmsAou .panel-group {
  border: none;
}
.cid-sqBmZmsAou .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sqBmZmsAou .panel-body,
.cid-sqBmZmsAou .card-header {
  padding: 1rem 0;
}
.cid-sqBmZmsAou .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-sqBmZmsAou .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sqBtOQNBCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-sqBtOQNBCF .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqBf1ldylW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sqBf1ldylW .content {
    text-align: center;
  }
  .cid-sqBf1ldylW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqBf1ldylW .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sqBf1ldylW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqBf1ldylW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqBf1ldylW .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqBf1ldylW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqBf1ldylW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqBf1ldylW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqBf1ldylW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqBf1ldylW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqBf1ldylW .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sqBf1ldylW .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqBf1ldylW .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqBf1ldylW .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqBf1ldylW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqBf1ldylW .list {
  list-style-type: none;
  padding: 0;
}
.cid-sqBv5IdI56 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqBv5IdI56 nav.navbar {
  position: fixed;
}
.cid-sqBv5IdI56 .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-sqBv5IdI56 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqBv5IdI56 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqBv5IdI56 .dropdown-item:hover,
.cid-sqBv5IdI56 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sqBv5IdI56 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqBv5IdI56 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqBv5IdI56 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqBv5IdI56 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqBv5IdI56 .nav-link {
  position: relative;
}
.cid-sqBv5IdI56 .container {
  display: flex;
  margin: auto;
}
.cid-sqBv5IdI56 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqBv5IdI56 .dropdown-menu,
.cid-sqBv5IdI56 .navbar.opened {
  background: #000000 !important;
}
.cid-sqBv5IdI56 .nav-item:focus,
.cid-sqBv5IdI56 .nav-link:focus {
  outline: none;
}
.cid-sqBv5IdI56 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqBv5IdI56 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqBv5IdI56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqBv5IdI56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqBv5IdI56 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqBv5IdI56 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqBv5IdI56 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sqBv5IdI56 .navbar.opened {
  transition: all 0.3s;
}
.cid-sqBv5IdI56 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqBv5IdI56 .navbar .navbar-logo img {
  width: auto;
}
.cid-sqBv5IdI56 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqBv5IdI56 .navbar.collapsed {
  justify-content: center;
}
.cid-sqBv5IdI56 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqBv5IdI56 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqBv5IdI56 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqBv5IdI56 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqBv5IdI56 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqBv5IdI56 .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-sqBv5IdI56 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqBv5IdI56 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqBv5IdI56 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqBv5IdI56 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqBv5IdI56 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqBv5IdI56 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqBv5IdI56 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqBv5IdI56 .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-sqBv5IdI56 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqBv5IdI56 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqBv5IdI56 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqBv5IdI56 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqBv5IdI56 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqBv5IdI56 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqBv5IdI56 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqBv5IdI56 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqBv5IdI56 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqBv5IdI56 .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;
}
.cid-sqBv5IdI56 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqBv5IdI56 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqBv5IdI56 .dropdown-item.active,
.cid-sqBv5IdI56 .dropdown-item:active {
  background-color: transparent;
}
.cid-sqBv5IdI56 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqBv5IdI56 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqBv5IdI56 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqBv5IdI56 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqBv5IdI56 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqBv5IdI56 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqBv5IdI56 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqBv5IdI56 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqBv5IdI56 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqBv5IdI56 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sqBv5IdI56 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqBv5IdI56 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqBv5IdI56 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqBv5IdI56 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqBv5IdI56 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqBv5IdI56 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqBv5IdI56 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqBv5IdI56 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqBv5IdI56 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqBv5IdI56 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqBv5IdI56 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqBv5IdI56 .navbar {
    height: 70px;
  }
  .cid-sqBv5IdI56 .navbar.opened {
    height: auto;
  }
  .cid-sqBv5IdI56 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqBEX0eTuf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqBEX0eTuf .item {
  padding-bottom: 2rem;
}
.cid-sqBEX0eTuf .item-wrapper {
  position: relative;
}
.cid-sqBEX0eTuf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqBEX0eTuf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqBEX0eTuf .carousel-control,
.cid-sqBEX0eTuf .close {
  background: #1b1b1b;
}
.cid-sqBEX0eTuf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqBEX0eTuf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqBEX0eTuf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqBEX0eTuf .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqBEX0eTuf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqBEX0eTuf .close::before {
  content: '\e91a';
}
.cid-sqBEX0eTuf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqBEX0eTuf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqBEX0eTuf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqBEX0eTuf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqBEX0eTuf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqBEX0eTuf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqBEX0eTuf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqBEX0eTuf .carousel-indicators li.active,
.cid-sqBEX0eTuf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqBEX0eTuf .carousel-indicators li::after,
.cid-sqBEX0eTuf .carousel-indicators li::before {
  content: none;
}
.cid-sqBEX0eTuf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqBEX0eTuf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqBEX0eTuf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqBEX0eTuf .carousel-indicators {
    display: none;
  }
}
.cid-sqBEX0eTuf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqBEX0eTuf .carousel-inner > .active {
  display: block;
}
.cid-sqBEX0eTuf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqBEX0eTuf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqBEX0eTuf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqBEX0eTuf .carousel-control,
  .cid-sqBEX0eTuf .carousel-indicators,
  .cid-sqBEX0eTuf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqBEX0eTuf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqBEX0eTuf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqBEX0eTuf .carousel-indicators .active,
.cid-sqBEX0eTuf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqBEX0eTuf .carousel-indicators .active {
  background: #fff;
}
.cid-sqBEX0eTuf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqBEX0eTuf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqBEX0eTuf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqBEX0eTuf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqBEX0eTuf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqBEX0eTuf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqBEX0eTuf .carousel {
  width: 100%;
}
.cid-sqBEX0eTuf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqBEX0eTuf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqBEX0eTuf .modal.fade .modal-dialog,
.cid-sqBEX0eTuf .modal.in .modal-dialog {
  transform: none;
}
.cid-sqBEX0eTuf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqBEX0eTuf H6 {
  text-align: center;
}
.cid-sqBMDqM5O5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqBMDqM5O5 [class^="socicon-"]:before,
.cid-sqBMDqM5O5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqBMDqM5O5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqBMDqM5O5 .btn-social:hover {
  background: #ff6666;
}
.cid-sqBMDqM5O5 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqBMDqM5O5 .mbr-section-title,
.cid-sqBMDqM5O5 .mbr-social-likes {
  color: #fafafa;
}
.cid-sqBY74Odik {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqBY74Odik .item {
  padding-bottom: 2rem;
}
.cid-sqBY74Odik .item-wrapper {
  position: relative;
}
.cid-sqBY74Odik .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqBY74Odik .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqBY74Odik .carousel-control,
.cid-sqBY74Odik .close {
  background: #1b1b1b;
}
.cid-sqBY74Odik .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqBY74Odik .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqBY74Odik .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqBY74Odik .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqBY74Odik .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqBY74Odik .close::before {
  content: '\e91a';
}
.cid-sqBY74Odik .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqBY74Odik .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqBY74Odik .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqBY74Odik .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqBY74Odik .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqBY74Odik .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqBY74Odik .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqBY74Odik .carousel-indicators li.active,
.cid-sqBY74Odik .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqBY74Odik .carousel-indicators li::after,
.cid-sqBY74Odik .carousel-indicators li::before {
  content: none;
}
.cid-sqBY74Odik .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqBY74Odik .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqBY74Odik .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqBY74Odik .carousel-indicators {
    display: none;
  }
}
.cid-sqBY74Odik .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqBY74Odik .carousel-inner > .active {
  display: block;
}
.cid-sqBY74Odik .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqBY74Odik .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqBY74Odik .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqBY74Odik .carousel-control,
  .cid-sqBY74Odik .carousel-indicators,
  .cid-sqBY74Odik .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqBY74Odik .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqBY74Odik .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqBY74Odik .carousel-indicators .active,
.cid-sqBY74Odik .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqBY74Odik .carousel-indicators .active {
  background: #fff;
}
.cid-sqBY74Odik .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqBY74Odik .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqBY74Odik .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqBY74Odik .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqBY74Odik .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqBY74Odik .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqBY74Odik .carousel {
  width: 100%;
}
.cid-sqBY74Odik .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqBY74Odik .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqBY74Odik .modal.fade .modal-dialog,
.cid-sqBY74Odik .modal.in .modal-dialog {
  transform: none;
}
.cid-sqBY74Odik .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqBY74Odik H6 {
  text-align: center;
}
.cid-sqBVhEeRyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqBVhEeRyf [class^="socicon-"]:before,
.cid-sqBVhEeRyf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqBVhEeRyf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqBVhEeRyf .btn-social:hover {
  background: #ff6666;
}
.cid-sqBVhEeRyf .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqBVhEeRyf .mbr-section-title,
.cid-sqBVhEeRyf .mbr-social-likes {
  color: #fafafa;
}
.cid-sqC0KmAm9w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqC0KmAm9w .item {
  padding-bottom: 2rem;
}
.cid-sqC0KmAm9w .item-wrapper {
  position: relative;
}
.cid-sqC0KmAm9w .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqC0KmAm9w .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqC0KmAm9w .carousel-control,
.cid-sqC0KmAm9w .close {
  background: #1b1b1b;
}
.cid-sqC0KmAm9w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqC0KmAm9w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqC0KmAm9w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqC0KmAm9w .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqC0KmAm9w .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqC0KmAm9w .close::before {
  content: '\e91a';
}
.cid-sqC0KmAm9w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqC0KmAm9w .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqC0KmAm9w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC0KmAm9w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqC0KmAm9w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqC0KmAm9w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqC0KmAm9w .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqC0KmAm9w .carousel-indicators li.active,
.cid-sqC0KmAm9w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqC0KmAm9w .carousel-indicators li::after,
.cid-sqC0KmAm9w .carousel-indicators li::before {
  content: none;
}
.cid-sqC0KmAm9w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqC0KmAm9w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqC0KmAm9w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqC0KmAm9w .carousel-indicators {
    display: none;
  }
}
.cid-sqC0KmAm9w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqC0KmAm9w .carousel-inner > .active {
  display: block;
}
.cid-sqC0KmAm9w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC0KmAm9w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqC0KmAm9w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqC0KmAm9w .carousel-control,
  .cid-sqC0KmAm9w .carousel-indicators,
  .cid-sqC0KmAm9w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqC0KmAm9w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqC0KmAm9w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqC0KmAm9w .carousel-indicators .active,
.cid-sqC0KmAm9w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqC0KmAm9w .carousel-indicators .active {
  background: #fff;
}
.cid-sqC0KmAm9w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqC0KmAm9w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqC0KmAm9w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqC0KmAm9w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqC0KmAm9w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqC0KmAm9w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqC0KmAm9w .carousel {
  width: 100%;
}
.cid-sqC0KmAm9w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqC0KmAm9w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqC0KmAm9w .modal.fade .modal-dialog,
.cid-sqC0KmAm9w .modal.in .modal-dialog {
  transform: none;
}
.cid-sqC0KmAm9w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqC0KmAm9w H6 {
  text-align: center;
}
.cid-sqC0LrXhL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqC0LrXhL1 [class^="socicon-"]:before,
.cid-sqC0LrXhL1 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqC0LrXhL1 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqC0LrXhL1 .btn-social:hover {
  background: #ff6666;
}
.cid-sqC0LrXhL1 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqC0LrXhL1 .mbr-section-title,
.cid-sqC0LrXhL1 .mbr-social-likes {
  color: #fafafa;
}
.cid-sqC2yvGn8m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqC2yvGn8m .item {
  padding-bottom: 2rem;
}
.cid-sqC2yvGn8m .item-wrapper {
  position: relative;
}
.cid-sqC2yvGn8m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqC2yvGn8m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqC2yvGn8m .carousel-control,
.cid-sqC2yvGn8m .close {
  background: #1b1b1b;
}
.cid-sqC2yvGn8m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqC2yvGn8m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqC2yvGn8m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqC2yvGn8m .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqC2yvGn8m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqC2yvGn8m .close::before {
  content: '\e91a';
}
.cid-sqC2yvGn8m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqC2yvGn8m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqC2yvGn8m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC2yvGn8m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqC2yvGn8m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqC2yvGn8m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqC2yvGn8m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqC2yvGn8m .carousel-indicators li.active,
.cid-sqC2yvGn8m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqC2yvGn8m .carousel-indicators li::after,
.cid-sqC2yvGn8m .carousel-indicators li::before {
  content: none;
}
.cid-sqC2yvGn8m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqC2yvGn8m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqC2yvGn8m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqC2yvGn8m .carousel-indicators {
    display: none;
  }
}
.cid-sqC2yvGn8m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqC2yvGn8m .carousel-inner > .active {
  display: block;
}
.cid-sqC2yvGn8m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC2yvGn8m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqC2yvGn8m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqC2yvGn8m .carousel-control,
  .cid-sqC2yvGn8m .carousel-indicators,
  .cid-sqC2yvGn8m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqC2yvGn8m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqC2yvGn8m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqC2yvGn8m .carousel-indicators .active,
.cid-sqC2yvGn8m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqC2yvGn8m .carousel-indicators .active {
  background: #fff;
}
.cid-sqC2yvGn8m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqC2yvGn8m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqC2yvGn8m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqC2yvGn8m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqC2yvGn8m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqC2yvGn8m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqC2yvGn8m .carousel {
  width: 100%;
}
.cid-sqC2yvGn8m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqC2yvGn8m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqC2yvGn8m .modal.fade .modal-dialog,
.cid-sqC2yvGn8m .modal.in .modal-dialog {
  transform: none;
}
.cid-sqC2yvGn8m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqC2yvGn8m H6 {
  text-align: center;
}
.cid-sqC2zg3pdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqC2zg3pdT [class^="socicon-"]:before,
.cid-sqC2zg3pdT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqC2zg3pdT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqC2zg3pdT .btn-social:hover {
  background: #ff6666;
}
.cid-sqC2zg3pdT .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqC2zg3pdT .mbr-section-title,
.cid-sqC2zg3pdT .mbr-social-likes {
  color: #fafafa;
}
.cid-sqC48YSww9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqC48YSww9 .item {
  padding-bottom: 2rem;
}
.cid-sqC48YSww9 .item-wrapper {
  position: relative;
}
.cid-sqC48YSww9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqC48YSww9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqC48YSww9 .carousel-control,
.cid-sqC48YSww9 .close {
  background: #1b1b1b;
}
.cid-sqC48YSww9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqC48YSww9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqC48YSww9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqC48YSww9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqC48YSww9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqC48YSww9 .close::before {
  content: '\e91a';
}
.cid-sqC48YSww9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqC48YSww9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqC48YSww9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC48YSww9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqC48YSww9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqC48YSww9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqC48YSww9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqC48YSww9 .carousel-indicators li.active,
.cid-sqC48YSww9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqC48YSww9 .carousel-indicators li::after,
.cid-sqC48YSww9 .carousel-indicators li::before {
  content: none;
}
.cid-sqC48YSww9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqC48YSww9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqC48YSww9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqC48YSww9 .carousel-indicators {
    display: none;
  }
}
.cid-sqC48YSww9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqC48YSww9 .carousel-inner > .active {
  display: block;
}
.cid-sqC48YSww9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC48YSww9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqC48YSww9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqC48YSww9 .carousel-control,
  .cid-sqC48YSww9 .carousel-indicators,
  .cid-sqC48YSww9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqC48YSww9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqC48YSww9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqC48YSww9 .carousel-indicators .active,
.cid-sqC48YSww9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqC48YSww9 .carousel-indicators .active {
  background: #fff;
}
.cid-sqC48YSww9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqC48YSww9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqC48YSww9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqC48YSww9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqC48YSww9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqC48YSww9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqC48YSww9 .carousel {
  width: 100%;
}
.cid-sqC48YSww9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqC48YSww9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqC48YSww9 .modal.fade .modal-dialog,
.cid-sqC48YSww9 .modal.in .modal-dialog {
  transform: none;
}
.cid-sqC48YSww9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqC48YSww9 H6 {
  text-align: center;
}
.cid-sqBU8poY3k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqBU8poY3k [class^="socicon-"]:before,
.cid-sqBU8poY3k [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqBU8poY3k .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqBU8poY3k .btn-social:hover {
  background: #ff6666;
}
.cid-sqBU8poY3k .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqBU8poY3k .mbr-section-title,
.cid-sqBU8poY3k .mbr-social-likes {
  color: #fafafa;
}
.cid-sqC5PSZjfI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqC5PSZjfI .item {
  padding-bottom: 2rem;
}
.cid-sqC5PSZjfI .item-wrapper {
  position: relative;
}
.cid-sqC5PSZjfI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqC5PSZjfI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqC5PSZjfI .carousel-control,
.cid-sqC5PSZjfI .close {
  background: #1b1b1b;
}
.cid-sqC5PSZjfI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqC5PSZjfI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqC5PSZjfI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqC5PSZjfI .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqC5PSZjfI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqC5PSZjfI .close::before {
  content: '\e91a';
}
.cid-sqC5PSZjfI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqC5PSZjfI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqC5PSZjfI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC5PSZjfI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqC5PSZjfI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqC5PSZjfI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqC5PSZjfI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqC5PSZjfI .carousel-indicators li.active,
.cid-sqC5PSZjfI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqC5PSZjfI .carousel-indicators li::after,
.cid-sqC5PSZjfI .carousel-indicators li::before {
  content: none;
}
.cid-sqC5PSZjfI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqC5PSZjfI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqC5PSZjfI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqC5PSZjfI .carousel-indicators {
    display: none;
  }
}
.cid-sqC5PSZjfI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqC5PSZjfI .carousel-inner > .active {
  display: block;
}
.cid-sqC5PSZjfI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC5PSZjfI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqC5PSZjfI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqC5PSZjfI .carousel-control,
  .cid-sqC5PSZjfI .carousel-indicators,
  .cid-sqC5PSZjfI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqC5PSZjfI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqC5PSZjfI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqC5PSZjfI .carousel-indicators .active,
.cid-sqC5PSZjfI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqC5PSZjfI .carousel-indicators .active {
  background: #fff;
}
.cid-sqC5PSZjfI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqC5PSZjfI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqC5PSZjfI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqC5PSZjfI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqC5PSZjfI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqC5PSZjfI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqC5PSZjfI .carousel {
  width: 100%;
}
.cid-sqC5PSZjfI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqC5PSZjfI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqC5PSZjfI .modal.fade .modal-dialog,
.cid-sqC5PSZjfI .modal.in .modal-dialog {
  transform: none;
}
.cid-sqC5PSZjfI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqC5PSZjfI H6 {
  text-align: center;
}
.cid-sqBS3t9NbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqBS3t9NbS [class^="socicon-"]:before,
.cid-sqBS3t9NbS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqBS3t9NbS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqBS3t9NbS .btn-social:hover {
  background: #ff6666;
}
.cid-sqBS3t9NbS .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqBS3t9NbS .mbr-section-title,
.cid-sqBS3t9NbS .mbr-social-likes {
  color: #fafafa;
}
.cid-sqC7K55NVW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqC7K55NVW .item {
  padding-bottom: 2rem;
}
.cid-sqC7K55NVW .item-wrapper {
  position: relative;
}
.cid-sqC7K55NVW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqC7K55NVW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqC7K55NVW .carousel-control,
.cid-sqC7K55NVW .close {
  background: #1b1b1b;
}
.cid-sqC7K55NVW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqC7K55NVW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqC7K55NVW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqC7K55NVW .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqC7K55NVW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqC7K55NVW .close::before {
  content: '\e91a';
}
.cid-sqC7K55NVW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqC7K55NVW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqC7K55NVW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC7K55NVW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqC7K55NVW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqC7K55NVW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqC7K55NVW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqC7K55NVW .carousel-indicators li.active,
.cid-sqC7K55NVW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqC7K55NVW .carousel-indicators li::after,
.cid-sqC7K55NVW .carousel-indicators li::before {
  content: none;
}
.cid-sqC7K55NVW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqC7K55NVW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqC7K55NVW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqC7K55NVW .carousel-indicators {
    display: none;
  }
}
.cid-sqC7K55NVW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqC7K55NVW .carousel-inner > .active {
  display: block;
}
.cid-sqC7K55NVW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC7K55NVW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqC7K55NVW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqC7K55NVW .carousel-control,
  .cid-sqC7K55NVW .carousel-indicators,
  .cid-sqC7K55NVW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqC7K55NVW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqC7K55NVW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqC7K55NVW .carousel-indicators .active,
.cid-sqC7K55NVW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqC7K55NVW .carousel-indicators .active {
  background: #fff;
}
.cid-sqC7K55NVW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqC7K55NVW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqC7K55NVW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqC7K55NVW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqC7K55NVW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqC7K55NVW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqC7K55NVW .carousel {
  width: 100%;
}
.cid-sqC7K55NVW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqC7K55NVW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqC7K55NVW .modal.fade .modal-dialog,
.cid-sqC7K55NVW .modal.in .modal-dialog {
  transform: none;
}
.cid-sqC7K55NVW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqC7K55NVW H6 {
  text-align: center;
}
.cid-sqC99tySOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqC99tySOO [class^="socicon-"]:before,
.cid-sqC99tySOO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqC99tySOO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqC99tySOO .btn-social:hover {
  background: #ff6666;
}
.cid-sqC99tySOO .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqC99tySOO .mbr-section-title,
.cid-sqC99tySOO .mbr-social-likes {
  color: #fafafa;
}
.cid-sqC9bRcSwj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqC9bRcSwj .item {
  padding-bottom: 2rem;
}
.cid-sqC9bRcSwj .item-wrapper {
  position: relative;
}
.cid-sqC9bRcSwj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqC9bRcSwj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqC9bRcSwj .carousel-control,
.cid-sqC9bRcSwj .close {
  background: #1b1b1b;
}
.cid-sqC9bRcSwj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqC9bRcSwj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqC9bRcSwj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqC9bRcSwj .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqC9bRcSwj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqC9bRcSwj .close::before {
  content: '\e91a';
}
.cid-sqC9bRcSwj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqC9bRcSwj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqC9bRcSwj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC9bRcSwj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqC9bRcSwj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqC9bRcSwj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqC9bRcSwj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqC9bRcSwj .carousel-indicators li.active,
.cid-sqC9bRcSwj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqC9bRcSwj .carousel-indicators li::after,
.cid-sqC9bRcSwj .carousel-indicators li::before {
  content: none;
}
.cid-sqC9bRcSwj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqC9bRcSwj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqC9bRcSwj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqC9bRcSwj .carousel-indicators {
    display: none;
  }
}
.cid-sqC9bRcSwj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqC9bRcSwj .carousel-inner > .active {
  display: block;
}
.cid-sqC9bRcSwj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqC9bRcSwj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqC9bRcSwj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqC9bRcSwj .carousel-control,
  .cid-sqC9bRcSwj .carousel-indicators,
  .cid-sqC9bRcSwj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqC9bRcSwj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqC9bRcSwj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqC9bRcSwj .carousel-indicators .active,
.cid-sqC9bRcSwj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqC9bRcSwj .carousel-indicators .active {
  background: #fff;
}
.cid-sqC9bRcSwj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqC9bRcSwj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqC9bRcSwj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqC9bRcSwj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqC9bRcSwj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqC9bRcSwj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqC9bRcSwj .carousel {
  width: 100%;
}
.cid-sqC9bRcSwj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqC9bRcSwj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqC9bRcSwj .modal.fade .modal-dialog,
.cid-sqC9bRcSwj .modal.in .modal-dialog {
  transform: none;
}
.cid-sqC9bRcSwj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqC9bRcSwj H6 {
  text-align: center;
}
.cid-sqCbPU4sEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqCbPU4sEH [class^="socicon-"]:before,
.cid-sqCbPU4sEH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqCbPU4sEH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqCbPU4sEH .btn-social:hover {
  background: #ff6666;
}
.cid-sqCbPU4sEH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqCbPU4sEH .mbr-section-title,
.cid-sqCbPU4sEH .mbr-social-likes {
  color: #fafafa;
}
.cid-sqCbSVEPPn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqCbSVEPPn .item {
  padding-bottom: 2rem;
}
.cid-sqCbSVEPPn .item-wrapper {
  position: relative;
}
.cid-sqCbSVEPPn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqCbSVEPPn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqCbSVEPPn .carousel-control,
.cid-sqCbSVEPPn .close {
  background: #1b1b1b;
}
.cid-sqCbSVEPPn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqCbSVEPPn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqCbSVEPPn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqCbSVEPPn .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqCbSVEPPn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqCbSVEPPn .close::before {
  content: '\e91a';
}
.cid-sqCbSVEPPn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqCbSVEPPn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqCbSVEPPn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCbSVEPPn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqCbSVEPPn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqCbSVEPPn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqCbSVEPPn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqCbSVEPPn .carousel-indicators li.active,
.cid-sqCbSVEPPn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqCbSVEPPn .carousel-indicators li::after,
.cid-sqCbSVEPPn .carousel-indicators li::before {
  content: none;
}
.cid-sqCbSVEPPn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqCbSVEPPn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqCbSVEPPn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqCbSVEPPn .carousel-indicators {
    display: none;
  }
}
.cid-sqCbSVEPPn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqCbSVEPPn .carousel-inner > .active {
  display: block;
}
.cid-sqCbSVEPPn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCbSVEPPn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqCbSVEPPn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqCbSVEPPn .carousel-control,
  .cid-sqCbSVEPPn .carousel-indicators,
  .cid-sqCbSVEPPn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqCbSVEPPn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqCbSVEPPn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqCbSVEPPn .carousel-indicators .active,
.cid-sqCbSVEPPn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqCbSVEPPn .carousel-indicators .active {
  background: #fff;
}
.cid-sqCbSVEPPn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqCbSVEPPn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqCbSVEPPn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqCbSVEPPn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqCbSVEPPn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqCbSVEPPn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqCbSVEPPn .carousel {
  width: 100%;
}
.cid-sqCbSVEPPn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqCbSVEPPn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqCbSVEPPn .modal.fade .modal-dialog,
.cid-sqCbSVEPPn .modal.in .modal-dialog {
  transform: none;
}
.cid-sqCbSVEPPn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqCbSVEPPn H6 {
  text-align: center;
}
.cid-sqCe4PSzMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqCe4PSzMx [class^="socicon-"]:before,
.cid-sqCe4PSzMx [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqCe4PSzMx .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqCe4PSzMx .btn-social:hover {
  background: #ff6666;
}
.cid-sqCe4PSzMx .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqCe4PSzMx .mbr-section-title,
.cid-sqCe4PSzMx .mbr-social-likes {
  color: #fafafa;
}
.cid-sqCe7jHBow {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqCe7jHBow .item {
  padding-bottom: 2rem;
}
.cid-sqCe7jHBow .item-wrapper {
  position: relative;
}
.cid-sqCe7jHBow .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqCe7jHBow .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqCe7jHBow .carousel-control,
.cid-sqCe7jHBow .close {
  background: #1b1b1b;
}
.cid-sqCe7jHBow .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqCe7jHBow .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqCe7jHBow .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqCe7jHBow .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqCe7jHBow .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqCe7jHBow .close::before {
  content: '\e91a';
}
.cid-sqCe7jHBow .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqCe7jHBow .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqCe7jHBow .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCe7jHBow .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqCe7jHBow .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqCe7jHBow .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqCe7jHBow .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqCe7jHBow .carousel-indicators li.active,
.cid-sqCe7jHBow .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqCe7jHBow .carousel-indicators li::after,
.cid-sqCe7jHBow .carousel-indicators li::before {
  content: none;
}
.cid-sqCe7jHBow .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqCe7jHBow .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqCe7jHBow .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqCe7jHBow .carousel-indicators {
    display: none;
  }
}
.cid-sqCe7jHBow .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqCe7jHBow .carousel-inner > .active {
  display: block;
}
.cid-sqCe7jHBow .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqCe7jHBow .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqCe7jHBow .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqCe7jHBow .carousel-control,
  .cid-sqCe7jHBow .carousel-indicators,
  .cid-sqCe7jHBow .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqCe7jHBow .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqCe7jHBow .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqCe7jHBow .carousel-indicators .active,
.cid-sqCe7jHBow .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqCe7jHBow .carousel-indicators .active {
  background: #fff;
}
.cid-sqCe7jHBow .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqCe7jHBow .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqCe7jHBow .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqCe7jHBow .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqCe7jHBow .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqCe7jHBow .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqCe7jHBow .carousel {
  width: 100%;
}
.cid-sqCe7jHBow .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqCe7jHBow .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqCe7jHBow .modal.fade .modal-dialog,
.cid-sqCe7jHBow .modal.in .modal-dialog {
  transform: none;
}
.cid-sqCe7jHBow .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqCe7jHBow H6 {
  text-align: center;
}
.cid-sqEDjExwc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqEDjExwc3 [class^="socicon-"]:before,
.cid-sqEDjExwc3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqEDjExwc3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqEDjExwc3 .btn-social:hover {
  background: #ff6666;
}
.cid-sqEDjExwc3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqEDjExwc3 .mbr-section-title,
.cid-sqEDjExwc3 .mbr-social-likes {
  color: #fafafa;
}
.cid-sqEDmaXkgI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqEDmaXkgI .item {
  padding-bottom: 2rem;
}
.cid-sqEDmaXkgI .item-wrapper {
  position: relative;
}
.cid-sqEDmaXkgI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqEDmaXkgI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqEDmaXkgI .carousel-control,
.cid-sqEDmaXkgI .close {
  background: #1b1b1b;
}
.cid-sqEDmaXkgI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqEDmaXkgI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqEDmaXkgI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqEDmaXkgI .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqEDmaXkgI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqEDmaXkgI .close::before {
  content: '\e91a';
}
.cid-sqEDmaXkgI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqEDmaXkgI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqEDmaXkgI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqEDmaXkgI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqEDmaXkgI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqEDmaXkgI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqEDmaXkgI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqEDmaXkgI .carousel-indicators li.active,
.cid-sqEDmaXkgI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqEDmaXkgI .carousel-indicators li::after,
.cid-sqEDmaXkgI .carousel-indicators li::before {
  content: none;
}
.cid-sqEDmaXkgI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqEDmaXkgI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqEDmaXkgI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqEDmaXkgI .carousel-indicators {
    display: none;
  }
}
.cid-sqEDmaXkgI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqEDmaXkgI .carousel-inner > .active {
  display: block;
}
.cid-sqEDmaXkgI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqEDmaXkgI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqEDmaXkgI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqEDmaXkgI .carousel-control,
  .cid-sqEDmaXkgI .carousel-indicators,
  .cid-sqEDmaXkgI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqEDmaXkgI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqEDmaXkgI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqEDmaXkgI .carousel-indicators .active,
.cid-sqEDmaXkgI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqEDmaXkgI .carousel-indicators .active {
  background: #fff;
}
.cid-sqEDmaXkgI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqEDmaXkgI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqEDmaXkgI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqEDmaXkgI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqEDmaXkgI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqEDmaXkgI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqEDmaXkgI .carousel {
  width: 100%;
}
.cid-sqEDmaXkgI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqEDmaXkgI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqEDmaXkgI .modal.fade .modal-dialog,
.cid-sqEDmaXkgI .modal.in .modal-dialog {
  transform: none;
}
.cid-sqEDmaXkgI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqEDmaXkgI H6 {
  text-align: center;
}
.cid-sqEQhVPzJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqEQhVPzJ2 [class^="socicon-"]:before,
.cid-sqEQhVPzJ2 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqEQhVPzJ2 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqEQhVPzJ2 .btn-social:hover {
  background: #ff6666;
}
.cid-sqEQhVPzJ2 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqEQhVPzJ2 .mbr-section-title,
.cid-sqEQhVPzJ2 .mbr-social-likes {
  color: #fafafa;
}
.cid-sqEQkAHuGo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqEQkAHuGo .item {
  padding-bottom: 2rem;
}
.cid-sqEQkAHuGo .item-wrapper {
  position: relative;
}
.cid-sqEQkAHuGo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqEQkAHuGo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqEQkAHuGo .carousel-control,
.cid-sqEQkAHuGo .close {
  background: #1b1b1b;
}
.cid-sqEQkAHuGo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqEQkAHuGo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqEQkAHuGo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqEQkAHuGo .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqEQkAHuGo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqEQkAHuGo .close::before {
  content: '\e91a';
}
.cid-sqEQkAHuGo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqEQkAHuGo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqEQkAHuGo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqEQkAHuGo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqEQkAHuGo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqEQkAHuGo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqEQkAHuGo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqEQkAHuGo .carousel-indicators li.active,
.cid-sqEQkAHuGo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqEQkAHuGo .carousel-indicators li::after,
.cid-sqEQkAHuGo .carousel-indicators li::before {
  content: none;
}
.cid-sqEQkAHuGo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqEQkAHuGo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqEQkAHuGo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqEQkAHuGo .carousel-indicators {
    display: none;
  }
}
.cid-sqEQkAHuGo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqEQkAHuGo .carousel-inner > .active {
  display: block;
}
.cid-sqEQkAHuGo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqEQkAHuGo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqEQkAHuGo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqEQkAHuGo .carousel-control,
  .cid-sqEQkAHuGo .carousel-indicators,
  .cid-sqEQkAHuGo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqEQkAHuGo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqEQkAHuGo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqEQkAHuGo .carousel-indicators .active,
.cid-sqEQkAHuGo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqEQkAHuGo .carousel-indicators .active {
  background: #fff;
}
.cid-sqEQkAHuGo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqEQkAHuGo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqEQkAHuGo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqEQkAHuGo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqEQkAHuGo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqEQkAHuGo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqEQkAHuGo .carousel {
  width: 100%;
}
.cid-sqEQkAHuGo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqEQkAHuGo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqEQkAHuGo .modal.fade .modal-dialog,
.cid-sqEQkAHuGo .modal.in .modal-dialog {
  transform: none;
}
.cid-sqEQkAHuGo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqEQkAHuGo H6 {
  text-align: center;
}
.cid-sqEXnknpXq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqEXnknpXq .video-wrapper iframe {
  width: 100%;
}
.cid-sqEXnknpXq .mbr-section-title,
.cid-sqEXnknpXq .mbr-section-subtitle,
.cid-sqEXnknpXq .mbr-text {
  text-align: center;
}
.cid-sqEZuNpQbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqEZuNpQbG [class^="socicon-"]:before,
.cid-sqEZuNpQbG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqEZuNpQbG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqEZuNpQbG .btn-social:hover {
  background: #ff6666;
}
.cid-sqEZuNpQbG .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqEZuNpQbG .mbr-section-title,
.cid-sqEZuNpQbG .mbr-social-likes {
  color: #fafafa;
}
.cid-sqEZxrcvcE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqEZxrcvcE .item {
  padding-bottom: 2rem;
}
.cid-sqEZxrcvcE .item-wrapper {
  position: relative;
}
.cid-sqEZxrcvcE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqEZxrcvcE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqEZxrcvcE .carousel-control,
.cid-sqEZxrcvcE .close {
  background: #1b1b1b;
}
.cid-sqEZxrcvcE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqEZxrcvcE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqEZxrcvcE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqEZxrcvcE .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqEZxrcvcE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqEZxrcvcE .close::before {
  content: '\e91a';
}
.cid-sqEZxrcvcE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqEZxrcvcE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqEZxrcvcE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqEZxrcvcE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqEZxrcvcE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqEZxrcvcE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqEZxrcvcE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqEZxrcvcE .carousel-indicators li.active,
.cid-sqEZxrcvcE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqEZxrcvcE .carousel-indicators li::after,
.cid-sqEZxrcvcE .carousel-indicators li::before {
  content: none;
}
.cid-sqEZxrcvcE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqEZxrcvcE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqEZxrcvcE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqEZxrcvcE .carousel-indicators {
    display: none;
  }
}
.cid-sqEZxrcvcE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqEZxrcvcE .carousel-inner > .active {
  display: block;
}
.cid-sqEZxrcvcE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqEZxrcvcE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqEZxrcvcE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqEZxrcvcE .carousel-control,
  .cid-sqEZxrcvcE .carousel-indicators,
  .cid-sqEZxrcvcE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqEZxrcvcE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqEZxrcvcE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqEZxrcvcE .carousel-indicators .active,
.cid-sqEZxrcvcE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqEZxrcvcE .carousel-indicators .active {
  background: #fff;
}
.cid-sqEZxrcvcE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqEZxrcvcE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqEZxrcvcE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqEZxrcvcE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqEZxrcvcE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqEZxrcvcE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqEZxrcvcE .carousel {
  width: 100%;
}
.cid-sqEZxrcvcE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqEZxrcvcE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqEZxrcvcE .modal.fade .modal-dialog,
.cid-sqEZxrcvcE .modal.in .modal-dialog {
  transform: none;
}
.cid-sqEZxrcvcE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqEZxrcvcE H6 {
  text-align: center;
}
.cid-sqF9s1utai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqF9s1utai [class^="socicon-"]:before,
.cid-sqF9s1utai [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqF9s1utai .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqF9s1utai .btn-social:hover {
  background: #ff6666;
}
.cid-sqF9s1utai .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqF9s1utai .mbr-section-title,
.cid-sqF9s1utai .mbr-social-likes {
  color: #fafafa;
}
.cid-sqF9uARH1f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqF9uARH1f .item {
  padding-bottom: 2rem;
}
.cid-sqF9uARH1f .item-wrapper {
  position: relative;
}
.cid-sqF9uARH1f .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqF9uARH1f .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqF9uARH1f .carousel-control,
.cid-sqF9uARH1f .close {
  background: #1b1b1b;
}
.cid-sqF9uARH1f .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqF9uARH1f .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqF9uARH1f .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqF9uARH1f .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqF9uARH1f .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqF9uARH1f .close::before {
  content: '\e91a';
}
.cid-sqF9uARH1f .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqF9uARH1f .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqF9uARH1f .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqF9uARH1f .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqF9uARH1f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqF9uARH1f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqF9uARH1f .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqF9uARH1f .carousel-indicators li.active,
.cid-sqF9uARH1f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqF9uARH1f .carousel-indicators li::after,
.cid-sqF9uARH1f .carousel-indicators li::before {
  content: none;
}
.cid-sqF9uARH1f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqF9uARH1f .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqF9uARH1f .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqF9uARH1f .carousel-indicators {
    display: none;
  }
}
.cid-sqF9uARH1f .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqF9uARH1f .carousel-inner > .active {
  display: block;
}
.cid-sqF9uARH1f .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqF9uARH1f .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqF9uARH1f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqF9uARH1f .carousel-control,
  .cid-sqF9uARH1f .carousel-indicators,
  .cid-sqF9uARH1f .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqF9uARH1f .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqF9uARH1f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqF9uARH1f .carousel-indicators .active,
.cid-sqF9uARH1f .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqF9uARH1f .carousel-indicators .active {
  background: #fff;
}
.cid-sqF9uARH1f .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqF9uARH1f .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqF9uARH1f .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqF9uARH1f .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqF9uARH1f .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqF9uARH1f .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqF9uARH1f .carousel {
  width: 100%;
}
.cid-sqF9uARH1f .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqF9uARH1f .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqF9uARH1f .modal.fade .modal-dialog,
.cid-sqF9uARH1f .modal.in .modal-dialog {
  transform: none;
}
.cid-sqF9uARH1f .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqF9uARH1f H6 {
  text-align: center;
}
.cid-sqFg5Yo5Cj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqFg5Yo5Cj [class^="socicon-"]:before,
.cid-sqFg5Yo5Cj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqFg5Yo5Cj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqFg5Yo5Cj .btn-social:hover {
  background: #ff6666;
}
.cid-sqFg5Yo5Cj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqFg5Yo5Cj .mbr-section-title,
.cid-sqFg5Yo5Cj .mbr-social-likes {
  color: #fafafa;
}
.cid-sqFgrSeVnQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqFgrSeVnQ .item {
  padding-bottom: 2rem;
}
.cid-sqFgrSeVnQ .item-wrapper {
  position: relative;
}
.cid-sqFgrSeVnQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqFgrSeVnQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqFgrSeVnQ .carousel-control,
.cid-sqFgrSeVnQ .close {
  background: #1b1b1b;
}
.cid-sqFgrSeVnQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqFgrSeVnQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqFgrSeVnQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqFgrSeVnQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqFgrSeVnQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqFgrSeVnQ .close::before {
  content: '\e91a';
}
.cid-sqFgrSeVnQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqFgrSeVnQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqFgrSeVnQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqFgrSeVnQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqFgrSeVnQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqFgrSeVnQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqFgrSeVnQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqFgrSeVnQ .carousel-indicators li.active,
.cid-sqFgrSeVnQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqFgrSeVnQ .carousel-indicators li::after,
.cid-sqFgrSeVnQ .carousel-indicators li::before {
  content: none;
}
.cid-sqFgrSeVnQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqFgrSeVnQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqFgrSeVnQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqFgrSeVnQ .carousel-indicators {
    display: none;
  }
}
.cid-sqFgrSeVnQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqFgrSeVnQ .carousel-inner > .active {
  display: block;
}
.cid-sqFgrSeVnQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqFgrSeVnQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqFgrSeVnQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqFgrSeVnQ .carousel-control,
  .cid-sqFgrSeVnQ .carousel-indicators,
  .cid-sqFgrSeVnQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqFgrSeVnQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqFgrSeVnQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqFgrSeVnQ .carousel-indicators .active,
.cid-sqFgrSeVnQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqFgrSeVnQ .carousel-indicators .active {
  background: #fff;
}
.cid-sqFgrSeVnQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqFgrSeVnQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqFgrSeVnQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqFgrSeVnQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqFgrSeVnQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqFgrSeVnQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqFgrSeVnQ .carousel {
  width: 100%;
}
.cid-sqFgrSeVnQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqFgrSeVnQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqFgrSeVnQ .modal.fade .modal-dialog,
.cid-sqFgrSeVnQ .modal.in .modal-dialog {
  transform: none;
}
.cid-sqFgrSeVnQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqFgrSeVnQ H6 {
  text-align: center;
}
.cid-sqC7HuvJbR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqC7HuvJbR [class^="socicon-"]:before,
.cid-sqC7HuvJbR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqC7HuvJbR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqC7HuvJbR .btn-social:hover {
  background: #ff6666;
}
.cid-sqC7HuvJbR .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqC7HuvJbR .mbr-section-title,
.cid-sqC7HuvJbR .mbr-social-likes {
  color: #fafafa;
}
.cid-sqFlsaVMzK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqFlsaVMzK .item {
  padding-bottom: 2rem;
}
.cid-sqFlsaVMzK .item-wrapper {
  position: relative;
}
.cid-sqFlsaVMzK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqFlsaVMzK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqFlsaVMzK .carousel-control,
.cid-sqFlsaVMzK .close {
  background: #1b1b1b;
}
.cid-sqFlsaVMzK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqFlsaVMzK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqFlsaVMzK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqFlsaVMzK .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqFlsaVMzK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqFlsaVMzK .close::before {
  content: '\e91a';
}
.cid-sqFlsaVMzK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqFlsaVMzK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqFlsaVMzK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqFlsaVMzK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqFlsaVMzK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqFlsaVMzK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqFlsaVMzK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqFlsaVMzK .carousel-indicators li.active,
.cid-sqFlsaVMzK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqFlsaVMzK .carousel-indicators li::after,
.cid-sqFlsaVMzK .carousel-indicators li::before {
  content: none;
}
.cid-sqFlsaVMzK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqFlsaVMzK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqFlsaVMzK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqFlsaVMzK .carousel-indicators {
    display: none;
  }
}
.cid-sqFlsaVMzK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqFlsaVMzK .carousel-inner > .active {
  display: block;
}
.cid-sqFlsaVMzK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqFlsaVMzK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqFlsaVMzK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqFlsaVMzK .carousel-control,
  .cid-sqFlsaVMzK .carousel-indicators,
  .cid-sqFlsaVMzK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqFlsaVMzK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqFlsaVMzK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqFlsaVMzK .carousel-indicators .active,
.cid-sqFlsaVMzK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqFlsaVMzK .carousel-indicators .active {
  background: #fff;
}
.cid-sqFlsaVMzK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqFlsaVMzK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqFlsaVMzK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqFlsaVMzK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqFlsaVMzK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqFlsaVMzK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqFlsaVMzK .carousel {
  width: 100%;
}
.cid-sqFlsaVMzK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqFlsaVMzK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqFlsaVMzK .modal.fade .modal-dialog,
.cid-sqFlsaVMzK .modal.in .modal-dialog {
  transform: none;
}
.cid-sqFlsaVMzK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqFlsaVMzK H6 {
  text-align: center;
}
.cid-sqFo9FNuUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqFo9FNuUi [class^="socicon-"]:before,
.cid-sqFo9FNuUi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqFo9FNuUi .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqFo9FNuUi .btn-social:hover {
  background: #ff6666;
}
.cid-sqFo9FNuUi .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqFo9FNuUi .mbr-section-title,
.cid-sqFo9FNuUi .mbr-social-likes {
  color: #fafafa;
}
.cid-sqFA1nW0XB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqFA1nW0XB .item {
  padding-bottom: 2rem;
}
.cid-sqFA1nW0XB .item-wrapper {
  position: relative;
}
.cid-sqFA1nW0XB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sqFA1nW0XB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sqFA1nW0XB .carousel-control,
.cid-sqFA1nW0XB .close {
  background: #1b1b1b;
}
.cid-sqFA1nW0XB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sqFA1nW0XB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sqFA1nW0XB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sqFA1nW0XB .carousel-control-next span {
  margin-left: 5px;
}
.cid-sqFA1nW0XB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sqFA1nW0XB .close::before {
  content: '\e91a';
}
.cid-sqFA1nW0XB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sqFA1nW0XB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sqFA1nW0XB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqFA1nW0XB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sqFA1nW0XB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sqFA1nW0XB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sqFA1nW0XB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sqFA1nW0XB .carousel-indicators li.active,
.cid-sqFA1nW0XB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sqFA1nW0XB .carousel-indicators li::after,
.cid-sqFA1nW0XB .carousel-indicators li::before {
  content: none;
}
.cid-sqFA1nW0XB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sqFA1nW0XB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sqFA1nW0XB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sqFA1nW0XB .carousel-indicators {
    display: none;
  }
}
.cid-sqFA1nW0XB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sqFA1nW0XB .carousel-inner > .active {
  display: block;
}
.cid-sqFA1nW0XB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqFA1nW0XB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqFA1nW0XB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sqFA1nW0XB .carousel-control,
  .cid-sqFA1nW0XB .carousel-indicators,
  .cid-sqFA1nW0XB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sqFA1nW0XB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sqFA1nW0XB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqFA1nW0XB .carousel-indicators .active,
.cid-sqFA1nW0XB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sqFA1nW0XB .carousel-indicators .active {
  background: #fff;
}
.cid-sqFA1nW0XB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sqFA1nW0XB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sqFA1nW0XB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sqFA1nW0XB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sqFA1nW0XB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sqFA1nW0XB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sqFA1nW0XB .carousel {
  width: 100%;
}
.cid-sqFA1nW0XB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sqFA1nW0XB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sqFA1nW0XB .modal.fade .modal-dialog,
.cid-sqFA1nW0XB .modal.in .modal-dialog {
  transform: none;
}
.cid-sqFA1nW0XB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sqFA1nW0XB H6 {
  text-align: center;
}
.cid-sqFlpWNAwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqFlpWNAwX [class^="socicon-"]:before,
.cid-sqFlpWNAwX [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sqFlpWNAwX .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-sqFlpWNAwX .btn-social:hover {
  background: #ff6666;
}
.cid-sqFlpWNAwX .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sqFlpWNAwX .mbr-section-title,
.cid-sqFlpWNAwX .mbr-social-likes {
  color: #fafafa;
}
.cid-sqBv5O9iH7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sqBv5O9iH7 .content {
    text-align: center;
  }
  .cid-sqBv5O9iH7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqBv5O9iH7 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sqBv5O9iH7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqBv5O9iH7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqBv5O9iH7 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqBv5O9iH7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqBv5O9iH7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqBv5O9iH7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqBv5O9iH7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqBv5O9iH7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqBv5O9iH7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sqBv5O9iH7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqBv5O9iH7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqBv5O9iH7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqBv5O9iH7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqBv5O9iH7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sqzHoEJvxo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqzHoEJvxo nav.navbar {
  position: fixed;
}
.cid-sqzHoEJvxo .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-sqzHoEJvxo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqzHoEJvxo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqzHoEJvxo .dropdown-item:hover,
.cid-sqzHoEJvxo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sqzHoEJvxo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqzHoEJvxo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqzHoEJvxo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqzHoEJvxo .nav-link {
  position: relative;
}
.cid-sqzHoEJvxo .container {
  display: flex;
  margin: auto;
}
.cid-sqzHoEJvxo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqzHoEJvxo .dropdown-menu,
.cid-sqzHoEJvxo .navbar.opened {
  background: #000000 !important;
}
.cid-sqzHoEJvxo .nav-item:focus,
.cid-sqzHoEJvxo .nav-link:focus {
  outline: none;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqzHoEJvxo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqzHoEJvxo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqzHoEJvxo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sqzHoEJvxo .navbar.opened {
  transition: all 0.3s;
}
.cid-sqzHoEJvxo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqzHoEJvxo .navbar .navbar-logo img {
  width: auto;
}
.cid-sqzHoEJvxo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqzHoEJvxo .navbar.collapsed {
  justify-content: center;
}
.cid-sqzHoEJvxo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqzHoEJvxo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqzHoEJvxo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqzHoEJvxo .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-sqzHoEJvxo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqzHoEJvxo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqzHoEJvxo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqzHoEJvxo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqzHoEJvxo .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-sqzHoEJvxo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqzHoEJvxo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqzHoEJvxo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqzHoEJvxo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqzHoEJvxo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqzHoEJvxo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqzHoEJvxo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqzHoEJvxo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqzHoEJvxo .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;
}
.cid-sqzHoEJvxo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqzHoEJvxo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqzHoEJvxo .dropdown-item.active,
.cid-sqzHoEJvxo .dropdown-item:active {
  background-color: transparent;
}
.cid-sqzHoEJvxo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqzHoEJvxo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqzHoEJvxo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqzHoEJvxo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqzHoEJvxo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqzHoEJvxo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqzHoEJvxo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqzHoEJvxo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqzHoEJvxo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqzHoEJvxo .navbar {
    height: 70px;
  }
  .cid-sqzHoEJvxo .navbar.opened {
    height: auto;
  }
  .cid-sqzHoEJvxo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqFHFz4JcV {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sqFJBWkX4M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sqFJBWkX4M img,
.cid-sqFJBWkX4M .item-img {
  width: 100%;
}
.cid-sqFJBWkX4M .item:focus,
.cid-sqFJBWkX4M span:focus {
  outline: none;
}
.cid-sqFJBWkX4M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqFJBWkX4M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqFJBWkX4M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqFJBWkX4M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqFJBWkX4M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqFJBWkX4M .mbr-section-title {
  color: #fafafa;
}
.cid-sqFJBWkX4M .mbr-text,
.cid-sqFJBWkX4M .mbr-section-btn {
  text-align: left;
}
.cid-sqFJBWkX4M .item-title {
  text-align: left;
}
.cid-sqFJBWkX4M .item-subtitle {
  text-align: left;
}
.cid-sqFOmfeSne {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sqFOmfeSne img,
.cid-sqFOmfeSne .item-img {
  width: 100%;
}
.cid-sqFOmfeSne .item:focus,
.cid-sqFOmfeSne span:focus {
  outline: none;
}
.cid-sqFOmfeSne .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqFOmfeSne .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqFOmfeSne .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqFOmfeSne .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqFOmfeSne .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqFOmfeSne .mbr-section-title {
  color: #fafafa;
}
.cid-sqFOmfeSne .mbr-text,
.cid-sqFOmfeSne .mbr-section-btn {
  text-align: left;
}
.cid-sqFOmfeSne .item-title {
  text-align: left;
}
.cid-sqFOmfeSne .item-subtitle {
  text-align: left;
}
.cid-sqFYBzbCR6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sqFYBzbCR6 img,
.cid-sqFYBzbCR6 .item-img {
  width: 100%;
}
.cid-sqFYBzbCR6 .item:focus,
.cid-sqFYBzbCR6 span:focus {
  outline: none;
}
.cid-sqFYBzbCR6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqFYBzbCR6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqFYBzbCR6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqFYBzbCR6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqFYBzbCR6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqFYBzbCR6 .mbr-section-title {
  color: #fafafa;
}
.cid-sqFYBzbCR6 .mbr-text,
.cid-sqFYBzbCR6 .mbr-section-btn {
  text-align: left;
}
.cid-sqFYBzbCR6 .item-title {
  text-align: left;
}
.cid-sqFYBzbCR6 .item-subtitle {
  text-align: left;
}
.cid-sqG0dVZtzk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sqG0dVZtzk img,
.cid-sqG0dVZtzk .item-img {
  width: 100%;
}
.cid-sqG0dVZtzk .item:focus,
.cid-sqG0dVZtzk span:focus {
  outline: none;
}
.cid-sqG0dVZtzk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqG0dVZtzk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqG0dVZtzk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqG0dVZtzk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqG0dVZtzk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqG0dVZtzk .mbr-section-title {
  color: #fafafa;
}
.cid-sqG0dVZtzk .mbr-text,
.cid-sqG0dVZtzk .mbr-section-btn {
  text-align: left;
}
.cid-sqG0dVZtzk .item-title {
  text-align: left;
}
.cid-sqG0dVZtzk .item-subtitle {
  text-align: left;
}
.cid-sqG1mONqNZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sqG1mONqNZ img,
.cid-sqG1mONqNZ .item-img {
  width: 100%;
}
.cid-sqG1mONqNZ .item:focus,
.cid-sqG1mONqNZ span:focus {
  outline: none;
}
.cid-sqG1mONqNZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqG1mONqNZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqG1mONqNZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqG1mONqNZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqG1mONqNZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqG1mONqNZ .mbr-section-title {
  color: #fafafa;
}
.cid-sqG1mONqNZ .mbr-text,
.cid-sqG1mONqNZ .mbr-section-btn {
  text-align: left;
}
.cid-sqG1mONqNZ .item-title {
  text-align: left;
}
.cid-sqG1mONqNZ .item-subtitle {
  text-align: left;
}
.cid-sqG2OLJQhM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sqG2OLJQhM img,
.cid-sqG2OLJQhM .item-img {
  width: 100%;
}
.cid-sqG2OLJQhM .item:focus,
.cid-sqG2OLJQhM span:focus {
  outline: none;
}
.cid-sqG2OLJQhM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqG2OLJQhM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqG2OLJQhM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqG2OLJQhM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqG2OLJQhM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqG2OLJQhM .mbr-section-title {
  color: #fafafa;
}
.cid-sqG2OLJQhM .mbr-text,
.cid-sqG2OLJQhM .mbr-section-btn {
  text-align: left;
}
.cid-sqG2OLJQhM .item-title {
  text-align: left;
}
.cid-sqG2OLJQhM .item-subtitle {
  text-align: left;
}
.cid-sqG5wGlnZl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sqG5wGlnZl .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-sqG5wGlnZl .item .icon-wrap {
  text-align: center;
}
.cid-sqG5wGlnZl .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #ff6666;
  transform: translate(-50%, 0);
}
.cid-sqG5wGlnZl .item:last-child:before {
  display: none;
}
.cid-sqG5wGlnZl .item.last::before {
  display: none;
}
.cid-sqG5wGlnZl .icon-box {
  background: #ff6666;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-sqG5wGlnZl .text-box {
  text-align: center;
}
.cid-sqG5wGlnZl span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-sqG5wGlnZl .card {
    margin-bottom: 2rem;
  }
  .cid-sqG5wGlnZl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sqG5wGlnZl .card-title,
.cid-sqG5wGlnZl .card-box {
  color: #fafafa;
}
.cid-sqG5wGlnZl .icon-text {
  color: #fafafa;
}
.cid-sqGjo3bGE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-sqGjo3bGE1 .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqGjo3bGE1 .mbr-text {
  color: #fafafa;
}
.cid-sqAQ7jdRHz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .content {
    text-align: center;
  }
  .cid-sqAQ7jdRHz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqAQ7jdRHz .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqAQ7jdRHz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqAQ7jdRHz .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqAQ7jdRHz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqAQ7jdRHz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqAQ7jdRHz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqAQ7jdRHz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqAQ7jdRHz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqAQ7jdRHz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sqAQ7jdRHz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqAQ7jdRHz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqAQ7jdRHz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqAQ7jdRHz .list {
  list-style-type: none;
  padding: 0;
}
.cid-sqzHoEJvxo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sqzHoEJvxo nav.navbar {
  position: fixed;
}
.cid-sqzHoEJvxo .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-sqzHoEJvxo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqzHoEJvxo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sqzHoEJvxo .dropdown-item:hover,
.cid-sqzHoEJvxo .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sqzHoEJvxo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sqzHoEJvxo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sqzHoEJvxo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sqzHoEJvxo .nav-link {
  position: relative;
}
.cid-sqzHoEJvxo .container {
  display: flex;
  margin: auto;
}
.cid-sqzHoEJvxo .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sqzHoEJvxo .dropdown-menu,
.cid-sqzHoEJvxo .navbar.opened {
  background: #000000 !important;
}
.cid-sqzHoEJvxo .nav-item:focus,
.cid-sqzHoEJvxo .nav-link:focus {
  outline: none;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sqzHoEJvxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sqzHoEJvxo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqzHoEJvxo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqzHoEJvxo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sqzHoEJvxo .navbar.opened {
  transition: all 0.3s;
}
.cid-sqzHoEJvxo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sqzHoEJvxo .navbar .navbar-logo img {
  width: auto;
}
.cid-sqzHoEJvxo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqzHoEJvxo .navbar.collapsed {
  justify-content: center;
}
.cid-sqzHoEJvxo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqzHoEJvxo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sqzHoEJvxo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqzHoEJvxo .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-sqzHoEJvxo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqzHoEJvxo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sqzHoEJvxo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sqzHoEJvxo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqzHoEJvxo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqzHoEJvxo .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-sqzHoEJvxo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sqzHoEJvxo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqzHoEJvxo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqzHoEJvxo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sqzHoEJvxo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sqzHoEJvxo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sqzHoEJvxo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sqzHoEJvxo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sqzHoEJvxo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sqzHoEJvxo .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;
}
.cid-sqzHoEJvxo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqzHoEJvxo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqzHoEJvxo .dropdown-item.active,
.cid-sqzHoEJvxo .dropdown-item:active {
  background-color: transparent;
}
.cid-sqzHoEJvxo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqzHoEJvxo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqzHoEJvxo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sqzHoEJvxo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqzHoEJvxo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqzHoEJvxo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sqzHoEJvxo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sqzHoEJvxo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqzHoEJvxo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqzHoEJvxo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqzHoEJvxo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sqzHoEJvxo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sqzHoEJvxo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqzHoEJvxo .navbar {
    height: 70px;
  }
  .cid-sqzHoEJvxo .navbar.opened {
    height: auto;
  }
  .cid-sqzHoEJvxo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqGMnR1tKd {
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-sqGMnR1tKd .mbr-section-title {
  color: #fafafa;
}
.cid-sqGMnR1tKd .mbr-text,
.cid-sqGMnR1tKd .mbr-section-btn {
  color: #fafafa;
}
.cid-sqGNfft2s8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqGNfft2s8 .mbr-text {
  color: #767676;
}
.cid-sqGNfft2s8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sqGNfft2s8 .title .num {
  width: 100%;
  display: block;
}
.cid-sqGNfft2s8 .title .card-title {
  z-index: 1;
}
.cid-sqGNfft2s8 .num {
  color: #ff6666;
}
@media (max-width: 767px) {
  .cid-sqGNfft2s8 * {
    text-align: center !important;
  }
  .cid-sqGNfft2s8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sqGUAHgLdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sqGUAHgLdo .line {
  background-color: #ff6666;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sqGUAHgLdo .mbr-text {
  color: #fafafa;
}
.cid-sqAQ7jdRHz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .content {
    text-align: center;
  }
  .cid-sqAQ7jdRHz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqAQ7jdRHz .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqAQ7jdRHz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sqAQ7jdRHz .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqAQ7jdRHz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqAQ7jdRHz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqAQ7jdRHz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqAQ7jdRHz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqAQ7jdRHz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqAQ7jdRHz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sqAQ7jdRHz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sqAQ7jdRHz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sqAQ7jdRHz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqAQ7jdRHz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqAQ7jdRHz .list {
  list-style-type: none;
  padding: 0;
}
