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

/*-------------------------------------
  1. Common CSS
--------------------------------------*/
.header__nav-item {
  color: var(--indigo_900) !important;
  font-size: 14px;
  font-weight: 400;
}

.mission-statement {
  gap: var(--space-4xl);
  display: flex;
  background-color: var(--white_a700);
  box-shadow: var(--shadow-xs);
  width: 50%;
  flex-direction: column;
  padding: var(--space-7xl);
  border-radius: var(--radius-md);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

  @media only screen and (max-width: 550px) {
    padding: var(--space-2xl);
  }
}

.mission-statement__content {
  gap: var(--space-5xl);
  display: flex;
  flex-direction: column;
}

.mission-statement__title {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.mission-statement__title-label {
  color: var(--gray_50) !important;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--deep_purple_400);
  text-shadow: 0px 3px 5px #00000033;
  justify-content: center;
  display: flex;
  align-items: center;
}

.mission-statement__title-main {
  color: var(--indigo_900) !important;
  width: 100%;
  line-height: 120%;
}

.hero__description {
  line-height: 153%;
}

.section__description-span {
  font-weight: 700;
}

.column-heading__title-span {
  color: var(--indigo_900);
}

.column-heading__title-span-1 {
  color: var(--deep_purple_500);
}

.benefit-card {
  gap: var(--space-lg);
  display: flex;
  background-color: var(--white_a700);
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: var(--space-6xl);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray_300);
  @media only screen and (max-width: 550px) {
    padding: var(--space-2xl);
  }
}

