:root {
  --pop-select-color: rgba(0, 0, 0, 0.12);
  --nav-icon-large-sreen-font-size: 1.5rem;
  --catalog-color-3: #f8f9f8;
  --accent-color-2: #ffbb33;
  --secondary-background-color: #f8faff;
  --catalog-color: #f9f6ee;
  --primary_color_2: #ffbb33;
  --top-header-height: 72px;
}
.anchor-button_v2 {
  color: var(--gw_text_color) !important;
  border-radius: 32px;
  padding: 8px 16px;
  letter-spacing: -0.9px;
  background-color: var(--primary_color_2);
  transition: background-color 0.2s ease-out;
  border: 2px solid var(--primary_color_2);
  display: initial;
  font-family: main_font_bolder;
  cursor: pointer;
  white-space: nowrap;
}
.anchor-button_v3 {
  color: var(--primary_color_2) !important;
  border-radius: 32px;
  padding: 8px 16px;
  letter-spacing: -0.9px;
  background-color: var(--gw_text_color);
  transition: background-color 0.2s ease-out;
  border: 2px solid var(--gw_text_color);
  display: initial;
  font-family: main_font_bolder;
  cursor: pointer;
  white-space: nowrap;
}
.anchor-button_v2:hover,
.anchor-button_v3:hover {
  opacity: 0.4;
}
.top-main-nav {
  height: 72px !important;
}
.nav-button-icon {
  margin-left: 0.6em;
}
.button-primary {
  background-color: var(--accent-color-2) !important;
  color: rgb(255, 255, 255) !important;
}

.buttson-v2 {
  align-items: center;
  background-color: initial;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: inline-flex;
  justify-content: center;
  line-height: 1.5;
  min-height: 3rem;
  position: relative;
  width: auto;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-image: initial;
  border-radius: 6px;
  padding: 0.6875rem 0.9375rem;
  transition: all 125ms ease 0s;
}
.popup-v2 {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 1em;
  background-color: white;
  padding: 8px;
  overflow: hidden;
  top: 3.25rem;
  margin-left: -0.25rem;
  box-shadow: 0 4px 8px #00000014;
}

.popup-v2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.popup-list li {
  padding-top: 8px;
  padding-bottom: 8px;

  border-radius: 8px;
}
.popup-list li button,
.popup-list li {
  cursor: pointer;
}
.popup-list li button {
  background-color: transparent;
  width: 100%;
  text-align: left;
  padding-left: 8px;
  font-family: main_font_bold;
}
.popup-list li:hover {
  background-color: var(--pop-select-color);
}

.hightlight-v2 {
  /* color: var(--gw_primary_color) !important; */
  position: relative;
  color: transparent;
  background-clip: text;
  background: -webkit-linear-gradient(#00d2ff, #3a7bd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button_v2 {
  align-items: center;
  background-color: initial;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  display: inline-flex;
  font-family: main_font_bold;
  justify-content: center;
  line-height: 1.5;
  min-height: 3rem;
  font-size: 1rem;
  position: relative;
  width: auto;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-image: initial;
  border-radius: 8px;
  padding: 0.6875rem 0.9375rem;
  transition: all 125ms ease 0s;
}
.button_v2:hover {
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.9);
}
.section-title {
  font-family: main_font_bolder;
  text-wrap: pretty;
  grid-row: 2/3;
  position: relative;
  font-weight: 700;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  line-height: 2rem;
}
.section-blurb {
  font-size: 1rem;
  font-weight: 300;
  grid-row: 3/4;
  line-height: 1.5rem;
}
.section-header-wrapper {
  width: 100%;
  height: 100%;
}
.section-controls-wrapper {
  width: fit-content;
  height: 100%;
}
.section-button {
  background-color: var(--accent-color-2) !important;
  color: white !important;
  width: 150px;
  font-family: main_font_medium;
  box-shadow: unset;
  border-radius: 56px;
}
.section-button span {
  color: white !important;
  margin-left: 0.375rem;
}
.section-button:hover {
  color: white;
  opacity: 0.6;
}
.section-horizontal-display {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-left: 0px;
  padding-right: 32px;
  padding-bottom: 32px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  margin-top: 16px;
}
.section-horizontal-display::-webkit-scrollbar {
  display: none;
}
.scroll-button {
  margin: 0.5rem;
  width: 36px;
  height: 36px;

  border-radius: 100px;
  cursor: pointer;
  border: 2px solid black;
}
.scroll-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.scroll-button i {
  font-size: 1.3rem;
  color: black;
}
.scroll-button-right {
  right: 0;
}

