@charset "UTF-8";
/*
Theme Name: Nutanix & Google landing
Description: Styles for Nutanix & Google 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 li button::before {
  display: none;
}
.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 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.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.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 button {
    width: 1.87vw;
    height: 1.87vw;
  }
  .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.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;
  }
}
.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;
}

#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 li button::before {
  display: none;
}
.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 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.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.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #0190AB;
}

@media (max-width: 768px) {
  .nutanix-land-body div.slick-list.draggable {
    height: auto !important;
  }
  .nutanix-land-body .slick-track {
    height: auto !important;
  }
}
.nutanix-land__txt ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.nutanix-land__txt ul li {
  display: list-item;
  margin-bottom: 24px;
}

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;
}

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

h3.nutanix-land__subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

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

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

.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-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__title.mod--centered {
  text-align: center;
}
.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--download, .nutanix-land-form .mod--download.contact-form__submit-btn {
  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;
  gap: 8px;
}
.nutanix-land__btn svg, .nutanix-land-form .contact-form__submit-btn svg {
  width: 16px;
  height: 16px;
}
.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__item.item--purple {
  background: #7855FA;
  color: #fff;
}
.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;
}

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

.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;
}

@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;
    line-height: 1.22;
  }
  h2.nutanix-land__title {
    font-size: 24px;
  }
  h3.nutanix-land__title,
  h3.nutanix-land__subtitle,
  h4.nutanix-land__title {
    font-size: 18px;
  }
  [class*=__items] {
    gap: 16px;
  }
  .nutanix-land__item {
    padding: 16px;
  }
  [class*=__item-title] {
    font-size: 18px;
  }
  .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 372px;
  }
  .nutanix-land__items.mod--3cols .nutanix-land__item {
    min-width: 298px;
  }
  .nutanix-land__item-back-wrapper {
    gap: 16px;
  }
  .nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content ul li {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 326px;
  }
  .nutanix-land__item-back-wrapper {
    grid-template-columns: 348px 1fr;
  }
}
@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 button {
    width: 1.87vw;
    height: 1.87vw;
  }
  .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.slick-active button {
    width: 3.75vw;
    height: 3.75vw;
  }
  .nutanix-land__txt ul {
    padding-left: 6.25vw;
  }
  .nutanix-land__txt ul li {
    margin-bottom: 6.25vw;
  }
  .nutanix-land-padding {
    padding: 0 3.13vw;
  }
  h1.nutanix-land__title {
    font-size: 7.5vw;
    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__btn svg, .nutanix-land-form .contact-form__submit-btn svg {
    width: 5vw;
    height: 5vw;
  }
  .nutanix-land__btn.mod--download, .nutanix-land-form .mod--download.contact-form__submit-btn {
    gap: 2.5vw;
  }
  .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-section__padding.mod--hero {
    padding: 12.5vw 0;
  }
  .nutanix-land__title-block {
    gap: 3.75vw;
  }
  h3.nutanix-land__subtitle {
    font-size: 3.75vw;
    line-height: 1.6;
    font-weight: 400;
  }
}
.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;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-hero__content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-hero__content {
    max-width: 430px;
  }
}
@media only screen and (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: 40px;
}
.nutanix-land-hero__logos img {
  width: 410px;
  max-width: 100%;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-hero__logos {
    padding-bottom: 12.5vw;
  }
  .nutanix-land-hero__logos img {
    width: 93.75vw;
  }
}
.nutanix-land-hero__img {
  min-width: 0;
}
.nutanix-land-hero__img img {
  width: 670px;
  max-width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-hero__img img {
    width: 48vw;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-hero__img img {
    width: 93.75vw;
  }
}
.nutanix-land-hero .nutanix-land__title {
  font-size: 48px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-hero .nutanix-land__title {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-hero .nutanix-land__title {
    font-size: 7.5vw;
    padding-bottom: 5vw;
  }
}
.nutanix-land-hero .nutanix-land__accent_txt {
  display: block;
  margin-bottom: 16px;
  padding: 12px 24px;
  font-weight: 600;
  border: 1px solid #A9D6DE;
  border-radius: 8px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-hero .nutanix-land__accent_txt {
    margin-bottom: 2.5vw;
    padding: 3.75vw 3.13vw;
    border-radius: 2.5vw;
  }
}
.nutanix-land-hero .nutanix-land__txt {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-hero .nutanix-land__txt {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-hero .nutanix-land__txt {
    margin-bottom: 10vw;
  }
}

.nutanix-land-section__padding.mod--hero {
  position: relative;
  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: 0;
  padding: 40px 0 0;
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-section__padding.mod--hero {
    overflow: hidden;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-section__padding.mod--hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12.5vw;
    padding: 12.5vw 0;
  }
}

h1.nutanix-land__title {
  padding-bottom: 24px;
}

.nutanix-land-features__features-colored-title .nutanix-land-section__padding {
  display: block;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-features__features-colored-title h2.nutanix-land__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-colored-title h2.nutanix-land__title {
    font-size: 7.5vw;
  }
}
.nutanix-land-features__features-colored-title .nutanix-land__item {
  padding: 40px 24px 16px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-colored-title .nutanix-land__item {
    padding: 7.5vw 5vw;
  }
}
.nutanix-land-features__features-colored-title .nutanix-land__item-title {
  padding-bottom: 24px;
  font-size: 48px;
  color: #1A90AE;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-features__features-colored-title .nutanix-land__item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-features__features-colored-title .nutanix-land__item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-colored-title .nutanix-land__item-title {
    font-size: 7.5vw;
    padding-bottom: 3.75vw;
  }
}
.nutanix-land-features__features-colored-title .nutanix-land__subtitle {
  margin-top: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-colored-title .nutanix-land__subtitle {
    margin-top: 5vw;
  }
}
.nutanix-land-features__features-colored-title .nutanix-land__title-block {
  margin-bottom: 64px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-colored-title .nutanix-land__title-block {
    margin-bottom: 10vw;
  }
}
.nutanix-land-features__features-colored-title .nutanix-land__accent_txt {
  display: block;
  padding: 12px 24px;
  border: 1px solid #A9D6DE;
  border-radius: 8px;
}
.nutanix-land-features__features-colored-title .nutanix-land__accent {
  margin-top: 8px;
  color: #003756;
}

.nutanix-land-difference__difference-accent-text .nutanix-land-section__padding {
  gap: 0;
}
.nutanix-land-difference__difference-accent-text .nutanix-land-consultation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-difference__difference-accent-text .nutanix-land-consultation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10vw;
  }
}
.nutanix-land-difference__difference-accent-text .nutanix-land__title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-difference__difference-accent-text .nutanix-land__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-difference__difference-accent-text .nutanix-land__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-difference__difference-accent-text .nutanix-land__title {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }
}
.nutanix-land-difference__difference-accent-text .nutanix-land__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-difference__difference-accent-text .nutanix-land__subtitle {
    margin-bottom: 3.75vw;
    font-size: 3.75vw;
  }
}
.nutanix-land-difference__difference-accent-text .nutanix-land__accent_txt {
  display: block;
  margin-top: 24px;
  padding: 12px 24px;
  border: 1px solid #A9D6DE;
  border-radius: 8px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-difference__difference-accent-text .nutanix-land__accent_txt {
    margin-top: 10vw;
    padding: 3.75vw 3.13vw;
    border-radius: 2.5vw;
  }
}
.nutanix-land-difference__difference-accent-text.difference-title-main .nutanix-land__title--main {
  margin-bottom: 48px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-difference__difference-accent-text.difference-title-main .nutanix-land__title--main {
    margin-bottom: 5vw;
  }
}

.layout-40-60 .nutanix-land-consultation__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.layout-40-60 .nutanix-land__part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}

.layout-30-70 .nutanix-land-consultation__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.layout-30-70 .nutanix-land__part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
}

.layout-50-50 .nutanix-land-consultation__img,
.layout-50-50 .nutanix-land__part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.layout-60-40 .nutanix-land-consultation__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}
.layout-60-40 .nutanix-land__part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.is-reverse .nutanix-land-consultation__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 720.98px) {
  .is-reverse .nutanix-land-consultation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 720.98px) {
  .layout-40-60 .nutanix-land-consultation__img,
  .layout-40-60 .nutanix-land__part,
  .layout-30-70 .nutanix-land-consultation__img,
  .layout-30-70 .nutanix-land__part,
  .layout-50-50 .nutanix-land-consultation__img,
  .layout-50-50 .nutanix-land__part,
  .layout-60-40 .nutanix-land-consultation__img,
  .layout-60-40 .nutanix-land__part {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.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;
}
@media only screen and (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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 75px;
  padding: 32px 40px;
  border-radius: 8px;
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/lead-bg.svg") center/cover no-repeat;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-lead__wrapper {
    padding: 14px 16px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-lead__wrapper {
    -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;
    padding: 5vw;
    border-radius: 2.5vw;
    text-align: center;
  }
}
.nutanix-land-lead__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 75px;
}
@media only screen and (max-width: 720.98px) {
  .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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.nutanix-land-lead__img img {
  width: 201px;
  max-width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-lead__img img {
    width: 268px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-lead__img img {
    width: 83.75vw;
  }
}
.nutanix-land-lead .nutanix-land__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-lead .nutanix-land__title {
    width: 100%;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-lead .nutanix-land__title {
    margin-bottom: 5vw;
    text-align: center;
  }
}
.nutanix-land-lead .mod--cta-grey {
  padding: 0;
}
.nutanix-land-lead .mod--cta-grey .nutanix-land-lead__wrapper {
  background: #F5F6F7;
  color: #000;
  padding: 24px;
}
.nutanix-land-lead .mod--cta-grey .nutanix-land-lead__block {
  max-width: 868px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nutanix-land-features__features-listed-items h3.nutanix-land__item-title {
  padding-bottom: 0;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-listed-items h3.nutanix-land__item-title {
    color: #1A90AE;
  }
}
.nutanix-land-features__features-listed-items .nutanix-land__item-img img {
  padding-bottom: 0;
}
.nutanix-land-features__features-listed-items .nutanix-land__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-listed-items .nutanix-land__item-header {
    gap: 2.5vw;
    margin-bottom: 3.75vw;
  }
}
.nutanix-land-features__features-listed-items .nutanix-land__w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-listed-items .nutanix-land__w {
    gap: 7.5vw;
  }
}
.nutanix-land-features__features-listed-items .nutanix-land__list ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.nutanix-land-features__features-listed-items .nutanix-land__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-listed-items .nutanix-land__list li {
    gap: 1.25vw;
    margin-bottom: 5vw;
  }
}
.nutanix-land-features__features-listed-items .nutanix-land__list li:last-child {
  margin-bottom: 0;
}
.nutanix-land-features__features-listed-items .nutanix-land__list li::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 4H11V7H8V4Z' fill='%231A90AE'/><path d='M11 7H14V10H11V7Z' fill='%231A90AE'/><path d='M14 10H17V13H14V10Z' fill='%231A90AE'/><path d='M11 13H14V16H11V13Z' fill='%231A90AE'/><path d='M8 16H11V19H8V16Z' fill='%231A90AE' /></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-features__features-listed-items .nutanix-land__list li::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.63vw;
            flex: 0 0 5.63vw;
    width: 5.63vw;
    height: 5.63vw;
  }
}

.nutanix-land-work.mod-small-logos .nutanix-land__item-title.mod--work-accent {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.4;
  padding-bottom: 3.75vw;
}
@media only screen and (min-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__item-title.mod--work-accent {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1199.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__item-title.mod--work-accent {
    font-size: 32px;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__work-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__work-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__items {
  -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: flex-start;
}
.nutanix-land-work.mod-small-logos .nutanix-land__items.mod--2cols {
  max-width: 75%;
}
.nutanix-land-work.mod-small-logos .nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 366px;
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__items.mod--2cols {
    max-width: 100%;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__items.mod--2cols {
    max-width: 100%;
  }
  .nutanix-land-work.mod-small-logos .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: unset;
    max-width: 100%;
    width: 87.5vw;
    height: 62.5vw;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__work-slides {
  width: 100%;
  max-width: 440px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__work-slides {
    max-width: unset;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__item {
  height: auto;
}
.nutanix-land-work.mod-small-logos .nutanix-land__item.item--logo {
  padding: 0;
}
.nutanix-land-work.mod-small-logos .nutanix-land__item.item--logo img {
  max-width: 85px;
  height: auto;
}
.nutanix-land-work.mod-small-logos .nutanix-land__items--merged {
  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-work.mod-small-logos .nutanix-land__items--merged .nutanix-land__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #f5f6f7;
  border: unset;
  border-radius: 8px;
  padding: 32px 24px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__items--merged .nutanix-land__item {
    border-radius: 2.5vw;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 24px;
  margin-top: auto;
  padding-bottom: 34px;
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__logos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__logos {
    gap: 3.75vw;
    margin: 7.5vw 0 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__logo {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__logo {
    width: 18.75vw;
    height: 20vw;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__item-img img {
  max-width: 24px;
  padding-bottom: 40px;
}
.nutanix-land-work.mod-small-logos .nutanix-land__item:first-child .nutanix-land__item-img img {
  max-width: 70vw;
  padding-bottom: 7.5vw;
}
@media only screen and (min-width: 720.98px) {
  .nutanix-land-work.mod-small-logos .nutanix-land__item:first-child .nutanix-land__item-img img {
    max-width: 291px;
    padding-bottom: 40px;
  }
}
.nutanix-land-work.mod-small-logos .nutanix-land__txt ul li {
  margin-bottom: 12px;
}
.nutanix-land-work.mod-small-logos .nutanix-land-section__padding {
  gap: 48px;
}

.nutanix-land-features__features-big-icons .nutanix-land__item {
  padding: 7.5vw 5vw;
}
@media only screen and (min-width: 720.98px) {
  .nutanix-land-features__features-big-icons .nutanix-land__item {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .nutanix-land-features__features-big-icons h2.nutanix-land__title {
    font-size: 32px;
  }
}
.nutanix-land-features__features-big-icons .nutanix-land__items.mod--3cols.nutanix-land__features-slides {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media only screen and (min-width: 720.98px) {
  .nutanix-land-features__features-big-icons .nutanix-land__items.mod--3cols.nutanix-land__features-slides {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 991.98px) {
  .nutanix-land-features__features-big-icons .nutanix-land__items.mod--3cols.nutanix-land__features-slides {
    grid-template-columns: repeat(3, 1fr);
  }
}
.nutanix-land-features__features-big-icons .nutanix-land__item-img img {
  max-width: 18.44vw;
  padding-bottom: 3.75vw;
}
@media only screen and (min-width: 720.98px) {
  .nutanix-land-features__features-big-icons .nutanix-land__item-img img {
    max-width: 77px;
    padding-bottom: 24px;
  }
}

.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,
.nutanix-land-form h3.nutanix-land__title {
  text-align: center;
}
.nutanix-land-form .nutanix-land__title-wrapper.mod--centered {
  gap: 56px;
}
.nutanix-land-form h3.nutanix-land__title span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
}
.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: 0 8px;
}
.nutanix-land-form .contact-form.gid span.wpcf7-form-control-wrap[data-name=your-confirm] {
  padding-top: 10px;
}
.nutanix-land-form .contact-form.gid .col-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.nutanix-land-form .contact-form.gid input[type=text],
.nutanix-land-form .contact-form.gid input[type=tel],
.nutanix-land-form .contact-form.gid input[type=email],
.nutanix-land-form .contact-form.gid textarea,
.nutanix-land-form .contact-form.gid select {
  width: 100%;
  height: 48px;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #000;
  border: 1px solid #232F3E;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.nutanix-land-form .contact-form.gid select option {
  color: #000;
}
.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 {
  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;
  min-width: 142px;
  max-height: 46px;
  margin-left: auto;
  font-size: 18px;
}
.nutanix-land-form .contact-form__content .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}
.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-select {
  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 right 20px center;
  background-size: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-form .nutanix-land-padding,
  .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 .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 .col-6 {
    width: 93.75vw;
    margin: 0 auto;
  }
  .nutanix-land-form .col-6 .col-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nutanix-land-form .contact-form .col-wrap {
    width: 93.75vw;
    margin: 0 auto 3.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: flex-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;
    padding: 3.28vw 6.25vw;
    font-size: 3.75vw;
  }
  .nutanix-land-form .contact-form select option {
    background: #fff;
    color: #000;
  }
  .nutanix-land-form .contact-form input[type=checkbox] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 5vw;
    height: 5vw;
    border: 1px solid #F5F6F7;
  }
  .nutanix-land-form .contact-form__submit-btn {
    width: 93.75vw;
    max-width: 93.75vw;
    height: 12.5vw;
    max-height: 12.5vw;
    font-size: 5.63vw;
  }
}
@media only screen and (min-width: 500px) and (max-width: 720.98px) {
  .nutanix-land-form .col-6,
  .nutanix-land-form .contact-form .col-wrap,
  .nutanix-land-form .contact-form__submit-btn {
    width: 300px;
    max-width: 300px;
  }
}

.nutanix-land-form__wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 72px 0;
  gap: 40px;
  background: #fff;
  border-radius: 16px;
}
@media only screen and (max-width: 720.98px) {
  .nutanix-land-form__wrapper {
    max-width: 100%;
    padding: 15vw 0;
    gap: 10vw;
    background: #000;
    color: #fff;
    border-radius: 0;
  }
}