.benefit-card__image-container {
  background-color: var(--gray_50);
  width: 36%;
  padding: var(--space-2xl);
  border-radius: var(--radius-md);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.mission-statement__icon {
  height: 60px;
  width: 60px;
}

.benefit-card__content {
  gap: var(--space-sm);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.benefit-card__heading {
  line-height: 120%;
}

.hero__cta-button {
  height: 48px;
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  background-color: var(--green_a700) !important;
  width: 48px;
  border-radius: 24px !important;
}

.hero__cta-text {
  color: var(--green_a700) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.footer__icon--volume {
  height: 36px;
  width: 36px;
}

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

.row {
  width: 100%;
}

.herosection {
  height: 840px;
  gap: 26px;
  background-image: url(../public/images/img_hero_section.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.header {
  display: flex;
  background-color: var(--white_a700);
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2xl);
  padding: var(--space-lg) 100px;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.header__logo {
  height: 32px;
  width: 250px;
  object-fit: contain;
}

.header__nav {
  gap: var(--space-3xl);
  display: flex;
  width: 72%;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    width: 100%;
  }
}

.header__nav-section {
  flex: 1;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.header__nav-menu {
  gap: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header__button--signin {
  color: var(--gray_100);
  padding-left: 32.67px;
  padding-right: 32.67px;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--indigo_900) !important;
  height: 42px;
  min-width: 130px;
  border-radius: 20px !important;
  border: 1.33px solid var(--indigo_900);
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.header__button--start {
  color: var(--white_a700);
  padding-left: 34px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 500;
  gap: var(--space-sm);
  background-color: var(--green_a700) !important;
  height: 42px;
  min-width: 214px;
  border-radius: 20px !important;
  @media only screen and (max-width: 550px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.arrow_left {
  height: 18px;
  width: 18px;
}

.row_one {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}

.hero {
  padding-left: var(--space-7xl);
  padding-right: var(--space-7xl);
  gap: var(--space-5xl);
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.hero__info {
  gap: var(--space-lg);
  display: flex;
  flex: 1;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    align-self: stretch;
  }
}

.hero__title {
  color: var(--indigo_900) !important;
  line-height: 110%;
}

.hero__cta {
  gap: var(--space-xs);
  display: flex;
  align-items: center;
}

.hero__image-container {
  width: 38%;
  padding: var(--space-lg);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.hero__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.missionand {
  padding-top: var(--space-8xl);
  padding-bottom: var(--space-8xl);
  background-color: var(--white_a700);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.rownuestra {
  padding-left: var(--space-7xl);
  padding-right: var(--space-7xl);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.rownuestra__list {
  gap: var(--space-8xl);
  display: flex;
  width: 100%;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.educational {
  padding-top: 78px;
  padding-bottom: 78px;
  background-color: var(--white_a700);
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column-heading {
  padding-left: 28px;
  padding-right: 28px;
  gap: 62px;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }

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

.column-heading__section-heading {
  margin-left: 110px;
  margin-right: 110px;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
    margin-left: 0px;
    margin-right: 0px;
  }
}

.column-heading__title {
  color: var(--indigo_900) !important;
}

.column-heading__content {
  gap: var(--space-3xl);
  display: flex;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.column-heading__image-container {
  width: 100%;
  border-radius: var(--radius-md);
}

.column-heading__image {
  height: 640px;
  object-fit: cover;
  width: 100%;
  border-radius: var(--radius-md);
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.column-heading__accordion {
  gap: var(--space-sm);
  display: flex;
  width: 100%;
  flex-direction: column;
}

.accordion-item {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: var(--shadow-sm);
  flex: 1;
  border: 1px solid var(--orange_500);
}

.column-heading__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-2xl);
  position: relative;
  cursor: pointer;
  @media only screen and (max-width: 550px) {
    flex-direction: column;
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    background-image: url(../public/images/img_arrow_up.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
  }
}

details[open] .column-heading__accordion-header::before {
  background-image: url(../public/images/img_iconbutton.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}

.column-heading__accordion-title {
  color: var(--black_900_dd) !important;
  margin-bottom: 8px;
  align-self: end;
  @media only screen and (max-width: 550px) {
    align-self: auto;
  }
}

.column-heading__accordion-content {
  margin-bottom: 16px;
}

.column-heading__accordion-description {
  color: var(--black_900_dd) !important;
  line-height: 120%;
}

.whybrincus {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--deep_purple_50_01);
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.section {
  gap: var(--space-7xl);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.section__column {
  margin-left: 180px;
  margin-right: 180px;
  gap: var(--space-lg);
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.section__heading {
  color: var(--indigo_900) !important;
  text-align: center;
  line-height: 120%;
}

.section__grid {
  display: grid;
  gap: var(--space-2xl);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @media only screen and (max-width: 550px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.calltoaction {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--gray_100);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.cta-section {
  padding-left: var(--space-2xl);
  padding-right: var(--space-2xl);
  display: flex;
  justify-content: center;
  align-items: center;
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.cta-section__heading {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
  gap: 6px;
  display: flex;
  width: 56%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.cta-section__title {
  color: var(--gray_900_01) !important;
  letter-spacing: -1.2px;
}

.cta-section__description {
  color: var(--gray_900_01) !important;
  width: 86%;
  line-height: 153%;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.cta-section__button-container {
  gap: var(--space-xs);
  align-self: stretch;
  display: flex;
  align-items: center;
}

.cta-section__image {
  height: 400px;
  width: 40%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer {
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
  background-color: var(--white_a700);
  justify-content: center;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
  }
}

.footer__row {
  margin-bottom: 16px;
  padding-left: var(--space-7xl);
  padding-right: var(--space-7xl);
  display: flex;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl);
  }
}

.footer__column {
  gap: 34px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer__column--logo {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: var(--space-2xl);
  @media only screen and (max-width: 1050px) {
    flex-direction: column;
  }
}

.footer__column--social {
  gap: var(--space-lg);
  display: flex;
  width: 24%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__logo {
  height: 32px;
  width: 100%;
  object-fit: contain;
  @media only screen and (max-width: 1050px) {
    width: 250px;
    height: auto;
  }
}

.footer__social-media {
  gap: var(--space-lg);
  display: flex;
}

.footer__icon--link {
  height: 36px;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  background-color: var(--orange_500) !important;
  width: 36px;
  border-radius: 8px !important;
}

.footer__column--contact {
  gap: var(--space-sm);
  display: flex;
  width: 76%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }
}

.footer__button--faq {
  color: var(--white_a700) !important;
  padding-left: var(--space-sm);
  padding-right: var(--space-sm);
  letter-spacing: 0.46px;
  font-family: Nunito;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  background-color: var(--orange_500) !important;
  box-shadow: 0 3px 1px -2px #00000033 !important;
  align-self: stretch;
  height: 30px;
  border-radius: 14px !important;
}

.footer__row--menu {
  width: 38%;
  display: flex;
  justify-content: space-between;
  gap: var(--space-2xl);
  @media only screen and (max-width: 1050px) {
    width: 100%;
  }

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

.footer__column--menu {
  gap: var(--space-xl);
  display: flex;
  width: 52%;
  flex-direction: column;
  align-items: start;
  @media only screen and (max-width: 550px) {
    width: 100%;
  }
}

.footer__column--community {
  gap: var(--space-xl);
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer__column--recognition {
  gap: 22px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer__image--disc {
  height: 30px;
  width: 58%;
  object-fit: contain;
}

.footer__image--forbes {
  height: 14px;
  width: 38%;
  object-fit: contain;
}

.footer__image--images2 {
  height: 14px;
  width: 50%;
  object-fit: contain;
}

.footer__row--partners {
  background-color: var(--white_a700);
  display: flex;
  border-radius: var(--radius-xs);
}

.footer__image--startup-chile {
  height: 20px;
  width: 100%;
  object-fit: cover;
  @media only screen and (max-width: 1050px) {
    height: auto;
  }
}

.footer__line {
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
  transform: rotate(180deg);
  background-color: var(--orange_500);
  align-self: stretch;
  @media only screen and (max-width: 1050px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