.section-card-item {
  flex: 0 0 auto;
  width: 320px;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 16px 0 hsla(0, 0%, 69%, 0.25);
}
.card-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.034375rem;
  line-height: 1.5rem;
  font-family: main_font_bolder;
}
.card-description {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.hero-button span {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 0.375rem;
}

.hero-button {
  margin-top: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid white;
  color: rgb(255, 255, 255);
}

.section-image-container {
  width: 100%;
  min-height: 300px;
  border-radius: 2rem;
}
.section-accesibility {
  padding-bottom: 0rem !important;
}
.form-field-wrapper {
  margin-top: 0.5rem;
}

.root-form-container {
  overflow: hidden;
}

.root-form-container {
  border-radius: 1rem;
}
.section-row-container {
  padding: 0px 16px 16px !important;
}
.grid-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column: 1 / span 12;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.accordion-title {
  text-align: left;
  display: flex;
  font-size: 1.1rem;
  font-weight: normal !important;
  letter-spacing: -1.2px;
  line-height: 1.5rem;
  font-family: main_font_bolder;
  font-weight: 700;
  margin-bottom: 0;
  width: 100%;
}
.accordion {
  width: 100%;
  height: 40px;
  margin: 16px auto;
  overflow: hidden;
  transition: height 0.3s ease;
  margin-bottom: 0px;

  position: relative;
  margin-bottom: 42px;
}
.accordion::before {
  position: absolute;
  content: " ";
  background-color: black;
  width: 4px;
  border-radius: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.accordion::after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 16px;
  height: 6px;
}
.accordion .accordion_tab {
  padding: 0 20px;
  cursor: pointer;
  user-select: none;
  font-size: 20px;

  position: relative;
}

.accordion.active {
  height: 100px !important;
}

.accordion:has(.active):before {
  opacity: 1;
}
.accordion .accordion_content {
  padding: 12px 20px;
}

.accordion .accordion_content .accordion_item p:last-child {
  font-size: 1rem;
  margin-top: 0;
}
.accordion .accordion_content .accordion_item p {
  font-size: 1rem;
  margin: 0;
  padding-bottom: 0;
  max-width: 80%;
}
/*Media*/
@media screen and (min-width: 767px) {
  .accordion {
    height: 40px;
  }
  .accordion.active {
    height: 150px !important;
  }

  .section-title {
    font-size: 1.7rem;
    letter-spacing: -0.5px;
    line-height: 2.5rem;
  }
  .section-blurb {
    font-size: 0.9rem;
  }
  .section-card-item {
    width: 250px;
    height: auto;
  }
  .grid-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / span 12;
  }
}

@media screen and (min-width: 1024px) {
  .accordion {
    height: 32px;
  }
  .accordion.active {
    height: 100px !important;
  }

  .accordion-title {
    font-size: 1.2625rem;
  }
  .section-accesibility {
    padding-bottom: 2rem !important;
  }
  .section-row-container {
    padding: 0px 0 16px !important;
  }
  .section-image-container {
    min-height: 500px;
    border-radius: 4rem;
  }

  .section-horizontal-display {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 32px;

    margin-top: 16px;
  }
  .scroll-button i {
    font-size: 1.4rem;
    color: black;
  }
  .scroll-button {
    margin: 1rem;
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0);
  }
  .card-title {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .section-title {
    font-size: 2.7rem;
    letter-spacing: -0.20625rem;
    line-height: 3.55rem;
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .section-blurb {
    font-size: 1rem;
    line-height: 1.65rem;
    font-weight: 300;
    width: 100%;
    margin-top: 0 !important;
  }
  .scroll-button {
    width: 42px;
    height: 42px;
  }
  .section-card-item {
    width: 320px;
    height: auto;
    border-radius: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.034375rem;
    line-height: 1.7rem;
  }
  .button_v2 {
    font-size: 1.15rem;
  }
  .grid-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / span 12;
    margin-bottom: 2.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1300px) {
  .accesibility-section-header-container {
    flex-flow: row;
  }
  .section-horizontal-display {
    padding-left: 200px;
    padding-right: 200px;
  }
}
