.container {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.home-office-hero {
  position: relative;
}

.home-office-hero__bg {
  display: flex;
  justify-content: center;
	background-color: #000;
  align-items: center;
  height: 23vw;
  min-height: 448px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .home-office-hero__bg {
    /* min-height: 33vw; */
    min-height: 448px;
  }

}

.home-office-hero__heading {
  color: #ffffff;
  font-family: neue-haas-unica;
  font-size: 3.563rem;
  font-weight: 100;
  line-height: 4.25rem;
  margin-top: -6.063rem;
}

.home-office-hero__heading strong {
  font-weight: 300;
}

.home-office-hero__boxes {
  display: flex;
  justify-content: space-between;
  margin-top: -9.75rem;
}

.home-office-hero__box:first-child,
.home-office-hero__box:last-child {
  width: 33%;
  overflow: hidden;
}

.home-office-hero__box:first-child img {
  transform: translateX(-20px);
}

.home-office-hero__box:last-child img {
  transform: translateX(20px);
}

.home-office-hero__box:nth-child(2) {
  width: 33%;
}



.home-office-hero__box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.home-office-hero__headsets {
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 35%;
}

.home-office-hero__headsets img {
  max-width: 100%;
  display: block;
  height: auto;
}


.homr-office-your-home__boxes {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homr-office-your-home__boxes .owl-stage-outer {
  max-width: 100%;
}

/* your home */
.home-office-your-home {
  padding-top: 18.188rem;
  padding-bottom: 8.875rem;
}

.home-office-your-home__heading {
  text-align: center;
  font-family: neue-haas-unica;
  color: #1b1b1b;
  font-size: 4.563rem;
  font-weight: 300;
  line-height: 4.563rem;
  margin-bottom: 7.5rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .home-office-your-home__heading .left {
    display: block;
    width: 100%;
    position: absolute;
    left: -4.375rem;
    top: -100px;
    color: #f8f8f8;
    font-size: 7.5rem;
    font-weight: 300;
    line-height: 4.563rem;
    text-align: left;
  }

  .home-office-your-home__heading .right {
    display: block;
    width: 100%;
    position: absolute;
    right: -6.563rem;
    bottom: -100px;
    color: #f8f8f8;
    font-size: 7.5rem;
    font-weight: 300;
    line-height: 4.563rem;
    text-align: right;
  }
}


.home-office-your-home__boxes {
  display: flex;
  justify-content: space-between;
}

.your-home-box {
  width: 47.9%;
  max-width: 595px;
}

.your-home-box__heading {
  color: #1b1b1b;
  font-family: neue-haas-unica;
  font-size: 2.188rem;
  font-weight: 300;
  line-height: 1.48;
  margin-bottom: 3.063rem;
  margin-top: 0;
}

@media screen and (min-width: 801px) and (max-width: 1050px) {
  .your-home-box__heading {
    height: 9rem;
  }

}

@media screen and (max-width: 1050px) {
  .your-home-box__heading br {
    display: none;
  }
}

.your-home-box__text {
  min-height: 20rem;
  color: #1b1b1b;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 1.938rem;
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
  .your-home-box__text {
    margin-bottom: 20px;
  }
}

.your-home-box__text p:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2.188rem;
}

.your-home-box__image {
  overflow: hidden;

}

.your-home-box__image img {
  transition: all 2s ease;
  max-width: 100%;
  display: block;
  height: auto;
}

.your-home-box__image:hover img {
  transform: scale(1.1);
}

/* product */

.home-office-product {
  padding-top: 11.375rem;

}

.home-office-product__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.home-office-product__column {
  width: 50%;
}


.home-office-product__column--image {
  position: relative;
}

.home-office-product__column--image {
  /* background-image: url("/source/f1766f3fbd0783f6c283ac2477648626/product-right-bg.png");
   */
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.25rem;
  padding-bottom: 45%;
  max-height: 610px;
}

@media screen and (min-width: 801px) {
  .home-office-product__column--image {
    height: 38.125rem;
  }
}

.home-office-product .home-office-product__column--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  display: block;
  height: auto;
  max-height: 75%;
}



.home-office-product__link {
  color: #000;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.938rem;
  text-decoration: none;
  text-align: left;
}

.home-office-product__button {
  transform: translateY(11.25rem);
}

