@charset "UTF-8";
/*
Theme Name: Nutanix & Microsoft landing
Description: Styles for Nutanix & Microsoft landing
Author: Get it Done Agency
Version: 1.0
*/
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h4 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h5 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  line-height: 1;
}

body {
  height: 100%;
  line-height: 1;
}

textarea {
  font-weight: inherit;
  font-size: inherit;
  color: #fff;
  font-family: inherit;
}

button {
  font-weight: inherit;
  font-size: inherit;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  background-color: inherit;
}

input {
  font-weight: inherit;
  font-size: inherit;
  color: #fff;
  font-family: inherit;
}

#breadcrumbs {
  display: none;
}

.footer {
  margin-top: 0px;
}

.nutanix-land-body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}
.nutanix-land-body .slick-dots {
  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;
  gap: 1.87vw;
  padding: 0;
  margin: 0;
  bottom: -32px;
}
.nutanix-land-body .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.nutanix-land-body .slick-dots li button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #80C7D5;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.nutanix-land-body .slick-dots li button::before {
  display: none;
}
.nutanix-land-body .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #0190AB;
}

h1.nutanix-land__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 16px;
}

h2.nutanix-land__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
h2.nutanix-land__title.mod--centered {
  text-align: center;
}

h3.nutanix-land__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h3.nutanix-land__subtitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

h4.nutanix-land__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.nutanix-land-padding {
  padding: 0 40px;
}

.nutanix-land-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.nutanix-land-section__padding {
  padding: 80px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 56px;
}

.nutanix-land-section__padding.mod--not {
  padding: 0px;
}
.nutanix-land-section__padding.mod--cta {
  padding: 0px 0px;
}

.nutanix-land-wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nutanix-land__item {
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
}

[class*=__items] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

[class*=__item-title] {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 12px;
}

.nutanix-land__title span {
  background: #fff;
  color: #1F59A1;
  border-radius: 4px;
  padding: 2px 6px;
}
.nutanix-land__btn, .nutanix-land-form .contact-form__submit-btn {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#1A90AE), to(#22D4DF));
  background: linear-gradient(to right, #1A90AE, #22D4DF);
  padding: 13px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  overflow: visible;
}
.nutanix-land__btn:hover, .nutanix-land-form .contact-form__submit-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#22D4DF), to(#1A90AE));
  background: linear-gradient(to right, #22D4DF, #1A90AE);
}
.nutanix-land__btn.mod--white, .nutanix-land-form .mod--white.contact-form__submit-btn {
  background: #fff;
  color: #000;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0;
  border-radius: 100px;
}
.nutanix-land__btn.mod--white::before, .nutanix-land-form .mod--white.contact-form__submit-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 100px; /* той самий великий радіус */
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1; /* позаду кнопки */
}
.nutanix-land__btn.mod--white:hover::before, .nutanix-land-form .mod--white.contact-form__submit-btn:hover::before {
  opacity: 1;
  -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
}
.nutanix-land__btn.mod--white:hover, .nutanix-land-form .mod--white.contact-form__submit-btn:hover {
  opacity: 1;
}
.nutanix-land__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.nutanix-land__item.item--blue-bordered {
  border: 1px solid #A9D6DE;
}
.nutanix-land__item.item--grey {
  background: #F5F6F7;
}
.nutanix-land__items.mod--1cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nutanix-land__items.mod--1cols .nutanix-land__item {
  min-width: 100%;
}
.nutanix-land__items.mod--2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 566px;
}
.nutanix-land__items.mod--3cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nutanix-land__items.mod--3cols .nutanix-land__item {
  min-width: 384px;
}
.nutanix-land__item-img img {
  width: 100%;
  max-width: 32px;
  padding-bottom: 32px;
}

