@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
html,
body {
	height: 100%;
	line-height: 1;
}
textarea,
button,
input {
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}
button {
	cursor: pointer;
	background-color: inherit;
}
.google-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;
}
.google-land__list-item span.mod--semibold{
  font-weight: 600;
}
.google-land__txt.mod--semibold{
  font-weight: 600;
}
.google-land__txt.mod--centered{
  text-align: center;
}
.google-land__txt.mod--dark-gray{
  color: #4F4F4F;
}
.google-land-workspace .google-land__txt{
  line-height: 1.2;
}
.google-land-workspace .google-land-counter__content {
  max-width: 57.5%;
}
.google-land-wrapper{
  overflow: hidden;
	min-height: 100%;
	position: relative;

	display: flex;
	flex-direction: column;
}
.google-land-padding{
  padding: 0 20px;
}
.google-land-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.google-land-container.mod--forsliders{
  padding: 56px 0;
  max-width: 1086px;
}
.google-land-section__padding{
  padding: 64px 0px;
}
.google-land-section__padding.mod--cta{
  padding: 32px 0px;
}
.google-land-section__padding.mod--cta.mod--thefirst {
  padding: 0 0 32px;
}
.google-land-section__padding.mod--forsliders {
  padding: 0; 
  display: block; 
  gap: 0; 
  align-items: normal; 
  justify-content: normal; 
  max-width: none; 
  box-sizing: content-box; 
}
.google-land-section__padding.mod--meet{
  gap: 48px;
}
.google-land__content{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
}
.google-land__content.mod--g56{
  gap: 56px;
}
.google-land__content.mod--g64{
  gap: 64px;
}
.google-land__subcontent{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
}
.google-land__subcontent.mod--meet{
  align-items: flex-start;
  gap: 16px;
}
.google-land__column{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.google-land__column.mod--g16{
  gap: 16px;
}
.google-land__column.mod--g24{
  gap: 24px;
}
.google-land-cloud .google-land__column.mod--g24 {
  max-width: 65%;
}
.google-land__row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.google-land__link-block {
  display: block;
  width: 100%;
}
.google-land__link-block:hover .google-land__title.mod--cta-small{
  color: #E7A801;
}
.google-land__btn-wrapper{
  text-align: center;
}
.google-land__btn-labeled{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
.google-land__btn-txt-label{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.google-land__btn {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #E7A801;
  background-color: #E7A801;
  padding: 16px 31px;
  color:#fff;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;

  flex-shrink: 0;

  transition: all 0.15s ease-in-out;
}
.google-land__btn:hover {
  border: 1px solid #E7A801;
  background-color: #fff;
  color:#E7A801;
}
.google-land__btn.mod--cerulean {
  background-color: #0190AB;
  border: 1px solid #0190AB;
  color:#fff;
}
.google-land__btn.mod--cerulean:hover {
  background-color: #fff;
  border: 1px solid #0190AB;
  color:#0190AB;
}
.google-land__btn.mod--blue {
  background-color: #4285F4;
  border: 1px solid #4285F4;
  color:#fff;
}
.google-land__btn.mod--blue:hover {
  background-color: #fff;
  border: 1px solid #4285F4;
  color:#4285F4;
}
.google-land__btn.mod--green {
  background-color: #34A853;
  border: 1px solid #34A853;
  color:#fff;
}
.google-land__btn.mod--green:hover {
  background-color: #fff;
  border: 1px solid #34A853;
  color:#34A853;
}
.google-land__btn.mod--white {
  background-color: #fff;
  border: 1px solid #fff;
  color:#000;
}
.google-land__btn.mod--white.mod--small {
  padding: 12px 17px;
}
.google-land__btn.mod--white:hover {
  background-color: #000;
  border: 1px solid #fff;
  color:#fff;
}
.google-land__btn-group{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;

  flex-wrap: wrap;
}
.google-land__btn-labeled {
  flex: 1 1 264px;
}
.google-land__title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;

  margin-bottom: 48px;
}
.google-land__title-wrapper.mod--inner{
  margin-bottom: 0px;
}
.google-land__title-wrapper.mod--slider{
  margin-bottom: 48px;
}
.google-land__title-wrapper.mod--centered{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.google-land__title-wrapper.mod--row{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  flex-grow: 1;
  width: 100%;
}
.google-land-platform .google-land__title-wrapper.mod--inner {
  max-width: 65%;
}
.google-land__title-content{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 16px;
}
h1.google-land__title{
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2; 

  padding-bottom: 64px;
  max-width: 660px;
}
h2.google-land__title{
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2; 
}
.google-land-cloud h2.google-land__title,
.google-land-cloud .google-land__link-block.scroll-link {
  display: none;
}
h3.google-land__title{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
h3.google-land__subtitle{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.google-land__subtitle.mod--centered{
  margin: 0 auto;
}
h4.google-land__title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
h4.google-land__title span{
  color: #FFB400;
}
h4.google-land__title.mod--meet{
  max-width: 745px;
}
h4.google-land__title.mod--cta-small{
  color: #fff;
  margin: 0 auto;
}
h4.google-land__title.mod--cta-small:hover {
  color: #FFB400;
}
.google-land__title.mod--white{
  color: #fff;
}
.google-land__title-with-img{
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.google-land__title-with-img.mod--column{
  flex-direction: column;
}
.google-land__title-with-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 62px;

  flex-grow: 1; 
  width: 100%;

  margin-bottom: 48px;
}
.google-land__wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 58px;
}
.google-land__wrapper.mod--key{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 0px;
}
.google-land__wrapper.mod--meet{
}
.google-land__txt.mod--meet{
  padding-bottom: 16px;
}
.google-land__txt.mod--black{
  color:#000;
}
.google-land__img img {
  max-width: 100%;
}
.google-land__img.mod--btn-txt-label{
  width: 20px;
  margin-right: 4px;
}
.google-land__img.mod--cloud{
  width: 307px;
}
.google-land__img.mod--what-is-google-cloud{
  width: 622px;
  display: none;
}
.google-land__img.mod--g{
  padding-top: 4px;
  width: 48px;
}
.google-land__img.mod--indastry img{
  padding-bottom: 0px;
  width: 36px;
}
.google-land__img.mod--era-icon img{
  width: 32px;
}
.google-land__img.mod--era img{
  width: 395px;
}
.google-land__img.mod--experience img{
  width: 408px;
}
.google-land__img.mod--tree img{
  width: 486px;
}
.google-land__img.mod--get img{
  width: 444px;
}
.google-land__img.mod--google-cloud-named img{
  width: 408px;
  margin-bottom: 56px;
}
.google-land__img.mod--meet-icon{
  width: 48px;
  flex-shrink: 0;
  padding-top: 7px;
}
.google-land__img.mod--meet img{
  width: 446px;
}
.google-land-key__logo{
  padding: 30px;
  flex: 1;
  text-align: center;
}
.google-land-key__img.mod--workspace{
  width: 216px;
}
.google-land-key__img.mod--cloud{
  width: 263px;  
}
.google-land-key__img.mod--chrome{
  width: 225px;  
}
.google-land-key__img.mod--os{
  width: 156px;  
}
.google-land__desc{
  flex: 1 1 0;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.google-land__desc p{
  font-size: 18px;
  line-height: 1.6;
  color: #4F4F4F;
}
.google-land__item-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.google-land__item-title.mod--business{
  margin-top: 24px;
}
ul.google-land__list>li:not(:last-child),
ul.google-land__list--float>li:not(:last-child) {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 28px;
  line-height: 1.6;
}
ul.google-land__list.mod--meet > li:not(:last-child) {
  margin-bottom: 8px; 
}
ul.google-land__list>li.google-land__list-item{
  padding-left: 12px;
	background: url('/wp-content/themes/elcore/images/google-land-img/bullet.svg') 0px 10px / 3px no-repeat;
}
.google-land__list-item--bold {
  font-weight: 600;
  display: block;
}
ul.google-land__list--float > li.google-land__list-item--float {
  padding-left: 20px;
  background: url('/wp-content/themes/elcore/images/google-land-img/bullet.svg') 0px 10px / 3px no-repeat;
  position: relative;
}
ul.google-land__list--float > li.google-land__list-item--float {
  text-indent: 12px;
  padding-left: 0px;
  
  word-wrap: break-word;
}
.google-land-business .google-land__item-content {
  gap: 20px;
}
/*google-land-lead-cta*/
.google-land-section__padding.mod--cta-small{
  padding: 0px 0px;
  align-self: stretch;
}
.google-land__items{
  display: flex;
  flex-direction: row;
  align-items:  stretch;
  justify-content: space-between;
  gap: 24px;
}
.google-land__items.mod--stretch{
  align-self: stretch;
}
.google-land__item{
  flex: 1 1 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;

  padding: 24px;
}
.google-land__item.mod--clear-pad{
  padding: 0;
}
.google-land__item.mod--expertise{
  padding: 24px 16px 10px;
}
.google-land__item.mod--workspace{
  align-items: center;
  justify-content: center;
  padding: 16px;

  flex-grow: 1;
}
.google-land__item.mod--era-title{
  padding: 22px 40px;
}
.google-land__item.mod--platform-title{
  padding: 22px 40px;
  max-width: 384px;
}
.google-land__item.mod--platform{
  padding: 32px 24px 16px;
  gap: 8px;
}
.google-land__item.mod--era{
  padding: 24px 12px;
  justify-content: flex-start;
  gap: 24px;
}
.google-land__item.mod--meet{
  padding: 24px 12px;
  border-width: 1px;
}
.item--grey{
  background-color: #f5f6f7; 
  border-radius: 8px;
}
.item--bordered{
  border: 2px solid #f5f6f7; 
  border-radius: 8px;
}
.item--blue-bordered{
  border: 1px solid #A9D6DE;
  border-radius: 8px;
}
.google-land__item-title-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.google-land__item-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.google-land__item-content.mod--gemini{
  gap: 16px;
}
.google-land__item-content.mod--platform{
  gap: 8px;
}
.google-land__item-content.mod--meet{
  gap: 8px;
}
.google-land__item-img img{
  width: 36px;
}
.google-land__item-img.mod--platform{
  width: 32px;
  margin-bottom: 16px;
}
.google-land__item-img.mod--gemini img{
  width: 108px;
}
/*google-land-hero*/
.google-land-section__padding.mod--hero{
  padding: 90px 0px 58px;

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 77px;
}
.google-land-section__padding.mod--middle{
  padding: 64px 0px;
}
.google-land-section__padding.mod--medium{
  padding: 56px 0px;
}
.google-land-section__padding.mod--not{
  padding: 0px;
}
.google-land-hero__content{
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 0;

  max-width: 66%;
}
.google-land-hero__logos--mob{
  display: none;
}
.google-land-hero__logos{
  padding-bottom: 48px;
}
.google-land-hero__logos img{
  width: 655px;
}
.google-land__img.mod--hero img{
  width: 327px;
}
/*google-land-counter*/
.google-land-counter__wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  padding: 52px 0 24px;

  margin-top: 48px;
  margin-bottom: 32px;
}
.google-land__counter-block > :nth-child(1){
  max-width: 100%;
  width: 174px;
}
.google-land__counter-block > :nth-child(2){
  max-width: 100%;
  width: 148px;
}
.google-land__counter-block > :nth-child(3){
  max-width: 100%;
  width: 124px;
}
.google-land__spancrement{
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2; 
  color: #00AB31;
}
.google-land__img.mod--workspace img{
  width: 390px;
}
.google-land__item.item--grey.mod--workspace.google-land__phone {
  display: none;
}
.google-land-counter__content{
  flex: 1 1 0;
}
.google-land-counter__content .google-land__counter-block{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;

  margin-bottom: 96px;
}
.google-land-counter__content .google-land__counter-block__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  width: 25%;
}
.google-land-counter__content.spancrement{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.google-land-counter__content .counter-block__title{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
/*google-land-experience*/
.google-land__experience-slides {
  flex-grow: 1;
  max-width: 66%;
}
.google-land-experience .google-land__title-with-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
.google-land-experience .google-land-hero__logos {
  padding-bottom: 0px;
}
.google-land-experience__wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.google-land-experience .google-land__content{
  gap: 48px;
}
.google-land-experience__img-certificates img{
  max-width: 100%;
  width: 488px;
}
.google-land-experience__img{
  padding: 30px;
}
.google-land__experience-slides{
  display: flex;
  gap: 32px 24px;
}
.google-land-experience__items{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 32px 24px;

  flex: 1 1 0;
}
.google-land-experience__item{
  display: flex;
  flex-direction: row;
  align-items:flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.google-land-experience__item-img img{
  transform: translateY(4px);
  width: 9px;
}
.google-land-experience__item-content{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: flex-start;
  gap: 4px;
}
/*google-lead*/
.google-land-lead.mod--hero{
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  z-index: 999;
}
.google-land-section__padding.mod--lead{
  padding: 40px 0;
}
.google-land-lead__wrapper{
  background: url("/wp-content/themes/elcore/images/google-land-img/lead-bg.svg") center center / cover no-repeat;;
  padding: 32px 40px;
  border-radius: 8px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  color: #fff;
}
.google-land-lead__wrapper.mod--orange{
  background: url("/wp-content/themes/elcore/images/google-land-img/lead-bg-orange.webp") center center / cover no-repeat;
  padding: 14px 40px;
}
.google-land-lead__wrapper.mod--orange .google-land__title span{
background-color: #FF9900;
color:#000;
padding: 2px 6px;
border-radius: 4px;
margin: 0 2px;
font-weight: 700;
}
.google-land-lead__wrapper.mod--cta-small{
  background: url("/wp-content/themes/elcore/images/google-land-img/phrase-bg.svg") center center / cover no-repeat;
  padding: 16px 32px;
}
.google-land-lead__wrapper.mod--cta-small-2{
  background: url("/wp-content/themes/elcore/images/google-land-img/phrase-bg-2.svg") center center / cover no-repeat;
  padding: 16px 32px;
}
.google-land-lead__content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 16px;
  column-gap: 40px;
  flex-wrap: wrap;
}
.google-land-lead__content .google-land__title{
  flex-shrink: 0;
}
.google-land-lead__img img{
  width: 220px;
  max-width: 100%;
}
.google-land-lead__wrapper.mod--orange .google-land-lead__img img{
  width: 210px;
  max-width: 100%;
}
.google-land-lead__wrapper.mod--orange .google-land__title{
  color: #fff;
  font-weight: 500;
}
.google-land-get__content{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: flex-start;
  gap: 32px;
  max-width: 690px;
  padding-right: 32px;
}
.google-land-get__wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
/*google-land-startup*/
.google-land-startup{}
.google-land-startup__content{
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: flex-start;
  max-width: 690px;
}
.google-land-startup__wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.google-land-startup__desc{
  margin-top: 24px;
  margin-bottom: 32px;
}
.google-land-startup__desc.mod--dark-gray {
  color: #4F4F4F;
}
.google-land-startup__image-content img{
  max-width: 100%;
  width: 408px;
}
.google-land__img.mod--tree {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*google-land-expertise*/
.google-land-expertise{}
.google-land__items.mod--g16{
  gap: 16px;
}
.google-land__items.mod--grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.google-land__items.mod--grid-2cols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 48px;
}
.google-land__items.mod--grid-4cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 40px;
  column-gap: 24px;
}
.google-land__items.mod--grid-5cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 40px;
  column-gap: 24px;
}
.google-land__items.mod--grid-6cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.google-land-lead{}
.google-land-industry{}
.google-land-trusted .google-land-section__padding{
  padding: 56px 0;
}
.google-land-trusted__logo-slider {
  width: 100%;
}
.google-land-trusted__logo {
  text-align: center; 
}
.google-land-trusted__img {
  max-width: 100%; 
  width: 180px;
  height: auto;
  display: inline-block;
}
.google-land-team{}
.google-land-team__members-slider {
  display: flex; 
  position: relative;
}
.google-land-team__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;  
  background: #fff;  
  margin: 0 12px;
  width: 275px;
}
.google-land-team__item-img {
  width: 198px;
  max-width: 100%;
  margin-bottom: 20px;
}
.google-land-team__item .google-land__mod--block {
  display: block;
}
.google-land__item-title {
  font-weight: 600;
  font-size: 20px;
}
.google-land__item-title.mod--meet {
  font-size: 14px;
}
.google-land__item-title.mod--counter {
  font-size: 14px;
}

.google-land-industry {
  position: relative;
}
#bigquery {
  position: absolute;
  top: -150px;
}

.google-land-team .slick-prev,
.google-land-team .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    color: #A7A7A7;
    border: none;
    border-radius: 50%;
    width: 24px; 
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.google-land-team .slick-prev {
    left: -50px; 
}
.google-land-team .slick-next {
    right: -50px; 
}
.google-land-team .slick-prev::before,
.google-land-team .slick-next::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: .75;
  color: #A7A7A7;
}
.google-land-team .slick-prev:hover::before,
.google-land-team .slick-next:hover::before {
  font-family: slick;
  font-size: 24px;
  line-height: 1;
  opacity: .75;
  color: #0190AB;
}
.google-land-business 
.google-land__item-title .google-land__mod--block{
  display: block;
}
.google-land__cloud-slides {
  width: 100%;
}
.google-land__cloud-slide {
  width: 282px;
  height: 180px;
  margin: 0 12px;
}
/* elcore global styles */
ul.google-land__list {
  margin: 0;
  padding: 0;
}
.site-header {
  padding: 0 20px;
}
.header {
  max-width: 1200px;
  margin: 0 auto;
}
.header__top .main-container {
  padding: 0px !important;
}
.header__top {
  border-bottom: 1px solid #fff;
}
.site-header .header__logo {
  max-width: 100%;
  width: 167px;
  flex-shrink: 0;
}
ul, ol {
  margin: 0;
}
li.pll-parent-menu-item,
.bottom-mobile-menu {
  display: none !important;
}
.search-box {
  display: none !important;
}
#site-navigation ul>li>a {
  font-size: 14px;
}
.main-container {
  gap: 12px !important;
}
.header__right {
  flex-grow: 1;
  align-self: stretch;
  justify-content: space-between;
  max-width: 74.17%;
}
.head-menu li {
  flex-shrink: 0;
}
.tag-wrapper {
  padding-top: 56px;
}
.google-land-form {
  background: url('/wp-content/themes/elcore/images/google-land-img/section-form-bg.webp') center / cover no-repeat;
}
.google-land-form .google-land__title {
  text-align: center;
}
.google-land-form__wrapper {
  max-width: 700px;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: 72px 0px;
}
.google-land-form .google-land__title-wrapper.mod--centered {
  gap: 56px;
}
.google-land-form h2.google-land__title {
  text-align: center;
}
.google-land-form .wpcf7.js {
  max-width: 576px;
}
/*
.wpcf7-form-control.wpcf7-select {
  background-color: #ffffff;
  color: #000000;
}
.wpcf7-form-control.wpcf7-select option:hover {
  background-color: #232F3E; 
  color: #fff; 
}
.wpcf7-form-control.wpcf7-select option:focus {
  background-color: #232F3E; 
  color: #fff;
}
  */
