/* common border radius */
/* disable text selection */
section.gt-block.ai-avatar-why {
  background-color: #010412;
  padding: 90px 0 30px 0;
  aspect-ratio: 2752 / 1709;
  min-height: 900px;
}
@media screen and (max-width: 1750px) {
  section.gt-block.ai-avatar-why {
    padding: 45px 0 30px 0;
  }
}
@media screen and (max-width: 1300px) {
  section.gt-block.ai-avatar-why {
    padding: 50px 0;
  }
}
@media screen and (max-width: 992px) {
  section.gt-block.ai-avatar-why {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why {
    padding: 30px 0 0 0;
    aspect-ratio: unset;
    min-height: unset;
    display: flex;
    flex-direction: column;
  }
}
section.gt-block.ai-avatar-why .container {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .container {
    order: 1;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__background {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 2752 / 1709;
  z-index: 0;
  left: 0px;
  top: 0px;
  min-height: 900px;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__background {
    aspect-ratio: unset;
    min-height: unset;
    order: 2;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
section.gt-block.ai-avatar-why .ai-avatar-why__background-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__background-desktop {
    display: none;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__background-mobile {
  display: none;
  position: relative;
  top: unset;
  left: unset;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__background-mobile {
    display: block;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__heading {
  text-align: center;
  margin-bottom: 300px;
  color: #FFFFFF;
}
@media screen and (max-width: 1750px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__heading {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1200px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__heading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__heading {
    margin-bottom: 35px;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__heading strong {
  color: #00E1FF;
}
section.gt-block.ai-avatar-why .ai-avatar-why__items {
  display: flex;
  flex-direction: column;
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item {
    margin-bottom: 30px;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:last-child {
    margin-bottom: 30px;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item-content {
  display: flex;
  width: 29%;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-content {
    width: 36%;
  }
}
@media screen and (max-width: 1200px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-content {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-content {
    width: 27%;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-content {
    width: 100%;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item-title h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1200px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-title h3 {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-title h3 {
    text-align: center;
  }
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-title h3 br {
    display: none;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item-text {
  color: #FFFFFF;
  margin-top: 20px;
  line-height: 130%;
  font-weight: normal;
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-text {
    line-height: 115%;
    font-size: unset;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-text {
    margin-top: 10px;
    text-align: center;
    max-width: 100%;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item-cta {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item-cta {
    margin-top: 20px;
    text-align: center;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2n) {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2n) {
    justify-content: flex-start;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2n) .ai-avatar-why__items-item-title h3 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2n) .ai-avatar-why__items-item-title h3 {
    text-align: center;
  }
}
section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2n) .ai-avatar-why__items-item-text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2n) .ai-avatar-why__items-item-text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.ai-avatar-why .ai-avatar-why__items-item:nth-child(3) {
    order: 2;
  }
}