@media (max-width: 1200px) {
  .search-box {
    display: none;
  }
  .nutanix-land-body {
    font-size: 12px;
  }
  .nutanix-land-section__padding {
    padding: 48px 0px;
    gap: 24px;
  }
  .nutanix-land__desktop {
    width: 300px;
  }
  h1.nutanix-land__title {
    font-size: 32px;
    max-width: 442px;
  }
  h2.nutanix-land__title {
    font-size: 24px;
  }
  h3.nutanix-land__title,
  h4.nutanix-land__title {
    font-size: 18px;
  }
  h3.nutanix-land__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
  }
  [class*=__items] {
    gap: 16px;
  }
  .nutanix-land__item {
    padding: 16px;
  }
  [class*=__item-title] {
    font-size: 18px;
  }
}
@media (max-width: 720.98px) {
  .nutanix-land-body {
    font-size: 3.75vw;
  }
  .nutanix-land-body .slick-dots {
    gap: 0vw;
  }
  .nutanix-land-body .slick-dots li {
    width: 3.75vw;
    height: 3.75vw;
    padding-top: 1.87vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nutanix-land-body .slick-dots li button {
    width: 1.87vw;
    height: 1.87vw;
  }
  .nutanix-land-body .slick-dots li.slick-active button {
    width: 3.75vw;
    height: 3.75vw;
  }
  .nutanix-land-padding {
    padding: 0 3.13vw;
  }
  h1.nutanix-land__title {
    font-size: 10vw;
    max-width: unset;
    padding-bottom: 3.75vw;
  }
  h2.nutanix-land__title {
    font-size: 7.5vw;
  }
  h3.nutanix-land__title {
    font-size: 5.63vw;
  }
  h4.nutanix-land__title {
    font-size: 5vw;
  }
  [class*=__item-title] {
    font-size: 5vw;
    padding-bottom: 2.5vw;
  }
  .nutanix-land__btn, .nutanix-land-form .contact-form__submit-btn {
    font-size: 4.38vw;
    padding: 4.06vw;
    text-align: center;
  }
  .nutanix-land__items.mod--1cols .nutanix-land__item {
    min-width: unset;
  }
  .nutanix-land__item {
    padding: 5vw 3.13vw;
    border-radius: 2.5vw;
  }
  .nutanix-land__item-img img {
    max-width: 7.5vw;
    padding-bottom: 7.5vw;
  }
  .nutanix-land-section__padding {
    padding: 12.5vw 0;
    gap: 7.5vw;
  }
}
.nutanix-land-lead {
  color: #fff;
}
.nutanix-land-lead.mod--hero {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  z-index: 999;
}
.nutanix-land-lead__wrapper {
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/lead-bg.svg") center center/cover no-repeat;
  padding: 14px 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.nutanix-land-lead__wrapper .nutanix-land__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nutanix-land-lead__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nutanix-land-lead__img img {
  width: 320px;
  max-width: 100%;
}
.nutanix-land-lead .nutanix-land__title {
  width: 527px;
  text-align: center;
}
.nutanix-land-lead .nutanix-land-section__padding .mod--cta-grey {
  padding: 0;
}
.nutanix-land-lead .nutanix-land-section__padding .mod--cta-grey .nutanix-land-lead__wrapper {
  background: unset;
  background: #F5F6F7;
  color: #000;
  padding: 24px;
}
.nutanix-land-lead .nutanix-land-section__padding .mod--cta-grey .nutanix-land-lead__wrapper .nutanix-land-lead__block {
  max-width: 868px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nutanix-land-lead .nutanix-land__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1200px) {
  .nutanix-land-lead__wrapper {
    padding: 14px 16px;
  }
  .nutanix-land-lead .nutanix-land__title {
    text-align: left;
    width: 100%;
  }
  .nutanix-land-lead__img img {
    width: 268px;
  }
}
@media (max-width: 720.98px) {
  .nutanix-land-lead.mod--hero {
    position: static;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .nutanix-land-lead__wrapper {
    border-radius: 2.5vw;
    padding: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 5vw;
    text-align: center;
  }
  .nutanix-land-lead__block {
    -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;
    gap: 10vw;
  }
  .nutanix-land-lead__img img {
    width: 83.75vw;
  }
  .nutanix-land-lead .nutanix-land__title {
    text-align: center;
  }
}
.nutanix-land-lead__wrapper {
  background: url("/wp-content/themes/elcore/images/microsoft-land-img/cta-bg.svg") center center/cover no-repeat;
}
.nutanix-land-lead__img img {
  width: 215px;
}
.nutanix-land-lead .nutanix-land__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nutanix-land-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 700px;
}
.nutanix-land-hero__content p {
  padding-bottom: 48px;
}
.nutanix-land-hero__logos {
  padding-bottom: 40px;
}
.nutanix-land-hero__logos img {
  width: 410px;
}
.nutanix-land-hero__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.nutanix-land-hero__img img {
  width: 588px;
  max-width: 100%;
}

.nutanix-land-section__padding.mod--hero {
  padding: 176px 0 99px;
  position: relative;
}

@media (max-width: 1200px) {
  .nutanix-land-hero__content {
    max-width: 480px;
  }
}
@media (max-width: 991.98px) {
  .nutanix-land-hero__content {
    max-width: 430px;
  }
  .nutanix-land-section__padding.mod--hero {
    overflow: hidden;
  }
  .nutanix-land-hero__img {
    top: 125px;
    right: -20px;
  }
  .nutanix-land-hero__img img {
    width: 48vw; /* 300/3.2 */
  }
}
@media (max-width: 720.98px) {
  .nutanix-land-hero__content {
    max-width: unset;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .nutanix-land-hero__logos {
    padding-bottom: 12.5vw;
  }
  .nutanix-land-hero__logos img {
    width: 93.75vw;
  }
  .nutanix-land-hero__content p {
    padding-bottom: 10vw;
  }
  .nutanix-land-hero__img {
    position: static;
  }
  .nutanix-land-hero__img img {
    width: 93.75vw;
  }
  .nutanix-land-section__padding.mod--hero {
    padding: 12.5vw 0;
  }
}
.nutanix-land-hero .nutanix-land-section__padding {
  padding: 64px 0;
}
.nutanix-land-hero .nutanix-land-section__padding.mod--hero {
  padding: 133px 0 96px;
}
.nutanix-land-hero__img img {
  width: 510px;
}
.nutanix-land-hero__logos {
  padding-bottom: 48px;
}
.nutanix-land-hero__logos img {
  width: 328px;
}
.nutanix-land-hero h1.nutanix-land__title {
  padding-bottom: 24px;
}

.nutanix-land-what .nutanix-land-section__padding {
  gap: 48px;
}
.nutanix-land-what .nutanix-land__what-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
.nutanix-land-what .nutanix-land__items.mod--1cols {
  margin-left: auto;
}
.nutanix-land-what .nutanix-land__block-title {
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 50%;
}
.nutanix-land-what__img img {
  width: 100%;
  max-width: 670px;
}
.nutanix-land-what h3.nutanix-land__title {
  margin-bottom: 24px;
}
.nutanix-land-what .nutanix-land__text {
  margin-bottom: 40px;
}
.nutanix-land-what .nutanix-land__item-img img {
  max-width: 253px;
}

.nutanix-land-for .nutanix-land__for-wrapp {
  position: relative;
}
.nutanix-land-for .nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 468px;
}
.nutanix-land-for .nutanix-land__item {
  height: auto;
}
.nutanix-land-work .nutanix-land-section__padding {
  gap: 24px;
}
.nutanix-land-work .nutanix-land__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 858px;
}
.nutanix-land-work .nutanix-land__title-wrapper .nutanix-land__text {
  max-width: 610px;
}
.nutanix-land-work .nutanix-land__work-wrapp {
  position: relative;
}
.nutanix-land-work .nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 468px;
}
.nutanix-land-work .nutanix-land__item {
  height: auto;
}
.nutanix-land-work .nutanix-land__logos {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}
.nutanix-land-work .nutanix-land__logo {
  min-width: 49px;
  width: auto;
  height: 48px;
  position: relative;
}
.nutanix-land-work .nutanix-land__logo img {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nutanix-land-usage .nutanix-land__usage-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
.nutanix-land-usage .nutanix-land__items.mod--1cols {
  margin-left: auto;
}
.nutanix-land-usage .nutanix-land__block-title {
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%;
}
.nutanix-land-usage__img {
  text-align: center;
}
.nutanix-land-usage__img img {
  width: 100%;
  max-width: 483px;
}
.nutanix-land-usage h3.nutanix-land__title {
  margin-bottom: 24px;
}
.nutanix-land-usage .nutanix-land__text {
  margin-bottom: 40px;
}
.nutanix-land-usage .nutanix-land__item-img img {
  max-width: 253px;
}

.nutanix-land-result .nutanix-land__item-title {
  color: #1A90AE;
  font-size: 24px;
}
.nutanix-land-result .nutanix-land__txt {
  font-size: 20px;
  font-weight: 600;
}
.nutanix-land-harmony .nutanix-land-section__padding {
  padding: 64px 0 24px;
}
.nutanix-land-harmony__wrapper {
  max-width: 50%;
}
.nutanix-land-harmony__wrapper.mod--title {
  max-width: 942px;
}
.nutanix-land-harmony h3.nutanix-land__title {
  font-size: 20px;
  margin-top: 16px;
}
.nutanix-land-harmony .nutanix-land__harmony-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
}
.nutanix-land-harmony .nutanix-land__items {
  max-width: 671px;
  gap: 48px;
}
.nutanix-land-harmony .nutanix-land__items.mod--1cols {
  margin-left: auto;
}
.nutanix-land-harmony .nutanix-land__item {
  position: relative;
  padding: 0 0 0 40px;
  background-color: #fff;
}
.nutanix-land-harmony .nutanix-land__item-img {
  position: absolute;
  left: 0;
  top: 0;
}
.nutanix-land-harmony .nutanix-land__item-img img {
  max-width: 24px;
}
.nutanix-land-harmony .nutanix-land__block-title {
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nutanix-land-harmony__img img {
  width: 100%;
  max-width: 447px;
}
.nutanix-land-harmony .nutanix-land-lead {
  padding-bottom: 80px;
}
.nutanix-land-harmony h4.nutanix-land__title {
  text-align: left;
  font-size: 14px;
}
.nutanix-land-harmony .nutanix-land-lead__block {
  gap: 4px;
}

.nutanix-land-harmony .nutanix-land-section__padding.mod--cta-grey .nutanix-land-lead__wrapper {
  background: unset;
  background: #F5F6F7;
  color: #000;
}

.nutanix-land-about .nutanix-land-section__padding {
  gap: 24px;
}
.nutanix-land-about .nutanix-land__items.mod--2cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.nutanix-land-about .nutanix-land__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 858px;
}
.nutanix-land-about .nutanix-land__about-wrapp {
  position: relative;
}
.nutanix-land-about .nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 468px;
}
.nutanix-land-about .nutanix-land__item {
  height: auto;
}
.nutanix-land-about .nutanix-land img {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nutanix-land-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}
.nutanix-land-about__img img {
  max-width: 588px;
}
.nutanix-land-about .nutanix-land-about__img-block {
  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;
  background-color: #F5F6F7;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.nutanix-land-about .nutanix-land-about__img-block-mob {
  display: none;
}

