/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.contact-section__input--phone {
  color: var(--gray_500) !important;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--white_a700) !important;
  box-shadow: 0 7px 11px 3px #0000000c !important;
  width: 20%;
  height: 86px;
  border-radius: 10px !important;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.content-section__heading-span {
  color: var(--indigo_900);
}

.content-section__heading-span-1 {
  color: var(--red_600);
}

.content-section__checkmarks-column--right {
  gap: var(--space-sm);
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}

.content-section__checkmark--right {
  height: 22px;
  object-fit: cover;
}

/*-------------------------------------
  2. Page CSS
--------------------------------------*/
.column {
  background-color: var(--white_a700);
  width: 100%;
}

.columnkoone_one {
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stacklogoone {
  height: 1044px;
  align-self: stretch;
  position: relative;
}

.row_one {
  height: 1024px;
  background-image: url(../public/images/img_adobestock112005203_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  padding: 40px;
  margin: auto;
  @media only screen and (max-width: 1440px) {
    height: auto;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
  }

  @media only screen and (max-width: 550px) {
    padding: 16px;
  }
}

.contact-section {
  margin-bottom: 172px;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1520px;
}

.contact-section__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-section__column__row {
  align-self: stretch;
}

.contact-section__logo-container {
  display: flex;
  align-items: flex-start;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }
}

.contact-section__logo {
  height: 62px;
  margin-top: 22px;
  align-self: flex-end;
  width: 16%;
  object-fit: contain;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.contact-section__contact-info {
  gap: var(--space-xs);
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  @media only screen and (max-width: 550px) {
    align-self: stretch;
  }
}

.contact-section__phone-icon {
  height: 46px;
  align-self: flex-end;
  width: 46px;
  object-fit: cover;
}

.contact-section__phone-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-section__call-text {
  color: var(--gray_900) !important;
  font-weight: 700 !important;
}

.contact-section__phone-number {
  color: var(--red_600) !important;
  font-family: Gotham Pro !important;
  @media only screen and (max-width: 1050px) {
    font-size: 27px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 25px;
  }
}

.contact-section__stack {
  height: 320px;
  margin-top: 138px;
  width: 44%;
  position: relative;
}

.contact-section__title {
  color: var(--indigo_900) !important;
  font-family: Gotham Pro !important;
  font-size: 80px;
  font-weight: 400;
  width: 100%;
  line-height: 122.86%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  @media only screen and (max-width: 1440px) {
    font-size: 48px;
  }

  @media only screen and (max-width: 1050px) {
    font-size: 48px;
  }
}

.contact-section__input--name {
  color: var(--gray_500) !important;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--white_a700) !important;
  box-shadow: 0 7px 11px 3px #0000000c !important;
  width: 90%;
  height: 86px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border-radius: 10px !important;
  @media only screen and (max-width: 550px) {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-section__contact-row {
  margin-top: 22px;
  gap: var(--space-xs);
  align-self: stretch;
  display: flex;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.contact-section__button {
  color: var(--white_a700) !important;
  margin-top: 28px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--red_600_01) !important;
  box-shadow: 0 7px 1px 0 #be3737 !important;
  height: 86px;
  min-width: 608px;
  border-radius: 10px !important;
}

.image_six {
  height: 128px;
  flex: 1;
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
}

.content-section {
  margin-top: 114px;
  margin-left: 398px;
  margin-right: 402px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.content-section__images-row {
  display: flex;
  align-items: center;
}

.content-section__image--koone {
  height: 120px;
  width: 26%;
  object-fit: contain;
}

.content-section__image--logotwo {
  height: 52px;
  margin-bottom: 14px;
  align-self: flex-end;
  width: 46%;
  object-fit: contain;
}

.content-section__title {
  color: var(--indigo_900) !important;
  font-family: Gotham Pro !important;
  text-align: center;
  width: 64%;
  line-height: 122.86%;
  @media only screen and (max-width: 1440px) {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    font-size: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 28px;
  }
}

.content-section__description {
  margin-top: 60px;
  text-align: center;
  align-self: stretch;
  line-height: 32px;
}

.content-section-1 {
  height: 1424px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  align-self: stretch;
  position: relative;
  align-content: center;
  max-width: 1638px;
  width: 100%;
  @media only screen and (max-width: 1440px) {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-section__image-stack {
  height: 100%;
  flex: 1;
}

.content-section__image {
  height: 642px;
  z-index: 1;
  position: relative;
  width: 100%;
  object-fit: cover;
  @media only screen and (max-width: 1440px) {
    height: auto;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.content-section__text-row {
  margin-top: -56px;
  margin-left: 58px;
  margin-right: 58px;
  position: relative;
  display: flex;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.content-section__text-column {
  margin-top: 88px;
  width: 40%;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.content-section__heading {
  color: var(--indigo_900) !important;
  font-family: Gotham Pro !important;
  font-weight: 400 !important;
  width: 76%;
  line-height: 122.86%;
  @media only screen and (max-width: 1440px) {
    width: 100%;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    font-size: 34px;
  }

  @media only screen and (max-width: 550px) {
    font-size: 28px;
  }
}

.content-section__description-1 {
  margin-top: -16px;
  position: relative;
  line-height: 32px;
}

.content-section__bullet-row {
  margin-left: -398px;
  align-self: center;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
    flex-direction: column;
    margin-left: 0px;
  }
}

.content-section__bullet-text {
  color: var(--gray_900) !important;
  margin-bottom: 46px;
  align-self: flex-end;
  width: 38%;
  line-height: 56px;
  @media only screen and (max-width: 1440px) {
    width: 38%;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.content-section__bullet-image {
  height: 838px;
  margin-left: -6px;
  position: relative;
  width: 62%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
    margin-left: 0px;
  }
}

.content-section__features-row {
  margin-left: 58px;
  margin-right: 58px;
  flex: 1;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 4%;
  right: 0px;
  left: 0px;
  @media only screen and (max-width: 1440px) {
    margin-left: 0px;
    margin-right: 0px;
  }

  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
    position: relative;
  }
}

.content-section__features-inner-row {
  width: 22%;
  display: flex;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.content-section__checkmarks-row {
  gap: 25px;
  width: 100%;
  display: flex;
  align-items: center;
}

.content-section__features-description {
  color: var(--gray_900) !important;
  width: 80%;
  line-height: 56px;
}

.stacklinemdphon {
  height: 1034px;
  margin-top: 138px;
  align-self: stretch;
  position: relative;
  align-content: center;
  @media only screen and (max-width: 1440px) {
    height: auto;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.columnantwoone {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stack {
  height: 592px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  align-self: stretch;
  position: relative;
  max-width: 1210px;
  width: 100%;
  @media only screen and (max-width: 1440px) {
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 1050px) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stack__map {
  height: 492px;
  width: 88%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px;
  border-radius: var(--radius-xs);
}

.stack__image--antwo {
  height: 82px;
  width: 8%;
  object-fit: contain;
  position: absolute;
  bottom: 9%;
  right: 1px;
  margin: auto;
}

.stack__image--cloudthree {
  height: 140px;
  width: 18%;
  object-fit: contain;
  position: absolute;
  bottom: 1px;
  left: 0px;
  margin: auto;
}

.image_one {
  height: 768px;
  margin-top: -326px;
  position: relative;
  width: 100%;
  object-fit: cover;
  @media only screen and (max-width: 1440px) {
    height: auto;
  }

  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.column2025behav {
  padding-left: 56px;
  padding-right: 466px;
  gap: 94px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  bottom: 28px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  @media only screen and (max-width: 1440px) {
    gap: 94px;
    padding-right: 32px;
  }

  @media only screen and (max-width: 1050px) {
    gap: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media only screen and (max-width: 550px) {
    gap: 47px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-info {
  margin-right: 38px;
  width: 70%;
  display: flex;
  justify-content: flex-end;
  @media only screen and (max-width: 1440px) {
    width: 100%;
  }

  @media only screen and (max-width: 1050px) {
    width: 100%;
    margin-right: 0px;
  }
}

.contact-info__column {
  gap: 70px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  @media only screen and (max-width: 1440px) {
    gap: 70px;
  }

  @media only screen and (max-width: 1050px) {
    gap: 52px;
  }

  @media only screen and (max-width: 550px) {
    gap: 35px;
  }
}

.contact-info__details {
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.contact-info__phone {
  gap: 19px;
  display: flex;
  align-items: flex-start;
}

.contact-info__icon--phone {
  height: 48px;
  align-self: center;
  width: 48px;
}

.contact-info__number {
  margin-top: 4px;
}

.contact-info__address {
  padding-left: 38px;
  padding-right: 38px;
  gap: 18px;
  align-self: center;
  display: flex;
  flex: 1;
  align-items: flex-start;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }

  @media only screen and (max-width: 550px) {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-info__icon--map {
  height: 44px;
  width: 44px;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.contact-info__text {
  align-self: center;
  width: 88%;
  line-height: 31px;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.contact-info__social {
  width: 22%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.contact-info__icon--facebook {
  height: 42px;
  margin-left: 38px;
  width: 42px;
}

.contact-info__icon--instagram {
  height: 42px;
  width: 42px;
}

.contact-info__button {
  color: var(--white_a700) !important;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--red_600_01) !important;
  box-shadow: 0 7px 1px 0 #be3737 !important;
  height: 86px;
  min-width: 352px;
  border-radius: 10px !important;
}

.footer__copyright {
  margin-right: 246px;
  @media only screen and (max-width: 1050px) {
    margin-right: 0px;
  }
}

.image--logowhiteone {
  height: 46px;
  z-index: 3;
  position: absolute;
  width: 10%;
  object-fit: contain;
  bottom: 42%;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
}
