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

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme_lite: #f3f8ff;
  --secondary: #0e1a68;
  --primary: #2e91d5;
  --white: white;
  --text: #606172;
  --black: black;
  --border: #e1e1eb;
  --font_black: #0f0d0d;
  --yellow-accent: #f68121;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.page_header_wrapper {
  background-image: linear-gradient(#0006, #0006), url('../images/banner-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section-header-cont {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 85rem;
  padding: 2rem 1.875rem;
  display: block;
}

.section-header {
  color: #fff;
  margin-bottom: 1.25rem;
  padding-left: 0;
  font-size: 2.8rem;
}

.section_wrapper {
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section_wrapper.home_flex {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.section_wrapper.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section_wrapper.card_float {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.87rem;
  position: relative;
}

.section_wrapper.hide {
  display: none;
}

.section_wrapper.bottom_padding_no {
  padding-bottom: 1rem;
}

.inner_page_section_heading {
  color: #0f0d0d;
  font-size: 1.5rem;
  font-weight: 600;
}

.inner_page_section_heading.top_margin {
  margin-top: 0;
}

.inner_page_section_heading.bottom_margin {
  margin-bottom: 20px;
}

.inner_page_section_heading.large {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 40px;
}

.inner_page_section_heading.large.margin {
  margin-top: 40px;
}

.inner_page_section_heading.large.margin.margin_bottom {
  margin-bottom: 30px;
}

.inner_page_section_heading.large.no_margin {
  margin-top: 0;
}

.paragraph-12 {
  color: #606172;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65em;
}

.paragraph-12.president_qualification {
  margin-top: 0;
}

.paragraph-12.remove_margin {
  margin-top: 10px;
}

.paragraph-12.only_bottom_margin {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-12.only_bottom_margin.mini {
  margin-bottom: 10px;
}

.paragraph-12.only_bottom_margin.mini.bold {
  margin-top: 1rem;
}

.paragraph-12.para_margin {
  margin-top: .25rem;
}

.paragraph-12.para_margin.hide {
  display: none;
}

.paragraph-12.spacing {
  margin-top: 0;
  line-height: 2.2em;
}

.paragraph-12.no {
  margin-top: .5rem;
  margin-bottom: 0;
}

.paragraph-12.no._1 {
  margin-top: 0;
}

.paragraph-12.hight_top {
  margin-top: 2rem;
}

.paragraph-12.hight_top.hide {
  display: none;
}

.section.theme_lite {
  background-color: var(--theme_lite);
}

.section.hide {
  display: none;
}

.section.theme_dark {
  background-color: var(--secondary);
}

.section_sub_title {
  color: #0f0d0d;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.section_sub_title.size {
  font-size: 2.25rem;
}

.section_sub_title.size.larger {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.section_sub_title.size.larger.mobile {
  display: none;
}

.section_sub_title.size.in_accordian {
  margin-top: 2rem;
  font-size: 1.8rem;
}

.section_sub_title.size.in_accordian.bottom_margin {
  margin-bottom: 1.5rem;
}

.section_sub_title.size.margin_bottom {
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.section_sub_title.color {
  color: var(--primary);
  margin-top: 0;
}

.section_sub_title.mem_detail_head {
  color: var(--white);
  text-align: center;
  margin-top: .5rem;
}

.section_container {
  max-width: 85rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.section_container.hero {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.body {
  font-family: Jost, sans-serif;
}

.rs_list {
  font-size: 16px;
}

.rs_list_item {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5em;
}

.rs_list_item.no {
  margin-bottom: 5px;
}

.rb_img {
  max-width: 100%;
  height: 300px;
  margin-top: 20px;
}

.section_sub_title_2 {
  color: #0f0d0d;
  font-size: 1rem;
  font-weight: 600;
}

.section_sub_title_2.decoration {
  text-decoration: underline;
}

.guideline_list {
  list-style-type: decimal;
}

.guideline_list.italic {
  font-style: italic;
}

.guidelinelist_a {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

.guidelinelist_b {
  padding-left: 20px;
  list-style-type: lower-roman;
}

.guideline_img {
  width: 50%;
  margin-top: 20px;
}

.journal_heading_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.journal_button {
  padding: 15px 30px;
  font-size: 16px;
}

.journal_button.margin {
  text-align: center;
  margin-top: 15px;
  display: block;
}

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

.journal_img {
  width: 100%;
}

.journal_img.neg_margin {
  margin-top: -20px;
}

.journal_bottom_button_wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 40px;
  display: flex;
}

.journal_bottom_button_wrapper.hide {
  display: none;
}

.journal_redirect_button_1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 12px 30px;
  font-weight: 500;
  display: flex;
}

.journal_redirect_button_2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0e1a68;
  padding: 12px 30px;
  font-weight: 500;
  display: flex;
}

.journal_redirect_button_2.hide {
  display: none;
}

.journal_redirect_button_2.v2 {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.arrow_right {
  padding-top: 1px;
  font-family: "Fa Solid 900", sans-serif;
}

.arrow_right.remove_padding {
  padding-top: 0;
}

.section_title {
  color: #0f0d0d;
  font-size: 30px;
}

.section_title.remove_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.page_heading_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.member_list {
  padding-left: 40px;
}

.member_list.numbering {
  list-style-type: decimal;
}

.president_name_desig {
  color: var(--text);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.president_details_wrapper {
  margin-top: 2rem;
}

.president_img {
  border: 8px solid #dbdfea;
  width: 30rem;
  height: 165px;
}

.president_img.large {
  width: auto;
}

.field-wrapper {
  flex: 1;
}

.header_logo_embed {
  margin-top: 3px;
}

.form_name_fields-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.header_phone_wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.header_phone_wrapper.gap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 10px;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.field-label-8 {
  font-weight: 600;
}

.contact_must_checked {
  color: #d9375d;
}

.contact_info {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.header_mini_text {
  color: #768197;
  font-size: .8rem;
  line-height: 1rem;
}

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

.form_contact.align_top {
  justify-content: flex-start;
  align-items: flex-start;
}

.header_contact_detail {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2rem;
}

.header_contact_detail.max_width {
  color: #768197;
  max-width: 250px;
  font-weight: 400;
  line-height: 1.5rem;
}

.header_contact_detail.phone {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
}

.header_contact_detail.phone.hide {
  display: none;
}

.contact_section {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.form_contact_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text_field-2 {
  border-radius: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form_submit_button {
  background-color: var(--primary);
  border-radius: 30px;
  align-self: flex-end;
  margin-top: 20px;
  padding-left: 20px;
}

.formblock-2 {
  flex: 1;
  margin-left: 100px;
}

.underline {
  background-color: #e5e8e7;
  width: 120px;
  height: 4px;
  position: relative;
}

.underline.hero {
  width: 300px;
  height: 2px;
  margin-top: 20px;
}

.underline.sm {
  width: 90px;
  height: 2px;
}

.line {
  color: #269bcf;
  background-color: #269bcf;
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contact_heading_wrapper {
  margin-bottom: 35px;
}

.bullet_list {
  margin-top: 10px;
}

.bullet_list_item {
  color: var(--text);
}

.section_flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  display: flex;
}

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

.flex_left, .flex_right {
  align-self: center;
}

.home_about_list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.about_list_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  display: flex;
}

.about_list_item.padding_no {
  padding-top: 5px;
  padding-bottom: 5px;
}

.about_point {
  color: var(--text);
  font-size: 16px;
  line-height: 1.65rem;
}

.primary_button {
  font-size: 16px;
  font-weight: 500;
}

.primary_button.know_more {
  margin-top: 20px;
  padding: 12px 25px;
  font-weight: 400;
}

.about_pic {
  border-radius: 10px;
  max-width: 500px;
}

.president_message_wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  display: flex;
}

.hero_page_title_wrapper.margin {
  margin-bottom: 40px;
}

.hero_page_title_wrapper.hide {
  display: none;
}

.section_with_bg_pic {
  background-image: linear-gradient(#050827e6, #050827e6), url('../images/middle_banner.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: none;
}

.section_with_bg_pic.newsletter {
  background-image: linear-gradient(#060d3b99, #060d3b99), url('../images/subscribe.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: none;
}

.training_heading {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.section_underline_div {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.subs_heading {
  color: var(--white);
  text-align: left;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
}

.navbar-no-shadow-container {
  background-color: var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.container-regular {
  width: 100%;
  max-width: 85rem;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.87rem;
  padding-right: 1.87rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 500;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: var(--primary);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 6px;
}

.nav-dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.hide, .mobile-margin-top-10 {
  display: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.logo_img {
  width: 6rem;
}

.logo_img.new_2025 {
  width: 10rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_icon_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav_mobile_no {
  margin-left: 12px;
  display: none;
}

.nav_social_icons.hide, .nav_icon_spacer_divider {
  display: none;
}

.code-embed {
  height: 20px;
}

.hero_slider {
  text-align: left;
  height: 850px;
}

.slide_1 {
  background-image: url('../images/banner-1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide_2 {
  background-image: url('../images/banner-2.avif');
  background-position: 50%;
  background-size: cover;
}

.hero_slide_wrapper {
  margin-bottom: 220px;
}

.hero_title {
  color: var(--white);
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.hero_para {
  max-width: 550px;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.hero_slider_button {
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
}

.hero_slider_button.margin {
  margin-top: 40px;
}

.hero_cards_stack {
  z-index: 999;
  margin-bottom: 40px;
  padding: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_card {
  background-color: var(--white);
  align-items: stretch;
  padding: 32px;
}

.hero_card.spl {
  background-image: linear-gradient(95deg, #083ea9d9, #5a7fcae6), url('../images/picture2.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding: 32px;
}

.hero_card_member_icon {
  width: 40px;
  height: 40px;
}

.hero_card_heading {
  color: var(--white);
  margin-top: 10px;
  font-weight: 500;
}

.hero_card_heading.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hero_card_para {
  color: var(--white);
  margin-bottom: 20px;
}

.join_button {
  background-color: var(--white);
  color: var(--primary);
  font-weight: 500;
}

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

.view_all_button {
  color: var(--primary);
  background-color: #3898ec00;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
}

.view_all_button.for_gallery {
  padding: 10px 0;
}

.view_all_button.white {
  color: var(--white);
}

.slide-nav {
  display: none;
}

.logo_txt {
  min-width: 350px;
  color: var(--text);
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.logo_txt.hide {
  display: none;
}

.site_container {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.foot_heading {
  color: var(--black);
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer_grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.foot_nav_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.foot_nav_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.foot_link_item {
  color: var(--text);
  font-size: 1rem;
  text-decoration: none;
}

.foot_link_item.foot_address {
  flex: 1;
  line-height: 1.5rem;
  display: block;
}

.footer_grid_item.align_end {
  padding-left: 20px;
  padding-right: 20px;
}

.foot_logo {
  width: 7rem;
  padding: .3rem;
}

.foot_logo.new_2025 {
  width: 10rem;
  padding: 0;
}

.icon {
  color: #28a680;
  flex-flow: row;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.footer_top {
  background-color: var(--theme_lite);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer_bottom {
  background-color: var(--white);
  border-top: 1px solid #d1d1d1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer_bottom.hide {
  display: none;
}

.copyright {
  color: var(--text);
  flex: 1;
  margin-bottom: 10px;
  font-size: .85rem;
  line-height: 1.4rem;
}

.image-36 {
  max-width: 150px;
}

.line-2 {
  color: #269bcf;
  background-color: #269bcf;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading_title {
  flex: 1;
  position: relative;
}

.heading_title.space {
  flex: 0 auto;
}

.carousel_slider {
  margin-bottom: 2rem;
}

.title_button_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.event_gallery_img {
  height: 300px;
}

.news_card_wrapper {
  border: 1px solid #e1e1eb;
  flex: 1;
}

.news_image {
  object-fit: fill;
}

.news_content_div {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.news_content_div.extra_padding {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.news_content_div.extra_padding.for_gallery {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.news_heading {
  color: var(--black);
  margin-bottom: 5px;
  font-weight: 500;
}

.news_heading.bottom_margin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.news_heading.bottom_margin.for_gallery {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.news_date {
  color: var(--text);
  font-size: 13px;
}

.foot_nav_list_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.members_stack {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
}

.members_stack.modified {
  margin-top: 10px;
}

.members_stack.modified.bottom_padding_no {
  margin-bottom: 0;
}

.member_cell {
  background-color: var(--white);
  border: 1px solid #e1e1eb;
  border-radius: 6px;
  box-shadow: 0 2px 5px #0003;
}

.member_detail_wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.member_detail_wrapper.hide {
  display: none;
}

.member_img {
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  max-height: 230px;
}

.member_name {
  color: #060d38;
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: 600;
}

.member_location {
  color: var(--text);
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-size: 16px;
}

.member_designation {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 500;
}

.member_designation.hide {
  flex: 1;
  display: none;
}

.member_detail_content_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nf_members_section_title {
  color: var(--primary);
  margin-bottom: .5rem;
  padding-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

.nf_members_section_title.top_margin {
  margin-top: 60px;
}

.nf_members_section_title.top_margin.weight_n_margin {
  margin-top: 60px;
  padding-bottom: 40px;
  font-weight: 600;
}

.nf_members_section_title.top_margin.weight_n_margin.no_top_margin {
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 35px;
}

.nf_members_section_title.top_margin.weight_n_margin.hide {
  display: none;
}

.fellowship_button_wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.fellowship_button_wrapper.margin_no {
  flex-flow: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.algo_img {
  margin-top: 20px;
}

.algo_img.hide {
  display: none;
}

.accordian-wrapper {
  margin-top: 1rem;
}

.accordian-wrapper.top_margin {
  margin-top: 1.5rem;
}

.accordian-wrapper.hide {
  display: none;
}

.accordian {
  background-color: #fff;
  border: .0625rem solid #e4e4e4;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
}

.accordian-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e1e9fa;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.accordian_category {
  color: #061734;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.accordian-panel {
  background-color: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
}

.right_cell {
  align-items: stretch;
}

.right_link_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary);
  background-color: #3898ec00;
  padding-left: 0;
  font-size: 16px;
  display: flex;
}

.right_link_button.w--current {
  color: var(--text);
}

.page_and_right_nav {
  margin-top: 2rem;
  margin-bottom: 60px;
  padding: 0;
}

.right_chec_icon {
  padding-top: 2.5px;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
}

.left_cell {
  align-items: stretch;
}

.right_nav_wrapper {
  border: 1px solid var(--border);
  background-color: #f3f8ff;
  border-radius: 4px;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: sticky;
  top: 8rem;
}

.right_nav_heading {
  color: var(--black);
  font-size: 18px;
}

.right_nav_spacer {
  background-color: var(--border);
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.right_side_nav_link {
  font-weight: 500;
  line-height: 25px;
}

.digital_news_stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.digital_news_stack.bottom_margin {
  margin-bottom: 2rem;
}

.digital_news_stack.bottom_margin.top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.news_logos {
  margin-top: 20px;
  margin-bottom: 10px;
}

.news_logo_img {
  max-width: 130px;
}

.physical_news_stack {
  padding: 0;
}

.gallery_img_thumb {
  object-fit: fill;
}

.gallery_stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
}

.gallery_img_lightbox_z {
  object-fit: cover;
  width: 100%;
  max-height: 260px;
}

.gallery_cell {
  justify-content: space-between;
  align-items: stretch;
}

.label_txt {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1rem;
}

.list_ico {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

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

.ico_list_item.hide {
  display: none;
}

.card_item_heading {
  color: var(--font_black);
  flex: 1;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.card_item_heading.announcement_title {
  color: var(--white);
}

.date_ico {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.date_time {
  color: #061734;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.date_time.announcement_date {
  color: var(--border);
}

.announcement_item {
  cursor: pointer;
  border-radius: .75rem;
  margin-top: 10px;
  margin-left: 0;
  display: none;
}

.new_label {
  color: #fff;
  background-color: #ff453a;
  border-radius: .2rem;
  padding: .2rem .6rem;
  font-size: .8rem;
  font-weight: 500;
}

.new_label.new_tag {
  display: none;
}

.tile_flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.news_location, .news_web_address {
  color: #061734;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.event_item.shadow_box {
  margin-top: 10px;
  display: none;
}

.event_location_wrapper_small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.text-block {
  color: #3e3e3e;
  margin-top: 0;
  margin-left: 0;
}

.text-block._1 {
  margin-top: 10px;
}

.text-block._1.upcoming_event_date, .text-block._1.upcoming_event_location {
  margin-top: 0;
}

.event_date_location_flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.heading-6 {
  color: #191a24;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-6.card_item_heading {
  font-size: 16px;
}

.event_date_wrapper_small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-start;
  display: flex;
}

.ann_date_wrapper {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  align-items: center;
  display: flex;
}

.announcements_description_large.announcement_desc {
  color: var(--text);
}

.tag_announcements {
  color: #fff;
  background-color: #ff453a;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.spacer_20px {
  height: 20px;
}

.upcoming_announcements_list {
  max-width: 1200px;
  margin-top: 0;
  padding: 60px 20px;
}

.upcoming_announcements_list.all_anouncements_container {
  max-width: 85rem;
  padding: 0;
}

.all_announcements_wrapper {
  display: none;
}

.newsletter_cta_large {
  color: #061734;
  background-color: #fff0;
  border: .125rem solid #061734;
  border-radius: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.newsletter_cta_large.announcement_details_button {
  border-color: var(--primary);
  color: var(--primary);
  align-self: flex-start;
  font-size: .87rem;
}

.announcement_title_large {
  color: #061734;
  margin-top: .9375rem;
  font-size: 1.375rem;
}

.announcement_title_large.announcement_title {
  color: var(--font_black);
  font-size: 1.25rem;
  font-weight: 500;
}

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

.image-24 {
  width: 1.5rem;
}

.announcement_card_large {
  background-color: #fff;
  border: .0625rem solid #d9d9d9;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 850px;
  margin-bottom: 1.25rem;
  padding: 1.5625rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.announcement_card_large.max {
  max-width: none;
}

.loading_wrapper {
  display: none;
}

.annnouncement_date_large {
  color: var(--text);
  font-size: .9rem;
  font-weight: 400;
}

.pagination_container {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.search_filters, .trigger_page_nav {
  align-self: stretch;
}

.attachment_link {
  color: #061734;
  text-decoration: none;
}

.image-51 {
  width: 1.5rem;
}

.spacer_attachment {
  height: 20px;
}

.attachment_icon-3 {
  margin-top: 2px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.attachment_link_heading_holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.attachment_heading_and_button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: none;
  box-shadow: 0 0 14px #09120d1a;
}

.link_heading_text_2 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 25px;
}

.event_cta_large {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  padding-top: .625rem;
  display: flex;
}

.event_schedule_wrapper {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  align-items: center;
  padding-bottom: .3125rem;
  display: flex;
}

.all_events_container {
  align-self: stretch;
  max-width: 75rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.loader_2 {
  display: none;
}

.all_events_wrapper {
  margin-top: 0;
}

.all_events_wrapper.hide {
  display: none;
}

.upcoming_events_list {
  max-width: 1200px;
  margin-top: 0;
}

.event_register_button {
  background-color: #28a680;
  border: .125rem solid #28a680;
  border-radius: 1.875rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
}

.event_category_text {
  color: #28a680;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.event_img {
  width: 16rem;
}

.event_location_text {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1rem;
}

.events_venue_wrapper {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  align-items: center;
  padding-bottom: .3125rem;
  display: flex;
}

.event_title_large {
  color: #061734;
  margin-top: .625rem;
  font-size: 1.275rem;
  font-weight: 600;
}

.event_details_button {
  color: #061734;
  background-color: #3898ec00;
  border: .125rem solid #061734;
  border-radius: 1.875rem;
  padding: .625rem 1.25rem;
  font-weight: 700;
  display: none;
}

.event_date_text {
  margin-bottom: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1rem;
}

.pagination_div {
  margin-top: 60px;
}

.event_card_large {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d9d9d9;
  border-radius: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 1.5625rem 1.25rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.image-50 {
  width: 1.5rem;
}

.event_format_popup {
  color: #061734;
  margin-bottom: 20px;
  font-weight: 700;
}

.event_title_heading_popup {
  color: #4c5462;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 900;
}

.event_venue_popup {
  color: #061734;
  margin-bottom: 20px;
  font-weight: 700;
}

.event_pop_up_item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.875rem;
  width: 450px;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.event_details_holder {
  padding-left: 25px;
  padding-right: 25px;
}

.attachment_icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.event_img_wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.event_attachment_popup {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #061734;
  background-color: #fff0;
  border: 1px solid #061734;
  border-radius: 30px;
  justify-content: center;
  padding: 12px 40px;
  font-weight: 700;
  display: none;
}

.event_date_popup {
  color: #061734;
  margin-bottom: 20px;
  font-weight: 700;
}

.event_register_popup {
  background-color: #d82e56;
  border: 1px solid #d82e56;
  border-radius: 30px;
  padding: 12px 40px;
  font-weight: 700;
}

.event_website_popup {
  color: #4d4af0;
  margin-bottom: 20px;
  font-weight: 700;
}

.event_organizer_popup {
  color: #061734;
  margin-bottom: 20px;
  font-weight: 700;
}

.image-20 {
  width: 1.5rem;
  position: absolute;
  inset: 5% 5% auto auto;
}

.event_details_wrapper {
  margin-top: 20px;
}

.event_popup_buttons_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.event_details_pop_up {
  z-index: 9999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.event_title_popup {
  color: #061734;
  margin-bottom: 20px;
  font-weight: 700;
}

.event_img_holder {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.announcement_media.hide {
  display: none;
}

.slide_3 {
  background-image: url('../images/Image-for-JARIS-banner2.avif');
  background-position: 50%;
  background-size: cover;
}

.dropdown-11 {
  display: none;
}

.dropdown-toggle-6 {
  padding: 0;
}

.user_details_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  padding-right: 10px;
  display: flex;
}

.image-48 {
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
}

.user_name_dotted.user_full_name {
  padding: 0;
}

.dropdown-list-11 {
  background-color: #fff;
  overflow: hidden;
}

.dropdown-list-11.w--open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.user_full_name_wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.user_full_name {
  color: #1a1b1f;
  font-size: 16px;
}

.affliates_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.affliate_card {
  width: 50rem;
  padding: 10px;
}

.affliate_card.size {
  width: 46rem;
}

.partners_stack {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.partners_img {
  width: 200px;
}

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

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

.close_login {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close_login.popup_close {
  width: 1.7rem;
}

.close_login.popup_close.v2 {
  cursor: pointer;
}

.heading-17 {
  color: #061734;
  text-align: center;
  -webkit-text-stroke-color: #269bcf;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.paragraph-16 {
  color: #aabcca;
  margin-bottom: 10px;
  padding-top: 1.2rem;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.5rem;
  display: none;
}

.popup_login {
  z-index: 9999;
  opacity: 0;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_login.site_modal {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
}

.line-3 {
  background-color: var(--primary);
  color: #d82e56;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.auth_wrap {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.auth_form {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.auth_logo-2 {
  background-color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.auth_card_content {
  flex-flow: column;
  flex: none;
  align-self: stretch;
  display: flex;
  position: relative;
}

.section_head {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.section_head.spacing {
  margin-bottom: 2rem;
}

.auth_card {
  background-color: #0c1d3a;
  border-radius: .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 300px;
  min-height: 440px;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.auth_dialog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 4px solid #f68121;
  border-radius: .8rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .8rem;
  display: flex;
  position: relative;
}

.empty_popup_msg {
  background-color: #e3f0f9;
  border: 2px dashed #269bcf;
  border-radius: .6rem;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 15rem;
  display: flex;
}

.image-37 {
  aspect-ratio: auto;
  opacity: .09;
  object-fit: cover;
  object-position: 25% 50%;
  background-image: linear-gradient(#00bcf680, #00bcf680);
  border-radius: .7rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.close_ico {
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.title {
  color: #061734;
  flex: 1;
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 2rem;
  font-weight: 600;
}

.title.auth_title {
  color: var(--font_black);
  font-size: 1.6rem;
  font-weight: 600;
}

.title.auth_title {
  font-size: 1.6rem;
  font-weight: 600;
}

.title.auth_title.text_white {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.foot_logo-2 {
  width: 100px;
  padding: .3rem;
}

.forgot_pass_popup {
  z-index: 2147483647;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.fp_popup_item {
  background-color: #fff;
  border-top: 3px solid #f68121;
  border-radius: 20px 20px 1rem 1rem;
  min-width: 550px;
  max-width: 550px;
  padding: 20px 30px;
}

.outline_btn {
  color: #d1d1d1;
  background-color: #3898ec00;
  margin-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.nav-link-2 {
  color: #fff;
  background-color: #4d4af0;
  border-radius: 6px;
  margin-top: 0;
  padding: 10px 15px;
  font-weight: 500;
}

.nav-link-2.outline_btn {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50px;
  margin-right: -3px;
  padding: 12px 20px;
  font-size: 14px;
  display: flex;
}

.logout {
  padding-right: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.table_acc.hide {
  display: none;
}

.soon_spacer {
  height: 250px;
}

.faris25_redirect_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  padding: 12px 30px;
  font-weight: 500;
  display: flex;
}

.faris25_redirect_button.hide {
  display: none;
}

.intro_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: block;
}

.intro_popup {
  z-index: 9999;
  opacity: 1;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.intro_popup.site_modal {
  z-index: 99999;
  opacity: 0;
  justify-content: center;
  width: 100%;
  display: none;
}

.intro_popup.site_modal._2 {
  opacity: 0;
  display: none;
}

.intro_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.intro_close.popup_close {
  cursor: pointer;
  width: 1.7rem;
  display: block;
}

.auth_dialog-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top: 4px solid #28a680;
  border-radius: .8rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: .8rem;
  display: flex;
  position: relative;
}

.auth_dialog-2.intro_dialog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-color: var(--yellow-accent);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.close_ico-2 {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.faris25_img {
  border-radius: 6px;
  width: 550px;
  max-width: 550px;
}

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

.faris25_cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faris25_cta.direction {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

.faris_25_wrapper {
  margin-top: 60px;
}

.dummy_event {
  cursor: pointer;
  margin-top: 20px;
}

.dummy_ev_link {
  color: var(--font_black);
  text-decoration: none;
}

.dummy_ev_link.hide {
  display: none;
}

.section_wrapper_2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_wrapper_2.hide {
  display: none;
}

.section_wrapper_2.bottom_margin {
  margin-bottom: 1rem;
}

.section_wrapper_2.bottom_margin.top_margin, .section_wrapper_2.top_margin {
  margin-top: 1rem;
}

.journal_bottom_button_wrapper_2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 20px;
  margin-bottom: 25px;
  display: flex;
}

.journal_bottom_button_wrapper_2.margin-top {
  margin-top: 40px;
}

.circle_tic_icon {
  margin-top: 3px;
}

.gallery_cell-2 {
  align-items: stretch;
}

.gallery_img-2 {
  aspect-ratio: 2.39;
  object-fit: cover;
  height: 300px;
}

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

.faris_25_txt {
  color: var(--font_black);
  font-size: 1rem;
  font-weight: 500;
}

.popup_txt_highliter {
  color: #db0000;
  font-style: italic;
  font-weight: 600;
}

.journal_img_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.journal_insection_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.footer_list_div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.conference_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.conf_img {
  max-width: 450px;
}

.conf_left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.ed_events_card_title {
  color: var(--primary);
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.table_img_flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.table_img_flex_item {
  flex: 1;
  align-self: stretch;
}

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

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

.text-span-5 {
  padding-top: 2px;
  font-family: Jost, sans-serif;
  font-size: 14px;
}

.login {
  padding-right: 4px;
  font-size: 14px;
  display: none;
}

.mem_detail_stack {
  padding: 0;
}

.mem_deatil_cell {
  border: 1px solid #d1d1d1;
}

.mem_det_head_div {
  background-color: var(--secondary);
  border-bottom: 1px solid #d1d1d1;
  align-self: stretch;
  margin-bottom: 10px;
}

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

.mem_list_div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.mem_list_div.side {
  padding-left: 10px;
}

.communa-login-embed, .communa-login-otp {
  display: block;
}

.paragraph-18 {
  color: #aabcca;
  margin-bottom: 10px;
  padding-top: 1.2rem;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.5rem;
  display: none;
}

.powered_text {
  color: #fff;
  font-size: .7rem;
  display: block;
}

.powered_text.black {
  color: #000;
}

.auth_logo_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.dummy-card-div {
  display: none;
}

.dummy-title {
  color: var(--white);
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
}

.dummy-title.hide {
  display: none;
}

.articles-empty-state-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  display: none;
}

.no-results-img {
  width: 350px;
  margin-bottom: 10px;
}

.frs_list_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tab-link {
  color: var(--text);
  background-color: #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.1rem;
}

.tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.redirect_link {
  text-decoration: none;
  display: block;
}

.redirect_link.disabled {
  color: #dbdbdb;
  cursor: not-allowed;
}

.ev_link_wrapper_big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  display: inline-flex;
}

.ev_link_wrapper_big.hide {
  display: none;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
}

.event_date_big {
  color: #606172;
  padding-bottom: 6px;
  font-size: .95rem;
  font-weight: 500;
}

.ev_location_big {
  color: #606172;
  padding-bottom: 6px;
  font-size: .95rem;
}

.text_highlight {
  color: var(--primary);
  font-size: .95rem;
  font-weight: 500;
}

.text_highlight.disabled {
  color: #aaabac;
}

.span_blk {
  color: #000;
  font-size: .95rem;
  font-weight: 500;
}

.ev_heading_big {
  color: #0f0d0d;
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 500;
}

.events_wrapper_big {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.events_wrapper_big.hide, .hide-embed {
  display: none;
}

.pt_link {
  color: var(--primary);
  text-decoration: none;
}

.recaptcha-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

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

.no_ev_img {
  width: 25rem;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.lightbox-link {
  flex: 1;
  align-self: stretch;
}

.marquee_wrapper {
  background-color: #087fbe;
  padding: .6rem;
  overflow: hidden;
}

.membership_card_div {
  margin-bottom: 40px;
}

.membership_type_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.membership_plan_card_mob {
  border: 1px solid var(--border);
  border-radius: 1px;
}

.mem_plan_title_mob {
  color: var(--white);
  margin-top: 10px;
}

.code-embed-3 {
  display: none;
}

.post_login_links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1d2240;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.post_login_links.login-popup-menu.pm-video-library-block, .post_login_links.pm-course-name {
  display: none;
}

.post_links_wrapper {
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.post_content_heading {
  color: #000;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 500;
}

.post_content_wrapper {
  margin-bottom: 10px;
}

.post_login_popup {
  z-index: 11111;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.post_logo_title {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  display: none;
}

.test_link_bloack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.post_logo_wrapper {
  border-bottom: 1px dotted #1d2240;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.post_login_item {
  background-color: #fff;
  border-top: 3px solid #f68121;
  border-radius: 1rem;
  min-width: 450px;
  max-width: 450px;
  padding: 20px;
  position: relative;
}

.redirect_icon {
  color: #4e89ee;
  margin-top: 2px;
}

.course-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.course-container.v2 {
  display: flex;
}

.post_logo_img {
  width: 8rem;
}

.powered-by-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
}

.dropdown_link_hide {
  display: none;
}

.powered-by-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
}

.dropdown_link {
  color: #1a1b1f;
  white-space: wrap;
  font-size: 16px;
  line-height: 20px;
}

.dropdown_link.pm-video-library-name, .dropdown_link.pm-course-name, .dropdown_link.open-my-profile.hide, ._w-back-text, .login-dropdown {
  display: none;
}

.login-dropdown-toggle {
  padding: 0;
}

.login-dropdown-list {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 20px #0006;
}

.login-dropdown-list.w--open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login-user-img {
  border: .5px solid #4e89ee;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
}

.user-dropdown-icon {
  color: #4e89ee;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  padding-right: 4px;
  position: static;
}

.dropdown_logout_link {
  color: #c04375;
  font-size: 16px;
}

.ham-icon {
  color: #000;
  margin-right: 5px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: "Fa Solid 900", sans-serif;
  display: none;
}

.redirect_text_span {
  color: var(--secondary);
  text-decoration: none;
}

.bold-text {
  color: var(--primary);
}

.popup_loader_wrapper {
  min-height: 360px;
  position: relative;
}

.support-form-block {
  width: 100%;
}

.textarea-2 {
  border-radius: 6px;
}

.field-label-8 {
  color: #000;
}

.text_field-2 {
  border-radius: 6px;
}

.support-popup {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-height: 325px;
  padding: 0;
  display: none;
  overflow: auto;
}

.support-form-popup {
  width: 100%;
}

.check-svg-icon {
  width: 2rem;
  height: 2rem;
}

.support-form-submit-btn {
  text-align: center;
  background-color: #df494a;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
}

.support-form-success-wrapper {
  background-color: #bef3c3;
  border-radius: 4px;
}

.support-popup-success {
  background-color: #bef3c3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  display: flex;
}

.check-circle-div {
  background-color: #faeeee;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 10px;
}

.temp_div_bottom_sacer {
  height: 250px;
}

.join_now_description {
  color: #fff;
  font-weight: 300;
}

.join_now_icon {
  width: 40px;
  height: auto;
}

.join_now_heading {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

.join_now_block {
  z-index: 8;
  background-image: linear-gradient(115deg, #083ea9e6, #5a7fcae6), url('../images/picture-1_1picture-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 6px;
  margin-right: 15px;
  position: absolute;
  top: -15%;
}

.fam_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.join_now_details_cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.section_flex-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section_flex-2.zero_top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 20px;
}

.section_flex-2.zero_top.fr {
  grid-template-columns: 2fr 1fr;
  margin-top: 0;
  display: block;
}

.join_now_button {
  color: #0d2e69;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 600;
}

.find_a_member_wrapper.border {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (min-width: 1280px) {
  .section_flex.margin {
    margin-bottom: 60px;
  }

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

  .nf_members_section_title {
    color: var(--primary);
    margin-bottom: .5rem;
    padding-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .right_cell {
    align-items: stretch;
  }

  .right_link_button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--primary);
    background-color: #3898ec00;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .right_link_button.w--current {
    color: var(--text);
  }

  .page_and_right_nav {
    padding: 0;
  }

  .right_chec_icon {
    padding-top: 2.5px;
    padding-right: 5px;
    font-family: "Fa Solid 900", sans-serif;
    font-size: 10px;
  }

  .right_nav_wrapper {
    background-color: #f3f8ff;
    border: 1px solid #e1e1eb;
    border-radius: 6px;
    flex: 1;
    max-height: 291px;
    padding: 0 1.5rem 1.5rem;
  }

  .right_nav_wrapper.max_height_240 {
    max-height: 240px;
  }

  .right_nav_heading {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .right_nav_spacer {
    background-color: var(--border);
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .right_side_nav_link {
    font-size: 16px;
  }

  .gallery_img_lightbox_z {
    max-height: 275px;
  }

  .gallery_cell {
    justify-content: space-between;
  }

  .event_details_pop_up {
    display: none;
  }

  .popup_login.site_modal, .intro_popup.site_modal {
    opacity: 0;
    display: none;
  }

  .lightbox-link {
    flex: 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  .section-header-cont {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .section-header {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding-left: 0;
    font-size: 1.875rem;
  }

  .section_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_wrapper.home_flex {
    padding-top: 4rem;
  }

  .inner_page_section_heading.large.no_margin {
    font-size: 1.7rem;
  }

  .section_sub_title.size, .section_sub_title.size.larger {
    font-size: 2rem;
  }

  .section_sub_title.size.in_accordian {
    font-size: 1.75rem;
  }

  .journal_button.margin {
    text-align: center;
  }

  .president_img {
    width: 55rem;
  }

  .contact_info {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .about_pic {
    width: 20rem;
  }

  .training_heading {
    font-size: 1.6rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero_title {
    font-size: 2.8rem;
  }

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

  .footer_bottom.hide {
    display: block;
  }

  .copyright.align {
    margin-bottom: 0;
  }

  .copyright.hide, .image-36.hide {
    display: none;
  }

  .nf_members_section_title {
    margin-top: 20px;
    margin-bottom: 1rem;
  }

  .nf_members_section_title.top_margin.weight_n_margin {
    font-size: 1.7rem;
  }

  .accordian-panel, .right_cell {
    display: none;
  }

  .left_cell {
    align-items: stretch;
  }

  .gallery_img_lightbox_z {
    object-fit: cover;
    min-height: 9.25rem;
    max-height: 12rem;
  }

  .upcoming_announcements_list, .upcoming_events_list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .affliate_card {
    width: 70rem;
  }

  .affliate_card.size {
    width: 65rem;
  }

  .intro_popup.site_modal {
    opacity: 0;
    display: none;
  }

  .section_wrapper_2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bottom_links_holder {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .conference_wrapper {
    flex-flow: row;
    grid-template-columns: 1fr;
    display: flex;
  }

  .conf_img {
    max-width: 350px;
  }

  .ed_events_card_title {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }

  .join_now_block {
    margin-right: 0;
    position: static;
  }

  .section_flex-2.zero_top.fr {
    grid-template-columns: 2fr;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    font-size: 1.675rem;
  }

  .section_wrapper {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .section_wrapper.card_float {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .inner_page_section_heading.top_margin {
    line-height: 35px;
  }

  .inner_page_section_heading.large.no_margin {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 35px;
  }

  .section_sub_title.size {
    font-size: 1.75rem;
    line-height: 35px;
  }

  .section_sub_title.size.in_accordian {
    font-size: 1.5rem;
  }

  .rs_list {
    padding-left: 20px;
  }

  .rb_img {
    width: 420px;
    max-width: 650px;
  }

  .guideline_list {
    padding-left: 20px;
  }

  .journal_heading_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .journal_button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .journal_img {
    width: 70%;
  }

  .journal_bottom_button_wrapper {
    flex-flow: column;
  }

  .journal_redirect_button_1 {
    font-size: 16px;
  }

  .journal_redirect_button_2 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .journal_redirect_button_2.v2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_title.remove_margin {
    font-size: 1.5rem;
  }

  .member_list {
    padding-left: 20px;
  }

  .president_img {
    width: 15rem;
    height: auto;
  }

  .contact_info {
    margin-bottom: 5px;
  }

  .contact_section {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .formblock-2 {
    margin-left: 0;
  }

  .section_flex, .president_message_wrapper {
    flex-flow: column;
  }

  .hero_page_title_wrapper.mob_top_margin {
    margin-top: 100px;
  }

  .section_with_bg_pic.newsletter {
    padding-top: 0;
    padding-bottom: 0;
  }

  .training_heading {
    font-size: 1.4rem;
  }

  .subscribe_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .subs_heading {
    font-weight: 600;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo_img.new_2025 {
    width: 8rem;
  }

  .nav_social_icons.hide {
    margin-top: 10px;
  }

  .hero_slider {
    background-color: #061236;
    height: auto;
  }

  .hero_slide_wrapper {
    margin-top: 100px;
  }

  .hero_cards_stack {
    position: static;
  }

  .foot_heading {
    margin-top: 0;
  }

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

  .footer_grid_item.align_end {
    padding-left: 0;
  }

  .copyright.hide, .image-36.hide {
    display: none;
  }

  .nf_members_section_title {
    margin-top: 20px;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .nf_members_section_title.top_margin.weight_n_margin {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .fellowship_button_wrapper {
    flex-flow: column;
  }

  .accordian_category {
    font-size: 1.1rem;
  }

  .accordian-panel {
    display: none;
  }

  .page_and_right_nav {
    display: block !important;
  }

  .user_details_div {
    min-width: 120px;
  }

  .affliates_wrapper {
    flex-flow: column;
  }

  .affiliate_img {
    width: 300px;
  }

  .popup_login {
    padding-left: 10px;
    padding-right: 10px;
  }

  .auth_wrap.md_popup {
    max-width: 480px;
  }

  .auth_card {
    display: none;
  }

  .fp_popup_item {
    min-width: 425px;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .table_acc {
    overflow: auto;
  }

  .table_acc.mob_hide {
    display: none;
  }

  .faris25_redirect_button {
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .intro_wrap {
    max-width: 320px;
  }

  .intro_popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro_popup.site_modal {
    opacity: 0;
    display: none;
  }

  .faris25_img {
    width: 30rem;
    max-width: 35rem;
  }

  .faris_25_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_wrapper_2 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .journal_bottom_button_wrapper_2 {
    flex-flow: column;
  }

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

  .journal_insection_wrapper {
    flex-flow: column;
  }

  .bottom_links_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .conference_wrapper {
    flex-flow: column;
    display: flex;
  }

  .conf_img {
    max-width: 450px;
  }

  .conf_left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .table_img_flex {
    flex-flow: column;
  }

  .inpage_grid {
    flex-flow: column;
    display: flex;
  }

  .mem_det_head_div.flex {
    padding-left: 10px;
  }

  .mem_list_div.side {
    padding-bottom: 30px;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    margin-bottom: 20px;
    transform: scale(.9);
  }

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

  .membership_plan_card_mob {
    background-color: #e1e9fa;
  }

  .mem_plan_title_mob {
    font-size: 22px;
  }

  .post_login_item {
    min-width: 320px;
    max-width: 320px;
  }

  .powered-by-block-2 {
    justify-content: center;
    align-items: stretch;
    margin-top: 15px;
    display: flex;
  }

  .support-popup {
    min-height: auto;
  }

  .section_flex-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .page_header_wrapper {
    padding-top: 1.125rem;
  }

  .section-header-cont {
    padding-bottom: 1.125rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5625rem;
  }

  .section_wrapper {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .inner_page_section_heading {
    text-align: left;
    font-size: 1.15rem;
  }

  .inner_page_section_heading.top_margin {
    line-height: 30px;
  }

  .inner_page_section_heading.bottom_margin {
    margin-bottom: 14px;
    font-size: 1.25rem;
  }

  .inner_page_section_heading.large {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .inner_page_section_heading.large.no_margin {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .section_sub_title {
    line-height: 1.5rem;
  }

  .section_sub_title.size {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .section_sub_title.size.larger {
    margin-bottom: 10px;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .section_sub_title.size.larger.mobile {
    margin-bottom: 10px;
    display: block;
  }

  .section_sub_title.size.larger.mobile_hide {
    display: none;
  }

  .section_sub_title.mem_detail_head {
    font-size: 1.1rem;
  }

  .section_container, .section_container.hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rb_img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .guidelinelist_a, .guidelinelist_b {
    padding-left: 10px;
  }

  .guideline_img {
    width: 85%;
  }

  .journal_button {
    font-size: 14px;
  }

  .journal_button.width {
    text-align: center;
    align-self: stretch;
    width: 100%;
    font-size: 1rem;
  }

  .journal_bottom_button_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .journal_redirect_button_1 {
    font-size: 14px;
  }

  .journal_redirect_button_2 {
    width: 100%;
    font-size: 14px;
  }

  .journal_redirect_button_2.v2 {
    text-align: center;
  }

  .section_title.remove_margin {
    line-height: 30px;
  }

  .page_heading_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form_name_fields-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .contact_info {
    font-size: 20px;
  }

  .header_contact_detail.max_width {
    line-height: 1.5rem;
  }

  .contact_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bullet_list {
    padding-left: 20px;
  }

  .hero_page_title_wrapper.mob_top_margin {
    margin-top: 100px;
  }

  .subs_code_block {
    max-width: 300px;
  }

  .subs_heading {
    text-align: center;
    font-size: 1.75rem;
  }

  .container-regular {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .logo_img {
    width: 4.5rem;
  }

  .logo_img.new_2025 {
    width: 5rem;
  }

  .nav_mobile_no, .nav_social_icons.hide, .nav_icon_spacer_divider {
    display: none;
  }

  .nav_mobile_no_wrapper {
    margin-top: 5px;
  }

  .hero_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero_cards_stack {
    margin-bottom: 10px;
  }

  .hero_card, .hero_card.spl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_card_heading {
    font-size: 20px;
  }

  .logo_txt {
    min-width: auto;
  }

  .site_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .foot_heading {
    margin-top: 0;
  }

  .footer_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer_grid_item.align_end {
    padding-left: 0;
  }

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

  .copyright.hide, .image-36.hide {
    display: none;
  }

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

  .nf_members_section_title {
    font-size: 1.5rem;
  }

  .nf_members_section_title.top_margin.weight_n_margin {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 35px;
  }

  .fellowship_button_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .accordian_category {
    font-size: 1.05rem;
  }

  .accordian-panel {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .digital_news_stack {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .upcoming_announcements_list, .upcoming_events_list {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event_pop_up_item {
    width: 300px;
  }

  .event_attachment_popup {
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .event_register_popup {
    text-align: center;
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-20 {
    top: 4%;
  }

  .event_popup_buttons_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .affliate_card, .affliate_card.size {
    width: auto;
  }

  .section_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .fp_popup_item {
    min-width: 320px;
    max-width: 320px;
  }

  .nav-link-2 {
    margin-bottom: 0;
  }

  .faris25_redirect_button {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
  }

  .intro_wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .intro_popup.site_modal {
    opacity: 0;
    display: none;
  }

  .faris25_img {
    width: 420px;
    min-width: 280px;
    max-width: 420px;
  }

  .faris_25_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_wrapper_2 {
    padding-bottom: 2rem;
  }

  .journal_bottom_button_wrapper_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .bottom_links_holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .conf_img {
    max-width: 300px;
  }

  .conf_left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ed_events_card_title {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 30px;
  }

  .pageg_heading_fx_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .frs_list_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .recaptcha-wrapper {
    transform: scale(.95);
  }

  .no_events_wrapper {
    text-align: center;
    line-height: 25px;
  }

  /* .marquee_wrapper {
    display: none;
  } */

  .membership_plan_card_mob {
    background-color: #e1e9fa;
  }

  .mem_plan_title_mob {
    font-size: 20px;
    font-weight: 600;
  }

  .membership_plan_type_heading {
    margin-top: 0;
    font-size: 20px;
  }

  .membership_plan_type_heading.top {
    margin-top: 10px;
  }
}

#w-node-_7b24b744-40aa-7217-a434-0413db6d5aa7-db6d5aa3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7b24b744-40aa-7217-a434-0413db6d5ad9-db6d5aa3 {
  justify-self: end;
}

#w-node-d9c24ef4-acac-0bbf-29b0-56f283c91c1d-7806d64a {
  align-self: stretch;
}

#w-node-b175365c-a9cf-56f6-43c9-a550e5bd7b04-88740b72 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_2d584297-a54a-7526-3cc4-51027a7e1a19-88740b72 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0a38e43a-7c4e-af86-bfda-35886f0e3981-f54c331d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d374facf-fadb-e01b-8407-e1cd253ba7ff-f54c331d {
  place-self: auto;
}

#w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-4425feb5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af837-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af88f-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8e7-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af863-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8bb-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af913-1d9baaf4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-1d9baaf4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-1d9baaf4, #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-c61b5d3b, #w-node-_88652fa9-4e8d-1e81-e5b3-cc8f224e5b3e-c61b5d3b, #w-node-_1d8a0af8-751d-55aa-256c-e9f08197bde1-c61b5d3b, #w-node-_9e227077-2fd0-a32d-766d-51fd8cb8d3b0-c61b5d3b, #w-node-_9bdc6770-6f7e-e3cd-22b0-a2ebf708a699-c61b5d3b, #w-node-d1707f9f-077d-4942-0e3c-ab479408ecbc-c61b5d3b, #w-node-ce10df8d-3dad-53de-e49b-fbef95f9b00d-fedada06 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a2923cd2-ae0a-24c9-69b5-80b607f78b9c-cd2af5ef {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-a23e2d23 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-a23e2d23 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-ceedbc0d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_11d88222-7958-fecb-b2da-0a68da69d051-ceedbc0d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-ceedbc0d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-3615bf6f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_49a1d33a-037a-a703-5824-3c3880fb97a3-3615bf6f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0479edd-b659-5e25-d12e-acad3e69f642-3615bf6f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-5db99832 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-6b9c40e3 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-aaa3cc32-8f36-21be-9718-ccbb8872b126-91c94b57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3e691d60-b748-a50a-9fb6-624cecedff33-3c538253 {
  align-self: stretch;
}

#w-node-a574101f-b00e-d980-0950-60fa7804a7d3-610b0856 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-2760a502 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-34145684, #w-node-d180f4d2-5660-9948-1a38-1e05f34579c0-34145684, #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-231e344a {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_11d88222-7958-fecb-b2da-0a68da69d051-b22d1359 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-b22d1359 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-ec141bc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_11d88222-7958-fecb-b2da-0a68da69d051-ec141bc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-ec141bc3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_11d88222-7958-fecb-b2da-0a68da69d051-5767151b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-5767151b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_11d88222-7958-fecb-b2da-0a68da69d051-b1efba75 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_1fc0a860-738c-7caf-21d0-2db4c45cc9e8-b1efba75 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-eacf04ad, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-3e70df59 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_686e8600-fc7e-27ac-74fd-507d89f26988-bd3ae446 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a2923cd2-ae0a-24c9-69b5-80b607f78b9c-f95824b1 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-5950d687 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-c9ff9420 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2329b9c3-2130-5261-113f-ffd65b1260d2-c9ff9420 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f5e24311-800f-da9e-e953-ea274af66b30-c9ff9420 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-f984dcfe {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c30aab8f-cdf7-ed3e-3949-15bc8469f7ca-f65a8734 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
  display: grid;
}

@media screen and (min-width: 1280px) {
  #w-node-b175365c-a9cf-56f6-43c9-a550e5bd7b04-88740b72 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
  }

  #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af837-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af88f-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8e7-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af863-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8bb-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af913-1d9baaf4, #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-1d9baaf4, #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-1d9baaf4, #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-c61b5d3b, #w-node-_88652fa9-4e8d-1e81-e5b3-cc8f224e5b3e-c61b5d3b, #w-node-_1d8a0af8-751d-55aa-256c-e9f08197bde1-c61b5d3b, #w-node-_9e227077-2fd0-a32d-766d-51fd8cb8d3b0-c61b5d3b, #w-node-_9bdc6770-6f7e-e3cd-22b0-a2ebf708a699-c61b5d3b, #w-node-d1707f9f-077d-4942-0e3c-ab479408ecbc-c61b5d3b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a2923cd2-ae0a-24c9-69b5-80b607f78b9c-cd2af5ef, #w-node-a2923cd2-ae0a-24c9-69b5-80b607f78b9c-f95824b1, #w-node-c30aab8f-cdf7-ed3e-3949-15bc8469f7ca-f65a8734 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7b24b744-40aa-7217-a434-0413db6d5aa7-db6d5aa3, #w-node-_7b24b744-40aa-7217-a434-0413db6d5ac5-db6d5aa3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b24b744-40aa-7217-a434-0413db6d5ad9-db6d5aa3 {
    justify-self: auto;
  }

  #w-node-d9c24ef4-acac-0bbf-29b0-56f283c91c1d-7806d64a {
    align-self: auto;
  }

  #w-node-b175365c-a9cf-56f6-43c9-a550e5bd7b04-88740b72 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-b175365c-a9cf-56f6-43c9-a550e5bd7b70-88740b72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af837-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af88f-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8e7-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af863-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8bb-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af913-1d9baaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-1d9baaf4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-1d9baaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-c61b5d3b, #w-node-_88652fa9-4e8d-1e81-e5b3-cc8f224e5b3e-c61b5d3b, #w-node-_1d8a0af8-751d-55aa-256c-e9f08197bde1-c61b5d3b, #w-node-_9e227077-2fd0-a32d-766d-51fd8cb8d3b0-c61b5d3b, #w-node-_9bdc6770-6f7e-e3cd-22b0-a2ebf708a699-c61b5d3b, #w-node-d1707f9f-077d-4942-0e3c-ab479408ecbc-c61b5d3b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a2923cd2-ae0a-24c9-69b5-80b607f78b9c-cd2af5ef {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-a2923cd2-ae0a-24c9-69b5-80b607f78bb6-cd2af5ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-a23e2d23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-ceedbc0d, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-ceedbc0d, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-ceedbc0d, #w-node-aaa3cc32-8f36-21be-9718-ccbb8872b126-91c94b57 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3e691d60-b748-a50a-9fb6-624cecedff33-3c538253 {
    align-self: auto;
  }

  #w-node-a574101f-b00e-d980-0950-60fa7804a7d3-610b0856 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-2760a502 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-34145684, #w-node-d180f4d2-5660-9948-1a38-1e05f34579c0-34145684, #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-231e344a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-b22d1359, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-b22d1359, #w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-ec141bc3, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-ec141bc3, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-ec141bc3, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-5767151b, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-5767151b, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-b1efba75 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1fc0a860-738c-7caf-21d0-2db4c45cc9e8-b1efba75, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-eacf04ad, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-3e70df59, #w-node-_686e8600-fc7e-27ac-74fd-507d89f26988-bd3ae446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a2923cd2-ae0a-24c9-69b5-80b607f78b9c-f95824b1 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-a2923cd2-ae0a-24c9-69b5-80b607f78bb6-f95824b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c30aab8f-cdf7-ed3e-3949-15bc8469f7ca-f65a8734 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-c30aab8f-cdf7-ed3e-3949-15bc8469f85f-f65a8734 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b24b744-40aa-7217-a434-0413db6d5ac5-db6d5aa3, #w-node-_7b24b744-40aa-7217-a434-0413db6d5ad9-db6d5aa3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0a38e43a-7c4e-af86-bfda-35886f0e3981-f54c331d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-4425feb5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af837-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af88f-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8e7-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af863-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af8bb-1d9baaf4, #w-node-_4bc64bb0-9400-e73d-38c3-b81fcd5af913-1d9baaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-1d9baaf4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-1d9baaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-c61b5d3b, #w-node-_88652fa9-4e8d-1e81-e5b3-cc8f224e5b3e-c61b5d3b, #w-node-_1d8a0af8-751d-55aa-256c-e9f08197bde1-c61b5d3b, #w-node-_9e227077-2fd0-a32d-766d-51fd8cb8d3b0-c61b5d3b, #w-node-_9bdc6770-6f7e-e3cd-22b0-a2ebf708a699-c61b5d3b, #w-node-d1707f9f-077d-4942-0e3c-ab479408ecbc-c61b5d3b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce10df8d-3dad-53de-e49b-fbef95f9b00d-fedada06 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-a23e2d23 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-ceedbc0d, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-ceedbc0d, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-ceedbc0d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-3615bf6f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_49a1d33a-037a-a703-5824-3c3880fb97a3-3615bf6f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c0479edd-b659-5e25-d12e-acad3e69f642-3615bf6f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-5db99832 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-6b9c40e3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-aaa3cc32-8f36-21be-9718-ccbb8872b126-91c94b57, #w-node-a574101f-b00e-d980-0950-60fa7804a7d3-610b0856 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-2760a502 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-34145684, #w-node-d180f4d2-5660-9948-1a38-1e05f34579c0-34145684, #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-231e344a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-b22d1359, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-b22d1359, #w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-ec141bc3, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-ec141bc3, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-ec141bc3, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-5767151b, #w-node-af9b1a35-5b06-66cc-2205-ef76ec2fd178-5767151b, #w-node-_11d88222-7958-fecb-b2da-0a68da69d051-b1efba75 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1fc0a860-738c-7caf-21d0-2db4c45cc9e8-b1efba75, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-eacf04ad, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-3e70df59, #w-node-_686e8600-fc7e-27ac-74fd-507d89f26988-bd3ae446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-5950d687, #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-c9ff9420, #w-node-_2329b9c3-2130-5261-113f-ffd65b1260d2-c9ff9420, #w-node-f5e24311-800f-da9e-e953-ea274af66b30-c9ff9420 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-f984dcfe {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b24b744-40aa-7217-a434-0413db6d5aa7-db6d5aa3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_2d584297-a54a-7526-3cc4-51027a7e1a19-88740b72 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-4425feb5, #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-1d9baaf4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad20c423-0941-b926-b4a5-44a3d68f792b-1d9baaf4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce10df8d-3dad-53de-e49b-fbef95f9b00d-fedada06 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3477136-9993-98ca-4ccf-a7d65ac3acc6-a23e2d23 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-a23e2d23 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-3615bf6f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_49a1d33a-037a-a703-5824-3c3880fb97a3-3615bf6f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c0479edd-b659-5e25-d12e-acad3e69f642-3615bf6f {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-5db99832 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-6b9c40e3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79a041c6-c4ca-42bf-62cd-fb2c55f8d08b-2760a502 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-34145684, #w-node-d180f4d2-5660-9948-1a38-1e05f34579c0-34145684, #w-node-f34c2c8f-0d82-9510-306d-fa4afd1fe2de-231e344a, #w-node-_1fc0a860-738c-7caf-21d0-2db4c45cc9e8-b1efba75, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-eacf04ad, #w-node-b4a74f24-f403-2baa-117d-6b8159dab77b-3e70df59, #w-node-_686e8600-fc7e-27ac-74fd-507d89f26988-bd3ae446 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-5950d687, #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-c9ff9420, #w-node-_2329b9c3-2130-5261-113f-ffd65b1260d2-c9ff9420, #w-node-f5e24311-800f-da9e-e953-ea274af66b30-c9ff9420 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26a41a2c-05c1-37e9-8683-8c49138dbc45-f984dcfe {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 992px) and (max-width: 1110px) {
  .nav-link, .nav-dropdown-toggle {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (hover: hover) {
  .nav-menu-wrapper .nav-dropdown.w-dropdown:hover,
  .nav-menu-wrapper .nav-dropdown.w-dropdown:focus-within {
    z-index: 901;
  }

  .nav-menu-wrapper .nav-dropdown.w-dropdown:hover > .nav-dropdown-list.w-dropdown-list,
  .nav-menu-wrapper .nav-dropdown.w-dropdown:focus-within > .nav-dropdown-list.w-dropdown-list {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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