@charset "UTF-8";
/*
Theme Name: Nutanix & AWS landing
Description: Styles for AWS 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: 500;
  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.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 20px;
}

.nutanix-land-container {
  width: 100%;
  max-width: 1200px;
  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__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;
}

.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-section__padding.mod--not {
  padding: 0px;
}
.nutanix-land-section__padding.mod--cta {
  padding: 0px 0px;
}

.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: 653px;
}
.nutanix-land-hero__content p {
  padding-bottom: 48px;
}
.nutanix-land-hero__logos {
  padding-bottom: 24px;
}
.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: 132px 0 95px;
  position: relative;
}

.nutanix-land-advantages__items.mod--3cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nutanix-land-advantages__items.mod--3cols .nutanix-land__item {
  min-width: 286px;
}

.nutanix-land-advantages .nutanix-land__item-icon {
  width: 20px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 3;
  display: inline-block;
  -webkit-animation: spin-clockwise 8s linear infinite;
          animation: spin-clockwise 8s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.nutanix-land-advantages .nutanix-land__item-icon-color {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 0;
  height: 20px;
}
.nutanix-land-advantages .nutanix-land__item-title {
  padding: 24px;
  position: absolute;
  inset: 0;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 2;
  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;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
}
.nutanix-land-advantages .nutanix-land__item-content {
  padding: 24px;
  background: #fff;
  position: absolute;
  inset: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: opacity 2s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity 2s ease;
  transition: transform 2s ease, opacity 2s ease, -webkit-transform 2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}
.nutanix-land-advantages .nutanix-land__item {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 274px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: -webkit-box-shadow 3s ease 2s;
  transition: -webkit-box-shadow 3s ease 2s;
  transition: box-shadow 3s ease 2s;
  transition: box-shadow 3s ease 2s, -webkit-box-shadow 3s ease 2s;
  cursor: pointer;
}
.nutanix-land-advantages .nutanix-land__item.turned .nutanix-land__item-title {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 1;
  opacity: 0;
}
.nutanix-land-advantages .nutanix-land__item.turned .nutanix-land__item-content {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 2;
  opacity: 1;
}
.nutanix-land-advantages .nutanix-land__item:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.nutanix-land-advantages .nutanix-land__item.mod--violet .nutanix-land__item-title {
  color: #fff;
  background: #4B00AA;
}
.nutanix-land-advantages .nutanix-land__item.mod--violet .nutanix-land__item-content span {
  color: #4B00AA;
  font-weight: 600;
}
.nutanix-land-advantages .nutanix-land__item.mod--violet .nutanix-land__item-icon-color svg {
  fill: #4B00AA !important;
}
.nutanix-land-advantages .nutanix-land__item.mod--purple .nutanix-land__item-title {
  color: #fff;
  background: #7855FA;
}
.nutanix-land-advantages .nutanix-land__item.mod--purple .nutanix-land__item-content span {
  color: #7855FA;
  font-weight: 600;
}
.nutanix-land-advantages .nutanix-land__item.mod--purple .nutanix-land__item-icon-color svg {
  fill: #7855FA !important;
}
.nutanix-land-advantages .nutanix-land__item.mod--green .nutanix-land__item-title {
  color: #fff;
  background: #0092B0;
}
.nutanix-land-advantages .nutanix-land__item.mod--green .nutanix-land__item-content span {
  color: #0092B0;
  font-weight: 600;
}
.nutanix-land-advantages .nutanix-land__item.mod--green .nutanix-land__item-icon-color svg {
  fill: #0092B0 !important;
}

@-webkit-keyframes spin-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.nutanix-land-migration .nutanix-land__item {
  position: relative;
}
.nutanix-land-migration .nutanix-land__item-num {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.22; /* 59/48 */
  color: #1A90AE;
  width: 72px;
  height: 72px;
  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;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.nutanix-land-migration .nutanix-land__item {
  padding-top: 88px;
}