.home-office-product__button-link {
  border-radius: 2px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 0.813rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 3.125rem;
  text-decoration: none;
}

.home-office-product.home-office-product--left .home-office-product__link {
  position: absolute;
  bottom: 1.125rem;
  left: 50% !important;
  transform: translate(-50%,0) !important;
}

.home-office-product.home-office-product--right .home-office-product__link {
  position: absolute;
  bottom: 1.125rem;
  right: 50% !important;
  transform: translate(50%,0) !important;
}

.home-office-product .home-office-product__link:after {
  content: "";
  background-image: url("/source/7d684baafbaf69a137eeeea849a59b42/arrow-white.svg");
  display: block;
  width: 15px;
  height: 11px;
}

.home-office-product.home-office-product--right .home-office-product__link:after {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home-office-product__title {
  color: #1b1b1b;
  font-family: neue-haas-unica;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 3.25rem;
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 2.063rem;
}

.home-office-product__title:before {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #2f2f2f;
  position: absolute;
  top: -33px;
  left: 0;
}

.home-office-product.home-office-product--left .home-office-product__column--text {
  padding-right: 5.625rem;
}

.home-office-product__column--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.home-office-product__column--text p {
  color: #1b1b1b;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 1.938rem;
  margin-top: 0;
}

.home-office-product__column--text p:not(:last-child) {
  margin-bottom: 1.875rem;
}


.home-office-product--right .home-office-product__wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.home-office-product--right .home-office-product__column.home-office-product__column--text {
  padding-left: 5.625rem;
}

.webcam {
  padding-bottom: 13.313rem;
}
.wireless .home-office-product__link,
.webcam .home-office-product__link {
  left: 50% !important;
  transform: translate(-50%,0);
}
.webcam .home-office-product__column--image img {
  position: absolute;
  /* top: 24%;
  left: 72%; */
  /* transform: translate(-50%, 0); */
  max-width: 109%;
  display: block;
  height: auto;
}

.wireless .home-office-product__column--image img {
  /* left: unset; */
  /* right: -30%; */
  max-width: 100%;
  display: block;
  height: auto;
}

.wireless + .products + .home-office-product .home-office-product__link{
  right: 50% !important;
  transform: translate(50%, 0);
}
/* solutions */
.home-office-offer-solutions {
  padding: 9.625rem 0 9.375rem;
  background-size: cover;
  background-position: center;
}

.home-office-offer-solutions__heading {
  color: #1b1b1b;
  font-family: neue-haas-unica;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 7.188rem;
}

.home-office-offer-solutions__row {
  display: flex;
  justify-content: space-between;
}

.solutions-box {
  width: 30%;
  max-width: 367px;
  text-align: center;
  padding: 8.438rem 2.5rem 7.875rem;
  position: relative;
}

.solutions-box.active .solutions-box__bg {
  opacity: 1;
}

.solutions-box__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
  line-height: 1 !important;
}

.solutions-box__icon {
  margin-bottom: 41px;
  position: relative;
  z-index: 10;
}

.solutions-box__icon svg {
  fill: #000;
}

.solutions-box__icon img {
  transition: all 0.3s linear;
}

.solutions-box__title {
  margin-bottom: 1.125rem;
  color: #1b1b1b;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.4 !important;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
}

.solutions-box__text {
  color: #1b1b1b;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 1.17 !important;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
}

.solutions-box.active .solutions-box__title,
.solutions-box.active .solutions-box__text,
.solutions-box:hover .solutions-box__title,
.solutions-box:hover .solutions-box__text {
  color: #fff;
}

.solutions-box * {
  line-height: 1;
}

.solutions-box .solutions-box__bg {
  opacity: 0;
}

.solutions-box.active .solutions-box__icon img,
.solutions-box:hover .solutions-box__icon img {
  filter: invert(1);
}

.solutions-box.active .solutions-box__bg,
.solutions-box:hover .solutions-box__bg {
  opacity: 1;
}




/* any device */

.any-device__wrapper {
  background-color: #f7f7f7;
  position: relative;
}

.any-device__wrapper:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 193px;
  height: 783px;
  background-image: url("/source/3cc0d129db0062f053f0693901c45432/any-device-left.png");
  background-size: cover;
  background-position: center;
}

.any-device__wrapper:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 377px;
  height: 736px;
  background-image: url("/source/d575827db759c7878e88c342f3c193ab/any-device-right.png");
  background-size: cover;
  background-position: center;
}

