:root {
  --primary-font: #435363;
  --soft-background: #fafafa;
  --primary-5-2: #f2f9f6;
  --black: rgba(34, 44, 40, 0.6);
  --white: white;
  --dark: #017346;
  --primary: #00ad68;
  --primary-50: #80c6aa;
  --secondary-font: #8e98a1;
  --secondary: #008d55;
  --primary-10: #e5f4ee;
  --primary-20: #cce8dd;
  --soft-grey: #e9e9e9;
  --light-grey-background: #f6f6f7;
  --green: #3bba90;
}

body {
  direction: rtl;
  color: var(--primary-font);
  font-family:
    IBM Plex Sans Arabic,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 30px;
  display: flex;
}

.container.header {
  height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.less_top_padding {
  padding-top: 55px;
}

.container.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.services {
  flex-flow: column;
}

.container.overlay {
  max-width: 600px;
}

.section {
  background-color: var(--soft-background);
  display: flex;
}

.section.op1_hero {
  background-image: linear-gradient(#fff, rgba(244, 255, 254, 0.87)), url('../images/Union.svg');
  background-position:
    0 0,
    100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 460vw;
  min-height: 100vh;
}

.section.op1_stats {
  background-color: var(--primary-5-2);
  background-image: linear-gradient(rgba(255, 255, 255, 0.94), rgba(233, 248, 242, 0.94)),
    url('../images/Union.svg');
  background-position:
    0 0,
    50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.op1_footer {
  background-image: linear-gradient(rgba(8, 63, 41, 0.96), rgba(8, 63, 41, 0.96)),
    url('../images/Union.svg'), linear-gradient(90deg, #015836, #083f29 100%, #08412a);
  background-position:
    0 0,
    50%,
    0 0;
  background-repeat: repeat, repeat-x, repeat;
  background-size: auto, 50vw, auto;
}

.section.hero {
  background-image: linear-gradient(#fff, rgba(244, 255, 254, 0.87)), url('../images/Union_1.svg');
  background-position:
    0 0,
    50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 220vw;
  min-height: 100vh;
}

.section.stats {
  background-color: var(--primary-5-2);
  background-image: linear-gradient(rgba(255, 255, 255, 0.94), rgba(233, 248, 242, 0.94)),
    url('../images/Union_1.svg');
  background-position:
    0 0,
    50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.footer {
  background-image: linear-gradient(rgba(8, 63, 41, 0.96), rgba(8, 63, 41, 0.96)),
    url('../images/Union_1.svg'), linear-gradient(90deg, #015836, #083f29 100%, #08412a);
  background-position:
    0 0,
    50%,
    0 0;
  background-repeat: repeat, repeat-x, repeat;
  background-size: auto, 90vw, auto;
}

.section.overlay {
  z-index: 200;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 100;
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_meu {
  flex: 1;
  display: flex;
}

.nav_link {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color 0.4s;
}
.nav_link:hover + .nav_line {
  transition: 0.4s ease;
  visibility: visible;
}

.nav_link:hover {
  color: var(--primary);
}

.nav_link.w--current {
  color: var(--dark);
}

.links_area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  display: flex;
}

.div-block-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand_link_header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.brand_emplem {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
}

.brand_emplem.footer {
  width: 50px;
}

.brand_text {
  color: var(--primary-font);
  justify-content: flex-start;
  align-items: center;
  width: 86px;
  padding-bottom: 4px;
  display: flex;
}

.brand_text.footer {
  color: var(--white);
  width: 70px;
}

.link-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--primary-font);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color 0.4s;
  display: flex;
}

.link-block:hover {
  color: var(--primary);
}

.html-embed-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.hero_text_area {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--primary-font);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_img_area {
  justify-content: flex-start;
  align-items: center;
  padding: 72px;
  display: flex;
  position: relative;
}

.hero_main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--primary-font);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.paragraph_large {
  color: var(--secondary-font);
  font-size: 20px;
}

.h1_hero {
  color: var(--primary-font);
  line-height: 76px;
}

.lottie-animation {
  width: 60px;
}

.image {
  z-index: 1;
  border-radius: 18px;
  max-width: 104%;
  position: relative;
  box-shadow: 30px 40px 28px 2px rgba(0, 0, 0, 0.12);
}

.image._2 {
  z-index: 2;
  max-width: 42%;
  top: 133px;
  left: 149px;
}

.button {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color 0.4s;
  display: flex;
}

.button:hover {
  background-color: var(--secondary);
}

.button.small {
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 14px;
}

.button.left_allign {
  align-self: flex-end;
}

.button.light {
  background-color: var(--primary-10);
  color: var(--dark);
}

.button.light:hover {
  background-color: var(--primary-20);
}

.button_text_area {
  flex: 1;
}

.button_text_area.small {
  padding-bottom: 0;
}

.button_img_area.small {
  width: 24px;
}

.button_img_area.light {
  opacity: 0.4;
}

.hero_text_holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  font-size: 18px;
}

.navlink_holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  visibility: hidden;
}

.services_main {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section_header_area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.section_header_area.alt {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: none;
}

.services_cards_holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 16px;
  display: flex;
  box-shadow: 6px 8px 19px 1px rgba(0, 0, 0, 0.1);
}

.service_card_text_area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service_card_header {
  flex-flow: row;
  order: -1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.service_lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service_lottie._2 {
  width: 70px;
}

.is__light {
  color: var(--secondary-font);
}
.stats_text {
  color: var(--dark);
  font-size: 50px;
  font-weight: 700;
}

.stats_item {
  border-left: 1px solid var(--primary-50);
  padding: 24px;
}

.stats_item.last {
  border-left-style: none;
}

.faq_list_area {
  grid-column-gap: 0.8em;
  grid-row-gap: 0.8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.accordion-_toggle {
  color: var(--primary-font);
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 0.4em 1em 0.4em 4em;
  display: flex;
}

.accordion_title {
  text-align: right;
  white-space: normal;
  font-weight: 700;
}

.accordion_icon {
  margin-left: 20px;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.accordion_item {
  border: 1px solid var(--white);
  text-align: right;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  transition:
    border-width 0.2s,
    border-color 0.2s;
  overflow: hidden;
}

.accordion_item:hover {
  border: 1px solid var(--soft-grey);
}

.accordion_list {
  background-color: #fff;
  padding-bottom: 2.4em;
  padding-left: 4em;
  padding-right: 1em;
  display: block;
  position: static;
}

.home_section_side_header {
  grid-column-gap: 0.8em;
  grid-row-gap: 0.8em;
  flex-flow: column;
  display: flex;
}

.faq_main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.display {
  font-size: 48px;
}

.dim_70 {
  opacity: 0.7;
}

.html-embed-4 {
  color: var(--primary-20);
  width: 120px;
}

.button_text {
  margin-bottom: 4px;
}

.footer_brand_area {
  color: var(--primary-50);
  flex-flow: column;
  display: flex;
}

.footer_footer_area {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--primary-50);
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.footer_main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand_link_footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph_small {
  font-size: 14px;
}

.footer_link {
  color: var(--primary-20);
  font-size: 14px;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_links_area {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer_logos_area {
  justify-content: center;
  align-items: center;
  display: flex;
}

.security_main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcf4dc;
  border: 1px solid #f0e6c9;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 90px;
  padding: 32px;
  display: grid;
}

.security_text_area {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.security_img_area {
  color: var(--primary-50);
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  display: flex;
}

.html-embed-5 {
  opacity: 0.7;
  justify-content: center;
  align-items: center;
  width: 180px;
  display: flex;
}

.hide {
  display: none;
}

.footer_logo {
  width: 90px;
  margin-bottom: 10px;
}

.style_div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 173px;
  padding-right: 173px;
  display: flex;
}

.navbar-copy {
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_meu-copy {
  flex: 1;
  display: flex;
}

.overlay_content_main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 16px;
  padding: 40px;
  display: flex;
  position: relative;
}

.overlay_buttons_area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.close_button {
  background-color: var(--light-grey-background);
  border-radius: 4px;
  padding: 6px;
  transition: background-color 0.2s;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.close_button:hover {
  background-color: var(--soft-grey);
}

.close_button.small {
  width: 24px;
}

.close_button.light {
  opacity: 0.4;
}

.hidden_link_text {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.header {
    height: 90px;
  }

  .section.op1_hero,
  .section.hero {
    min-height: 0;
  }

  .nav_meu {
    background-color: var(--dark);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav_link {
    color: var(--primary-50);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 14px 30px;
    font-size: 20px;
    display: flex;
  }

  .nav_link:hover {
    color: var(--primary-50);
  }

  .nav_link.w--current {
    color: var(--white);
  }

  .links_area {
    justify-content: flex-end;
  }

  .hero_text_area {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .hero_img_area {
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }

  .hero_main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .image {
    flex: none;
    max-width: 58%;
  }

  .image._2 {
    max-width: 24%;
    top: 120px;
    left: 80px;
  }

  .button:hover {
    background-color: var(--primary);
  }

  .button.light:hover {
    background-color: var(--primary-10);
  }

  .hero_text_holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navlink_holder {
    justify-content: center;
    align-items: flex-start;
  }

  .nav_line {
    display: none;
  }

  .services_cards_holder {
    grid-template-columns: 1fr 1fr;
  }

  .stats_item.alt {
    border-left-style: none;
  }

  .home_section_side_header {
    text-align: center;
  }

  .faq_main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .footer_link:hover {
    text-decoration: none;
  }

  .header_logo {
    max-width: 90%;
  }

  .navbar-copy {
    background-color: var(--secondary-font);
  }

  .menu-button.w--open {
    background-color: var(--primary-50);
  }

  .close_button:hover {
    background-color: var(--light-grey-background);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 17px;
    line-height: 1.3;
  }

  p {
    font-size: 14px;
  }

  .container {
    padding: 60px 16px;
  }

  .container.header {
    height: 72px;
  }

  .brand_link_header {
    margin-left: 30px;
  }

  .brand_emplem {
    width: 54px;
  }

  .brand_text {
    width: 76px;
  }

  .link-block {
    font-size: 14px;
  }

  .hero_text_area {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .hero_main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph_large {
    font-size: 18px;
  }

  .image {
    border-radius: 15px;
  }

  .image._2 {
    top: 100px;
  }

  .button {
    border-radius: 14px;
    padding: 10px;
  }

  .button_img_area {
    width: 30px;
  }

  .hero_text_holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .services_main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .services_cards_holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .faq_main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer_brand_area {
    text-align: center;
  }

  .footer_footer_area {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .brand_link_footer {
    justify-content: center;
    align-items: center;
  }

  .paragraph_small.dim_70 {
    order: 1;
  }

  .footer_links_area {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_logos_area {
    order: -1;
    justify-content: center;
    align-items: center;
  }

  .security_main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.75fr 1fr;
    margin-top: 50px;
    padding: 16px;
    display: flex;
  }

  .security_img_area {
    justify-content: flex-end;
    align-items: center;
    padding-left: 10px;
  }

  .html-embed-5 {
    width: 120px;
  }

  .header_logo {
    max-width: 76%;
  }

  .style_div {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    max-width: 85%;
  }

  .overlay_content_main {
    padding: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brand_link_header {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-left: 10px;
  }

  .brand_emplem {
    width: 50px;
  }

  .brand_text {
    width: 68px;
  }

  .hero_img_area {
    justify-content: center;
    align-items: center;
  }

  .hero_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image {
    max-width: 88%;
    right: 20px;
  }

  .image._2 {
    max-width: 40%;
    position: absolute;
    top: 140px;
    left: auto;
    right: 10px;
  }

  .button.left_allign {
    align-self: stretch;
  }

  .services_cards_holder {
    grid-template-columns: 1fr;
  }

  .stats_holder {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .stats_item {
    border-bottom: 1px solid var(--primary-50);
    border-left-style: none;
  }

  .stats_item.last {
    border-bottom-style: none;
  }

  .faq_list_area {
    flex-flow: column;
    align-items: flex-end;
  }

  .accordion_title {
    justify-content: flex-start;
    align-items: center;
  }

  .security_main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 60px;
  }

  .security_img_area {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .html-embed-5 {
    width: 90px;
  }

  .header_logo {
    flex: none;
  }

  .menu-button {
    padding: 14px;
  }

  .overlay_content_main {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .overlay_buttons_area {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }
}