.nutanix-land-experience {
  position: relative;
  color: #fff;
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/experience-bg.svg") center center/cover no-repeat;
}
.nutanix-land-experience .nutanix-land-container {
  text-align: center;
  max-width: 812px;
}
.nutanix-land-experience .nutanix-land-section__padding {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.nutanix-land-experience .nutanix-land__title span {
  font-size: 20px;
  color: inherit;
  background: unset;
  border-radius: unset;
  padding: unset;
  display: block;
  margin-top: 8px;
}
.nutanix-land-experience .nutanix-land__btn, .nutanix-land-experience .nutanix-land-form .contact-form__submit-btn, .nutanix-land-form .nutanix-land-experience .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: 32px;
}
.nutanix-land-experience__img-1 {
  position: absolute;
  left: 98px;
  top: 16px;
  width: 100%;
  max-width: 219px;
}
.nutanix-land-experience__img-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 221px;
}

.nutanix-land-work .nutanix-land__work-wrapp {
  position: relative;
}
.nutanix-land-work .nutanix-land__items.mod--2cols {
  max-width: 75%;
}
.nutanix-land-work .nutanix-land__items.mod--2cols .nutanix-land__item {
  min-width: 366px;
}
.nutanix-land-work .nutanix-land__item {
  height: auto;
}
.nutanix-land-work .nutanix-land__logos {
  width: 269px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.nutanix-land-work .nutanix-land__logo {
  width: 112px;
  height: 112px;
  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;
}
.nutanix-land-usage .nutanix-land__items.mod--1cols {
  max-width: 690px;
  margin-left: auto;
}
.nutanix-land-usage .nutanix-land__block-title {
  max-width: 460px;
  position: absolute;
  left: 0;
  top: 0;
}
.nutanix-land-usage__img img {
  width: 100%;
  max-width: 486px;
}
.nutanix-land-usage .nutanix-land {
  /*
  		&__block {
              display: grid;
              grid-template-columns: 486px 1fr;
              gap: 24px;
  		}
  */
}
.nutanix-land-clients {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.nutanix-land-clients .nutanix-land__item {
  padding: 0;
}
.nutanix-land-clients .nutanix-land__item-front {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
}
.nutanix-land-clients .nutanix-land__item-front-icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.nutanix-land-clients .nutanix-land__item-front-img-wrap {
  width: 221px;
  height: 72px;
  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;
}
.nutanix-land-clients .nutanix-land__item-front-img-wrap img {
  max-width: 184px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.nutanix-land-clients .nutanix-land__item-front-more {
  display: none;
}
.nutanix-land-clients .nutanix-land__item-front-logo .nutanix-land__title {
  display: none;
}

.nutanix-land__item-back {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 32px 16px;
  overflow-y: auto;
}
.nutanix-land__item-back.active {
  opacity: 1;
  pointer-events: auto;
}

body.modal-open {
  overflow: hidden;
}

.nutanix-land__modal-wrapper {
  background: #F5F6F7;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 20px;
  border-radius: 8px;
  min-height: 680px;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.nutanix-land__item-back-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 384px 1fr;
  gap: 24px;
}
.nutanix-land__item-back-about {
  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;
}
.nutanix-land__item-back-about-img {
  display: block;
  width: 100%;
  max-width: 160px;
}
.nutanix-land__item-back-about-name {
  min-height: 262px;
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/modal-1-bg.svg") center center/cover no-repeat;
  padding: 24px;
  border-radius: 8px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
#second-modal .nutanix-land__item-back-about-name {
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/modal-2-bg.svg") center center/cover no-repeat;
}
#third-modal .nutanix-land__item-back-about-name {
  background: url("/wp-content/themes/elcore/images/nutanix-land-img/modal-3-bg.svg") center center/cover no-repeat;
}
.nutanix-land__item-back-about-txt {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
}
.nutanix-land__item-back-cards {
  padding-right: 64px;
}

.close-modal {
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  width: 44px;
  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;
  position: absolute;
  top: 0px;
  right: 0px;
}
.close-modal img {
  width: 100%;
  max-width: 44px;
}

.nutanix-land__item-back-cards .nutanix-land__item-back-card {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 29px 24px;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-header .accordion-arrow {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content ul {
  list-style: none;
  padding-left: 12px;
  margin: 0;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content ul li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card .accordion-content p:not(:last-child) {
  margin-bottom: 12px;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card.active .accordion-content {
  max-height: 1000px;
  margin-top: 32px;
}
.nutanix-land__item-back-cards .nutanix-land__item-back-card.active .accordion-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nutanix-land-form {
  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;
}

.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-hero__content {
    max-width: 480px;
  }
  .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;
  }
  .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;
  }
  [class*=__items] {
    gap: 16px;
  }
  .nutanix-land__item {
    padding: 16px;
  }
  [class*=__item-title] {
    font-size: 18px;
  }
  .nutanix-land-advantages .nutanix-land__item-title {
    font-size: 18px;
  }
  .nutanix-land-advantages .nutanix-land__item-content {
    padding: 32px 16px;
  }
  .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 372px;
  }
  .nutanix-land__items.mod--3cols .nutanix-land__item {
    min-width: 298px;
  }
  .nutanix-land-migration .nutanix-land__item {
    padding: 56px 10px 16px;
  }
  .nutanix-land-migration .nutanix-land__item-num {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
  .nutanix-land-experience .nutanix-land-container {
    max-width: 686px;
  }
  .nutanix-land-experience .nutanix-land__title span {
    font-size: 16px;
  }
  .nutanix-land-experience h3.nutanix-land__title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
  }
  .nutanix-land-experience__img-1 {
    left: 0;
    top: 0;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 280px;
  }
  .nutanix-land-work .nutanix-land__logos {
    width: 24%;
  }
  .nutanix-land-usage .nutanix-land__block-title {
    max-width: 39%;
  }
  .nutanix-land-usage .nutanix-land__items.mod--1cols {
    max-width: 60%;
  }
  .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-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 */
  }
  .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: 326px;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols {
    max-width: 100%;
  }
  .nutanix-land-work .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;
    margin-top: 32px;
  }
  .nutanix-land-work .nutanix-land__logo {
    width: 64px;
    height: 64px;
  }
  .nutanix-land-migration .nutanix-land__items.mod--3cols .nutanix-land__item {
    min-width: 317px;
  }
  .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 {
    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-section__padding.mod--hero {
    padding: 12.5vw 0;
  }
  .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-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-advantages .nutanix-land__item {
    width: 93.75vw;
    height: 93.75vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: unset;
    gap: 0;
  }
  .nutanix-land-advantages .nutanix-land__item img {
    display: none;
  }
  .nutanix-land-advantages .nutanix-land__item.mod--violet {
    border: 1px solid #4B00AA;
  }
  .nutanix-land-advantages .nutanix-land__item.mod--violet .nutanix-land__item-title {
    color: #4B00AA;
    background: #fff;
    text-align: left;
  }
  .nutanix-land-advantages .nutanix-land__item.mod--purple {
    border: 1px solid #7855FA;
  }
  .nutanix-land-advantages .nutanix-land__item.mod--purple .nutanix-land__item-title {
    color: #7855FA;
    background: #fff;
    text-align: left;
  }
  .nutanix-land-advantages .nutanix-land__item.mod--green {
    border: 1px solid #1A90AE;
  }
  .nutanix-land-advantages .nutanix-land__item.mod--green .nutanix-land__item-title {
    color: #1A90AE;
    background: #fff;
    text-align: left;
  }
  .nutanix-land-advantages .nutanix-land__item-icon-color {
    display: none;
  }
  .nutanix-land-advantages .nutanix-land__item-title {
    position: static;
    font-size: 5vw;
    padding: 0;
    margin-bottom: 5vw;
  }
  .nutanix-land-advantages .nutanix-land__item-content {
    position: static;
    padding: 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    z-index: auto;
  }
  .nutanix-land-migration .nutanix-land__item-num {
    font-size: 7.5vw;
    width: 12.5vw;
    height: 12.5vw;
  }
  .nutanix-land-migration .nutanix-land__item {
    padding: 17.5vw 3.13vw 5vw;
    height: 102.5vw;
  }
  .nutanix-land-experience {
    border-radius: 2.5vw;
    margin: 0 20px;
    background: url("/wp-content/themes/elcore/images/nutanix-land-img/experience-bg-mob.svg") center center/cover no-repeat;
  }
  .nutanix-land-experience .nutanix-land-section__padding {
    gap: 5vw;
  }
  .nutanix-land-experience .nutanix-land-section__padding a {
    width: 100%;
  }
  .nutanix-land-experience .nutanix-land-section__padding a svg {
    width: 5vw;
    height: 5vw;
  }
  .nutanix-land-experience__img-1, .nutanix-land-experience__img-2 {
    display: none;
  }
  .nutanix-land-experience .nutanix-land__title span {
    font-size: 5vw;
    font-weight: 500;
  }
  .nutanix-land-experience .nutanix-land__btn, .nutanix-land-experience .nutanix-land-form .contact-form__submit-btn, .nutanix-land-form .nutanix-land-experience .contact-form__submit-btn {
    gap: 10vw;
  }
  .nutanix-land-experience h3.nutanix-land__title {
    font-size: 3.75vw;
    font-weight: 400;
    padding-bottom: 5vw;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols {
    max-width: 100%;
  }
  .nutanix-land-work .nutanix-land__items.mod--2cols .nutanix-land__item {
    min-width: unset;
    max-width: unset;
    height: 62.5vw;
    width: 93.75vw;
  }
  .nutanix-land-work .nutanix-land__logos {
    gap: 3.75vw;
    margin-bottom: 7.5vw;
    margin-top: 20vw;
  }
  .nutanix-land-work .nutanix-land__logo {
    width: 18.75vw;
    height: 20vw;
  }
  .nutanix-land-usage .nutanix-land__block-title {
    position: static;
    margin-bottom: 7.5vw;
  }
  .nutanix-land-usage .nutanix-land__items.mod--1cols {
    max-width: 100%;
    margin-left: unset;
  }
  .nutanix-land-usage .nutanix-land__item {
    height: 56.25vw;
  }
  .nutanix-land-usage__img img {
    display: none;
  }
  .nutanix-land-clients__items.mod--3cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }
  .nutanix-land-clients .nutanix-land__item.item--blue-bordered {
    border: unset;
    background: #F5F6F7;
  }
  .nutanix-land-clients .nutanix-land__item-front {
    height: auto;
    padding: 5vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 12.5vw;
    -webkit-column-gap: 5.63vw;
       -moz-column-gap: 5.63vw;
            column-gap: 5.63vw;
  }
  .nutanix-land-clients .nutanix-land__item-front-logo {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5vw;
  }
  .nutanix-land-clients .nutanix-land__item-front-logo .nutanix-land__title {
    display: block;
  }
  .nutanix-land-clients .nutanix-land__item-front-img-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 38.44vw;
    height: 12.5vw;
    position: relative;
  }
  .nutanix-land-clients .nutanix-land__item-front-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nutanix-land-clients .nutanix-land__item-front-icon {
    display: none;
  }
  .nutanix-land-clients .nutanix-land__item-front-more {
    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;
    width: 100%;
    max-width: 83.75vw;
    height: 15vw;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 7.5vw;
  }
  .nutanix-land-clients .nutanix-land__item:active {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .nutanix-land__modal .nutanix-land__modal-wrapper {
    padding: 5vw 3.13vw;
    border-radius: 2.5vw;
    background: #fff;
    background: url("/wp-content/themes/elcore/images/nutanix-land-img/first-modal-mob.svg") center center/cover no-repeat;
    overflow-x: hidden;
    max-height: 80vh; /* або інша висота, яка вміщується на екрані */
    overflow-y: auto;
  }
  .nutanix-land__modal .nutanix-land__item-back {
    padding: 0;
  }
  .nutanix-land__modal .nutanix-land__item-back-wrapper {
    grid-template-columns: 1fr;
    gap: 7.5vw;
    /*
    .close-modal {
        width: mob(44);
        height: mob(44);
    }*/
  }
  .nutanix-land__modal .nutanix-land__item-back-about-name {
    min-height: unset;
    background: unset;
    padding: unset;
  }
  .nutanix-land__modal .nutanix-land__item-back-about-img {
    max-width: 38.13vw;
    margin-bottom: 15vw;
  }
  .nutanix-land__modal .nutanix-land__item-back-about-txt {
    padding: unset;
    border-radius: unset;
  }
  .nutanix-land__modal .nutanix-land__item-back-cards {
    padding-right: 0;
    max-width: 100%;
  }
  .nutanix-land__modal .nutanix-land__item-back-card {
    padding: 5vw 2.5vw;
    margin-bottom: 7.5vw;
    width: 93.75vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nutanix-land__modal .nutanix-land__item-back-card .accordion-content {
    max-height: none !important;
    overflow: visible !important;
  }
  .nutanix-land__modal .nutanix-land__item-back-card .accordion-content p {
    font-size: 3.75vw;
  }
  .nutanix-land__modal .nutanix-land__item-back-card .accordion-content p:not(:last-child) {
    margin-bottom: 3.75vw;
  }
  .nutanix-land__modal .nutanix-land__item-back-card .accordion-content ul li {
    font-size: 3.75vw;
  }
  .nutanix-land__modal .nutanix-land__item-back-card .accordion-header {
    pointer-events: none;
    margin-bottom: 3.75vw;
  }
  .nutanix-land__modal .nutanix-land__item-back-card .accordion-header img {
    display: none;
  }
  .nutanix-land__modal .nutanix-land__item-back-cards-slider {
    width: 100%;
    max-width: 93.75vw;
    margin: 0 auto;
  }
  .nutanix-land__modal .nutanix-land__item-back-cards-slider .slick-list {
    overflow: visible;
  }
  .nutanix-land__modal .nutanix-land__item-back-cards-slider .nutanix-land__item-back-card {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5px;
  }
  .nutanix-land__modal .slick-dots {
    bottom: 0 !important;
  }
  #second-modal .nutanix-land__modal-wrapper {
    background: url("/wp-content/themes/elcore/images/nutanix-land-img/second-modal-mob.svg") center center/cover no-repeat;
  }
  #second-modal .nutanix-land__item-back-about-name {
    background: unset;
  }
  #second-modal .nutanix-land__item-back-about-txt {
    background: unset;
  }
  #third-modal .nutanix-land__modal-wrapper {
    background: url("/wp-content/themes/elcore/images/nutanix-land-img/third-modal-mob.svg") center center/cover no-repeat;
  }
  #third-modal .nutanix-land__item-back-about-name {
    background: unset;
  }
  #third-modal .nutanix-land__item-back-about-txt {
    background: unset;
  }
  #first-modal .nutanix-land__modal-wrapper {
    background: url("/wp-content/themes/elcore/images/nutanix-land-img/first-modal-mob.svg") center center/cover no-repeat;
  }
  #first-modal .nutanix-land__item-back-about-name {
    background: unset;
  }
  #first-modal .nutanix-land__item-back-about-txt {
    background: unset;
  }
  .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;
    background: #000;
    color: #fff !important;
    border: 1px solid #fff !important;
    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: #000;
    accent-color: #fff;
  }
  .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;
  }
}