.any-device__wrapper {
  padding: 9.625rem 0 8.563rem;

  text-align: center;
}

.any-device__heading {
  color: #1b1b1b;
  font-family: neue-haas-unica;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 4.375rem;
}

.any-device__header p {
  color: #1c1c1c;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.any-device__image {
  line-height: 1 !important;
  max-height: 690px !important;
}

.any-device__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1921px) {
  .any-device__image {
    position: relative;
    padding-bottom: 36vw;
  }

  .any-device__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.any-device__header {
  margin-bottom: 5rem;
}

.any-device__row {
  display: flex;
  justify-content: space-between;
}

.any-device__box {
  width: 30%;
  max-width: 309px;
}

.any-device .any-device-box__icon {
  margin-bottom: 1.5rem;
}

.any-device .any-device-box__title {
  color: #1b1b1b;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 31px;
  height: 3.438rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.any-device .any-device-box__text p {
  color: #1b1b1b;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 28px;
}

/* no device */

.no-device {
  background-color: #f7f7f7;
  padding: 9.625rem 0 10.813rem;
}

.no-device__row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1064px;
  margin: 0 auto;
}

.no-device__column {
  width: 50%;
}

.no-device__heading {
  color: #1b1b1b;
  font-family: neue-haas-unica;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}

.no-device__text p {
  color: #1b1b1b;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 2.125rem;
  margin-top: 0;
}

.no-device__button {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.813rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 1.25rem 5rem;
}

.no-device__column.heading {}


.products__link {
  text-align: center;
}

.products__link a {
  width: 220px;
  height: 47px;
  border-radius: 2px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.products__link a:hover {
  background: #000;
  color: #fff;
}


/* home office products */
.products.home-office-products h3 {
  color: #1b1b1b;
  font-family: neue-haas-unica;
  font-size: 2.188rem;
  font-weight: 300;
  line-height: 3.25rem;
  text-align: center;
}

.products.home-office-products {
  padding-bottom: 6.25rem;

}

.wireless .home-office-product__column--image img {
  /* right: 3%; */
  /* transform: unset; */
}

@media screen and (min-width: 801px) {
  .wireless .home-office-product__column--image img {
    max-height: 75%;
  }
}

@media screen and (max-width: 1499px) {
  .your-home-box__heading {
    font-size: 1.988rem;
  }
}


.home-office-compatibile {
  background-color: #fff;
  background-image: url("/source/06deeb44aa873acd778301698a257af6/compatibile.jpg");
}

.home-office-product__column--image {
  position: relative;
}

@media screeb and (max-width: 1280px) {
  .home-office-product__column--image img {
    max-width: 80%;
  }
}

@media screen and (min-width: 1501px) {
  .home-office-hero__heading {
    color: #ffffff;
    font-size: calc(3.563rem * 0.943);
    font-weight: 100;
    line-height: calc(4.25rem * 0.943);
    margin-top: calc(-9.063rem * 0.943);
  }


  .home-office-your-home {
    padding-top: 13.188rem;
  }

  .home-office-your-home__heading .left {
    display: block;
    width: 100%;
    position: absolute;
    left: calc(-4.375rem * 0.943);
    top: -100px;
    color: #f8f8f8;
    font-size: calc(7.5rem * 0.943);
    font-weight: 300;
    line-height: calc(4.563rem * 0.943);
    text-align: left;
  }
}



@media screen and (max-width: 800px) {

  .home-office-hero__heading {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: -12%;
  }

  .home-office-hero__bg {
    min-height: 65vw;
  }

  .home-office-hero__boxes {
    margin-top: -2.75rem;
  }

  .home-office-your-home__heading {
    font-size: 2.2rem;
    padding: 0 20px;
    margin-bottom: 3rem;
    line-height: 1.4;
  }

  .home-office-offer-solutions__heading {
    font-size: 1.875rem;
  }

  .home-office-your-home {
    padding-top: 6rem;
  }

  .home-office-your-home__heading .left,
  .home-office-your-home__heading .right {
    display: none;
  }

  .home-office-your-home__boxes {
    align-items: center;
  }

  .home-office-product .home-office-product__column--image img {
    max-width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .home-office-product {
    padding-top: 5rem;
  }

  .home-office-product .home-office-product__column--image {
    padding-bottom: 100%;
    padding-top: 0;
  }

  .home-office-product__column--text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .any-device__wrapper {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .any-device__row {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .any-device__box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .no-device__column {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  .no-device__column:first-child {
    margin-bottom: 40px;
  }

  .no-device__row {
    flex-direction: column;
    align-items: center;
  }

  .no-device__heading br {
    display: none;
  }


  .home-office-hero__box {
    /* width: 100% !important; */
  }

  .home-office-your-home__boxes {
    flex-direction: column;
  }

  .home-office-your-home__box {
    width: 100%;
    justify-content: center;
  }

  .home-office-your-home__box:last-child {
    margin-top: 30px;
  }

  .your-home-box__heading {
    margin-bottom: 1.5rem;
  }

  .webcam .home-office-product__column--image img {
    left: 50%;
  }

  .home-office-product__column--image {
    min-height: auto;
  }

  .home-office-product__column--image img {
    max-height: 80%;
  }

  .home-office-product__column--image img {
    left: 50%;
  }

  .home-office-offer-solutions__row {
    flex-direction: column;
    align-items: center;
  }

  .solutions-box {
    width: 100%;
    padding: 3.438rem 2.5rem 2.875rem;
  }

  .home-office-products h3 {
    padding: 0 20px;
  }


  .wireless .home-office-product__column--image img {
    left: 50%;
    right: unset;
  }

  .home-office-product {
    padding: 3.5rem 0;
  }

  .home-office-offer-solutions {
    padding: 4rem 0;
  }
}


@media screen and (max-width: 800px) {
  .home-office-product__column {
    width: 100%;
  }

  .home-office-hero__headsets {
    position: absolute;
    bottom: -41%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 75%;
  }

  .home-office-offer-solutions__heading {
    margin-bottom: 2.188rem;
  }
}

@media screen and (min-width: 801px) and (max-width: 1100px) {
  .home-office-product:not(.webcam) .home-office-product__column--image img {
    max-width: 80%;
  }
}

.products+.home-office-product {
  padding-top: 3.375em;
}


@media screen and (min-width: 500px) and (max-width: 800px) {
  .home-office-hero__boxes {
    margin-top: -5.75rem;
  }

  .home-office-your-home {
    padding-top: 14rem;
  }
}

@media screen and (max-width: 360px) {
  .home-office-hero__heading {
    font-size: 2rem;
  }
}


@media screen and (min-width: 1051px) and (max-width: 1280px) {
  .home-office-product+.products {
    padding-top: 8.8em;
  }

  .home-office-product:not(.webcam) .home-office-product__column--image img {
    max-width: 70%;
  }
}


.product-external-link {
  width: 220px;
  height: 47px;
  border-radius: 2px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  transform: translateY(40px);
}


.product-external-link:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .product-external-link {
    transform: unset;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.home-office-product--right img[src*="uc-headsets.png"] {
  /* left: 30%; */
}

.home-office-your-home {
  position: relative;
}

.home-office-your-home:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("/source/4d283b238b1ebaeddb98b422138aa950/your-office-bg.png");
  width: 919px;
  height: 1293px;
  left: -460px;
  top: -800px;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.Unified {
  position: relative;
}

.Unified .home-office-product__link{
  right: 50% !important;
  transform: translate(50%,0);
}

.Unified:before {
  content: '';
  display: block;
  position: absolute;
  top: -250px;
  left: -550px;
  width: 919px;
  height: 1294px;
  background-image: url("/source/dd2a0c814b6d79747b587b047125492e/unified-left.png");
}


.home-office-offer-solutions {
  background-color: #f7f7f7;
  position: relative;
}


.home-office-offer-solutions:before {
  content: '';
  display: block;
  width: 193px;
  height: 783px;
  background-image: url("/source/bd631489d9800fee4cf89b9fc1538169/offer-left.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}


.home-office-offer-solutions:after {
  content: '';
  display: block;
  width: 377px;
  height: 813px;
  background-image: url("/source/a1ef4c1a4e76cbb975628867a227ea1d/offer-right.png");
  /* background-color: #f6f6f6; */
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 801px) and (max-width: 1280px) {
  .webcam .home-office-product__column--image {
    max-height: 35vw;
  }

  .webcam .home-office-product__wrapper {
    align-items: center;
  }
}