body {
  font-family: 'Playball', display;
}
.display-1 {
  font-family: 'Playball', display;
  font-size: 4.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-2 {
  font-family: 'Playball', display;
  font-size: 3rem;
  line-height: 0.9;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Playball', display;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-5 {
  font-family: 'Playball', display;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Playball', display;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c1541c !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: #c1541c !important;
  border-color: #c1541c !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: #753311 !important;
  border-color: #753311 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #753311 !important;
  border-color: #753311 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9b9ba5 !important;
  border-color: #9b9ba5 !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: #6f6f7b !important;
  border-color: #6f6f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6f6f7b !important;
  border-color: #6f6f7b !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #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 {
  border-color: #c1541c;
  color: #c1541c;
}
.btn-secondary-outline {
  border-color: #9b9ba5;
  color: #9b9ba5;
}
.btn-info-outline {
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-success-outline {
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-warning-outline {
  border-color: #ffe161;
  color: #ffe161;
}
.btn-danger-outline {
  border-color: #ff9966;
  color: #ff9966;
}
.btn-black-outline {
  border-color: #17171a;
  color: #17171a;
}
.btn-white-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.text-primary {
  color: #c1541c !important;
}
.text-secondary {
  color: #9b9ba5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #17171A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #682d0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #676773 !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: #c1541c;
}
.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: #c1541c;
  border-color: #c1541c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c1541c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eb9b72;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #c1541c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1541c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c1541c;
}
.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: #c1541c;
  border-bottom-color: #c1541c;
}
.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: #c1541c !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: #9b9ba5 !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='%23c1541c' %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-sIYeoKomyf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYeoKomyf nav.navbar {
  position: fixed;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sIYeoKomyf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sIYeoKomyf .dropdown-item:hover,
.cid-sIYeoKomyf .dropdown-item:focus {
  background: #c1541c !important;
  color: white !important;
}
.cid-sIYeoKomyf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sIYeoKomyf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sIYeoKomyf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sIYeoKomyf .nav-link {
  position: relative;
}
.cid-sIYeoKomyf .container {
  display: flex;
  margin: auto;
}
.cid-sIYeoKomyf .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown-menu,
.cid-sIYeoKomyf .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYeoKomyf .nav-item:focus,
.cid-sIYeoKomyf .nav-link:focus {
  outline: none;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYeoKomyf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYeoKomyf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYeoKomyf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYeoKomyf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYeoKomyf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sIYeoKomyf .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYeoKomyf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIYeoKomyf .navbar.collapsed {
  justify-content: center;
}
.cid-sIYeoKomyf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYeoKomyf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYeoKomyf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYeoKomyf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIYeoKomyf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sIYeoKomyf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIYeoKomyf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYeoKomyf .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-sIYeoKomyf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYeoKomyf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIYeoKomyf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sIYeoKomyf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYeoKomyf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYeoKomyf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sIYeoKomyf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYeoKomyf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYeoKomyf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYeoKomyf .dropdown-item.active,
.cid-sIYeoKomyf .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYeoKomyf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIYeoKomyf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYeoKomyf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYeoKomyf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIYeoKomyf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYeoKomyf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYeoKomyf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYeoKomyf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYeoKomyf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYeoKomyf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYeoKomyf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sIYeoKomyf .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-sIYeoKomyf .navbar {
    height: 70px;
  }
  .cid-sIYeoKomyf .navbar.opened {
    height: auto;
  }
  .cid-sIYeoKomyf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIYOc53L2Z {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYOc53L2Z .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYOc53L2Z .image-wrapper {
    width: 49%;
  }
}
.cid-sIYOc53L2Z .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIYOc53L2Z .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-sIYOc53L2Z .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-sIYOc53L2Z .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYOc53L2Z .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-sIYOc53L2Z .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-sIYOc53L2Z .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-sIYOc53L2Z .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-sIYOc53L2Z .item-btn:hover {
  opacity: 0.8;
}
.cid-sIYOc53L2Z .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-sIYOc53L2Z .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-sIYOc53L2Z .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-sIYOc53L2Z .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-sIYOc53L2Z .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-sIYOc53L2Z .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-sIYOc53L2Z .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-sIYOc53L2Z .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-sIYOc53L2Z .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOc53L2Z .mbr-section-title a {
  color: #9b9ba5;
}
.cid-sIYOc53L2Z P {
  color: #000000;
}
.cid-sIYOc53L2Z .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-sIYOc53L2Z .mbr-section-title {
  text-align: center;
}
.cid-sIYOQSQP8Y {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-sIYOQSQP8Y .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-sIYOQSQP8Y .mbr-section-title {
  width: 100%;
}
.cid-sIYOQSQP8Y .item {
  width: 23.1rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-sIYOQSQP8Y .item {
    width: 45%;
  }
  .cid-sIYOQSQP8Y .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-sIYOQSQP8Y .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-sIYOQSQP8Y .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOQSQP8Y .mbr-text {
  color: #101019;
}
.cid-sIYOQSQP8Y .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-sIYOQSQP8Y .mbr-section-title {
  text-align: center;
}
.cid-sIYOQSQP8Y .mbr-card-title {
  text-align: left;
}
.cid-uqOfS3NOpX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6d8ee;
  margin-bottom: 2px;
}
.cid-uqOfS3NOpX .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-uqOfS3NOpX .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uqOfS3NOpX .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uqOfS3NOpX .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uqOfS3NOpX .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-sIYOEHdkQN {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}
.cid-sIYOEHdkQN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sIYOEHdkQN .team-card:hover {
  transform: translateY(-10px);
}
.cid-sIYOEHdkQN .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sIYOEHdkQN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sIYOEHdkQN .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-sIYOEHdkQN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sIYOEHdkQN .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sIYOEHdkQN .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-sIYOEHdkQN .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sIYOEHdkQN .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sIYOEHdkQN .mbr-section-title {
  text-align: center;
}
.cid-sIYOEHdkQN .card-title,
.cid-sIYOEHdkQN .social-row {
  text-align: center;
}
.cid-uqOfTqtwdR {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqOfTqtwdR .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uqOfTqtwdR .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOfTqtwdR .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uqOfTqtwdR .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uqOfTqtwdR .btn:hover,
.cid-uqOfTqtwdR .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uqOfTqtwdR .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uqOfTqtwdR .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uqOfTqtwdR .btn:hover:before,
.cid-uqOfTqtwdR .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uqOfTqtwdR .btn-secondary {
  color: #000000 !important;
}
.cid-uqOfTqtwdR .btn-secondary:hover {
  color: #000000 !important;
}
.cid-sIYOMvAXpc {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-sIYOMvAXpc .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-sIYOMvAXpc .mbr-section-title,
.cid-sIYOMvAXpc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sIYOMvAXpc .card-title,
.cid-sIYOMvAXpc .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-sIYOMvAXpc .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-sIYOMvAXpc .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-sIYOMvAXpc .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sIYOMvAXpc .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-sIYOMvAXpc .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-sIYOMvAXpc .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-sIYOMvAXpc .mbr-section-title {
  text-align: center;
}
.cid-uqOfVU5h6g {
  background-image: url("../../../assets/images/mattress-now-garner-nc8-1296x1296.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uqOfVU5h6g .row {
  align-items: center;
}
.cid-uqOfVU5h6g .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqOfVU5h6g .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-uqOfVU5h6g .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqOfVU5h6g .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-uqOfVU5h6g .card {
    height: 300px;
  }
}
.cid-uqXEWyyBtk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqXEWyyBtk .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fcd5d5 0, #ffffff 43%, #fcd5d5 100%);
}
.cid-uqXEWyyBtk .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fcd5d5 0, #ffffff 43%, #fcd5d5 100%);
}
.cid-uqXEWyyBtk .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fcd5d5 0, #ffffff 43%, #fcd5d5 100%);
}
.cid-uqXEWyyBtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqXEWyyBtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqXEWyyBtk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqXEWyyBtk .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqXEWyyBtk .container {
    padding: 0 30px;
  }
}
.cid-uqXEWyyBtk .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqXEWyyBtk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqXEWyyBtk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqXEWyyBtk .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqXEWyyBtk .mbr-section-title {
  color: #ffffff;
}
.cid-uqXEWyyBtk .mbr-text,
.cid-uqXEWyyBtk .text-wrapper {
  color: #101019;
  text-align: center;
}
.cid-uqXEWyyBtk .mbr-section-title,
.cid-uqXEWyyBtk .mbr-section-btn {
  text-align: center;
  color: #101019;
}
.cid-uqOGOGj3DQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-uqOGOGj3DQ .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uqOGOGj3DQ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqOGOGj3DQ .mbr-text,
.cid-uqOGOGj3DQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqOGOGj3DQ .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uqOGOGj3DQ .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uqOGOGj3DQ .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqOGOGj3DQ .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqOGOGj3DQ .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uqOGOGj3DQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqOGOGj3DQ .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uqOGOGj3DQ .bg-wrapper {
    display: none;
  }
  .cid-uqOGOGj3DQ .text-wrapper {
    text-align: center;
  }
  .cid-uqOGOGj3DQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqOGOGj3DQ .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uqOGOGj3DQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uqOGOGj3DQ .card-title {
    letter-spacing: -1px;
  }
}
.cid-uqOH8Tczyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uqOH8Tczyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOH8Tczyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqOH8Tczyl .container {
    padding: 0 15px;
  }
}
.cid-uqOH8Tczyl .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uqOH8Tczyl .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqOH8Tczyl .content-wrapper {
    padding-right: 0;
  }
}
.cid-uqOH8Tczyl .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqOH8Tczyl .content-wrap {
    display: block;
  }
}
.cid-uqOH8Tczyl .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqOH8Tczyl .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqOH8Tczyl .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqOH8Tczyl .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqOH8Tczyl .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uqOH8Tczyl .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uqOH8Tczyl .mbr-section-title {
  color: #000000;
}
.cid-uqOH8Tczyl .mbr-desc,
.cid-uqOH8Tczyl .desc-wrapper {
  color: #3f1819;
}
.cid-uqOHmYb0Aq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqOHmYb0Aq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOHmYb0Aq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOHmYb0Aq .content-wrapper {
  padding: 80px 90px;
  background-color: #ff9063;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqOHmYb0Aq .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqOHmYb0Aq .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqOHmYb0Aq .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqOHmYb0Aq .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uqOHmYb0Aq .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uqOHmYb0Aq .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uqOHmYb0Aq .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqOHmYb0Aq .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqOHmYb0Aq .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqOHmYb0Aq .mbr-section-title {
  color: #050f0f;
}
.cid-uqOHmYb0Aq .item-title {
  color: #050f0f;
}
.cid-uqOHmYb0Aq .item-text {
  color: #050f0f;
}
.cid-uqOHmYb0Aq .mbr-section-title,
.cid-uqOHmYb0Aq .tabs-wrapper {
  text-align: center;
}
.cid-uqOiVZ8kaP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqOiVZ8kaP .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-uqOiVZ8kaP .colored-text {
  color: #a68462 !important;
}
.cid-uqOiVZ8kaP .mbr-section-title {
  color: #ffffff;
}
.cid-uqOiVZ8kaP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqOiVZ8kaP .mbr-text {
  color: #ffffff;
}
.cid-uqOiVZ8kaP .mbr-section-title.main-title {
  text-align: center;
  color: #ebeff2;
}
.cid-uqOjIFBClF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqOjIFBClF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uqOjIFBClF .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uqOjIFBClF .row {
  align-items: center;
  height: 100%;
}
.cid-uqOjIFBClF .wrapper {
  margin: auto;
}
.cid-uqOySn5IwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101019;
}
.cid-uqOySn5IwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOySn5IwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOySn5IwG .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqOySn5IwG .content-wrapper {
    padding: 0;
  }
}
.cid-uqOySn5IwG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqOySn5IwG .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqOySn5IwG .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uqOySn5IwG .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqOySn5IwG .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqOySn5IwG .mbr-section-title {
  color: #050f0f;
}
.cid-uqOA68uIBz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqOA68uIBz .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uqOA68uIBz .text-content {
    padding: 0 12px;
  }
}
.cid-uqOA68uIBz .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uqOA68uIBz .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uqOA68uIBz .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-uqOA68uIBz .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqOA68uIBz .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uqOA68uIBz .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqOA68uIBz .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uqOA68uIBz .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqOA68uIBz .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOA68uIBz .address-wrapper:hover span {
  color: #c1541c;
}
.cid-uqOA68uIBz .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqOA68uIBz .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uqOA68uIBz .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqOA68uIBz .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uqOA68uIBz .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqOA68uIBz .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOA68uIBz .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uqOA68uIBz .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uqOA68uIBz .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqOA68uIBz .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOA68uIBz .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOA68uIBz .contact-wrapper:hover span {
  color: #c1541c;
}
.cid-uqOA68uIBz .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uqOA68uIBz .mbr-address,
.cid-uqOA68uIBz .mbr-iconfont,
.cid-uqOA68uIBz .mbr-contact {
  color: #20232a;
}
.cid-uqOA68uIBz .mbr-link {
  color: #84858a;
}
.cid-uqOA68uIBz .mbr-phone {
  color: #20232a;
}
.cid-sIYSsgNVY3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sIYSsgNVY3 .media-wrap img {
  filter: invert(1);
}
.cid-sIYSsgNVY3 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: center;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-sIYSsgNVY3 .links {
    justify-content: flex-end;
  }
  .cid-sIYSsgNVY3 .link {
    margin: 0.5rem;
  }
}
.cid-sIYSsgNVY3 .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-sIYSsgNVY3 .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-sIYSsgNVY3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIYSsgNVY3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sIYSsgNVY3 .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-sIYSsgNVY3 .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIYSsgNVY3 .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-sIYSsgNVY3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqOIZdGSNx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqOIZdGSNx nav.navbar {
  position: fixed;
}
.cid-uqOIZdGSNx .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-uqOIZdGSNx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqOIZdGSNx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqOIZdGSNx .dropdown-item:hover,
.cid-uqOIZdGSNx .dropdown-item:focus {
  background: #c1541c !important;
  color: white !important;
}
.cid-uqOIZdGSNx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqOIZdGSNx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqOIZdGSNx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqOIZdGSNx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqOIZdGSNx .nav-link {
  position: relative;
}
.cid-uqOIZdGSNx .container {
  display: flex;
  margin: auto;
}
.cid-uqOIZdGSNx .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqOIZdGSNx .dropdown-menu,
.cid-uqOIZdGSNx .navbar.opened {
  background: #ffffff !important;
}
.cid-uqOIZdGSNx .nav-item:focus,
.cid-uqOIZdGSNx .nav-link:focus {
  outline: none;
}
.cid-uqOIZdGSNx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqOIZdGSNx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqOIZdGSNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqOIZdGSNx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqOIZdGSNx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqOIZdGSNx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqOIZdGSNx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uqOIZdGSNx .navbar.opened {
  transition: all 0.3s;
}
.cid-uqOIZdGSNx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqOIZdGSNx .navbar .navbar-logo img {
  width: auto;
}
.cid-uqOIZdGSNx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqOIZdGSNx .navbar.collapsed {
  justify-content: center;
}
.cid-uqOIZdGSNx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqOIZdGSNx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqOIZdGSNx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqOIZdGSNx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqOIZdGSNx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqOIZdGSNx .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-uqOIZdGSNx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqOIZdGSNx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqOIZdGSNx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqOIZdGSNx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqOIZdGSNx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqOIZdGSNx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqOIZdGSNx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqOIZdGSNx .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-uqOIZdGSNx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqOIZdGSNx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqOIZdGSNx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqOIZdGSNx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqOIZdGSNx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqOIZdGSNx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqOIZdGSNx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqOIZdGSNx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqOIZdGSNx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqOIZdGSNx .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-uqOIZdGSNx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqOIZdGSNx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqOIZdGSNx .dropdown-item.active,
.cid-uqOIZdGSNx .dropdown-item:active {
  background-color: transparent;
}
.cid-uqOIZdGSNx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqOIZdGSNx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqOIZdGSNx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqOIZdGSNx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqOIZdGSNx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqOIZdGSNx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqOIZdGSNx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqOIZdGSNx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqOIZdGSNx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqOIZdGSNx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-uqOIZdGSNx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqOIZdGSNx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqOIZdGSNx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqOIZdGSNx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqOIZdGSNx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOIZdGSNx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqOIZdGSNx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqOIZdGSNx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOIZdGSNx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqOIZdGSNx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqOIZdGSNx .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-uqOIZdGSNx .navbar {
    height: 70px;
  }
  .cid-uqOIZdGSNx .navbar.opened {
    height: auto;
  }
  .cid-uqOIZdGSNx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqOIZeAYYo {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOIZeAYYo .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOIZeAYYo .image-wrapper {
    width: 49%;
  }
}
.cid-uqOIZeAYYo .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqOIZeAYYo .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uqOIZeAYYo .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uqOIZeAYYo .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOIZeAYYo .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-uqOIZeAYYo .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-uqOIZeAYYo .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-uqOIZeAYYo .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-uqOIZeAYYo .item-btn:hover {
  opacity: 0.8;
}
.cid-uqOIZeAYYo .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-uqOIZeAYYo .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-uqOIZeAYYo .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-uqOIZeAYYo .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-uqOIZeAYYo .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-uqOIZeAYYo .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-uqOIZeAYYo .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-uqOIZeAYYo .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uqOIZeAYYo .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqOIZeAYYo .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uqOIZeAYYo P {
  color: #000000;
}
.cid-uqOIZeAYYo .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqOIZeAYYo .mbr-section-title {
  text-align: center;
}
.cid-uqOIZfQZE4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6d8ee;
  margin-bottom: 2px;
}
.cid-uqOIZfQZE4 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-uqOIZfQZE4 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uqOIZfQZE4 .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uqOIZfQZE4 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uqOIZfQZE4 .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uqOIZmgVNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101019;
}
.cid-uqOIZmgVNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOIZmgVNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOIZmgVNR .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqOIZmgVNR .content-wrapper {
    padding: 0;
  }
}
.cid-uqOIZmgVNR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqOIZmgVNR .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqOIZmgVNR .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uqOIZmgVNR .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqOIZmgVNR .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqOIZmgVNR .mbr-section-title {
  color: #050f0f;
}
.cid-uqOIZmUvvV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqOIZmUvvV .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uqOIZmUvvV .text-content {
    padding: 0 12px;
  }
}
.cid-uqOIZmUvvV .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uqOIZmUvvV .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uqOIZmUvvV .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-uqOIZmUvvV .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqOIZmUvvV .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uqOIZmUvvV .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqOIZmUvvV .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uqOIZmUvvV .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqOIZmUvvV .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOIZmUvvV .address-wrapper:hover span {
  color: #c1541c;
}
.cid-uqOIZmUvvV .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqOIZmUvvV .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uqOIZmUvvV .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqOIZmUvvV .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uqOIZmUvvV .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqOIZmUvvV .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOIZmUvvV .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uqOIZmUvvV .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uqOIZmUvvV .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqOIZmUvvV .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOIZmUvvV .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOIZmUvvV .contact-wrapper:hover span {
  color: #c1541c;
}
.cid-uqOIZmUvvV .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uqOIZmUvvV .mbr-address,
.cid-uqOIZmUvvV .mbr-iconfont,
.cid-uqOIZmUvvV .mbr-contact {
  color: #20232a;
}
.cid-uqOIZmUvvV .mbr-link {
  color: #84858a;
}
.cid-uqOIZmUvvV .mbr-phone {
  color: #20232a;
}
.cid-uqOIZnsxVc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uqOIZnsxVc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqOIZnsxVc .media-wrap img {
  filter: invert(1);
}
.cid-uqOIZnsxVc .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOIZnsxVc .links {
    justify-content: center;
  }
  .cid-uqOIZnsxVc .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOIZnsxVc .links {
    justify-content: flex-end;
  }
  .cid-uqOIZnsxVc .link {
    margin: 0.5rem;
  }
}
.cid-uqOIZnsxVc .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uqOIZnsxVc .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uqOIZnsxVc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqOIZnsxVc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uqOIZnsxVc .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uqOIZnsxVc .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqOIZnsxVc .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uqOIZnsxVc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqOJMU78W5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqOJMU78W5 nav.navbar {
  position: fixed;
}
.cid-uqOJMU78W5 .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-uqOJMU78W5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqOJMU78W5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqOJMU78W5 .dropdown-item:hover,
.cid-uqOJMU78W5 .dropdown-item:focus {
  background: #c1541c !important;
  color: white !important;
}
.cid-uqOJMU78W5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqOJMU78W5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqOJMU78W5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqOJMU78W5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqOJMU78W5 .nav-link {
  position: relative;
}
.cid-uqOJMU78W5 .container {
  display: flex;
  margin: auto;
}
.cid-uqOJMU78W5 .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqOJMU78W5 .dropdown-menu,
.cid-uqOJMU78W5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uqOJMU78W5 .nav-item:focus,
.cid-uqOJMU78W5 .nav-link:focus {
  outline: none;
}
.cid-uqOJMU78W5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqOJMU78W5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqOJMU78W5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqOJMU78W5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqOJMU78W5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqOJMU78W5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqOJMU78W5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uqOJMU78W5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqOJMU78W5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqOJMU78W5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uqOJMU78W5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqOJMU78W5 .navbar.collapsed {
  justify-content: center;
}
.cid-uqOJMU78W5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqOJMU78W5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqOJMU78W5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqOJMU78W5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqOJMU78W5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqOJMU78W5 .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-uqOJMU78W5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqOJMU78W5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqOJMU78W5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqOJMU78W5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqOJMU78W5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqOJMU78W5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqOJMU78W5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqOJMU78W5 .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-uqOJMU78W5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqOJMU78W5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqOJMU78W5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqOJMU78W5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqOJMU78W5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqOJMU78W5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqOJMU78W5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqOJMU78W5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqOJMU78W5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqOJMU78W5 .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-uqOJMU78W5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqOJMU78W5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqOJMU78W5 .dropdown-item.active,
.cid-uqOJMU78W5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqOJMU78W5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqOJMU78W5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqOJMU78W5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqOJMU78W5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqOJMU78W5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqOJMU78W5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqOJMU78W5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqOJMU78W5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqOJMU78W5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqOJMU78W5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-uqOJMU78W5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqOJMU78W5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqOJMU78W5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqOJMU78W5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqOJMU78W5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOJMU78W5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqOJMU78W5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqOJMU78W5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqOJMU78W5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqOJMU78W5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqOJMU78W5 .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-uqOJMU78W5 .navbar {
    height: 70px;
  }
  .cid-uqOJMU78W5 .navbar.opened {
    height: auto;
  }
  .cid-uqOJMU78W5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqOJMVb5GR {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOJMVb5GR .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOJMVb5GR .image-wrapper {
    width: 49%;
  }
}
.cid-uqOJMVb5GR .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqOJMVb5GR .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uqOJMVb5GR .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uqOJMVb5GR .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOJMVb5GR .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-uqOJMVb5GR .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-uqOJMVb5GR .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-uqOJMVb5GR .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-uqOJMVb5GR .item-btn:hover {
  opacity: 0.8;
}
.cid-uqOJMVb5GR .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-uqOJMVb5GR .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-uqOJMVb5GR .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-uqOJMVb5GR .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-uqOJMVb5GR .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-uqOJMVb5GR .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-uqOJMVb5GR .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-uqOJMVb5GR .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uqOJMVb5GR .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqOJMVb5GR .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uqOJMVb5GR P {
  color: #000000;
}
.cid-uqOJMVb5GR .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqOJMVb5GR .mbr-section-title {
  text-align: center;
}
.cid-uqOJMWbwc9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b6d8ee;
  margin-bottom: 2px;
}
.cid-uqOJMWbwc9 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-uqOJMWbwc9 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uqOJMWbwc9 .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uqOJMWbwc9 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uqOJMWbwc9 .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uqOJMWNLra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101019;
}
.cid-uqOJMWNLra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqOJMWNLra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqOJMWNLra .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqOJMWNLra .content-wrapper {
    padding: 0;
  }
}
.cid-uqOJMWNLra .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqOJMWNLra .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqOJMWNLra .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uqOJMWNLra .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqOJMWNLra .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqOJMWNLra .mbr-section-title {
  color: #050f0f;
}
.cid-uqOJMXq83J {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqOJMXq83J .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uqOJMXq83J .text-content {
    padding: 0 12px;
  }
}
.cid-uqOJMXq83J .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uqOJMXq83J .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uqOJMXq83J .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-uqOJMXq83J .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqOJMXq83J .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uqOJMXq83J .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqOJMXq83J .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uqOJMXq83J .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqOJMXq83J .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOJMXq83J .address-wrapper:hover span {
  color: #c1541c;
}
.cid-uqOJMXq83J .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqOJMXq83J .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uqOJMXq83J .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqOJMXq83J .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uqOJMXq83J .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqOJMXq83J .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOJMXq83J .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uqOJMXq83J .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uqOJMXq83J .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqOJMXq83J .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqOJMXq83J .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uqOJMXq83J .contact-wrapper:hover span {
  color: #c1541c;
}
.cid-uqOJMXq83J .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uqOJMXq83J .mbr-address,
.cid-uqOJMXq83J .mbr-iconfont,
.cid-uqOJMXq83J .mbr-contact {
  color: #20232a;
}
.cid-uqOJMXq83J .mbr-link {
  color: #84858a;
}
.cid-uqOJMXq83J .mbr-phone {
  color: #20232a;
}
.cid-uqOJMY0rCq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uqOJMY0rCq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqOJMY0rCq .media-wrap img {
  filter: invert(1);
}
.cid-uqOJMY0rCq .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOJMY0rCq .links {
    justify-content: center;
  }
  .cid-uqOJMY0rCq .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOJMY0rCq .links {
    justify-content: flex-end;
  }
  .cid-uqOJMY0rCq .link {
    margin: 0.5rem;
  }
}
.cid-uqOJMY0rCq .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uqOJMY0rCq .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uqOJMY0rCq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqOJMY0rCq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uqOJMY0rCq .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uqOJMY0rCq .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqOJMY0rCq .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uqOJMY0rCq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqRCQK1psh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqRCQK1psh nav.navbar {
  position: fixed;
}
.cid-uqRCQK1psh .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-uqRCQK1psh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqRCQK1psh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqRCQK1psh .dropdown-item:hover,
.cid-uqRCQK1psh .dropdown-item:focus {
  background: #c1541c !important;
  color: white !important;
}
.cid-uqRCQK1psh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqRCQK1psh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqRCQK1psh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqRCQK1psh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqRCQK1psh .nav-link {
  position: relative;
}
.cid-uqRCQK1psh .container {
  display: flex;
  margin: auto;
}
.cid-uqRCQK1psh .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqRCQK1psh .dropdown-menu,
.cid-uqRCQK1psh .navbar.opened {
  background: #ffffff !important;
}
.cid-uqRCQK1psh .nav-item:focus,
.cid-uqRCQK1psh .nav-link:focus {
  outline: none;
}
.cid-uqRCQK1psh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqRCQK1psh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqRCQK1psh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqRCQK1psh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqRCQK1psh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqRCQK1psh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqRCQK1psh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uqRCQK1psh .navbar.opened {
  transition: all 0.3s;
}
.cid-uqRCQK1psh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqRCQK1psh .navbar .navbar-logo img {
  width: auto;
}
.cid-uqRCQK1psh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqRCQK1psh .navbar.collapsed {
  justify-content: center;
}
.cid-uqRCQK1psh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqRCQK1psh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqRCQK1psh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqRCQK1psh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqRCQK1psh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqRCQK1psh .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-uqRCQK1psh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqRCQK1psh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqRCQK1psh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqRCQK1psh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqRCQK1psh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqRCQK1psh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqRCQK1psh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqRCQK1psh .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-uqRCQK1psh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqRCQK1psh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqRCQK1psh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqRCQK1psh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqRCQK1psh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqRCQK1psh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqRCQK1psh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqRCQK1psh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqRCQK1psh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqRCQK1psh .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-uqRCQK1psh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqRCQK1psh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqRCQK1psh .dropdown-item.active,
.cid-uqRCQK1psh .dropdown-item:active {
  background-color: transparent;
}
.cid-uqRCQK1psh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqRCQK1psh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqRCQK1psh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqRCQK1psh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqRCQK1psh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqRCQK1psh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqRCQK1psh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqRCQK1psh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqRCQK1psh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqRCQK1psh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-uqRCQK1psh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqRCQK1psh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRCQK1psh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRCQK1psh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqRCQK1psh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRCQK1psh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqRCQK1psh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqRCQK1psh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRCQK1psh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqRCQK1psh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqRCQK1psh .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-uqRCQK1psh .navbar {
    height: 70px;
  }
  .cid-uqRCQK1psh .navbar.opened {
    height: auto;
  }
  .cid-uqRCQK1psh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqRCQLdpdB {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRCQLdpdB .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRCQLdpdB .image-wrapper {
    width: 49%;
  }
}
.cid-uqRCQLdpdB .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqRCQLdpdB .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uqRCQLdpdB .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uqRCQLdpdB .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRCQLdpdB .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-uqRCQLdpdB .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-uqRCQLdpdB .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-uqRCQLdpdB .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-uqRCQLdpdB .item-btn:hover {
  opacity: 0.8;
}
.cid-uqRCQLdpdB .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-uqRCQLdpdB .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-uqRCQLdpdB .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-uqRCQLdpdB .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-uqRCQLdpdB .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-uqRCQLdpdB .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-uqRCQLdpdB .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-uqRCQLdpdB .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uqRCQLdpdB .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRCQLdpdB .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uqRCQLdpdB P {
  color: #000000;
}
.cid-uqRCQLdpdB .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqRCQLdpdB .mbr-section-title {
  text-align: center;
}
.cid-uqRCQLULmo {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uqRCQLULmo .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-uqRCQLULmo .mbr-section-title {
  width: 100%;
}
.cid-uqRCQLULmo .item {
  width: 23.1rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-uqRCQLULmo .item {
    width: 45%;
  }
  .cid-uqRCQLULmo .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqRCQLULmo .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-uqRCQLULmo .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRCQLULmo .mbr-text {
  color: #101019;
}
.cid-uqRCQLULmo .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqRCQLULmo .mbr-section-title {
  text-align: center;
}
.cid-uqRCQLULmo .mbr-card-title {
  text-align: left;
}
.cid-uqRCQMGzKT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcd5d5;
  margin-bottom: 2px;
}
.cid-uqRCQMGzKT .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-uqRCQMGzKT .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uqRCQMGzKT .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uqRCQMGzKT .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uqRCQMGzKT .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uqRCQNiX1K {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}
.cid-uqRCQNiX1K .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqRCQNiX1K .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqRCQNiX1K .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uqRCQNiX1K .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqRCQNiX1K .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-uqRCQNiX1K .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uqRCQNiX1K .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRCQNiX1K .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-uqRCQNiX1K .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-uqRCQNiX1K .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRCQNiX1K .mbr-section-title {
  text-align: center;
}
.cid-uqRCQNiX1K .card-title,
.cid-uqRCQNiX1K .social-row {
  text-align: center;
}
.cid-uqRCQOiGOP {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqRCQOiGOP .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uqRCQOiGOP .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRCQOiGOP .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uqRCQOiGOP .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uqRCQOiGOP .btn:hover,
.cid-uqRCQOiGOP .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uqRCQOiGOP .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uqRCQOiGOP .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uqRCQOiGOP .btn:hover:before,
.cid-uqRCQOiGOP .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uqRCQOiGOP .btn-secondary {
  color: #000000 !important;
}
.cid-uqRCQOiGOP .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uqRCQOYq7W {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-uqRCQOYq7W .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-uqRCQOYq7W .mbr-section-title,
.cid-uqRCQOYq7W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqRCQOYq7W .card-title,
.cid-uqRCQOYq7W .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uqRCQOYq7W .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-uqRCQOYq7W .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-uqRCQOYq7W .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-uqRCQOYq7W .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-uqRCQOYq7W .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-uqRCQOYq7W .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-uqRCQOYq7W .mbr-section-title {
  text-align: center;
}
.cid-uqRCQPUwgQ {
  background-image: url("../../../assets/images/mattress-now-garner-nc14-1024x1024.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
}
.cid-uqRCQPUwgQ .row {
  align-items: center;
}
.cid-uqRCQPUwgQ .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqRCQPUwgQ .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-uqRCQPUwgQ .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqRCQPUwgQ .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-uqRCQPUwgQ .card {
    height: 300px;
  }
}
.cid-uqXGjrwjrc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqXGjrwjrc .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXGjrwjrc .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXGjrwjrc .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXGjrwjrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqXGjrwjrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqXGjrwjrc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqXGjrwjrc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqXGjrwjrc .container {
    padding: 0 30px;
  }
}
.cid-uqXGjrwjrc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqXGjrwjrc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqXGjrwjrc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqXGjrwjrc .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqXGjrwjrc .mbr-section-title {
  color: #ffffff;
}
.cid-uqXGjrwjrc .mbr-text,
.cid-uqXGjrwjrc .text-wrapper {
  color: #101019;
  text-align: center;
}
.cid-uqXGjrwjrc .mbr-section-title,
.cid-uqXGjrwjrc .mbr-section-btn {
  text-align: center;
  color: #101019;
}
.cid-uqRCQRfXLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-uqRCQRfXLU .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uqRCQRfXLU .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqRCQRfXLU .mbr-text,
.cid-uqRCQRfXLU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqRCQRfXLU .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uqRCQRfXLU .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uqRCQRfXLU .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqRCQRfXLU .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqRCQRfXLU .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uqRCQRfXLU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqRCQRfXLU .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRCQRfXLU .bg-wrapper {
    display: none;
  }
  .cid-uqRCQRfXLU .text-wrapper {
    text-align: center;
  }
  .cid-uqRCQRfXLU .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqRCQRfXLU .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uqRCQRfXLU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uqRCQRfXLU .card-title {
    letter-spacing: -1px;
  }
}
.cid-uqRCQRY8UR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uqRCQRY8UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRCQRY8UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqRCQRY8UR .container {
    padding: 0 15px;
  }
}
.cid-uqRCQRY8UR .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uqRCQRY8UR .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqRCQRY8UR .content-wrapper {
    padding-right: 0;
  }
}
.cid-uqRCQRY8UR .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRCQRY8UR .content-wrap {
    display: block;
  }
}
.cid-uqRCQRY8UR .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRCQRY8UR .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqRCQRY8UR .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRCQRY8UR .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqRCQRY8UR .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uqRCQRY8UR .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uqRCQRY8UR .mbr-section-title {
  color: #000000;
}
.cid-uqRCQRY8UR .mbr-desc,
.cid-uqRCQRY8UR .desc-wrapper {
  color: #3f1819;
}
.cid-uqRCQSHvBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqRCQSHvBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRCQSHvBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRCQSHvBY .content-wrapper {
  padding: 80px 90px;
  background-color: #fcd5d5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRCQSHvBY .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqRCQSHvBY .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqRCQSHvBY .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqRCQSHvBY .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uqRCQSHvBY .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uqRCQSHvBY .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uqRCQSHvBY .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqRCQSHvBY .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqRCQSHvBY .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqRCQSHvBY .mbr-section-title {
  color: #050f0f;
}
.cid-uqRCQSHvBY .item-title {
  color: #050f0f;
}
.cid-uqRCQSHvBY .item-text {
  color: #050f0f;
}
.cid-uqRCQSHvBY .mbr-section-title,
.cid-uqRCQSHvBY .tabs-wrapper {
  text-align: center;
}
.cid-uqRCQU1J7L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqRCQU1J7L .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-uqRCQU1J7L .colored-text {
  color: #a68462 !important;
}
.cid-uqRCQU1J7L .mbr-section-title {
  color: #ffffff;
}
.cid-uqRCQU1J7L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqRCQU1J7L .mbr-text {
  color: #ffffff;
}
.cid-uqRCQU1J7L .mbr-section-title.main-title {
  text-align: center;
  color: #ebeff2;
}
.cid-uqRCQUMlDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqRCQUMlDK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uqRCQUMlDK .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uqRCQUMlDK .row {
  align-items: center;
  height: 100%;
}
.cid-uqRCQUMlDK .wrapper {
  margin: auto;
}
.cid-uqRHqa6e7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqRHqa6e7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRHqa6e7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRHqa6e7O .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRHqa6e7O .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRHqa6e7O .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqRHqa6e7O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqRHqa6e7O .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uqRHqa6e7O .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRHqa6e7O .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uqRHqa6e7O .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqRHqa6e7O .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uqRHqa6e7O .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uqRHqa6e7O .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqRHqa6e7O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqRHqa6e7O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqRHqa6e7O .item-title {
  color: #ffffff;
}
.cid-uqRHqa6e7O .item-text {
  color: #ffffff;
}
.cid-uqRCQVrNKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcd5d5;
}
.cid-uqRCQVrNKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRCQVrNKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRCQVrNKT .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqRCQVrNKT .content-wrapper {
    padding: 0;
  }
}
.cid-uqRCQVrNKT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqRCQVrNKT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqRCQVrNKT .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uqRCQVrNKT .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqRCQVrNKT .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqRCQVrNKT .mbr-section-title {
  color: #050f0f;
}
.cid-uqRCQWdW0a {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqRCQWdW0a .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uqRCQWdW0a .text-content {
    padding: 0 12px;
  }
}
.cid-uqRCQWdW0a .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uqRCQWdW0a .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uqRCQWdW0a .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-uqRCQWdW0a .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqRCQWdW0a .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uqRCQWdW0a .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqRCQWdW0a .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uqRCQWdW0a .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqRCQWdW0a .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRCQWdW0a .address-wrapper:hover span {
  color: #c1541c;
}
.cid-uqRCQWdW0a .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqRCQWdW0a .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uqRCQWdW0a .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqRCQWdW0a .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uqRCQWdW0a .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqRCQWdW0a .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRCQWdW0a .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uqRCQWdW0a .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uqRCQWdW0a .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqRCQWdW0a .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRCQWdW0a .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRCQWdW0a .contact-wrapper:hover span {
  color: #c1541c;
}
.cid-uqRCQWdW0a .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uqRCQWdW0a .mbr-address,
.cid-uqRCQWdW0a .mbr-iconfont,
.cid-uqRCQWdW0a .mbr-contact {
  color: #20232a;
}
.cid-uqRCQWdW0a .mbr-link {
  color: #84858a;
}
.cid-uqRCQWdW0a .mbr-phone {
  color: #20232a;
}
.cid-uqRCQX13vX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uqRCQX13vX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqRCQX13vX .media-wrap img {
  filter: invert(1);
}
.cid-uqRCQX13vX .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRCQX13vX .links {
    justify-content: center;
  }
  .cid-uqRCQX13vX .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRCQX13vX .links {
    justify-content: flex-end;
  }
  .cid-uqRCQX13vX .link {
    margin: 0.5rem;
  }
}
.cid-uqRCQX13vX .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uqRCQX13vX .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uqRCQX13vX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqRCQX13vX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uqRCQX13vX .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uqRCQX13vX .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqRCQX13vX .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uqRCQX13vX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqRJ7vEsxI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqRJ7vEsxI nav.navbar {
  position: fixed;
}
.cid-uqRJ7vEsxI .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-uqRJ7vEsxI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqRJ7vEsxI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqRJ7vEsxI .dropdown-item:hover,
.cid-uqRJ7vEsxI .dropdown-item:focus {
  background: #c1541c !important;
  color: white !important;
}
.cid-uqRJ7vEsxI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqRJ7vEsxI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqRJ7vEsxI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqRJ7vEsxI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqRJ7vEsxI .nav-link {
  position: relative;
}
.cid-uqRJ7vEsxI .container {
  display: flex;
  margin: auto;
}
.cid-uqRJ7vEsxI .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqRJ7vEsxI .dropdown-menu,
.cid-uqRJ7vEsxI .navbar.opened {
  background: #ffffff !important;
}
.cid-uqRJ7vEsxI .nav-item:focus,
.cid-uqRJ7vEsxI .nav-link:focus {
  outline: none;
}
.cid-uqRJ7vEsxI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqRJ7vEsxI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqRJ7vEsxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqRJ7vEsxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqRJ7vEsxI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqRJ7vEsxI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqRJ7vEsxI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uqRJ7vEsxI .navbar.opened {
  transition: all 0.3s;
}
.cid-uqRJ7vEsxI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqRJ7vEsxI .navbar .navbar-logo img {
  width: auto;
}
.cid-uqRJ7vEsxI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqRJ7vEsxI .navbar.collapsed {
  justify-content: center;
}
.cid-uqRJ7vEsxI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqRJ7vEsxI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqRJ7vEsxI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqRJ7vEsxI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqRJ7vEsxI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqRJ7vEsxI .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-uqRJ7vEsxI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqRJ7vEsxI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqRJ7vEsxI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqRJ7vEsxI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqRJ7vEsxI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqRJ7vEsxI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqRJ7vEsxI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqRJ7vEsxI .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-uqRJ7vEsxI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqRJ7vEsxI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqRJ7vEsxI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqRJ7vEsxI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqRJ7vEsxI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqRJ7vEsxI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqRJ7vEsxI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqRJ7vEsxI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqRJ7vEsxI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqRJ7vEsxI .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-uqRJ7vEsxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqRJ7vEsxI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqRJ7vEsxI .dropdown-item.active,
.cid-uqRJ7vEsxI .dropdown-item:active {
  background-color: transparent;
}
.cid-uqRJ7vEsxI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqRJ7vEsxI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqRJ7vEsxI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqRJ7vEsxI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqRJ7vEsxI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqRJ7vEsxI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqRJ7vEsxI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqRJ7vEsxI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqRJ7vEsxI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqRJ7vEsxI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-uqRJ7vEsxI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqRJ7vEsxI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRJ7vEsxI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRJ7vEsxI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqRJ7vEsxI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRJ7vEsxI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqRJ7vEsxI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqRJ7vEsxI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRJ7vEsxI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqRJ7vEsxI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqRJ7vEsxI .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-uqRJ7vEsxI .navbar {
    height: 70px;
  }
  .cid-uqRJ7vEsxI .navbar.opened {
    height: auto;
  }
  .cid-uqRJ7vEsxI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqRJ7xbcXg {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRJ7xbcXg .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRJ7xbcXg .image-wrapper {
    width: 49%;
  }
}
.cid-uqRJ7xbcXg .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqRJ7xbcXg .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uqRJ7xbcXg .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uqRJ7xbcXg .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRJ7xbcXg .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-uqRJ7xbcXg .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-uqRJ7xbcXg .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-uqRJ7xbcXg .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-uqRJ7xbcXg .item-btn:hover {
  opacity: 0.8;
}
.cid-uqRJ7xbcXg .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-uqRJ7xbcXg .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-uqRJ7xbcXg .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-uqRJ7xbcXg .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-uqRJ7xbcXg .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-uqRJ7xbcXg .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-uqRJ7xbcXg .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-uqRJ7xbcXg .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uqRJ7xbcXg .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRJ7xbcXg .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uqRJ7xbcXg P {
  color: #000000;
}
.cid-uqRJ7xbcXg .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqRJ7xbcXg .mbr-section-title {
  text-align: center;
}
.cid-uqRJ7xWGnh {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uqRJ7xWGnh .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-uqRJ7xWGnh .mbr-section-title {
  width: 100%;
}
.cid-uqRJ7xWGnh .item {
  width: 23.1rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-uqRJ7xWGnh .item {
    width: 45%;
  }
  .cid-uqRJ7xWGnh .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqRJ7xWGnh .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-uqRJ7xWGnh .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRJ7xWGnh .mbr-text {
  color: #101019;
}
.cid-uqRJ7xWGnh .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqRJ7xWGnh .mbr-section-title {
  text-align: center;
}
.cid-uqRJ7xWGnh .mbr-card-title {
  text-align: left;
}
.cid-uqRJ7yDGkV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcd5d5;
  margin-bottom: 2px;
}
.cid-uqRJ7yDGkV .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-uqRJ7yDGkV .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uqRJ7yDGkV .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uqRJ7yDGkV .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uqRJ7yDGkV .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uqRJ7zeHT9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}
.cid-uqRJ7zeHT9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqRJ7zeHT9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqRJ7zeHT9 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uqRJ7zeHT9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqRJ7zeHT9 .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-uqRJ7zeHT9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uqRJ7zeHT9 .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRJ7zeHT9 .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-uqRJ7zeHT9 .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-uqRJ7zeHT9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRJ7zeHT9 .mbr-section-title {
  text-align: center;
}
.cid-uqRJ7zeHT9 .card-title,
.cid-uqRJ7zeHT9 .social-row {
  text-align: center;
}
.cid-uqRJ7A9kPK {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqRJ7A9kPK .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uqRJ7A9kPK .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRJ7A9kPK .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uqRJ7A9kPK .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uqRJ7A9kPK .btn:hover,
.cid-uqRJ7A9kPK .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uqRJ7A9kPK .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uqRJ7A9kPK .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uqRJ7A9kPK .btn:hover:before,
.cid-uqRJ7A9kPK .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uqRJ7A9kPK .btn-secondary {
  color: #000000 !important;
}
.cid-uqRJ7A9kPK .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uqRJ7AILKK {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-uqRJ7AILKK .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-uqRJ7AILKK .mbr-section-title,
.cid-uqRJ7AILKK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqRJ7AILKK .card-title,
.cid-uqRJ7AILKK .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uqRJ7AILKK .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-uqRJ7AILKK .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-uqRJ7AILKK .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-uqRJ7AILKK .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-uqRJ7AILKK .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-uqRJ7AILKK .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-uqRJ7AILKK .mbr-section-title {
  text-align: center;
}
.cid-uqRJ7BCKcg {
  background-image: url("../../../assets/images/mattress-now-garner-nc19-1920x1280.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
}
.cid-uqRJ7BCKcg .row {
  align-items: center;
}
.cid-uqRJ7BCKcg .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqRJ7BCKcg .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-uqRJ7BCKcg .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqRJ7BCKcg .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-uqRJ7BCKcg .card {
    height: 300px;
  }
}
.cid-uqXGUdgJXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqXGUdgJXV .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXGUdgJXV .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXGUdgJXV .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXGUdgJXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqXGUdgJXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqXGUdgJXV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqXGUdgJXV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqXGUdgJXV .container {
    padding: 0 30px;
  }
}
.cid-uqXGUdgJXV .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqXGUdgJXV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqXGUdgJXV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqXGUdgJXV .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqXGUdgJXV .mbr-section-title {
  color: #ffffff;
}
.cid-uqXGUdgJXV .mbr-text,
.cid-uqXGUdgJXV .text-wrapper {
  color: #101019;
  text-align: center;
}
.cid-uqXGUdgJXV .mbr-section-title,
.cid-uqXGUdgJXV .mbr-section-btn {
  text-align: center;
  color: #101019;
}
.cid-uqRJ7CVCD5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-uqRJ7CVCD5 .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uqRJ7CVCD5 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqRJ7CVCD5 .mbr-text,
.cid-uqRJ7CVCD5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqRJ7CVCD5 .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uqRJ7CVCD5 .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uqRJ7CVCD5 .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqRJ7CVCD5 .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqRJ7CVCD5 .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uqRJ7CVCD5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqRJ7CVCD5 .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRJ7CVCD5 .bg-wrapper {
    display: none;
  }
  .cid-uqRJ7CVCD5 .text-wrapper {
    text-align: center;
  }
  .cid-uqRJ7CVCD5 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqRJ7CVCD5 .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uqRJ7CVCD5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uqRJ7CVCD5 .card-title {
    letter-spacing: -1px;
  }
}
.cid-uqRJ7DALpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uqRJ7DALpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRJ7DALpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqRJ7DALpS .container {
    padding: 0 15px;
  }
}
.cid-uqRJ7DALpS .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uqRJ7DALpS .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqRJ7DALpS .content-wrapper {
    padding-right: 0;
  }
}
.cid-uqRJ7DALpS .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRJ7DALpS .content-wrap {
    display: block;
  }
}
.cid-uqRJ7DALpS .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRJ7DALpS .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqRJ7DALpS .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRJ7DALpS .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqRJ7DALpS .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uqRJ7DALpS .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uqRJ7DALpS .mbr-section-title {
  color: #000000;
}
.cid-uqRJ7DALpS .mbr-desc,
.cid-uqRJ7DALpS .desc-wrapper {
  color: #3f1819;
}
.cid-uqRJ7EiPsU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqRJ7EiPsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRJ7EiPsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRJ7EiPsU .content-wrapper {
  padding: 80px 90px;
  background-color: #fcd5d5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRJ7EiPsU .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqRJ7EiPsU .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqRJ7EiPsU .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqRJ7EiPsU .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uqRJ7EiPsU .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uqRJ7EiPsU .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uqRJ7EiPsU .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqRJ7EiPsU .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqRJ7EiPsU .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqRJ7EiPsU .mbr-section-title {
  color: #050f0f;
}
.cid-uqRJ7EiPsU .item-title {
  color: #050f0f;
}
.cid-uqRJ7EiPsU .item-text {
  color: #050f0f;
}
.cid-uqRJ7EiPsU .mbr-section-title,
.cid-uqRJ7EiPsU .tabs-wrapper {
  text-align: center;
}
.cid-uqRJ7Fi0wu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqRJ7Fi0wu .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-uqRJ7Fi0wu .colored-text {
  color: #a68462 !important;
}
.cid-uqRJ7Fi0wu .mbr-section-title {
  color: #ffffff;
}
.cid-uqRJ7Fi0wu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqRJ7Fi0wu .mbr-text {
  color: #ffffff;
}
.cid-uqRJ7Fi0wu .mbr-section-title.main-title {
  text-align: center;
  color: #ebeff2;
}
.cid-uqRWcDEbX8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcd5d5;
}
.cid-uqRWcDEbX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRWcDEbX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRWcDEbX8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqRWcDEbX8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqRWcDEbX8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqRWcDEbX8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqRWcDEbX8 .container {
    padding: 0 24px;
  }
}
.cid-uqRWcDEbX8 .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uqRWcDEbX8 .image-wrapper img {
    height: 400px;
  }
}
.cid-uqRJ7G0VYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqRJ7G0VYg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uqRJ7G0VYg .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uqRJ7G0VYg .row {
  align-items: center;
  height: 100%;
}
.cid-uqRJ7G0VYg .wrapper {
  margin: auto;
}
.cid-uqRJ7GEKbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqRJ7GEKbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRJ7GEKbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRJ7GEKbr .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRJ7GEKbr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRJ7GEKbr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqRJ7GEKbr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqRJ7GEKbr .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uqRJ7GEKbr .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRJ7GEKbr .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uqRJ7GEKbr .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqRJ7GEKbr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uqRJ7GEKbr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uqRJ7GEKbr .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqRJ7GEKbr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqRJ7GEKbr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqRJ7GEKbr .item-title {
  color: #ffffff;
}
.cid-uqRJ7GEKbr .item-text {
  color: #ffffff;
}
.cid-uqRJ7HGBlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcd5d5;
}
.cid-uqRJ7HGBlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRJ7HGBlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRJ7HGBlC .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqRJ7HGBlC .content-wrapper {
    padding: 0;
  }
}
.cid-uqRJ7HGBlC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqRJ7HGBlC .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqRJ7HGBlC .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uqRJ7HGBlC .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqRJ7HGBlC .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqRJ7HGBlC .mbr-section-title {
  color: #050f0f;
}
.cid-uqRJ7ItUiD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqRJ7ItUiD .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uqRJ7ItUiD .text-content {
    padding: 0 12px;
  }
}
.cid-uqRJ7ItUiD .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uqRJ7ItUiD .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uqRJ7ItUiD .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-uqRJ7ItUiD .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqRJ7ItUiD .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uqRJ7ItUiD .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqRJ7ItUiD .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uqRJ7ItUiD .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqRJ7ItUiD .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRJ7ItUiD .address-wrapper:hover span {
  color: #c1541c;
}
.cid-uqRJ7ItUiD .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqRJ7ItUiD .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uqRJ7ItUiD .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqRJ7ItUiD .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uqRJ7ItUiD .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqRJ7ItUiD .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRJ7ItUiD .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uqRJ7ItUiD .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uqRJ7ItUiD .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqRJ7ItUiD .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRJ7ItUiD .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRJ7ItUiD .contact-wrapper:hover span {
  color: #c1541c;
}
.cid-uqRJ7ItUiD .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uqRJ7ItUiD .mbr-address,
.cid-uqRJ7ItUiD .mbr-iconfont,
.cid-uqRJ7ItUiD .mbr-contact {
  color: #20232a;
}
.cid-uqRJ7ItUiD .mbr-link {
  color: #84858a;
}
.cid-uqRJ7ItUiD .mbr-phone {
  color: #20232a;
}
.cid-uqRJ7Jhs0T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uqRJ7Jhs0T .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqRJ7Jhs0T .media-wrap img {
  filter: invert(1);
}
.cid-uqRJ7Jhs0T .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRJ7Jhs0T .links {
    justify-content: center;
  }
  .cid-uqRJ7Jhs0T .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRJ7Jhs0T .links {
    justify-content: flex-end;
  }
  .cid-uqRJ7Jhs0T .link {
    margin: 0.5rem;
  }
}
.cid-uqRJ7Jhs0T .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uqRJ7Jhs0T .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uqRJ7Jhs0T .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqRJ7Jhs0T .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uqRJ7Jhs0T .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uqRJ7Jhs0T .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqRJ7Jhs0T .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uqRJ7Jhs0T .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqRXDFVKWL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqRXDFVKWL nav.navbar {
  position: fixed;
}
.cid-uqRXDFVKWL .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-uqRXDFVKWL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqRXDFVKWL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqRXDFVKWL .dropdown-item:hover,
.cid-uqRXDFVKWL .dropdown-item:focus {
  background: #c1541c !important;
  color: white !important;
}
.cid-uqRXDFVKWL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqRXDFVKWL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqRXDFVKWL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqRXDFVKWL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqRXDFVKWL .nav-link {
  position: relative;
}
.cid-uqRXDFVKWL .container {
  display: flex;
  margin: auto;
}
.cid-uqRXDFVKWL .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqRXDFVKWL .dropdown-menu,
.cid-uqRXDFVKWL .navbar.opened {
  background: #ffffff !important;
}
.cid-uqRXDFVKWL .nav-item:focus,
.cid-uqRXDFVKWL .nav-link:focus {
  outline: none;
}
.cid-uqRXDFVKWL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqRXDFVKWL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqRXDFVKWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqRXDFVKWL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqRXDFVKWL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqRXDFVKWL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqRXDFVKWL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uqRXDFVKWL .navbar.opened {
  transition: all 0.3s;
}
.cid-uqRXDFVKWL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqRXDFVKWL .navbar .navbar-logo img {
  width: auto;
}
.cid-uqRXDFVKWL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqRXDFVKWL .navbar.collapsed {
  justify-content: center;
}
.cid-uqRXDFVKWL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqRXDFVKWL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqRXDFVKWL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uqRXDFVKWL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqRXDFVKWL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqRXDFVKWL .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-uqRXDFVKWL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqRXDFVKWL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqRXDFVKWL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqRXDFVKWL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqRXDFVKWL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqRXDFVKWL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqRXDFVKWL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqRXDFVKWL .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-uqRXDFVKWL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqRXDFVKWL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqRXDFVKWL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqRXDFVKWL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqRXDFVKWL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqRXDFVKWL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqRXDFVKWL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqRXDFVKWL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqRXDFVKWL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqRXDFVKWL .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-uqRXDFVKWL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqRXDFVKWL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqRXDFVKWL .dropdown-item.active,
.cid-uqRXDFVKWL .dropdown-item:active {
  background-color: transparent;
}
.cid-uqRXDFVKWL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqRXDFVKWL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqRXDFVKWL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqRXDFVKWL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqRXDFVKWL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqRXDFVKWL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqRXDFVKWL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqRXDFVKWL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqRXDFVKWL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqRXDFVKWL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-uqRXDFVKWL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqRXDFVKWL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRXDFVKWL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqRXDFVKWL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqRXDFVKWL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRXDFVKWL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqRXDFVKWL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqRXDFVKWL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqRXDFVKWL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqRXDFVKWL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqRXDFVKWL .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-uqRXDFVKWL .navbar {
    height: 70px;
  }
  .cid-uqRXDFVKWL .navbar.opened {
    height: auto;
  }
  .cid-uqRXDFVKWL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqRXDGOStw {
  padding-top: 3.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRXDGOStw .image-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRXDGOStw .image-wrapper {
    width: 49%;
  }
}
.cid-uqRXDGOStw .text-wrapper {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqRXDGOStw .text-wrapper {
    width: 100%;
    text-align: center;
  }
  .cid-uqRXDGOStw .text-wrapper h3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uqRXDGOStw .text-wrapper p {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRXDGOStw .text-wrapper {
    padding: 0 4rem;
    width: 49%;
  }
  .cid-uqRXDGOStw .text-wrapper h3 {
    width: 85%;
    margin-bottom: 2.2rem;
    width: 100%;
  }
  .cid-uqRXDGOStw .text-wrapper p {
    width: 50%;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.cid-uqRXDGOStw .item-btn {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 5.2rem;
  right: 3.5rem;
  top: 1rem;
}
.cid-uqRXDGOStw .item-btn:hover {
  opacity: 0.8;
}
.cid-uqRXDGOStw .item-btn:hover > span {
  transform: scale(1.3) translateY(0.5rem);
}
.cid-uqRXDGOStw .item-btn span {
  transform: scale(1.3);
  transition: all 0.8s;
}
@media (max-width: 1199px) {
  .cid-uqRXDGOStw .item-btn {
    width: 7.6rem;
    height: 7.6rem;
    top: 6.2rem;
    right: 2.5rem;
    display: none;
  }
  .cid-uqRXDGOStw .item-btn:hover > span {
    transform: translateY(0.5rem);
  }
}
@media (max-width: 992px) {
  .cid-uqRXDGOStw .item-btn {
    width: 4rem;
    height: 4rem;
    position: static;
    display: inline-flex;
    align-self: center;
    margin-bottom: 1.6rem;
  }
  .cid-uqRXDGOStw .item-btn:hover > span {
    transform: scale(0.6) translateY(0.3rem);
  }
  .cid-uqRXDGOStw .item-btn span {
    transform: scale(0.6);
    transition: all 0.8s;
  }
}
@media (max-width: 767px) {
  .cid-uqRXDGOStw .item-btn {
    position: static;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uqRXDGOStw .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRXDGOStw .mbr-section-title a {
  color: #9b9ba5;
}
.cid-uqRXDGOStw P {
  color: #000000;
}
.cid-uqRXDGOStw .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqRXDGOStw .mbr-section-title {
  text-align: center;
}
.cid-uqRXDHz8EN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-uqRXDHz8EN .line {
  width: 100%;
  height: 2px;
  background: #17171A;
}
.cid-uqRXDHz8EN .mbr-section-title {
  width: 100%;
}
.cid-uqRXDHz8EN .item {
  width: 23.1rem;
  padding: 1rem 0;
  border-top: 1px solid #9b9ba5;
  margin: 0 1.2rem 2rem;
}
@media (max-width: 992px) {
  .cid-uqRXDHz8EN .item {
    width: 45%;
  }
  .cid-uqRXDHz8EN .item:nth-child(2n) {
    margin-right: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqRXDHz8EN .item {
    width: 88%;
  }
}
@media (max-width: 600px) {
  .cid-uqRXDHz8EN .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRXDHz8EN .mbr-text {
  color: #101019;
}
.cid-uqRXDHz8EN .mbr-section-subtitle {
  color: #9b9ba5;
  text-align: left;
}
.cid-uqRXDHz8EN .mbr-section-title {
  text-align: center;
}
.cid-uqRXDHz8EN .mbr-card-title {
  text-align: left;
}
.cid-uqRXDIf5Z2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcd5d5;
  margin-bottom: 2px;
}
.cid-uqRXDIf5Z2 .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #333333;
  text-align: center;
}
.cid-uqRXDIf5Z2 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.cid-uqRXDIf5Z2 .mbr-text {
  text-align: center;
  color: #333333;
}
.cid-uqRXDIf5Z2 .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-uqRXDIf5Z2 .row {
  padding-top: 76px;
  padding-bottom: 76px;
  justify-content: center;
  display: flex;
}
.cid-uqRXDIQtkx {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #ffffff;
}
.cid-uqRXDIQtkx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqRXDIQtkx .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqRXDIQtkx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uqRXDIQtkx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqRXDIQtkx .card-wrap .image-wrap {
  background: #ffffff;
  padding-top: 30px;
  padding-right: 30px;
}
.cid-uqRXDIQtkx .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uqRXDIQtkx .card-wrap .content-wrap {
    padding: 2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRXDIQtkx .card-wrap .content-wrap {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.cid-uqRXDIQtkx .occupation {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-uqRXDIQtkx .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqRXDIQtkx .mbr-section-title {
  text-align: center;
}
.cid-uqRXDIQtkx .card-title,
.cid-uqRXDIQtkx .social-row {
  text-align: center;
}
.cid-uqRXDJPClk {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqRXDJPClk .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uqRXDJPClk .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRXDJPClk .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-uqRXDJPClk .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uqRXDJPClk .btn:hover,
.cid-uqRXDJPClk .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uqRXDJPClk .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uqRXDJPClk .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uqRXDJPClk .btn:hover:before,
.cid-uqRXDJPClk .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uqRXDJPClk .btn-secondary {
  color: #000000 !important;
}
.cid-uqRXDJPClk .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uqRXDKpyy9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #28282c;
}
@media (max-width: 767px) {
  .cid-uqRXDKpyy9 .card-wrapper {
    margin: 0;
    padding: 0;
  }
}
.cid-uqRXDKpyy9 .mbr-section-title,
.cid-uqRXDKpyy9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqRXDKpyy9 .card-title,
.cid-uqRXDKpyy9 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uqRXDKpyy9 .mbr-text {
  color: #9b9ba5;
}
@media (max-width: 600px) {
  .cid-uqRXDKpyy9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .cid-uqRXDKpyy9 .border-right {
    border-right: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-uqRXDKpyy9 .top {
    border-top: 2px solid rgba(255, 255, 255, 0.25);
  }
  .cid-uqRXDKpyy9 .margin-left {
    margin-left: 5rem;
    padding: 3rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cid-uqRXDKpyy9 .border-right {
    padding: 3rem 3rem 3rem 0;
  }
}
.cid-uqRXDKpyy9 .mbr-section-title {
  text-align: center;
}
.cid-uqRXDLIjsq {
  background-image: url("../../../assets/images/blog-keep-the-allergies-at-bay-1-2000x1603.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
}
.cid-uqRXDLIjsq .row {
  align-items: center;
}
.cid-uqRXDLIjsq .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fef1e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uqRXDLIjsq .content {
  position: relative;
  border: 3px solid #ffffff;
  padding: 40px;
}
.cid-uqRXDLIjsq .label {
  position: absolute;
  border-radius: 20px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-uqRXDLIjsq .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-uqRXDLIjsq .card {
    height: 300px;
  }
}
.cid-uqXHiQxIjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uqXHiQxIjY .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXHiQxIjY .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXHiQxIjY .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uqXHiQxIjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqXHiQxIjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqXHiQxIjY .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqXHiQxIjY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uqXHiQxIjY .container {
    padding: 0 30px;
  }
}
.cid-uqXHiQxIjY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqXHiQxIjY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uqXHiQxIjY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uqXHiQxIjY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uqXHiQxIjY .mbr-section-title {
  color: #ffffff;
}
.cid-uqXHiQxIjY .mbr-text,
.cid-uqXHiQxIjY .text-wrapper {
  color: #101019;
  text-align: center;
}
.cid-uqXHiQxIjY .mbr-section-title,
.cid-uqXHiQxIjY .mbr-section-btn {
  text-align: center;
  color: #101019;
}
.cid-uqRXDN1sPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #28282c;
}
.cid-uqRXDN1sPY .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uqRXDN1sPY .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqRXDN1sPY .mbr-text,
.cid-uqRXDN1sPY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uqRXDN1sPY .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uqRXDN1sPY .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uqRXDN1sPY .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uqRXDN1sPY .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqRXDN1sPY .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uqRXDN1sPY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqRXDN1sPY .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uqRXDN1sPY .bg-wrapper {
    display: none;
  }
  .cid-uqRXDN1sPY .text-wrapper {
    text-align: center;
  }
  .cid-uqRXDN1sPY .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uqRXDN1sPY .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uqRXDN1sPY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uqRXDN1sPY .card-title {
    letter-spacing: -1px;
  }
}
.cid-uqRXDNOdy9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0f1;
}
.cid-uqRXDNOdy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRXDNOdy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqRXDNOdy9 .container {
    padding: 0 15px;
  }
}
.cid-uqRXDNOdy9 .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uqRXDNOdy9 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uqRXDNOdy9 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uqRXDNOdy9 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRXDNOdy9 .content-wrap {
    display: block;
  }
}
.cid-uqRXDNOdy9 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRXDNOdy9 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqRXDNOdy9 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRXDNOdy9 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uqRXDNOdy9 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uqRXDNOdy9 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uqRXDNOdy9 .mbr-section-title {
  color: #000000;
}
.cid-uqRXDNOdy9 .mbr-desc,
.cid-uqRXDNOdy9 .desc-wrapper {
  color: #3f1819;
}
.cid-uqRXDOvI6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uqRXDOvI6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRXDOvI6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRXDOvI6F .content-wrapper {
  padding: 80px 90px;
  background-color: #fcd5d5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRXDOvI6F .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqRXDOvI6F .content-wrapper .title-wrapper {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqRXDOvI6F .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2n) .nav-link {
  background-color: #87ceeb;
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(3n) .nav-link {
  background-color: #90ee90;
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #050f0f;
  padding: 12px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffe66d;
  margin: 0 5px 5px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqRXDOvI6F .content-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  transform: translate(0.2rem, 0.2rem);
}
.cid-uqRXDOvI6F .content-wrapper .tab-content {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uqRXDOvI6F .content-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uqRXDOvI6F .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqRXDOvI6F .content-wrapper .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-uqRXDOvI6F .content-wrapper .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqRXDOvI6F .mbr-section-title {
  color: #050f0f;
}
.cid-uqRXDOvI6F .item-title {
  color: #050f0f;
}
.cid-uqRXDOvI6F .item-text {
  color: #050f0f;
}
.cid-uqRXDOvI6F .mbr-section-title,
.cid-uqRXDOvI6F .tabs-wrapper {
  text-align: center;
}
.cid-uqRXDPx0mZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uqRXDPx0mZ .mbr-section-title.col-title {
  color: #e0e0e0;
}
.cid-uqRXDPx0mZ .colored-text {
  color: #a68462 !important;
}
.cid-uqRXDPx0mZ .mbr-section-title {
  color: #ffffff;
}
.cid-uqRXDPx0mZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqRXDPx0mZ .mbr-text {
  color: #ffffff;
}
.cid-uqRXDPx0mZ .mbr-section-title.main-title {
  text-align: center;
  color: #ebeff2;
}
.cid-uqRXDRj7Of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqRXDRj7Of .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-uqRXDRj7Of .mbr-section-title {
  text-align: center;
  color: #14142b;
  padding-bottom: 24px;
  max-width: 752px;
  margin: auto;
}
.cid-uqRXDRj7Of .row {
  align-items: center;
  height: 100%;
}
.cid-uqRXDRj7Of .wrapper {
  margin: auto;
}
.cid-uqRXDS9jPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uqRXDS9jPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRXDS9jPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRXDS9jPj .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqRXDS9jPj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRXDS9jPj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqRXDS9jPj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqRXDS9jPj .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uqRXDS9jPj .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqRXDS9jPj .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uqRXDS9jPj .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqRXDS9jPj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-uqRXDS9jPj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uqRXDS9jPj .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqRXDS9jPj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqRXDS9jPj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqRXDS9jPj .item-title {
  color: #ffffff;
}
.cid-uqRXDS9jPj .item-text {
  color: #ffffff;
}
.cid-uqRXDTqofc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcd5d5;
}
.cid-uqRXDTqofc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqRXDTqofc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqRXDTqofc .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uqRXDTqofc .content-wrapper {
    padding: 0;
  }
}
.cid-uqRXDTqofc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqRXDTqofc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uqRXDTqofc .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uqRXDTqofc .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqRXDTqofc .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uqRXDTqofc .mbr-section-title {
  color: #050f0f;
}
.cid-uqRXDUqHoW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uqRXDUqHoW .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-uqRXDUqHoW .text-content {
    padding: 0 12px;
  }
}
.cid-uqRXDUqHoW .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-uqRXDUqHoW .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-uqRXDUqHoW .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-uqRXDUqHoW .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqRXDUqHoW .address-wrapper .mbr-address {
  margin: 0;
}
.cid-uqRXDUqHoW .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqRXDUqHoW .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-uqRXDUqHoW .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqRXDUqHoW .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRXDUqHoW .address-wrapper:hover span {
  color: #c1541c;
}
.cid-uqRXDUqHoW .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-uqRXDUqHoW .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-uqRXDUqHoW .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uqRXDUqHoW .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-uqRXDUqHoW .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqRXDUqHoW .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRXDUqHoW .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uqRXDUqHoW .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-uqRXDUqHoW .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-uqRXDUqHoW .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uqRXDUqHoW .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-uqRXDUqHoW .contact-wrapper:hover span {
  color: #c1541c;
}
.cid-uqRXDUqHoW .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uqRXDUqHoW .mbr-address,
.cid-uqRXDUqHoW .mbr-iconfont,
.cid-uqRXDUqHoW .mbr-contact {
  color: #20232a;
}
.cid-uqRXDUqHoW .mbr-link {
  color: #84858a;
}
.cid-uqRXDUqHoW .mbr-phone {
  color: #20232a;
}
.cid-uqRXDVpp6t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #17171a;
}
@media (max-width: 767px) {
  .cid-uqRXDVpp6t .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqRXDVpp6t .media-wrap img {
  filter: invert(1);
}
.cid-uqRXDVpp6t .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqRXDVpp6t .links {
    justify-content: center;
  }
  .cid-uqRXDVpp6t .link {
    margin: 0.3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqRXDVpp6t .links {
    justify-content: flex-end;
  }
  .cid-uqRXDVpp6t .link {
    margin: 0.5rem;
  }
}
.cid-uqRXDVpp6t .footer-lower .copyright {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-uqRXDVpp6t .footer-lower hr {
  margin: 1rem 0;
  height: 1px;
  background-color: #ffffff;
  border: none;
}
.cid-uqRXDVpp6t .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uqRXDVpp6t .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-uqRXDVpp6t .social-list .soc-item {
  margin: 0 0.5rem 0.5rem;
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
.cid-uqRXDVpp6t .social-list a {
  margin: 0;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqRXDVpp6t .social-list a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-uqRXDVpp6t .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
