.documentationpage .welcome {
  border: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-right: 0 none transparent;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.welcome .header_welcome {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  grid-gap: min(7.68vw, 120px);
  gap: min(7.68vw, 120px);
}
@media only screen and (max-width: 1280px) {
  .welcome .header_welcome {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.welcome .header_welcome .group_1 {
  flex: 0 0 48%;
}
.welcome .header_welcome .group_1 .btn_group {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 32px;
}
@media only screen and (max-width: 1280px) {
  .welcome .header_welcome .group_1 .btn_group {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .welcome .header_welcome .group_1 .btn_group {
    -webkit-flex-direction: column;
    flex-direction: column;
    flex: 0 0 100%;
  }
}
.welcome .header_welcome .group_1 .btn_group .btn_bg, .welcome .header_welcome .group_1 .btn_group .btn {
  width: 250px;
  height: 50px;
  grid-gap: 15px;
  gap: 15px;
}
.welcome .header_welcome .group_2 {
  width: min(100%, 700px);
  height: auto;
  -webkit-align-self: center;
  align-self: center;
  aspect-ratio: 1.7766497462;
  display: block;
}
.welcome .header_welcome .group_2 .img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}
.welcome .characteristics_welcome {
  margin-top: 50px;
}
.welcome .characteristics_welcome .characteristic {
  background-color: var(--theme_surface);
  color: var(--theme_text);
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  grid-gap: 16px;
  gap: 16px;
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  padding: 25px 15px;
  border: 1px solid var(--theme_border);
}
.welcome .characteristics_welcome .characteristic [class^=bg_icon] {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  place-content: center;
  place-items: center;
  width: 52px;
  height: 52px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  flex: 0 0 52px;
}
.welcome .characteristics_welcome .characteristic .bg_icon_organized {
  background-color: rgba(42, 71, 206, 0.12);
  color: transparent;
}
.welcome .characteristics_welcome .characteristic .bg_icon_reusable {
  background-color: rgba(18, 207, 200, 0.12);
  color: transparent;
}
.welcome .characteristics_welcome .characteristic .bg_icon_consistent {
  background-color: rgba(243, 136, 69, 0.12);
  color: transparent;
}
.welcome .characteristics_welcome .characteristic .bg_icon_productive {
  background-color: rgba(254, 0, 190, 0.12);
  color: transparent;
}
.welcome .characteristics_welcome .characteristic .content_characteristic {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 6px;
  gap: 6px;
  min-width: 0;
}
.welcome .characteristics_welcome .characteristic .content_characteristic .title_characteristic {
  text-align: justify;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1.125rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1.1;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .characteristics_welcome .characteristic .content_characteristic .title_characteristic .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .characteristics_welcome .characteristic .content_characteristic .title_characteristic b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: justify;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1.125rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .characteristics_welcome .characteristic .content_characteristic .title_characteristic {
  margin-bottom: 0;
}
.welcome .characteristics_welcome .characteristic .content_characteristic .description_characteristic {
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: balance;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1.3;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .characteristics_welcome .characteristic .content_characteristic .description_characteristic .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .characteristics_welcome .characteristic .content_characteristic .description_characteristic b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .characteristics_welcome .characteristic .content_characteristic .description_characteristic {
  margin-bottom: 0;
}
.welcome .feature_welcome {
  margin-top: 56px;
}
.welcome .feature_welcome .feature_block {
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  min-width: 0;
}
.welcome .feature_welcome .feature_block .feature_title {
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1.25rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1.15;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_title .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_title b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1.25rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_title {
  background-color: transparent;
  color: var(--theme_black_white);
  grid-gap: 10px;
  gap: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  margin-bottom: 7px;
}
.welcome .feature_welcome .feature_block .feature_title .feature_tag {
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.75rem;
  font-family: "Nunito Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_title .feature_tag .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_title .feature_tag b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.75rem;
  font-family: "Nunito Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_title .feature_tag {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(18, 207, 200, 0.16);
  color: #12CFC8;
  padding: 6px 10px;
}
.welcome .feature_welcome .feature_block .feature_card {
  background-color: var(--theme_surface);
  color: var(--theme_text);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: auto;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 15px 15px 55px;
  overflow: hidden;
  border: 1px solid var(--theme_border);
}
.welcome .feature_welcome .feature_block .feature_card.feature_card_modules .feature_list .feature_item {
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid var(--theme_border);
}
.welcome .feature_welcome .feature_block .feature_card.feature_card_modules .feature_list .feature_item:last-child {
  border-bottom: 0 none transparent;
}
.welcome .feature_welcome .feature_block .feature_card.feature_card_modules .feature_list .feature_item .feature_content {
  flex: 0 0 calc(100% - 115px);
}
.welcome .feature_welcome .feature_block .feature_card .feature_icon {
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_card .feature_icon .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_card .feature_icon b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_card .feature_icon {
  background-color: rgb(0 122 255 / 0.14);
  color: var(--theme_text_bold);
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
}
.welcome .feature_welcome .feature_block .feature_card .feature_count {
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.8125rem;
  font-family: "Montserrat", "sans-serif";
  font-weight: 800;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_card .feature_count .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_card .feature_count b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.8125rem;
  font-family: "Montserrat", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_card .feature_count {
  background-color: rgb(0 122 255 / 0.14);
  color: var(--theme_text_bold);
  width: 50px;
  height: 30px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  place-content: center;
  place-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  flex: 0 0 50px;
}
.welcome .feature_welcome .feature_block .feature_list {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  grid-gap: 15px;
  gap: 15px;
  padding: 15px;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item[href] {
  cursor: pointer;
  text-decoration: none;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_index {
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_index .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_index b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: center;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_index {
  background-color: rgb(0 122 255 / 0.14);
  color: var(--theme_text_bold);
  -webkit-align-self: center;
  align-self: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content {
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex: 0 0 calc(100% - 78px);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_title {
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1.15;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_title .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_title b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_title {
  margin-bottom: 0;
  color: var(--theme_text_bold);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_description {
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: balance;
  font-size: 0.8125rem;
  font-family: "Nunito Sans", "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1.35;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_description .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_description b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.8125rem;
  font-family: "Nunito Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .feature_content .feature_item_description {
  margin-bottom: 0;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_list .feature_item .icon_arrow {
  -webkit-align-self: center;
  align-self: center;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: -10000000px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  flex: 0 0 32px;
}
.welcome .feature_welcome .feature_block .feature_link {
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.875rem;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  line-height: 1.15;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_link .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .feature_welcome .feature_block .feature_link b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 0.875rem;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .feature_welcome .feature_block .feature_link {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 55px;
  background-color: transparent;
  color: #2A47CE;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 12px;
  gap: 12px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  border-top: 1px solid var(--theme_border);
  padding: 18px 20px 20px;
}
.welcome .feature_welcome .feature_block .feature_link:hover {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  background-color: transparent;
  color: #007AFF;
}
.welcome .feature_welcome .feature_block .feature_dot {
  background-color: #12CFC8;
  color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-flex;
  box-shadow: 0 0 0 5px rgba(18, 207, 200, 0.2);
  margin-top: 6px;
}
.welcome .help_welcome {
  background-color: var(--theme_bg_secondary);
  color: var(--theme_text);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  padding: 20px 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.welcome .help_welcome .icon_help {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: -10000000px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2A47CE;
  color: #FFF;
  flex: 0 0 40px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .welcome .help_welcome .icon_help {
    width: 40px;
    height: 70px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
  }
}
.welcome .help_welcome .icon_help::before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.welcome .help_welcome .help_content {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex: 0 0 calc(100% - 485px);
}
@media only screen and (max-width: 980px) {
  .welcome .help_welcome .help_content {
    flex: 0 0 calc(100% - 66px);
  }
}
.welcome .help_welcome .help_content .help_title {
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: 1.15;
  background-color: transparent;
  color: var(--theme_text);
}
.welcome .help_welcome .help_content .help_title .tagline_sisass {
  font-family: "Montserrat", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: var(--theme_text);
}
.welcome .help_welcome .help_content .help_title b {
  background-color: transparent;
  color: var(--theme_text_bold);
  text-align: left;
  text-decoration: initial;
  text-transform: initial;
  text-wrap: initial;
  font-size: 1rem;
  font-family: "Fira Sans", "sans-serif";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}
.welcome .help_welcome .help_content .help_title {
  background-color: transparent;
  color: var(--theme_text_bold);
  margin-bottom: 0;
}
.welcome .help_welcome .help_content .help_description {
  text-wrap-style: pretty;
  text-align: left;
  margin-bottom: 0;
}
.welcome .help_welcome .group_contact {
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
}