.full-width {
  width: 100vw !important;
  transform: translateX(-50vw);
  margin-left: 50%;
}
a {
  text-decoration: none;
}
.root {
  font-weight: 500;
  background-color: #fff;
  --heighHeader: 127px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
.btn__main {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  padding: 1px 30px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e0dad0;
  color: #000000;
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 3px solid #c5b9a8;
}
.btn__main:hover {
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.js--mobile-menu-active .header .hamburger .patties span:nth-child(1) {
  width: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.js--mobile-menu-active .header .hamburger .patties span:nth-child(2) {
  width: 0;
  -webkit-transition-delay: 125ms;
  transition-delay: 125ms;
}
.js--mobile-menu-active .header .hamburger .patties span:nth-child(3) {
  width: 0;
  -webkit-transition-delay: 375ms;
  transition-delay: 375ms;
}
.js--mobile-menu-active .header .hamburger .cross span {
  width: 26px;
}
.js--mobile-menu-active .header .hamburger .cross span:nth-child(1) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.js--mobile-menu-active .header .hamburger .cross span:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js--mobile-menu-active .header .main__header {
  max-height: calc(100vh - 111px);
  z-index: 9;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fff;
  height: var(--heighHeader);
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 100;
} 
.header .ipad__call {
  display: none;
}
.header .hamburger {
  display: block;
  padding: 0;
  position: absolute;
  background: 0 0;
  top: 36px;
  right: 0;
  width: 70px;
  height: 75px;
  z-index: 2;
  border: none;
  transition: 0.3s;
}
.header .hamburger .hidden {
  display: none;
}
.header .hamburger .patties {
  position: absolute;
  top: 23px;
  left: 21px;
}
.header .hamburger .patties span {
  display: block;
  width: 28px;
  height: 4px;
  background: #1e1e1f;
  margin: 4px 0;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 0;
}
.header .hamburger .patties span:nth-child(1) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.header .hamburger .patties span:nth-child(2) {
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.header .hamburger .patties span:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.header .hamburger .cross {
  position: absolute;
  top: 22px;
  left: 27px;
  width: 26px;
}
.header .hamburger .cross span {
  display: block;
  width: 0;
  height: 4px;
  background: var(--primaryColor);
  margin: 4px 0;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .hamburger .cross span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.header .hamburger .cross span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition-delay: 0.25s;
}
.header.scroolling {
  -webkit-transform: translateY(-37px);
  transform: translateY(-37px);
}
.header .logo {
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
  width: 180px;
  height: var(--heighHeader);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 41px 0 5px;
}
.header .logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.header__top {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  padding: 0 5px 0 20px;
  border-radius: 0 0 0 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  background: var(--secondaryColor);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  z-index: 9;
  align-items: center;
}
.header__top .header__top-call {
  display: none;
}
.header__top a {
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.header__top a i {
  margin-right: 5px;
}
.header__top-sale {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  padding: 5px 20px 5px 0;
  align-items: center;
  cursor: pointer;
}
.header__top-sale .bell {
  animation: bell_ring 4s infinite;
}
.header__top-sale a {
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: opacity;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  white-space: nowrap;
}
.header__top-sale a span {
  font-size: 12px;
}
.header__top-sale a.mobile {
  display: none;
}
.header__top-sale a.bell {
  cursor: pointer;
}
.header__top-sale a.bell img {
  -webkit-animation: bell_ring 4s infinite;
  animation: bell_ring 4s infinite;
}
.header__top .header__top-call svg {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}
.header__top .header__top-call span {
  margin-right: 10px;
  font-size: 12px;
}
.header__top .header__top-call span.label {
  font-size: 10px;
}
.header__top .nav__item {
  display: none;
  list-style: none;
  height: 100%;
  margin: 0 0 0 50px;
}
.header__top .nav__item li a {
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.header__top .nav__item li a::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 5px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__top .nav__item li a:hover::after {
  width: 51px;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .hamburger:focus {
  border: none;
  outline: none;
}
.header .main__header {
  position: absolute;
  top: 111px;
  left: 0;
  width: 100%;
  /* padding-top: ; */
  background: #f5f4ee;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  max-height: 0;
  will-change: max-height;
  -webkit-transition: max-height 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: max-height 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.header .main__header-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .main__header-inner .nav {
  align-items: initial;
  display: block;
}
.header .main__header-inner .nav .nav__primary {
  max-height: 70vh;
  overflow-y: auto;
}
.header .main__header-inner .nav .nav__primary li {
  height: auto;
}
.header .main__header-inner .nav .nav__primary li.selectedItem a {
  font-weight: bold;
  color: var(--primaryColor);
}
.header .main__header-inner .nav .nav__primary li > a {
  display: block;
  font-size: 20px;
  padding: 10px 15px 10px 30px;
  color: #000000;
}
.header .main__header-inner .nav ul li:hover > a {
  color: var(--primaryColor);
}
.header .main__header-inner .nav .nav__primary li:last-child {
  border-right: none;
}
.header .main__header-inner .nav .nav__primary li .nav__mega {
  display: none;
}
.header .main__header-inner .nav .nav__primary li .nav__sub {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  will-change: max-height;
  -webkit-transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .main__header-inner .nav .nav__primary li.jsmobile-active .nav__sub {
  max-height: 100vh;
}
.header .main__header-inner .nav .nav__primary li.jsmobile-active .js--sub-menu-toggle {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.header .main__header-inner .nav .nav__secondary {
  display: block;
  width: 50%;
  padding: 0 0 30px 15px;
  font-size: 14px;
  list-style: none;
}
.header .main__header-inner .nav .nav__secondary li a {
  display: block;
  padding: 10px 30px;
  color: #243029;
}
.header .main__header-inner .nav .hotline {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .main__header-inner .nav .hotline a {
  color: #000;
  font-size: 16px;
  margin-right: 20px;
}

@media screen and (min-width: 300px) {
  .header {
    justify-content: space-between;
  }
  .header__top .header__top-call {
    display: flex;
  }
  .header .main__header-inner .nav .hotline a {
    font-size: 30px;
  }
  .header .ipad__call {
    display: flex;
    padding: 36px 0 0;
    margin-right: 70px;
  }
  .header .ipad__call a {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 15px;
    font-size: 15px;
  }
  .header .ipad__call a .label {
    font-size: 10px;
  }
  .header .main__header-inner .nav .hotline {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header {
    justify-content: space-between;
  }
  .header__top .header__top-call {
    display: flex;
  }
  .header .main__header-inner .nav .hotline a {
    font-size: 30px;
  }
  .header .ipad__call {
    display: flex;
    padding: 36px 0 0;
    margin-right: 70px;
  }
  .header .ipad__call a {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 15px;
    font-size: 15px;
  }
  .header .ipad__call a .label {
    font-size: 10px;
  }
  .header .main__header-inner .nav .hotline {
    display: none;
  }
  .header__top .header__top-call span {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .header .logo {
    padding: 36px 0 0;
  }
  .header .logo img {
    width: auto;
    height: 100%;
  }
  .header__top .nav__item {
    display: flex;
  }
  .header__top .header__top-call {
    display: flex;
  }
  .header__top-sale a {
    display: block;
  }
  .header .main__header {
    width: calc(100% - 180px);
    position: relative;
    top: initial;
    left: initial;
    max-height: initial;
    background: initial;
    overflow: initial;
  }
  .header .main__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 36px 0 0;
    justify-content: center;
    flex-direction: initial;
  }
  .header .main__header-inner .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  .header .main__header-inner .nav .nav__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
    max-height: initial;
    overflow-y: initial;
  }
  .header .main__header-inner .nav .nav__primary li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    position: relative;
  }
  .header .main__header-inner .nav .nav__primary li > a {
    padding: 0px 10px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #333;
    font-size: 18px;
  }
  .header .main__header-inner .nav .nav__primary li a:first-child {
    margin-left: 0px;
  }
  .header .main__header-inner .nav .nav__primary li a:first-child a {
    padding-left: 0;
  }
  .header .main__header-inner .nav .nav__primary li.has-menu a i {
    margin-left: 10px;
  }
  .header .main__header-inner .nav .nav__primary li.has-menu:hover .nav__mega .nav__mega-container {
    max-height: 100vh;
  }
  .header .main__header-inner .nav .nav__primary li .nav__mega {
    display: block;
    position: absolute;
    top: 100%;
    left: -50%;
    right: 0;
    background: #f5f4ee;
    width: 200px;
  }
  .header .main__header-inner .nav .nav__primary li .nav__mega .nav__mega-container {
    overflow-y: hidden;
    max-height: 0;
    will-change: max-height;
    -webkit-transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header .main__header-inner .nav .nav__primary li .nav__mega-inner {
    overflow-y: auto;
  }
  .header .main__header-inner .nav .nav__primary li .nav__sub {
    display: none;
  }
  .header .main__header-inner .nav .nav__secondary {
    display: none;
  }
  .header .main__header-inner .nav .nav__primary li .nav__mega-inner ul li {
    margin-left: 0;
    display: block;
    padding-left: 10px;
    transition: all 0.4s;
  }
  .header .main__header-inner .nav .nav__primary li .nav__mega-inner ul li:hover {
    background-color: rgb(226 221 221 / 67%);
    color: var(--primaryColor);
    cursor: pointer;
    transition: all 0.4s;
  }
  .header .hamburger {
    display: none;
  }
  .root .slider .bottom {
    display: flex !important;
  }
  .root .slider .bottom i {
    color: #fff;
    font-size: 20px;
    opacity: 0.5;
  }
}
.root .slider .bottom a:hover i {
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header .logo img {
    height: 100%;
  }
  .header .main__header {
    width: calc(100% - 180px);
  }
  .header .main__header-inner .nav .nav__primary li .js--sub-menu-toggle .hidden {
    display: none;
  }
  .header .main__header-inner .nav .nav__primary li a {
    font-size: 16px;
  }
  .header .main__header-inner .nav .nav__primary li .nav__sub {
    display: none;
  }
  .header .main__header-inner .nav .nav__secondary {
    display: none;
  }
  .header .main__header-inner .main-header__search .js--search-trigger .hidden {
    display: none;
  }
  .header .main__header-inner .nav .nav__primary li.has-menu .nav__mega .nav__mega-container .nav__mega-inner ul li a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1400px) {
  .header__top {    
    border-radius: 0 0 0 10px;
  }
  .header .main__header-inner .nav .nav__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header .main__header-inner .nav .nav__primary li.has-menu:hover .nav__mega .nav__mega-container {
    max-height: calc(100vh - 127px);
  }
  .header .main__header-inner .nav .nav__primary li .nav__mega .nav__mega-container {
    max-height: 0;
    will-change: max-height;
    -webkit-transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header .main__header-inner .nav .nav__primary li .nav__sub {
    display: none;
  }
  .header .main__header-inner .nav .nav__secondary {
    display: none;
  }
}
footer {
  color: #212529;
}
footer.page-contact {
  margin: 50px 0 0 0;
}
footer.page-contact form {
  max-width: 1280px !important;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  text-align: center !important;
}
footer.page-contact form .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.page-contact form .btn-contact button {
  width: auto !important;
}
footer .contact {
  background-color: #fff;
}
footer .contact .row .col-12.content {
  padding: 30px;
}
footer .contact .row .col-12.content h1 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
footer .contact .row .col-12.content p {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2;
  max-width: 590px;
  color: rgba(0, 1, 9, 0.75);
  text-align: left;
}
footer .contact .row .col-12.layout-contact {
  background-image: url("../img/2-phoenix-residences-pool.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
footer .contact .row .col-12 form h3 {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
}
footer .contact .row .col-12 form p {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
}
footer .contact .row .col-12 form label {
  font-weight: bold;
  text-align: left;
}
.root #contactarea form input[type="tel"] {
  padding-block: 20px;
}
.root #contactarea form .intl-tel-input {
  width: 100%;
}
#btn_contact {
  text-align: left;
}
#btn_contact {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  padding: 1px 30px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e0dad0;
  color: #000000;
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 3px solid #c5b9a8;
}
#btn_contact:hover {
  background-color: #333;
  border-color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
footer .footer__bottom {
  position: relative;
  background: var(--primaryColor);
  color: #fff;
}
footer .footer__bottom .container--wide {
  padding-top: 90px;
  padding-bottom: 90px;
}
footer .footer__bottom .container--wide .tab-rounded {
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  right: 65px;
  background: var(--secondaryColor);
  font-family: TTWellingtons-Bold, TTWellingtons-DemiBold, TTWellingtons-Medium, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: color 0.15s linear, -webkit-transform 0.15s linear;
  transition: color 0.15s linear, -webkit-transform 0.15s linear;
  transition: color 0.15s linear, transform 0.15s linear;
  transition: color 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  color: #f5f4ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 58px;
  line-height: 1.05;
  padding: 0 5px;
}
footer .footer__bottom .container--wide .tab-rounded .tab-edge {
  display: block;
  width: 30px;
  height: 58px;
  position: absolute;
  top: 0;
}
footer .footer__bottom .container--wide .tab-rounded .tab-edge--left {
  right: 100%;
}
footer .footer__bottom .container--wide .tab-rounded .tab-edge--right {
  left: 100%;
  -webkit-transform: rotatey(180deg);
  transform: rotatey(180deg);
}
footer .footer__bottom .container--wide .tab-rounded svg {
  width: 30px;
  height: 58px;
  -webkit-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
  fill: #1e1e1f;
}
footer .footer__bottom .container--wide .main-footer__cap-col.footer__cap_3 {
  display: inline !important;
}
footer .footer__bottom .container--wide .main-footer__cap-col.footer__cap_3 .main-footer__credits {
  display: inline-block;
}
footer .footer__bottom .container--wide .main-footer__cap-col.footer__cap_3 .main-footer__credits a {
  display: inline !important;
}
footer .footer__bottom .container--wide .main-footer__col--primary {
  margin: -65px 20px 0;
  min-width: 220px;
  max-width: 300px;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__subscribe h2 {
  margin: 55px 0 20px;
  font-size: 16px;
  font-family: TTWellingtons-Medium, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__subscribe .form--subscription {
  position: relative;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__subscribe .form--subscription input {
  width: 100%;
  height: 60px;
  padding: 3px 130px 0 20px;
  border-radius: 6px;
  background: rgba(245, 244, 238, 0.12);
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  font-family: TTWellingtons-DemiBold, TTWellingtons-Medium, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__subscribe .form--subscription button {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: #fff;
  border-radius: 4px;
  height: 48px;
  width: 113px;
  padding: 4px 0 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  font-family: TTWellingtons-Bold, TTWellingtons-DemiBold, TTWellingtons-Medium, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  font-weight: 400;
  font-size: 1.4rem;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  font-size: 14px;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group .main__logo {  
  background:white;
  border-radius:5px;
  margin-bottom: 5px;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group .main__logo img {
  max-height: 200px;
  width: auto;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul {
  list-style: none;
  padding: 0;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group h3 {
  font-weight: bolder;
  font-size: 20px;
  color: #f5f4ee;
  text-transform: uppercase;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li {
  margin-top: 15px;
  font-size: 12px;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group p a {
  font-size: 14px;
  color: #fff;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li a {
  font-size: 14px;
  color: #a6a6a6;
  transition: all 0.4s;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li a:hover { 
  color: #fff;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li a.ft-call {
  margin-right: 10px;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li:hover,
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li:hover a {
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #e8e8e8;
  padding: 60px 0 0;
  width: 100%;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col a {
  color: #f5f4ee;
  margin-left: 40px;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col .social a {
  background-color: #ffffff;
  width: 46px;
  height: 46px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-left: 0;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col .social a i {
  color: #000000;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col button {
  margin-left: 40px;
  height: 0;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col ul.social-links li a {
  margin-left: 15px;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col ul li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col ul li a .octagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col ul li a .social-icon {
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  footer .contact .row .col-12 form .headline {
    padding: 50px 0 30px;
  }
}
@media (min-width: 768px) {
  .main-footer__cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  footer .footer__bottom .container--wide {
    /* padding: 30px; */
    position: relative;
  }
  footer .footer__bottom .container--wide .main-footer__col--primary {
    margin: 0 0 30px 0;
  }
  footer .footer__bottom .container--wide .main-footer__col--primary .logo-small img {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  footer .footer__bottom .container--wide {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav {
    flex-wrap: wrap;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group.main__logo {
    width: 100%;
    flex: initial;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group.main__logo img {
    max-height: 300px;
    width: auto;
  }
}
@media (max-width: 991px) {
  body.js--mobile-menu-active .header {
    background-color: #fff;
    transform: translateY(0);
  }

  body.js--mobile-menu-active .header .hamburger{
    right: 0;
    top: 36px;
    background-color: transparent;
  }

  .header .main__header-inner .nav .nav__primary li.has-menu .nav__sub {
    padding: 0 20px;
  }
  .header.scroolling {
    background-color: transparent;
    transform: translateY(-100%);
  }
  /* .header.scroolling .header__top {
    display: none;
  } */
  /* .header.scroolling .main__header {
    top: 0;
  } */
  /* .header.scroolling .logo {
    display: none;
  }
  .header.scroolling .ipad__call {
    display: none;
  } */
  .header.scroolling .hamburger {
    right: 10px;
    top: calc(100% + 20px);
    background-color: #f5f4ee;
    z-index: 999;
  }
  .sticky .root #intro {
    margin-top: 0;
  }
  /* footer .footer__bottom .container--wide {
    padding: 60px 30px;
  }  */
  footer .footer__bottom .container--wide .main-footer__col--primary {
    position: relative;
    width: 100%;
    top: initial;
    left: initial;
    margin: 0 0 30px 0;
    display: block;
    max-width: 100%;
    text-align: center;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap {
    padding: 10px 0 0;
  }
  .main-footer__cap .footer__cap_1 {
    width: 100%;
  }
  .main-footer__cap .footer__cap_2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer__bottom .container--wide .main-footer__col--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav {
    flex-wrap: wrap;
    padding-right: 0;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group {
    width: 46%;
    flex: initial;
    margin-bottom: 20px;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group h3 {
    font-size: 15px;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li {
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li .sub_nav {
    display: none;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group.main__logo img {
    max-height: 200px;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col a {
    margin: 0;
    display: inline-block;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col.footer__cap_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col.footer__cap_2 a {
    width: 50%;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col.footer__cap_2 button {
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
    height: auto;
    display: block;
    text-align: left;
  }
  footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col.footer__cap_2 .main-footer__copyright {
    margin-top: 20px;
    display: block;
    width: 50%;
  }
}
footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__nav .main-footer__nav-group ul li a.ft-call {
  display: block;
}
.modal-video {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  overflow: hidden;
  padding: 5% 10%;
}
.modal-video .over-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  top: 0;
  left: 0;
  z-index: -1;
}
.modal-video .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
}
.modal-video .close i {
  font-size: 30px;
  color: white;
}
.modal-video iframe {
  width: 100%;
  height: 100%;
}
.modal-dialog {
  max-width: 1040px;
  margin: 30px auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-dialog .modal-body {
  position: relative;
  padding: 0px;
}
.modal-dialog .modal-body .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.contact-bar {
  position: fixed;
  top: calc(50% - 252px / 2);
  right: -75px;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 0.701961);
}
.contact-bar .stn-bt {
  background-color: rgba(27, 33, 39, 0.701961);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.contact-bar .stn-bt:hover {
  -webkit-transform: translateX(-75px);
  transform: translateX(-75px);
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
}
.contact-bar .stn-bt:hover .icon {
  color: #222;
}
.contact-bar .stn-bt:hover .icon svg {
  fill: #222;
}
.contact-bar .stn-bt:hover .icon svg g {
  fill: #222;
}
.contact-bar .stn-bt .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
}
.contact-bar .stn-bt .icon svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.contact-bar .next,
.contact-bar .previous {
  position: absolute;
  right: 75px;
  top: calc(50% - 30px);
  display: none;
}
.contact-bar .previous {
  left: 0;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.popup.open {
  pointer-events: unset;
}
.popup.open .popUpContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.popup.open .over-play {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.popup .popUpContent {
  background: #000;
  width: 80%;
  height: 100%;
  max-width: 800px;
  max-height: 500px;
  color: #fff;
  z-index: 6;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.popup .popUpContent .btnClose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  width: auto;
}
.popup .popUpContent .rightContent {
  width: 100%;
  height: auto;
  /* display: none; */
}
.popup .popUpContent .rightContent img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup .popUpContent .leftContent {
  padding: 30px;
  position: relative;
}
.popup .popUpContent .leftContent .btnPopup {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.popup .over-play {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.ekko-lightbox {
  overflow-y: hidden !important;
}
.ekko-lightbox .modal-dialog {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ekko-lightbox .modal-dialog .modal-content {
  background: transparent;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  background: transparent;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header h4 {
  display: none;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 60px;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close span {
  font-size: 50px;
  color: #fff;
}
.ekko-lightbox .modal-dialog .modal-content .modal-header .close:hover {
  background: transparent;
  opacity: 1;
}
.ekko-lightbox .modal-dialog .modal-content .modal-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .root .contact-bar {
    top: initial;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(27, 33, 39, 0.701961);
    overflow: hidden;
  }
  .root .contact-bar .stn-bt {
    background-color: initial;
    width: 25vw;
  }
  .root .contact-bar .stn-bt .icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .root .contact-bar .stn-bt:hover {
    -webkit-transform: initial;
    transform: initial;
    color: #fff;
  }
  .root .contact-bar .stn-bt:hover a {
    color: #fff;
  }
  .root .contact-bar .stn-bt:hover a svg {
    color: #fff;
  }
  .root .contact-bar .stn-bt:hover a svg g {
    color: #fff;
  }
  .root .contact-bar .next,
  .root .contact-bar .previous {
    display: block;
    width: 30px;
  }
  .root .popup .popUpContent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .root .popup .popUpContent .leftContent {
    width: 100%;
  }
  .root .popup .popUpContent .leftContent h2 {
    font-size: 20px;
  }
  .root .popup .popUpContent .leftContent p {
    font-size: 14px;
  }
  .root .popup .popUpContent .leftContent .btnPopup {
    margin: 10px 0;
  }
  .root .popup .popUpContent .rightContent {
    width: 100%;
  }
}
@-webkit-keyframes scroll_down {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scroll_down {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bell_ring {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  9% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes bell_ring {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  9% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
body {
  margin: 0;
  /* Track */
  /* Handle */
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #333;
  box-shadow: inset 0 0 5px #333;
  border-radius: 10px;
  background-color: #333;
}
body::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}
body img {
  max-width: 100%;
  width: 100%;
}
.root {
  font-weight: 500;
  background-color: #fff;
  --heighHeader: 127px;
  overflow-x: hidden;
}
.root a {
  text-decoration: none;
}
.root .hidden {
  display: none;
}
.root ul {
  list-style: none;
  padding-left: 0;
}
.root button {
  border: none;
  outline: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}
.root .home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.logo-developer {
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-developer img {
  height: 35px;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.root .sale-octagon .octagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  fill: #d94f4f;
  stroke: #f5f4ee;
}
.root .sale-octagon .sale-octagon__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 4px 0 0;
  font-weight: 400;
  color: #fff;
}
.root .homebanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  --fzSize_text: 50px;
  margin-top: var(--heighHeader);
  font-family: "Poppins", sans-serif;
  font-family: "Josefin Sans", sans-serif;
}
.root .homebanner__wrap {
  width: 100%;
  height: 100%;
}
.root .homebanner__wrap .homebanner__item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--primaryColor);
}
.root .homebanner__wrap .homebanner__item .container {
  height: 100%;
}
.root .homebanner__wrap .homebanner__item-text {
  z-index: 98;
  padding-right: calc(50% + 135px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: left;
}

.root .homebanner__wrap .homebanner__item-text h1 {
  font-size: var(--fzSize_text);
  color: #fff;
  line-height: normal;
}
.root .homebanner__wrap .homebanner__item-text .des p {
  font-size: 22px;
  color: #fff;
}
.root .homebanner__wrap .homebanner__item-text .des p em {
  font-weight: 400;
  font-style: normal;
  padding: 4px 10px 3px;
  margin: 0 3px;
  border-radius: 3px;
  border: 2px solid #febf7a;
}
.root .homebanner__wrap .homebanner__item-text .buttons {
  margin: 50px 0 50px;
}
.root .homebanner__wrap .homebanner__item-text .buttons a,
.root .banner__wrap .buttons a
{
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  padding: 1px 30px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e0dad0;
  color: #000000;
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 3px solid #c5b9a8;
  cursor: pointer;
}
.root .homebanner__wrap .homebanner__item-text .buttons a:hover,
.root .banner__wrap .buttons a:hover
{
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.root .homebanner__wrap .homebanner__item-right {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 50%;
  overflow-x: hidden;
}
.root .homebanner__wrap .homebanner__item-right .homebanner__home .over_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: home__banner 1s forwards;
  animation: home__banner 1s forwards;
  animation-delay: 1s;
}

.root .homebanner__wrap .homebanner__item-text .container--text{ 
  opacity: 0;
  transform: scaleX(-60px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: home__text 1s forwards 1s;
  animation: home__text 1s forwards 1s;
}

.root .homebanner__wrap .homebanner__item .sale-octagon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
}
.root .homebanner__wrap .homebanner__item .sale-octagon .octagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 3px;
  fill: #d94f4f;
}
.root .homebanner__wrap .homebanner__item .sale-octagon .sale-octagon__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 4px 0 0;
  font-weight: 400;
}
.root .homebanner__wrap .homebanner__item .icon-bar-contact {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 22;
}
.root .homebanner__wrap .homebanner__item .icon-bar-contact a {
  margin-right: 30px;
}
.root .homebanner__wrap .homebanner__item .icon-bar-contact a:hover svg {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.root .homebanner__wrap .homebanner__item .icon-bar-contact a svg {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.root .homebanner__wrap .homebanner__item.active {
  display: block;
}
.root .sale-octagon svg path {
  fill: var(--primaryColor);
}
.root .scroll-down {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  text-align: center;
  animation: scroll_down 1s infinite;
}
.root .scroll-down i {
  font-size: 30px;
  color: #fff;
}
.root .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  --fzSize_text: 50px;
  margin-top: var(--heighHeader);
  font-family: "Josefin Sans", sans-serif;
}
.root .slider .bottom {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  display: none;
}
.root .slider__item-wrap {
  width: 100%;
  height: 100%;
}
.root .slider__item-wrap .slick-dots {
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.root .slider__item-wrap .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
  opacity: 0.5;
}
.root .slider__item-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
}
.root .slider__item-wrap .slick-list {
  height: 100%;
}
.root .slider__item-wrap .slick-list .slick-track {
  height: 100%;
}
.root .slider__item-wrap.slider-wrap .slider__item.slick-current .slider__item-text h2,
.root .slider__item-wrap.slider-wrap .slider__item.slick-current .slider__item-text a {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.root .slider__item-wrap.slider-wrap .slider__item.slick-current .slider__item-right .slider__home .over_play {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.root .slider__item-wrap.slider-wrap .slider__item-text h2 {
}
.root .slider__item-wrap .slider__item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--primaryColor);
}
.root .slider__item-wrap .slider__item-text {
  z-index: 98;
  padding-right: calc(50% + 135px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.root .slider__item-wrap .slider__item-text h2 {
  font-size: var(--fzSize_text);
  color: #fff;
  line-height: normal;
}
.root .slider__item-wrap .slider__item-text .des p {
  font-size: 22px;
  color: #fff;
}
.root .slider__item-wrap .slider__item-text .des p em {
  font-weight: 400;
  font-style: normal;
  padding: 4px 10px 3px;
  margin: 0 3px;
  border-radius: 3px;
  border: 2px solid #febf7a;
}
.root .slider__item-wrap .slider__item-text .buttons {
  margin: 50px 0 50px;
}
.root .slider__item-wrap .slider__item-text .buttons a {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  padding: 1px 30px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e0dad0;
  color: #000000;
  margin-bottom: 10px;
  padding: 5px 20px;
  border: 3px solid #c5b9a8;
}
.root .slider__item-wrap .slider__item-text .buttons a:hover {
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.root .slider__item-wrap .slider__item-right {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 50%;
  overflow-x: hidden;
}
.root .slider__item-wrap .slider__item-right .slider__home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.root .slider__item-wrap .slider__item-right .slider__home .over_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.root .slider__item-wrap .slider__item .sale-octagon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
}
.root .slider__item-wrap .slider__item .sale-octagon .octagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 3px;
  fill: #d94f4f;
}
.root .slider__item-wrap .slider__item .sale-octagon .sale-octagon__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 4px 0 0;
  font-weight: 400;
}
.root .slider__item-wrap .slider__item .icon-bar-contact {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 22;
}
.root .slider__item-wrap .slider__item .icon-bar-contact a {
  margin-right: 30px;
}
.root .slider__item-wrap .slider__item .icon-bar-contact a:hover svg {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.root .slider__item-wrap .slider__item .icon-bar-contact a svg {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.root .slider__item-wrap .slider__item.active {
  display: block;
}
.root .banner {
  width: 100%;
  position: relative;
  margin-top: var(--heighHeader);
  background: #f5f4ee;
}
.root .banner.banner__contact {
  height: 50vh;
}
.root .banner .banner__wrap {
  position: relative;
  margin: 0 0 60px;
  height: 100%;
}
.root .banner.banner__contact .banner__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.root .banner .banner__wrap .banner__open-wrap {
  z-index: 6;
  height: 100%;
}
.root .banner .banner__wrap .opening-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #222433;
  color: #fff;
  transform: translateY(-100%);
  animation: banner_open 1s forwards;
  z-index: 4;
}
.root .banner .banner__wrap .opening-banner.open__slide {
  background: var(--primaryColor);
}
.root .banner .banner__wrap .opening-banner.open__slide .wave path {
  fill: var(--primaryColor);
}
.root .banner .banner__wrap .opening-banner.contact_opeen {
  background: var(--primaryColor);
}
.root .banner .banner__wrap .opening-banner.contact_opeen .wave path {
  fill: var(--primaryColor);
}
.root .banner .banner__wrap .opening-banner .wave {
  width: 5400px;
  height: 120px;
  margin: 0 0 0 -2000px;
  position: absolute;
  left: 50%;
}
.root .banner .banner__wrap .opening-banner .wave path {
  fill: #222433;
}
.root .banner .banner__wrap .opening-banner .wave--bottom {
  top: 100%;
  margin-top: -10px;
}
.root .banner__open {
  position: relative;
  z-index: 6;
  overflow: hidden;
  height: 100%;
}
.root .banner__open .container--wide {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.root .banner__open .container--wide .banner__content {
  padding-right: calc(50% + 100px);
  min-height: 330px;
  color: #f5f4ee;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  align-items: center;
}
.root .banner__open .container--wide .banner__content-title {
  font-size: 30px;
  margin: 0 0 25px;
}
.root .banner__open .container--wide .banner__content .step-up p {
  font-size: 18px;
}
.root .banner__open .container--wide .banner__content .logo-developer {
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.root .banner__open .container--wide .banner__content .logo-developer img {
  height: 30px;
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.root .banner__open .container--wide .baner__contact-content {
  text-align: center;
  max-width: 700px;
}
.root .banner__open .container--wide .baner__contact-content .page-title {
  font-size: 70px;
  margin: 0 0 25px;
}
.root .banner__open .container--wide .baner__contact-content .contact-snapshot {
  margin: 60px auto;
  max-width: 640px;
  padding: 45px 30px;
  text-align: center;
  border: 2px solid rgba(245, 244, 238, 0.17);
  border-radius: 6px;
}
.root .banner__open .container--wide .baner__contact-content .contact-snapshot p a {
  color: #fff;
  font-weight: 400;
}
.root .banner__open .container--wide .baner__contact-content .contact-snapshot svg {
  margin: 20px auto;
  display: block;
  width: 24px;
  height: 24px;
}
.root .banner__open .container--wide .baner__contact-content .btn--dark {
  background-color: #1e1e1f;
  color: #fff;
}
.root .banner__open .container--wide .banner__hero {
  position: absolute;
  top: 0px;
  right: 0;
  width: calc(50% - 50px);
  overflow: hidden;
  z-index: 6;
  height: 95%;
}
.root .banner__open .container--wide .banner__hero img {
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.root .banner__open .container--wide .banner__hero .over-play {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
  animation: hero 1.3s forwards;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
  .header .ipad__call {
    display: none;
  }
  .root .banner__open .container--wide .banner__content-title {
    font-size: 70px;
  }
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product__slider-wrap {
  height: calc(100vh - var(--heighHeader));
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product__slider-wrap .slick-list {
  height: 100%;
  position: relative;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product__slider-wrap .slick-list .slick-track {
  height: 100%;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product__slider-wrap .slick-list .slick-track .product__item {
  position: relative;
  height: 100%;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product__slider-wrap .slick-list .slick-track .product__item img {
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product__slider-wrap .slick-dots {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 240px;
  bottom: 60px;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product-gallery__texture {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 12;
  width: 164px;
  height: 164px;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product-gallery__texture .octagon-mask {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 218px;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product-gallery__texture .octagon-mask .octagon-border {
  position: absolute;
  width: 234px;
  height: 234px;
  top: -8px;
  left: -8px;
  fill: transparent;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  stroke: #fff;
  stroke-width: 8px;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product-gallery__texture .octagon-mask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 218px;
  -webkit-clip-path: polygon(49% -2%, 85% 4%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 14% 9%);
  clip-path: polygon(49% -2%, 85% 4%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 14% 9%);
  height: auto;
  max-width: 100%;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product-gallery__texture-expand {
  width: 60px;
  height: 60px;
  padding: 17px 0 0 18px;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  background: #fff;
}
.root .main-content .product .produt__wrap .product-container .product-gallery .product-gallery__texture-expand svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #3f7355;
  -webkit-transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: fill 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.root #content .page-builder p {
  margin-bottom: 1em;
}
.root #content .page-builder .box-01 {
  padding: 10px;
  border: 1px dashed #bd937a;
  margin: 20px 0 20px;
  -webkit-box-shadow: 0px 0px 1px 1px #ffdfcf;
  box-shadow: 0px 0px 1px 1px #ffdfcf;
}
.root #content .page-builder .style-montbo-btn {
  border: solid #bc937a 1px;
  background-color: #bc937a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.root #content .page-builder .style-montbo-btn:hover {
  background-color: #628195;
  border-color: #628195;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.root #content .page-builder .style-montbo-span {
  font: normal normal 700 16px/1.2em "open sans condensed", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  white-space: normal;
}
.root #content .page-builder .style-montbo-span:hover {
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.root #content .page-builder .box-02 {
  padding: 30px;
  background-color: #425765;
  margin: 20px 0 20px;
}
@media screen and (max-width: 1400px) {
  .root {
    --heighHeader: 111px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    justify-content: initial;
  }
  .header__top .header__top-call {
    display: flex;
  }
  .header .ipad__call {
    display: none;
  }
  .root .homebanner {
    height: 505px;
  }
  .root .banner {
    height: 60vh;
  }
  .root .homebanner__wrap .homebanner__item-text {
    padding-right: calc(50% + 50px);
  }
  .root .homebanner__wrap .homebanner__item .sale-octagon {
    display: none;
  }
  .root .homebanner__wrap .homebanner__item .icon-bar-contact {
    display: none;
  }
  .root .slider {
    height: 50vh;
  }
  .root .slider__item-wrap .slider__item .slider__item-right .slider__mobile {
    display: none;
  }
  .root .slider__item-wrap .slider__item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .root .slider__item-wrap .slider__item .container .slider__item-text {
    padding-right: calc(50% + 50px);
  }
  .root .slider__item-wrap .slider__item .container .slider__item-text .buttons {
    margin: 20px 0 20px;
  }
  .root .slider__item-wrap .slider__item .container .slider__item-text .buttons a {
    height: 40px;
    /* line-height: 40px; */
  }
  .root .slider__item-wrap .slider__item.active {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .root .homebanner {
    height: calc(100vh - var(--heighHeader));
  }
  .root .homebanner__wrap .homebanner__item-text {
    padding-right: calc(50% + 135px);
  }
  .root .homebanner__wrap .homebanner__item .sale-octagon {
    display: none;
  }
  .root .homebanner__wrap .homebanner__item .icon-bar-contact {
    display: none;
  }
  .root .slider {
    height: calc(100vh - var(--heighHeader));
    --fzSize_text: 50px;
  }
  .root .slider__item-wrap .slider__item .slider__item-right .slider__mobile {
    display: none;
  }
  .root .slider__item-wrap .slider__item-text {
    padding-right: calc(50% + 135px);
  }
  .root .slider__item-wrap .slider__item.active {
    display: block;
  }
}
@media screen and (max-width: 1199.999px) {
  .root {
    --heighHeader: 111px;
  }
  .root .homebanner__wrap .homebanner__item-text h2 {
    font-size: 40px;
  }
  .root .homebanner__wrap .homebanner__item .sale-octagon {
    display: none;
  }
  .root .homebanner__wrap .homebanner__item .icon-bar-contact {
    display: none;
  }
  .root .banner__open .container--wide .banner__content {
    padding-right: 60%;
  }
  .root .banner__open .container--wide .banner__hero {
    width: calc(60% - 50px);
  }
  .root .panel .panel-wrap {
    padding: 0 30px;
  }
  .root .panel .panel-wrap .card-promotion {
    width: 32%;
    padding-top: 37%;
  }
  .root .panel .panel-wrap .card-promotion .card-promotion__link {
    height: 100%;
  }
  .root .panel .panel-wrap .card-promotion .card-promotion__content h3 {
    font-size: 20px;
  }
  .root .panel .panel-wrap .card-promotion .card-promotion__icon {
    right: 1%;
  }
  .root footer .footer__bottom .container--wide .tab-rounded {
    top: 0;
    right: 40px;
    background: #3f7355;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 1.6rem;
  }
  .root footer .footer__bottom .container--wide .tab-rounded .tab-edge {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .root footer .footer__bottom .container--wide .tab-rounded .tab-edge--right {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
  }
  .root footer .footer__bottom .container--wide .tab-rounded svg {
    fill: #3f7355;
  }
}
@media screen and (max-width: 1023px) {
  .root .homebanner {
    height: auto;
  }
  .root .homebanner__wrap .homebanner__item-text {
    padding-right: 0;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 60px 0 60px;
  }
  .root .homebanner__wrap .homebanner__item-text h2 {
    font-size: 30px;
  }
  .root .homebanner__wrap .homebanner__item-text .des p {
    font-size: 14px;
  }
  .root .homebanner__wrap .homebanner__item-text .buttons {
    margin: 20px 0;
  }
  .root .homebanner__wrap .homebanner__item-text .buttons a {
    font-size: 14px;
    padding: 0 30px;
  }
  .root .homebanner__wrap .homebanner__item-right {
    position: relative;
    padding-top: 50%;
    top: initial;
    bottom: initial;
    width: 100%;
    left: initial;
  }
  .root .homebanner__wrap .homebanner__item .sale-octagon {
    display: none;
  }
  .root .homebanner__wrap .homebanner__item .icon-bar-contact {
    display: none;
  }
  .root .slider__item-wrap .slider__item-text {
    padding-right: 0;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding: 30px 0 30px;
  }
  .root .slider__item-wrap .slider__item-text h2 {
    font-size: 30px;
  }
  .root .slider__item-wrap .slider__item-text .des p {
    font-size: 14px;
  }
  .root .slider__item-wrap .slider__item-text .buttons {
    margin: 20px 0;
  }
  .root .slider__item-wrap .slider__item-text .buttons a {
    font-size: 14px;
    padding: 0 30px;
  }
  .root .slider__item-wrap .slider__item-right {
    position: relative;
    padding-top: 50%;
    top: initial;
    bottom: initial;
    width: 100%;
    left: initial;
  }
  .root .slider__item-wrap .slider__item .sale-octagon {
    display: none;
  }
  .root .slider__item-wrap .slider__item .icon-bar-contact {
    display: none;
  }
  .root .banner__open .container--wide {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .root .banner__open .container--wide .banner__content {
    padding-right: initial;
    width: 100%;
    min-height: initial;
    margin-bottom: 20px;
    display: block;
  }
  .root .banner__open .container--wide .banner__content .step-up p {
    font-size: 16px;
  }
  .root .banner__open .container--wide .banner__content .logo-developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
  }
  .root .banner__open .container--wide .banner__hero {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    overflow: hidden;
    padding-top: 60%;
  }
  .root .banner .cards-grid .cards-grid__item {
    width: 49%;
  }
  .root .banner .cards-grid .cards-grid__item .card-product__link .card-product__top {
    padding-top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .root .homebanner__wrap .homebanner__item-text h2 {
    font-size: 29px;
  }
  .root .homebanner__wrap .homebanner__item-text .buttons a {
    height: 40px;
    line-height: 40px;
  }
  .root .homebanner__wrap .homebanner__item .icon-bar-contact {
    display: none;
  }
  .root .slider__item-wrap .slider__item {
    padding-bottom: 50px;
  }
  .root .slider__item-wrap .slider__item .slider__item-right {
    height: initial;
  }
  .root .slider__item-wrap .slider__item .slider__item-right .slider__deskop {
    display: none;
  }
  .root .slider__item-wrap .slider__item-text {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .root .slider__item-wrap .slider__item-text .buttons {
    margin: 20px 0 20px;
  }
  .root .slider__item-wrap .slider__item-text .buttons a {
  }
  .root .slider__item-wrap .slider__item.active {
    display: block;
  }
  .root .banner__open .container--wide .banner__hero {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    overflow: hidden;
  }
  .root .banner .cards-grid .cards-grid__item {
    width: 100%;
  }
  .root .panel {
    padding: 70px 0 100px;
  }
  .root .panel .panel-wrap .card-promotion {
    width: 100%;
    padding-top: 100%;
  }
  .root .panel .panel-wrap .card-promotion .card-promotion__icon {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .homebanner__wrap .homebanner__item-text h2 {
    font-size: 29px;
  }
  .homebanner__wrap .homebanner__item-text .buttons a {
    display: block;
    width: 100%;
  }
  .homebanner__wrap .homebanner__item-text .buttons a:first-child {
    margin-top: 0;
  }
  .homebanner__wrap .homebanner__item .icon-bar-contact {
    display: none;
  }
  .slider__item-wrap .slider__item-text {
    height: 50%;
  }
  .slider__item-wrap .slider__item-text h2 {
    font-size: 18px;
  }
  .slider__item-wrap .slider__item-text .buttons {
    margin: 20px 0 20px;
  }
  .slider__item-wrap .slider__item-text .buttons a {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
  .slider__item-wrap .slider__item-text .buttons a:first-child {
    margin-top: 0;
  }
  .slider__item-wrap .slider__item.active {
    display: block;
  }
}
.videoHero {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0%;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 25% 5%;
  z-index: 101;
  display: none;
  will-change: display;
  -webkit-transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: display 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.videoHero.isActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1 !important;
}
.videoHero iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 102;
}
.videoHero .close {
  position: absolute;
  z-index: 102;
  cursor: pointer;
  top: 30px;
  right: 30px;
  opacity: 1 !important;
}
.videoHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
}
.sticky .backtotop {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.backtotop {
  position: fixed;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: var(--primaryColor);
  right: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}
.backtotop i {
  transform: rotate(-90deg);
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .backtotop {
    bottom: 24px;
  }
}
.backtotop img {
  width: 6px;
}
.backtotop .text {
  font-size: 0.7em;
  margin-left: 4px;
}
@media screen and (min-width: 576px) {
  .videoHero {
    padding: 5% 10%;
  }
}
#content {
  padding-top: 60px;
}
@-webkit-keyframes banner_open {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes banner_open {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes hero {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes hero {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes home__text {
  from {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* @-webkit-keyframes home__banner {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
} */
@keyframes home__banner {
  /* from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  } */
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes toTop {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll_down {
  from {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bell_ring {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  3% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  9% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  12% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  15%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}


@media (max-width: 997px) {
  .mobile-overlay {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  bottom: 75px !important;
  right: 10px !important;
  width: 70px !important;
  overflow: unset !important;
  display: none;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 4px;
}

.scrolling .mobile-overlay {
  display: block !important;
}

.more-menu .nav__item:last-of-type {
  border: none;
}

.mobile-overlay.active-more {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.mobile-overlay:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  bottom: -7px;
  right: 8px;
}

.mobile-overlay label {
  margin-bottom: 0 !important;
}

.sticky .mobile-overlay {
  display: block;
}
}

.modal {
  z-index: 9999;
}

.contact-social {
  right: 8px !important;
  bottom: 64px !important;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col.footer__cap_2 a {
  display: inline;
}

footer .footer__bottom .container--wide .main-footer__col--secondary .main-footer__cap .main-footer__cap-col a { 
  margin-left: 0 !important;
}

#notification {
	&.modal.fade.show {
		.modal-body {
			pointer-events: auto;
		}
	}

	.modal-body {
    padding: 12px;
		> img {
			width: 50px;
			height: 50px;
		}
	}
}

.modal-backdrop.show {
	pointer-events: none;
}
 


/* ── Breadcrumb overlaid on a hero banner, top-left ──────────────────────────
   The banner carries .bc-hero (positioning anchor); the breadcrumb renders as
   the first child in a .bc-hero-overlay wrapper. Light text for legibility on
   the (dark) banner image. */
.bc-hero { position: relative; }
.bc-hero-overlay { position: absolute; top: 16px; left: 0; right: 0; z-index: 20; }
.bc-hero-overlay .breadcrumb { padding-block: 0; margin: 0; background: transparent; }
.bc-hero-overlay,
.bc-hero-overlay a,
.bc-hero-overlay .breadcrumb-link,
.bc-hero-overlay .breadcrumb-arrow { color: #fff; }
.bc-hero-overlay .breadcrumb-link:hover { opacity: .8; }
