:root {
  --combine-library--grey-800: var(--black);
  --white: white;
  --combine-library--white: #f2f3f7;
  --combine-library--primary-600: #056415;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #04200b;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--grey-100: #d9dce2;
  --black: black;
  --combine-library--primary-200: #9e97ff;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--primary-800: #472def;
  --combine-library--grey-400: #8c94a5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

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

.combine-nav3_menu-button {
  padding: .5rem;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-small.botao-whatsapp {
  background-color: var(--combine-library--primary-600);
  pointer-events: none;
}

.combine-nav3_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  min-width: 11rem;
  display: flex;
}

.combine-nav3_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav3_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav3_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav3_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav3_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav3_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-nav3_logo {
  height: 100%;
  max-height: 5rem;
}

.combine-nav3_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global {
  background-color: #04200b;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-global.session-clinica, .combine-padding-global.faq-fundo {
  background-color: #f2f3f7;
}

.combine-nav3_component {
  background-color: var(--combine-library--grey-050);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-header3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-header3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_text-link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: var(--combine-library--grey-800);
}

.combine-form_text {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_input {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.header-subtitle {
  color: var(--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.header-subtitle.sobre-clinica {
  background-color: var(--combine-library--white);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.header-subtitle.sobre-clinica.header-branco {
  background-color: var(--white);
}

.combine-heading-style-h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-header3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-header3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_header3 {
  background-color: var(--combine-library--grey-050);
}

.combine-space-medium {
  width: 100%;
  height: .75rem;
}

.combine-space-medium.header-branco {
  background-color: #fff;
}

.combine-faq2_answer {
  background-color: var(--white);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-faq2_title {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 2rem;
}

.combine-heading-style-h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_faq2 {
  background-color: var(--combine-library--grey-050);
}

.combine-footer3_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_component {
  background-color: var(--combine-library--grey-800);
}

.footer-dark {
  background-color: #0d3014;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 20px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
  text-decoration: none;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature2_wrapper.fonte-sobre-clinica {
  color: #000;
}

.combine-feature2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.sobre-clinica {
  background-color: var(--combine-library--grey-200);
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature6_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-feature6_image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-feature6_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--combine-library--grey-800);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: flex;
}

.combine-feature6_item:hover {
  transform: translate(0, -.75rem);
}

.combine-feature6_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature6 {
  background-color: var(--combine-library--white);
}

.combine-button-colored {
  background-color: var(--combine-library--primary-600);
  pointer-events: none;
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-colored:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-text-color-white {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta3_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-cta3_title {
  color: var(--combine-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-cta3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--combine-library--grey-050);
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem 4rem 0;
  display: flex;
}

.combine-padding-section-large {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.combine-section_cta3 {
  background-color: var(--combine-library--grey-050);
}

.image {
  width: 60px;
  height: 60px;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.fa-icon {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.3rem;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.container-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  background-color: #056515;
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.combine-gallery2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery2_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery2 {
  background-color: var(--combine-library--white);
}

.section {
  background-color: #f2f3f7;
  margin-bottom: 40px;
}

.body {
  background-color: #f2f3f7;
}

.container-4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-2 {
  background-color: #056515;
  border-radius: 9px;
}

.section-2 {
  color: #04200b;
  background-color: #04200b;
}

.section-3 {
  background-color: #f2f3f7;
}

.combine-button-colored-2 {
  background-color: var(--combine-library--primary-600);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored-2:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-text-color-white-2 {
  color: var(--combine-library--white);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-cta4_title {
  color: var(--combine-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.combine-cta4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.combine-container-medium-2 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-large-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-section_cta4 {
  background-color: var(--combine-library--grey-050);
}

.heading {
  color: #f2f3f7;
  text-align: left;
  font-size: 38px;
}

.column {
  margin-top: 102px;
}

.text-span {
  color: #f2f3f7;
  background-color: #03210b;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-span-2 {
  color: var(--combine-library--grey-050);
  background-color: #f2f3f7;
}

.section-4 {
  background-color: #04200b;
}

.text-span-3 {
  color: #04200b;
  background-color: #f2f3f7;
}

.section-5 {
  background-color: #f2f3f7;
}

.text-span-4 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.3rem;
}

.text-block {
  outline-offset: 0px;
  color: snow;
  outline: 3px snow;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.button-3 {
  text-align: center;
  background-color: #1b6415;
  border-radius: 9px;
  min-height: 40px;
  max-height: 40px;
  font-size: 15px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .combine-nav3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .combine-nav3_button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .combine-nav3_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav3_dropdown {
    width: 100%;
  }

  .combine-nav3_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .combine-nav3_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_input {
    min-width: 12rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature6_image-wrapper {
    height: 12rem;
  }

  .combine-feature6_item {
    color: var(--combine-library--grey-800);
    text-decoration: none;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-cta3_component {
    padding: 3rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-cta4_component {
    grid-auto-columns: 1fr;
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_input {
    min-width: 0;
  }

  .combine-header3_component {
    flex-direction: column;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .combine-feature6_image-wrapper {
    height: 17rem;
  }

  .combine-feature6_component {
    grid-template-columns: minmax(min-content, 24rem);
    justify-content: center;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-cta3_component {
    padding: 2.5rem;
  }

  .combine-padding-section-large {
    padding-top: 3rem;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-cta4_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    background-color: var(--white);
  }

  .combine-menu-icon {
    color: #fff;
  }

  .combine-nav3_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-form {
    grid-template-columns: 1fr;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .container {
    max-width: none;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-cta3_component {
    padding: 1.5rem;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-cta4_component {
    text-align: center;
    justify-items: center;
    padding: 1.5rem;
  }
}

#w-node-_11e78fdd-0b70-9f8f-0c39-7c2c509895f6-eac9129e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a89e-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a0-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a2-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a4-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a6-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a8-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8aa-eac9129e, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8ac-eac9129e, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652d7-eac9129e, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652ed-eac9129e, #w-node-afaacfea-ec27-aed9-8f12-ad1aebc811df-eac9129e, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652e2-eac9129e, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652cc-eac9129e, #w-node-c82668f7-0811-b4b1-95b2-0fbffa45b09c-eac9129e, #w-node-c82668f7-0811-b4b1-95b2-0fbffa45b0a5-eac9129e, #w-node-c82668f7-0811-b4b1-95b2-0fbffa45b0b0-eac9129e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11e78fdd-0b70-9f8f-0c39-7c2c509895f6-a8c25094 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a2-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a4-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a0-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a6-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8a8-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8aa-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a89e-a8c25094, #w-node-_1b71d0f1-a294-856c-2d9d-caec99e5a8ac-a8c25094, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652d7-a8c25094, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652ed-a8c25094, #w-node-a537908e-1d04-ae71-b324-dfdbab277b2f-a8c25094, #w-node-afaacfea-ec27-aed9-8f12-ad1aebc811df-a8c25094, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652e2-a8c25094, #w-node-c0fca058-80f8-4cb2-15b9-0eed7fc652cc-a8c25094, #w-node-c82668f7-0811-b4b1-95b2-0fbffa45b09c-a8c25094, #w-node-c82668f7-0811-b4b1-95b2-0fbffa45b0a5-a8c25094, #w-node-c82668f7-0811-b4b1-95b2-0fbffa45b0b0-a8c25094 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_11e78fdd-0b70-9f8f-0c39-7c2c509895f6-eac9129e, #w-node-_11e78fdd-0b70-9f8f-0c39-7c2c509895f6-a8c25094 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}