.google-land-form .contact-form span.wpcf7-form-control-wrap {
  padding: 0px 8px;
}
.google-land-form .contact-form .col-wrap {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
.google-land-form .contact-form input[type="text"], 
.google-land-form .contact-form input[type="tel"], 
.google-land-form .contact-form input[type="email"], 
.google-land-form .contact-form textarea, 
.google-land-form .contact-form select {
  width: 100%;
  height: 48px;
  background:#fff; 
  color: #232F3E;
  border: 1px solid #232F3E;
  border-radius: 60px;  
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 13px 20px;
}
.google-land-form .contact-form.contact-form_dark input[type="text"], 
.google-land-form .contact-form.contact-form_dark input[type="tel"], 
.google-land-form .contact-form.contact-form_dark input[type="email"], 
.google-land-form .contact-form.contact-form_dark textarea, 
.google-land-form .contact-form select {
  color: #232F3E;
  border: 1px solid #232F3E;
}
.google-land-form .wpcf7-form-control::placeholder {
  color: #232F3E !important;
}
.google-land-form .contact-form span.wpcf7-form-control-wrap[data-name="your-confirm"] {
  padding: 10px 0 0;
}
.google-land-form .contact-form select option {
  color: #232F3E;
}
.google-land-form  .contact-form__submit-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  background-color: #34A853;
  color: #fff;
  text-align: center;
  width: 100%;  
  height: 46px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  width: 142px;
  margin: 0px 8px;
}
.google-land-form .contact-form__content .contact-form__row:last-child .col-6 .col-wrap {
  margin-bottom: 0px !important;
}
/* chevron */
.google-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; 
}
/*footer*/
.footer {
  margin-top: 0px;
}
.main-container {
  padding: 0px;
  max-width: 1240px;
}
.container {
  padding: 0 20px;
}
.breadcrumbs{
  display: none;
}
@media (max-width: 1200px){
  .google-land-body {
    font-size: 12px;
  }
  .google-land-section__padding {
    padding: 48px 0px;
  }
  .google-land-section__padding.mod--middle {
    padding: 48px 0px;
  }
  .google-land__title-wrapper {
    margin-bottom: 32px;
  }
  h1.google-land__title {
    font-size: 32px;
    max-width: 442px;
  }
  h2.google-land__title {
    font-size: 24px;
  }
  h3.google-land__subtitle {
    font-size: 18px;
  }
  .google-land-section__padding.mod--hero {
    gap: 32px;
  }
  .google-land-platform .google-land__subtitle {
    font-size: 24px;
  }
  .google-land-platform .google-land__content .google-land__subtitle {
    font-size: 18px;
  }
  h4.google-land__title {
    font-size: 12px;
  }
  .google-land__btn-group {
    gap: 16px;
  }
  .google-land-section__padding.mod--hero {
    padding: 0px;
    padding-top: 90px;
    align-items: center;
  }
  .google-land__btn {
    font-size: 14px;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .google-land-cloud  h2.google-land__title {
    display: none;
  }
  .google-land-cloud p{
    max-width: 748px;
  }
  .google-land__img.mod--cloud{
    max-width: 160px;
  }
  .google-land__img.mod--what-is-google-cloud{
    display: none;
  }
  .google-land-cloud .google-land__title-with-item{
    margin-bottom: 16px;
  }
  .google-land__item-title {
    font-size: 18px;
  }
  .google-land__item {
    gap: 12px;
    padding: 16px 20px;
  }
  .google-land__wrapper.mod--key{
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, auto); 
    gap: 24px;
    max-width: 570px;
    margin: 0 auto;
  }
  .google-land-key__logo {
    padding: 8px 0px;
    text-align: left;
  }
  .google-land__img.mod--g {
    padding-top: 1px;
    width: 20px;
  }
  .google-land__title-with-img {
    gap: 2px;
  }
  .google-land-workspace h2.google-land__title {
    font-size: 19px;
    color: #5F6368;
  }
  .google-land-workspace .google-land__item-title{
    font-size: 16px;
  }
  .google-land__title-with-item{
    margin-bottom: 24px;
  }
  .google-land__spancrement {
    font-size: 24px;
  }
  .google-land-counter__wrapper {
    gap: 32px;
  }
  .google-land__spin-counter{    
    margin-bottom: 4px;
  }
  .google-land__item-title.mod--counter {
    font-size: 12px;
    font-weight: 400;
  }
  .google-land-counter__content .google-land__counter-block {
    margin-bottom: 32px;
  }
  .google-land__btn-labeled {
    gap: 8px;
  }
  .google-land-counter__wrapper{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .google-land__item-img.mod--gemini img {
    width: 64px;
  }
  .google-land__item.mod--era-title {
    padding: 16px 10px;
  }
  .google-land__img.mod--era-icon img {
    width: 18px;
  }
  .google-land__item.mod--era {
    padding: 16px 10px;
    gap: 16px;
  }
  .google-land-get__wrapper {
    gap: 32px;
  }
  .google-land-get__content {
    gap: 16px;
    max-width: 57.5%;
  }
  .google-land__img.mod--tree {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .google-land-platform h2.google-land__title {
    font-size: 19px;
    color: #5F6368;
  }
  .google-land-platform .google-land__item.item--blue-bordered.mod--platform-title{
    display: none;
  }
  .google-land__item-img img{
    width: 16px;
  }
  .google-land__item-img.mod--platform {
    margin-bottom: 8px;
  }
  .google-land__img.mod--get img {
    margin: 16px;
  }
  .google-land__img.mod--indastry img {
    width: 16px;
  }
  .google-land__img.mod--indastry{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .google-land__item-title-wrap{
    gap: 8px;
  }
  .google-land__items.mod--grid-2cols{
    gap: 32px;
  }
  .google-land__img.mod--meet-icon {
    width: 24px;
    padding-top: 3px;  
  }
  .google-land__item-title.mod--meet {
    font-size: 12px;
  }
  .google-land__item.mod--expertise {
    padding: 24px 10px;
  }
  .google-land-experience .google-land__item-title {
    font-size: 12px;
  }
  .google-land-experience__item-img img {
    width: 6px;
  }
  .google-land-experience__item {
    gap: 8px;
  }
  .google-land__img.mod--google-cloud-named img {
    width: 300px;
  }
  .google-land-business .google-land__item {
    gap: 24px;
  }
  ul.google-land__list > li:not(:last-child),
  ul.google-land__list--float > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .google-land-startup__content {
    max-width: 57.7%;
  }
  .google-land-team .slick-prev {
    left: -16px; 
  }
  .google-land-team .slick-next {
      right: -16px; 
  }
  .google-land-trusted__img {
    width: 91px;
  }
}
@media (max-width: 991.98px) {
  .google-land-form .google-land__title-wrapper.mod--centered {
    gap: 32px;
  }
  .footer__row {
      padding-top: 0;
  }
  .flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
@media (max-width: 912.98px) {
  .google-land-section__padding.mod--cta {
    padding: 0;
  }
  .google-land-section__padding.mod--hero {
    position: relative;
  }
  .google-land__cloud-slide {
    height: 108px;
  }
  .google-land-cloud .google-land__items.mod--grid-4cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 40px;
    column-gap: 24px;
  }
  .google-land__items.mod--grid-5cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 40px;
    column-gap: 24px;
  }
  .google-land__items.mod--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
  .google-land__items.mod--grid-6cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
  .google-land-expertise .google-land__items.mod--grid-4cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 40px;
    column-gap: 24px;
  }
  .google-land__img.mod--experience img {
    max-width: 300px;
  }
  .google-land-counter__wrapper {
    position: relative;
  }
  .google-land-counter__content .google-land__counter-block {
    max-width: 384px;
  }
  /* Slick */
  .slick-dots li button::before {
    display: none;
  }
  .google-land-body .slick-dots {
    display: flex; 
    align-items: center;
    justify-content: center; 
    gap: 1.87vw; 
    padding: 0;
    margin: 0;
  }
  .google-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;
    transition: width 0.3s ease, height 0.3s ease;
  }
  .google-land-body .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background-color: #0190AB;
  }
  .google-land-body .slick-dots {
    bottom: -32px;
  }
  .google-land-body .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
  }
  .google-land__era-slide {
    height: 82px;
  }
}
@media (max-width: 850px) {
  .header .btn,
  nav .btn.btn_mobile-consultation,
  .header__menu .btn,
  .header__right .btn {
    display: none !important;
  }
  .site-header .header__logo-img {
    margin-top: 0px !important;
  }
  .burger {
    background-image: url("/wp-content/themes/elcore/images/aws-land-img/burger.svg");
  }
}
/*tablet*/
@media (max-width: 769px) {
  .google-land-form .col-6 {
    width: 100%;
  }
  .google-land-form .contact-form__submit-btn {
    max-width: 360px;
  }
  .google-land-form .contact-form__submit-btn {
    margin-left: unset;
    margin-left: 8px;
  }
  .google-land-form .contact-form__content .contact-form__row:last-child .col-6:first-child .col-wrap {
    margin-bottom: 16px !important;
  }
}
/*phone*/
@media (max-width: 720.98px) {
  .google-land__phone{
    display: flex;
  }
  .google-land-padding {
    padding: 0 3.12vw;
  }
  .google-land-lead.mod--hero,
  .google-land-workspace .google-land-section__padding.mod--cta-small {
    display: none;
  }
  .google-land__img.mod--hero img{
    width: 64vw;
  }
  .google-land-section__padding.mod--cta {
    padding: 0;
  }
  .google-land-lead__wrapper.mod--cta-small {
    background: unset;     
    background-color: #0190AB;
  }
  .google-land-lead__wrapper,
  .google-land-lead__wrapper.mod--orange {
    border-radius: 2.5vw;
    padding: 5vw;
    flex-direction: column;
    gap: 5vw;
  }
  .google-land-lead__wrapper.mod--orange {
    background: url("/wp-content/themes/elcore/images/google-land-img/lead-bg-orange--mob.svg") center center / cover no-repeat;
  }
  .google-land-lead__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5vw;
    flex-wrap: wrap;
  }
  .google-land-lead__wrapper .google-land-lead__img img {
    width: 51.87vw;
  }
  h4.google-land__title {
    font-size: 3.75vw;
    line-height: 1.6;
  }
  .google-land__title.mod--center-mob{
    text-align: center;
  }
  .google-land__btn.mod--white.mod--small {
    padding: 2.34vw 7.5vw;
    font-size: 4.37vw;
    width: auto;
  }
  .google-land-section__padding.mod--hero {
    padding: 5vw 0vw 15.6vw;
    flex-direction: column;
    gap: 13.12vw;
  }
  .google-land-hero__content {
    padding-top: 0vw;
    gap: 0vw
  }
  .google-land-hero__logos{
    display: none;
  }
  .google-land-hero__logos--mob{
    display: block;
  }
  .google-land-hero__logos--mob img{
    width: 93.75vw;
  }
  .google-land-hero__logos--mob img {
    padding-bottom: 12.5vw;
  }
  .google-land-hero__logos img {
    width: 93.75vw;
  }
  .google-land-hero__content {
    max-width: none;
  }  
  h1.google-land__title {
    font-size: 10vw;
    padding-bottom: 10vw;
    max-width: unset;
  }
  .google-land-form h3.google-land__title {
    font-size: 7.5vw;
  }
  .google-land__btn-group {
    gap: 5vw;
    width: 100%;
    flex-direction: column;
  }
  .google-land__btn-labeled {
    flex: unset;
  }
  .google-land__btn {
    font-size: 4.37vw;
    padding-top: 4.84vw;
    padding-bottom: 4.84vw;
    width: 100%;
    text-align: center;
  }
 .google-land-section__padding {
    padding: 15vw 0px;
  }
  .google-land__cloud-slide {
    width: 93.75vw;
    height: 40vw;
  }
  .google-land__img.mod--cloud {
    max-width: 50vw;
  }
  .google-land-cloud .google-land__title-with-item {
    margin-bottom: 5vw;
  }
  .google-land-cloud h3.google-land__subtitle {
    font-size: 7.5vw;
  }
  .google-land-body {
    font-size: 3.75vw;
  }
  .google-land__column.mod--g24 {
    gap: 7.5vw;
  }
  .google-land-cloud .google-land__column.mod--g24 {
    max-width: unset;
  }
  .google-land-cloud .google-land__content.mod--g64 {
    gap: 0;
  }
  .google-land-cloud .google-land__row {
    margin-bottom: 30vw;
  }
  .google-land-cloud .google-land__column {
    gap: 7.5vw;
  }
  .google-land-cloud .google-land__item-content {
    gap: 3.75vw;
  }
  .google-land-cloud .google-land__item-title {
    font-size: 5.62vw;
  }
  .google-land-cloud .google-land__item {
    gap: 3.75vw;
    padding: 5vw 2.5vw;
  }
  .google-land-cloud .google-land__items.mod--grid-4cols {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .google-land__items.mod--grid-4cols.google-land__cloud-block{
    display: none;
  }
  .google-land__items.mod--grid-4cols.google-land__cloud-slides{
    display: flex;
    justify-content: space-between;
    row-gap: 3.75vw;
    flex-wrap: wrap;
  }
  .google-land-lead__wrapper.mod--cta-small {
    padding: 5vw;
  }
  .google-land-section__padding.mod--middle {
    padding: 15vw 0px;
  }
  .google-land-cloud .google-land__title-wrapper {
    margin-bottom: 5vw;
  }
  .google-land__wrapper.mod--key {
    gap: 3.75vw;
    max-width: none;
  }
  .google-land-key h2.google-land__title {
    font-size: 7.5vw;
  }
  .google-land-key .google-land__title-wrapper {
    margin-bottom: 10vw;
  }
  .google-land-key__logo {
    padding: 2vw 0px;
  }
  .google-land-key__img.mod--workspace {
    width: 33.43vw;
  }
  .google-land-key__img.mod--cloud {
    width: 40vw;
  }
  .google-land-platform .google-land__title-wrapper.mod--inner {
    max-width: unset;
  }
  .google-land-key__img.mod--chrome {
    width: 37.50vw;
  }
  .google-land-key__img.mod--os {
    width: 23.93vw;
  }
  .google-land__title-with-img {
    gap: 0.62vw;
  }
  .google-land__img.mod--g {
    padding-top: 0;
    width: 6.25vw;
  }
  .google-land__item.item--grey.mod--workspace.google-land__phone {
    display: block;
  }
  .google-land-workspace h2.google-land__title {
    font-size: 5.94vw;
  }
  .google-land-workspace h3.google-land__subtitle {
    font-size: 7.5vw;
  }
  .google-land-workspace .google-land__title-wrapper {
    gap: 5vw;
  }
  .google-land-workspace .google-land__title-with-item {
    margin-bottom: 7.5vw;
  }
  .google-land__items.mod--grid-4cols {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .google-land__item.mod--workspace {
    padding: 5vw;
  }
  .google-land-workspace .google-land-section__padding {
    padding: 16vw 0vw 0vw;
  }
  .google-land__items.mod--grid-3cols.mod--stretch.mod--g16{
    flex-direction: column;
  }
  .google-land__items.mod--g16 {
    gap: 5vw;
  }
  .google-land-counter__content {
    max-width: unset;
  }
  .google-land-counter__content .google-land__counter-block {
    flex-direction: column;
    gap: 7.5vw;
    align-items: center;
    margin: 0 auto;
  }
  .google-land-counter__content .google-land__counter-block__item {
    gap: 1.25vw;
  }
  .google-land__spin-counter {
    margin-bottom: 1.25vw;
    text-align: center;
  }  
  .google-land__spancrement {
    font-size: 7.5vw;
  }
  .google-land-industry .google-land__item-title {
    margin-bottom: 0vw;
  }
  .google-land__item-title.mod--counter {
    font-size: 3.75vw;
  }
  .google-land__counter-block > :nth-child(1),
  .google-land__counter-block > :nth-child(2),
  .google-land__counter-block > :nth-child(3) {
    width: unset;
  }  
  .google-land-counter__content .google-land__counter-block {
    max-width: unset;
    margin-bottom: 12vw;
  }
  .google-land-workspace .google-land-counter__content {
    max-width: unset;
  }
  .google-land-workspace .google-land__item-title {
    font-size: 5vw;
  }
  .google-land-workspace .google-land__txt {
    margin: 0 auto;
  }
  .google-land__img.mod--btn-txt-label {
    width: 6.25vw;
    margin-right: 0.16vw;
  }
  .google-land__btn-labeled {
    gap: 2.5vw;
    align-items: center;
  }
  .google-land-counter__wrapper {
    gap: 7.5vw;
  }
  .google-land__btn-group {
    align-items: stretch;
  }
  .google-land__img.mod--workspace {
    display: none;
  }
  .google-land-counter__wrapper {
    padding: 20vw 0;
  }
  .google-land-lead__wrapper.mod--cta-small-2 {
    padding: 5vw;
  }
  h4.google-land__title.mod--cta-small {
    text-align: center;
  }
  .google-land__title-with-item {
    margin-bottom: 7.5vw;
  }
  .google-land__title-with-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.5vw;
  }
  .google-land__title-wrapper {
    gap: 2.5vw;
  }
  h2.google-land__title {
    font-size: 7.5vw;
  }
  h3.google-land__subtitle {
    font-size: 5.62vw;
  }  
  .google-land__item-img.mod--gemini img {
    width: 20vw;
  }
  .google-land__item.mod--era-title {
    padding: 5vw 3.12vw;
    max-width: unset;
    gap: 5vw;
  }
  .item--blue-bordered {
    border-radius: 2.5vw;
    border: 0.31vw solid #A9D6DE;
  }
  .google-land__txt.mod--dark-gray {
    font-weight: 400;
  }
  .google-land__img.mod--era-icon img {
    width: 5.62vw;
    margin-bottom: 5vw;
  }
  .google-land__item.mod--era {
    padding: 5vw 3.12vw;
  }
  .google-land__items.mod--grid-5cols {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .google-land__img.mod--era img {
    width: 93.75vw;
  }
  .google-land-get__wrapper {
    flex-direction: column;
    gap: 10vw;
  }
  .google-land__content {
    gap: 10vw;
  }
  .google-land-get__content {
    max-width: unset;
    gap: 7.5vw;
  }
  .google-land-platform h2.google-land__title {
    font-size: 5.94vw;
  }
  .google-land-platform .google-land__subtitle {
    font-size: 7.5vw;
  }
  .google-land-platform .google-land__title-wrapper {
    gap: 5vw;
  }
  .google-land-platform .google-land__title-with-item {
    margin-bottom: 10vw;
  }
  .google-land__item.mod--platform {
    padding: 5vw 3.12vw;
    gap: 2.5vw;
  }
  .google-land__items.mod--grid {
    grid-template-columns: 1fr;
    gap: 7.5vw;
  }
  .google-land__item-img img {
    width: 5vw;
  }
  .google-land__item-img.mod--platform {
    margin-bottom: 5vw;
  }
  .google-land__item-title {
    font-size: 5.62vw;
  }
  .google-land__img.mod--get img {
    display: none;
  }
  .google-land-platform .google-land__content .google-land__subtitle {
    font-size: 5.62vw;
  }
  .google-land-platform .google-land-get__wrapper.item--blue-bordered{
    border: unset;
  }
  .google-land-get__content {
    padding-right: unset;
  }
  .google-land__title-wrapper {
    margin-bottom: 10vw;
  }
  .google-land__img.mod--indastry img {
    width: 5vw;
  }
  .google-land__item-title-wrap {
    gap: 2.5vw;
  }
  .google-land__item-content {
    gap: 3.7vw;
  }
  .google-land__items.mod--grid-2cols {
    grid-template-columns: 1fr;
    gap: 10vw;
  }
  .google-land__item.mod--clear-pad {
    padding: 5vw 3.2vw;
    border: 0.31vw solid #A9D6DE;
    border-radius: 2.5vw;
  }
  .google-land__img.mod--meet-icon {
    width: 7.5vw;
    padding-top: 1vw;
  }
  .google-land-meet .google-land__title-with-img {
    gap: 2.5vw;
    flex-direction: row;
  }
  .google-land-meet {
    position: static;
  }
  #bigquery {
    position: static;
    /*top: 20vw;*/
  }
  .google-land__items.mod--grid-6cols {
    grid-template-columns: 1fr;
    gap: 5vw;
  }
  .google-land__item.mod--meet {
    padding: 5vw 3.12vw;
  }
  .google-land__item-content.mod--meet {
    gap: 2.5vw;
  }
  .google-land__item-title.mod--meet {
    font-size: 3.75vw;
  }
  .google-land__content.mod--g56 {
    gap: 10vw;
  }
  .google-land-meet  h4.google-land__title {
    font-size: 5vw;
  }
  .google-land__row {
    flex-direction: column;
    gap: 10vw;
  }
  .google-land__img.mod--meet img {
    width: 100%;
  }
  .google-land__subcontent.mod--meet {
    gap: 5vw;
  }
  .google-land__txt.mod--meet {
    padding-bottom: 5vw;
  }
  .google-land__item.item--bordered.mod--meet {
    background-color: #f5f6f7;
  }
  .google-land__items.mod--grid-6cols.google-land__meet-slides {
    max-height: 28vw;
  }
  ul.google-land__list > li.google-land__list-item {
    padding-left: 4.62vw;
    background: url('/wp-content/themes/elcore/images/google-land-img/bullet.svg') 0.6vw 2.5vw / 0.8vw no-repeat;
  }
  ul.google-land__list--float > li.google-land__list-item--float {
    padding-left: 0vw;
    background: url('/wp-content/themes/elcore/images/google-land-img/bullet.svg') 0.6vw 2.5vw / 0.8vw no-repeat;
  }
  ul.google-land__list > li:not(:last-child),
  ul.google-land__list--float > li:not(:last-child) {
    margin-bottom: 3.75vw;
  }
  ul.google-land__list--float > li.google-land__list-item--float {
    text-indent: 4.62vw;
  }
  .google-land-expertise .google-land__items.mod--grid-4cols {
    grid-template-columns: 1fr;
    column-gap: 5vw;
  }
  .google-land__item.mod--expertise {
    padding: 7.5vw 3.12vw;
  }
  .google-land-trusted__logo-slider {
    display: flex;
    justify-content: space-between;
    row-gap: 3.75vw;
    flex-wrap: wrap;
  }
  .google-land-trusted__logo {
    width: 28vw;
    flex-shrink: 0;
  }
  .google-land-trusted__logo-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 5vw;
    column-gap: 3.75vw;
  }
  .google-land-trusted__img {
    width: 28.43vw;
  }


  .google-land__img.mod--experience img {
    display: none;
  }  
  .google-land-experience__item-img img {
    width: 2.1vw;
  }
  .google-land-experience .google-land__item-title {
    font-size: 3.75vw;
  }
  .google-land-experience__item-content {
    gap: 1.25vw;
  }
  .google-land-experience__item {
    gap: 1.25vw;
    margin-bottom: 7.50vw;
  }
  .google-land-experience__item-img img {
    transform: translateY(0.5vw);
  }
  .google-land-experience__items {
    row-gap: 0vw;
  }
  .google-land__img.mod--tree {
    display: none;
  }
  .google-land-startup__content {
    max-width: unset;
  }
  .google-land-startup__desc {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .google-land__img.mod--google-cloud-named img {
    width: 93.75vw;
    margin-bottom: 10vw;
  }
  .google-land-team__item-img {
    width: 58vw;/*93.75vw;*/
    max-width: 100%;
    margin-bottom: 6.25vw;
  }
  .google-land-team__item-img {
    width: 58vw;
  }
  .google-land-team .google-land__item-title {
    font-size: 4.62vw;
  }
  .google-land-team__item {
    padding-left: 15vw;
  }
  .google-land-team__members-slider {
    height: auto;
  }
  .google-land-team__item .google-land__mod--block {
    display: inline-block;
  }
  .google-land-team__item .google-land__item-title {
    margin-bottom: 2.5vw;
  }
  .google-land__item-title .google-land__mod--block {
    display: inline-block;
  }

  .google-land-body .slick-dotted.slick-slider {
    margin-bottom: 14vw;
  }
  .google-land-body .slick-dots {
    gap: 0vw; 
  }  
  .google-land-body .slick-dots li button {
    width: 1.87vw;
    height: 1.87vw; 
  } 
  .google-land-body .slick-dots li.slick-active button {
    width: 3.75vw; 
    height: 3.75vw; 
  }
  .google-land-body .slick-dots {
    bottom: -10vw;
  }
  .google-land-body .slick-dots li {
    width: 3.75vw;
    height: 3.75vw;
    margin: 0 1.87vw;
    padding-top: 1.87vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .google-land__item {
    gap: 12px;
    padding: 5vw 3.12vw;
  }
  .google-land__item-title.mod--business {
    margin-top: 3.75vw; 
  }
  .google-land-business .google-land__item-content {
    gap: 3.75vw;
  }
  .google-land-business .google-land__item {
    gap: 3.75vw;
  }
  .google-land__experience-slides .slick-dots {
    justify-content: left;
    left: 38vw;
  }
  .google-land-business .google-land__item-content {
    margin-bottom: 6.25vw;
  }
  


  .google-land__items.mod--grid-3cols.mod--stretch.mod--g16 {
    display: none;
  }
  .google-land__cloud-slides,
  .google-land__workspace-slides,
  .google-land__era-slides,
  .google-land__items.mod--grid.google-land__platform-slides,
  .google-land__industry-slides,
  .google-land__meet-slides,
  .google-land__expertise-slides,
  .google-land__experience-slides,
  .google-land__business-slides {
    display: block;
  }

  .site-header .header__logo {
    max-width: 100%;
    width: 41.56vw; 
  }
  .site-header .header__logo-img {
    margin-top: 0px !important;
  }
  .burger {
    width: 7.50vw; 
    height: 10vw;
  }
  .header__right {
    justify-content: center;
    max-width: unset;
  }
  .wpcf7.js {
    max-width: unset;
  }
  .tag-wrapper {
    padding-top: 10vw;
  }
  .google-land-form .google-land-section__padding.mod--medium,
  .google-land-form .google-land-padding {
    padding: 0vw;
  }
  .google-land-form__wrapper {
    border-radius: 0vw;
    gap: 10vw;
    padding: 15vw 3.12vw;
}
.google-land-form .contact-form input[type="text"], 
.google-land-form .contact-form input[type="tel"], 
.google-land-form .contact-form input[type="email"], 
.google-land-form .contact-form textarea, 
.google-land-form .contact-form select {
    height: 12.5vw;
    font-size: 3.75vw;
    padding: 3.28vw 6.25vw;
  }
  .google-land-form .contact-form span.wpcf7-form-control-wrap[data-name="your-confirm"] {
    padding: 0;
  }
  .google-land-form .contact-form__submit-btn {
    font-size: 3.75vw;
    height: 12.5vw;
    max-width: 87.75vw;
    margin: 0px auto;
    margin-left: unset;
  }
  .google-land-form .contact-form .col-wrap {
    margin-bottom: 5vw; 
  }
  .google-land-form .contact-form__content .contact-form__row:last-child .col-6:first-child .col-wrap {
    margin-bottom: 5vw;
  }
  .footer-menu_row li a {
    font-size: 2.75vw;
    line-height: 1.6;
  }
  .title-menu_subscribe,
  .subscribe-form {
    display: none;
  }
  .google-land-form .contact-form span.wpcf7-form-control-wrap,
  .google-land-form .contact-form span.wpcf7-form-control-wrap[data-name="your-confirm"] {
    padding: 0 3.12vw;
  }
  .google-land-form .wpcf7-form-control.wpcf7-submit.has-spinner.btn.contact-form__submit-btn {
    margin: 0 auto;
  }
  .container {
    padding: 0 3.12vw;
  }
  .footer-navigation {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .footer__row {
    padding-top: 4vw;
    justify-content: center;
  }
  a.footer__logo-img img {
    width: 49vw;
  }
}
@media (max-width: 659.98px) {
}
@media (max-width: 568px) {
}
@media screen and (max-width: 480px) {
  .google-land-form .contact-form__submit-btn {
    max-width: 93.75vw;
  }
  .google-land-team__members-slider {
    height: 97vw;
  }
}
@media screen and (max-width: 1008px) {
  .site-header .head-menu li {
    padding: 5px 12px;
  }
}