.nutanix-land-clients .nutanix-land-section__padding {
  gap: 24px;
  padding-bottom: 0;
}
.nutanix-land-clients .nutanix-land__clients-wrapp {
  position: relative;
}
.nutanix-land-clients .nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 468px;
}
.nutanix-land-clients .nutanix-land__item {
  height: auto;
}
.nutanix-land-clients .nutanix-land__logos {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}
.nutanix-land-clients .nutanix-land__logo {
  min-width: 49px;
  width: auto;
  height: 48px;
  position: relative;
}
.nutanix-land-clients .nutanix-land__logo img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nutanix-land-clients .show-all-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#1A90AE), to(#22D4DF));
  background: linear-gradient(to right, #1A90AE, #22D4DF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.nutanix-land-consultation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 48px;
  padding: 24px;
}
.nutanix-land-consultation__content.is--bordered {
  border: solid 1px #A9D6DE;
  border-radius: 8px;
}
.nutanix-land-consultation__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.nutanix-land-consultation__img img {
  max-width: 306px;
  position: absolute;
  left: 78px;
  bottom: -70px;
}

.nutanix-land__part {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
}
.nutanix-land__text-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
.nutanix-land-form {
  margin-top: 80px;
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/section-form-bg.svg") center/cover no-repeat;
}
.nutanix-land-form .nutanix-land__title {
  text-align: center;
}
.nutanix-land-form .nutanix-land__title-wrapper.mod--centered {
  gap: 56px;
}
.nutanix-land-form h3.nutanix-land__title {
  text-align: center;
}
.nutanix-land-form h3.nutanix-land__title span {
  font-size: 14px;
  color: inherit;
  display: block;
  margin-top: 12px;
  font-weight: normal;
}
.nutanix-land-form .wpcf7.js {
  max-width: 576px;
}
.nutanix-land-form .contact-form.gid .contact-form__row {
  width: 499px;
  max-width: 100%;
}
.nutanix-land-form .contact-form.gid span.wpcf7-form-control-wrap {
  padding: 0px 8px;
}
.nutanix-land-form .contact-form.gid .col-wrap {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
.nutanix-land-form .contact-form.gid input[type=text] {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.nutanix-land-form .contact-form.gid input[type=tel] {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.nutanix-land-form .contact-form.gid input[type=email] {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.nutanix-land-form .contact-form.gid textarea {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
}
.nutanix-land-form .contact-form.gid select {
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
  color: #000;
  border: 1px solid #232F3E;
}
.nutanix-land-form .contact-form.gid select option {
  color: #000;
}
.nutanix-land-form .contact-form.gid span.wpcf7-form-control-wrap[data-name=your-confirm] {
  padding: 10px 0 0;
}
.nutanix-land-form .contact-form.contact-form_dark.gid input[type=text] {
  color: #000;
  border: 1px solid #232F3E;
}
.nutanix-land-form .contact-form.contact-form_dark.gid input[type=tel] {
  color: #000;
  border: 1px solid #232F3E;
}
.nutanix-land-form .contact-form.contact-form_dark.gid input[type=email] {
  color: #000;
  border: 1px solid #232F3E;
}
.nutanix-land-form .contact-form.contact-form_dark.gid textarea {
  color: #000;
  border: 1px solid #232F3E;
}
.nutanix-land-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.nutanix-land-form .wpcf7-form-control::-moz-placeholder {
  color: #000 !important;
}
.nutanix-land-form .wpcf7-form-control:-ms-input-placeholder {
  color: #000 !important;
}
.nutanix-land-form .wpcf7-form-control::-ms-input-placeholder {
  color: #000 !important;
}
.nutanix-land-form .wpcf7-form-control::placeholder {
  color: #000 !important;
}
.nutanix-land-form .contact-form__submit-btn {
  min-width: 142px;
  max-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-left: auto;
  margin-right: 0;
}
.nutanix-land-form .contact-form__content .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.nutanix-land-form .contact-form__content .contact-form__row .col-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nutanix-land-form .contact-form__content .contact-form__row:last-child .col-6 .col-wrap {
  margin-bottom: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nutanix-land-form .contact-form__content .contact-form__row:last-child .col-6:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.nutanix-land-form .wpcf7-form-control.wpcf7-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat;
  background-size: 24px;
  background-position: right 20px center;
  background-color: #fff;
}

.nutanix-land-form__wrapper {
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 72px 0px;
}

@media (max-width: 720.98px) {
  .nutanix-land-form .nutanix-land-padding {
    padding: 0;
  }
  .nutanix-land-form .nutanix-land-section__padding {
    padding: 0;
  }
  .nutanix-land-form h3.nutanix-land__title span {
    font-size: 3.75vw;
    margin-top: 2.5vw;
    color: #fff;
    background: #000;
  }
  .nutanix-land-form__wrapper {
    max-width: 100%;
    background: #000;
    color: #fff;
    border-radius: unset;
    gap: 10vw;
    padding: 15vw 0;
  }
  .nutanix-land-form__wrapper .contact-form__content .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .nutanix-land-form__wrapper .col-6 {
    width: 93.75vw;
    margin: 0 auto;
  }
  .nutanix-land-form__wrapper .col-6 .col-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nutanix-land-form .contact-form .col-wrap {
    margin: 0 auto;
    margin-bottom: 3.75vw;
    width: 93.75vw;
  }
  .nutanix-land-form .contact-form .col-wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 2.5vw;
    margin-bottom: 7.81vw;
  }
  .nutanix-land-form .contact-form input[type=text],
  .nutanix-land-form .contact-form input[type=email],
  .nutanix-land-form .contact-form input[type=tel],
  .nutanix-land-form .contact-form select {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .nutanix-land-form .contact-form input[type=text] option,
  .nutanix-land-form .contact-form input[type=email] option,
  .nutanix-land-form .contact-form input[type=tel] option,
  .nutanix-land-form .contact-form select option {
    background: #fff;
    color: #000;
  }
  .nutanix-land-form .contact-form input[type=checkbox] {
    width: 5vw;
    height: 5vw;
    border: 1px solid #F5F6F7;
    /*background-color: $color_1;         
    accent-color: $color_2;   */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .nutanix-land-form .contact-form__submit-btn {
    max-width: 93.75vw;
    max-height: 12.5vw;
    height: 12.5vw;
    width: 93.75vw;
    font-size: 5.63vw;
  }
}
.nutanix-land-form {
  margin-top: 0px;
  background: url(/wp-content/themes/elcore/images/microsoft-land-img/form-bg.webp) center/cover no-repeat;
}
.nutanix-land-form .contact-form__row .nutanix-land__text {
  font-size: 10px;
}
.nutanix-land-form .contact-form.gid .contact-form__row {
  width: 588px;
}

.nutanix-land-control h2.nutanix-land__title {
  margin-bottom: 56px;
}
.nutanix-land-control .nutanix-land-section__padding {
  padding-bottom: 0;
}
.nutanix-land-control .nutanix-land__item-img img {
  max-width: 91px;
}
.nutanix-land-control .mod--2cols {
  margin-top: 56px;
}
/*#menu-item-1213-ru,
#menu-item-1212-ru {
  display: none !important;
}*/

@media (max-width: 1200px) {
  h1.nutanix-land__title,
  h2.nutanix-land__title {
    font-size: 42px;
  }
  .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 372px;
  }
  .nutanix-land__items.mod--3cols .nutanix-land__item {
    min-width: 274px;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols .nutanix-land__item,
  .nutanix-land-about .nutanix-land__items.mod--2cols .nutanix-land__item,
  .nutanix-land-clients .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 280px;
  }
  .nutanix-land__item-back-wrapper {
    gap: 16px;
  }
  .nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content ul li {
    font-size: 12px;
  }
  .nutanix-land-hero__img img {
    max-width: 37.38vw;
  }
  .nutanix-land-what__img img {
    max-width: 49.18vw;
  }
  .nutanix-land-usage__img img {
    max-width: 35.41vw;
  }
  .nutanix-land-result h3.nutanix-land__item-title {
    font-size: 20px;
  }
  .nutanix-land-result .nutanix-land__txt {
    font-size: 18px;
  }
  .nutanix-land-harmony .nutanix-land__items {
    gap: 42px;
  }
  .nutanix-land-harmony__img img {
    max-width: 32.79vw;
  }
  .nutanix-land-about__img img {
    max-width: 43.11vw;
  }
  .nutanix-land-consultation__img img {
    max-width: 22.46vw;
    bottom: -2vw;
  }
  .nutanix-land-control .nutanix-land__items.mod--2cols {
    margin-top: 32px;
  }
  .nutanix-land-consultation__img img {
    max-width: 22.46vw;
  }
}
@media (max-width: 991.98px) {
  h2.nutanix-land__title {
    font-size: 28px;
  }
  .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 326px;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols,
  .nutanix-land-about .nutanix-land__items.mod--2cols,
  .nutanix-land-clients .nutanix-land__items.mod--2cols {
    max-width: 100%;
  }
  .nutanix-land-work .nutanix-land__logos,
  .nutanix-land-about .nutanix-land__logos,
  .nutanix-land-clients .nutanix-land__logos {
    position: static;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .nutanix-land-work .nutanix-land__logo,
  .nutanix-land-about .nutanix-land__logo,
  .nutanix-land-clients .nutanix-land__logo {
    width: 42px;
    height: 42px;
  }
  .nutanix-land__item-back-wrapper {
    grid-template-columns: 348px 1fr;
  }
  .nutanix-land-harmony h3.nutanix-land__title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
  }
  .nutanix-land-harmony__wrapper.mod--title {
    max-width: 560px;
  }
  .nutanix-land__logos {
    gap: 4%;
  }
  .nutanix-land__logos img {
    max-width: 15%;
  }
}
@media (max-width: 720.98px) {
  .nutanix-land-lead__img img {
    width: 54.69vw;
  }
  .nutanix-land-lead .nutanix-land__title {
    font-size: 5.63vw;
  }
  .nutanix-land-hero .nutanix-land-section__padding.mod--hero {
    padding: 12.5vw 0 0;
  }
  .nutanix-land-hero__logos {
    padding-bottom: 12.5vw;
  }
  .nutanix-land-hero__logos img {
    width: 100%;
  }
  .nutanix-land-hero h1.nutanix-land__title {
    font-size: 10vw;
    padding-bottom: 3.75vw;
  }
  .nutanix-land-hero h4.nutanix-land__title {
    font-size: 3.75vw;
    font-weight: 400;
  }
  .nutanix-land-hero .nutanix-land-hero__img img {
    width: 100%;
    max-width: 87.5vw;
    display: block;
    margin: 0 auto;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols,
  .nutanix-land-for .nutanix-land__items.mod--2cols,
  .nutanix-land-about .nutanix-land__items.mod--2cols,
  .nutanix-land-clients .nutanix-land__items.mod--2cols {
    max-width: 100%;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols .nutanix-land__item,
  .nutanix-land-for .nutanix-land__items.mod--2cols .nutanix-land__item,
  .nutanix-land-about .nutanix-land__items.mod--2cols .nutanix-land__item,
  .nutanix-land-clients .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: unset;
    max-width: unset;
    height: auto;
    width: 93.75vw;
  }
  .nutanix-land-work .nutanix-land__logos,
  .nutanix-land-for .nutanix-land__logos,
  .nutanix-land-about .nutanix-land__logos,
  .nutanix-land-clients .nutanix-land__logos {
    gap: 6.88vw;
  }
  .nutanix-land-work .nutanix-land__logo,
  .nutanix-land-for .nutanix-land__logo,
  .nutanix-land-about .nutanix-land__logo,
  .nutanix-land-clients .nutanix-land__logo {
    width: auto;
    height: 5.91vw;
    min-width: 6.25vw;
  }
  .nutanix-land-work .nutanix-land-section__padding {
    gap: 7.5vw;
  }
  .nutanix-land-work .nutanix-land__logos {
    padding: 0;
  }
  .nutanix-land-result .nutanix-land__items.mod--5cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
  .nutanix-land-result .nutanix-land__item {
    background: unset;
    position: relative;
    padding: 0;
    padding-left: 6.88vw;
  }
  .nutanix-land-result .nutanix-land__item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 5.63vw;
    height: 5.63vw;
    background: url("/wp-content/themes/elcore/images/nutanixgoogle-land-img/bullet.svg") no-repeat center center;
    background-size: contain;
  }
  .nutanix-land-result .nutanix-land__item-title {
    color: #000;
    padding-bottom: 1.25vw;
  }
  .nutanix-land-result .nutanix-land__txt {
    font-weight: 400;
  }
  .nutanix-land-clients .show-all-button {
    font-size: 4.37vw;
  }
  .nutanix-land-clients .nutanix-land__logos {
    gap: 4vw;
  }
  .nutanix-land-clients .nutanix-land-section__padding {
    gap: 7.5vw;
  }
  .nutanix-land-clients .nutanix-land__logos {
    padding: 0;
  }
  .nutanix-land-clients .show-all-button {
    display: none;
  }
  .nutanix-land-what .nutanix-land-section__padding {
    gap: 5vw;
  }
  .nutanix-land-what .nutanix-land__block-title {
    position: static;
    margin-bottom: 0vw;
    max-width: 100%;
    gap: 0;
  }
  .nutanix-land-what .nutanix-land__items.mod--1cols {
    max-width: 100%;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5vw;
  }
  .nutanix-land-what .nutanix-land__item {
    height: 56.25vw;
  }
  .nutanix-land-what .nutanix-land__what-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .nutanix-land-what__img img {
    display: none;
  }
  .nutanix-land-what .nutanix-land__item-title {
    position: relative;
    font-size: 5.63vw;
  }
  .nutanix-land-what .nutanix-land__item-img img {
    max-width: 62.5vw;
    padding-bottom: 7.5vw;
  }
  .nutanix-land-usage .nutanix-land__block-title {
    position: static;
    margin-bottom: 0vw;
    max-width: 100%;
    gap: 0;
  }
  .nutanix-land-usage .nutanix-land__item {
    height: 38.75vw;
  }
  .nutanix-land-usage .nutanix-land__usage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nutanix-land-usage__img img {
    display: none;
  }
  .nutanix-land-usage .nutanix-land__item-title {
    position: relative;
  }
  .nutanix-land-usage .nutanix-land__item-title {
    font-size: 5vw;
  }
  .nutanix-land-harmony .nutanix-land-harmony__wrapper {
    max-width: 100%;
  }
  .nutanix-land-harmony .nutanix-land__harmony-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nutanix-land-harmony h3.nutanix-land__title {
    font-size: 3.75vw;
  }
  .nutanix-land-harmony .nutanix-land__block-title {
    position: static;
    margin-bottom: 0vw;
    max-width: 100%;
    gap: 0;
  }
  .nutanix-land-harmony .nutanix-land__items.mod--1cols {
    max-width: 100%;
  }
  .nutanix-land-harmony .nutanix-land__item {
    height: 43.44vw;
    background: #F5F6F7;
    padding: 5vw 2.5vw;
  }
  .nutanix-land-harmony .nutanix-land__item-img {
    display: none;
  }
  .nutanix-land-harmony__img img {
    display: none;
  }
  .nutanix-land-harmony .nutanix-land-lead__wrapper {
    padding: 10vw 5vw;
  }
  .nutanix-land-harmony .nutanix-land__item-title {
    font-size: 5vw;
  }
  .nutanix-land-harmony h4.nutanix-land__title {
    font-size: 5vw;
  }
  .nutanix-land-harmony .nutanix-land__txt {
    text-align: left;
  }
  .nutanix-land-harmony .nutanix-land-lead__block {
    gap: 5vw;
  }
  .nutanix-land-harmony .nutanix-land-lead__wrapper {
    background: url("/wp-content/themes/elcore/images/microsoft-land-img/cta-bg.svg") center center/cover no-repeat;
  }
  .nutanix-land-about__img {
    display: none;
  }
  .nutanix-land-about .nutanix-land-about__img-block {
    display: none;
  }
  .nutanix-land-about .nutanix-land-about__img-block-mob {
    display: block;
  }
  .nutanix-land-about .nutanix-land-section__padding {
    gap: 7.5vw;
  }
  .nutanix-land-about__wrapper {
    margin-bottom: 0;
  }
  .nutanix-land-about .nutanix-land__items.mod--2cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .nutanix-land-consultation .nutanix-land-consultation__img {
    display: none;
  }
  .nutanix-land-consultation__content {
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, #2A1840), color-stop(31%, #4B00AA), to(#0092B0));
    background: linear-gradient(to right, #2A1840 5%, #4B00AA 31%, #0092B0 100%);
    color: #fff;
    text-align: center;
    border-radius: 2.5vw;
  }
  .nutanix-land-consultation__content .nutanix-land__part,
  .nutanix-land-consultation__content .nutanix-land__text-part {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nutanix-land-consultation__content .nutanix-land__part {
    gap: 10vw;
  }
  .nutanix-land-consultation__content .nutanix-land__text-part {
    gap: 5vw;
  }
  .nutanix-land-control h2.nutanix-land__title.mod--centered {
    text-align: left;
    margin-bottom: 5.63vw;
  }
  .nutanix-land-control h3.nutanix-land__subtitle {
    font-size: 3.75vw;
    font-weight: 400;
  }
  .nutanix-land-difference .nutanix-land-consultation__img {
    display: none;
  }
  .nutanix-land-harmony .nutanix-land-section__padding.mod--cta-grey .nutanix-land-lead__wrapper {
    background: url("/wp-content/themes/elcore/images/microsoft-land-img/cta-bg.svg") center center/cover no-repeat;
    color: #fff;
  }
}
.is-3d-tilt {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  will-change: transform;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slide-from-bottom {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: opacity, transform;
}

.slide-from-bottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  background-image: url("/wp-content/themes/elcore/images/nutanix-land-img/up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-box-shadow: rgba(0, 224, 255, 0.3) 0px 0px 40px;
          box-shadow: rgba(0, 224, 255, 0.3) 0px 0px 40px;
  border-radius: 50%;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
