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

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

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

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading_black: #111;
  --white: #fff;
  --theme_red: #ae152d;
  --theme_red_dark: #9d2235;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.body {
  color: #696969;
  font-family: Metrophobic, sans-serif;
}

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

.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.sm {
  max-width: 1200px;
}

.container.grow {
  width: 100%;
  height: 100%;
}

.section_wrapper.hide {
  display: none;
}

.section_title_wrapper {
  margin-bottom: 32px;
}

.section_title_wrapper.flex_center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.section_title_wrapper.margin_bottom_mini {
  margin-bottom: 20px;
}

.section_title_wrapper.margin_bottom_mini.top {
  margin-top: 32px;
}

.section_title_wrapper.no_bottom {
  margin-bottom: 0;
}

.section_title {
  color: var(--heading_black);
  line-height: 1.3;
}

.section_title.no_top_margin {
  margin-top: 0;
}

.section_title.no_top_margin.sm {
  font-size: 22px;
}

.section_title_divider {
  background-color: #ae152d;
  width: 66px;
  height: 3px;
}

.section_content {
  margin-bottom: 60px;
}

.section_content.less_bottom {
  margin-bottom: 32px;
}

.section_content.no_bottom {
  margin-bottom: 0;
}

.section_content.top {
  margin-top: 100px;
}

.section_paragraph {
  font-size: 20px;
  line-height: 1.88;
}

.section_paragraph.top {
  margin-top: 20px;
}

.section_paragraph.no_bottom {
  margin-bottom: 0;
}

.section_paragraph.mini {
  font-size: 18px;
}

.section_paragraph.mini.underline_1 {
  text-decoration: underline;
}

.section_paragraph.hide {
  display: none;
}

.section_title_color_red {
  color: #9d2334;
  font-weight: 400;
}

.primary_list {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
}

.primary_list_item {
  margin-bottom: 10px;
  font-weight: 400;
}

.flex_sb_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.number_list {
  padding-left: 20px;
  font-size: 20px;
  list-style-type: decimal;
}

.number_li_item {
  margin-bottom: 10px;
}

.flex_sb_item {
  flex: 1;
  width: 50%;
}

.flex_sb_item.flex {
  justify-content: flex-end;
  display: flex;
}

.flex_sb_item.grid_item {
  width: auto;
}

.history_img {
  width: 60%;
}

.table_overflow_auto {
  overflow: auto;
}

.section_inner_title {
  color: var(--heading_black);
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
}

.section_inner_title.margin_top {
  margin-top: 32px;
}

.bullet_list {
  padding-left: 20px;
  font-size: 20px;
  list-style-type: disc;
}

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

.button_maroon_2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: maroon;
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
}

.button_maroon_2:hover {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.arrow_right_span {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-weight: 400;
}

.section_img {
  flex: 1;
  align-self: center;
  width: 100%;
}

.section_img.height {
  object-fit: cover;
  object-position: 0% 50%;
  min-height: 100%;
}

.section_img.width_sm {
  max-width: 800px;
}

.sub_section_title_caps {
  color: var(--heading_black);
  text-transform: uppercase;
}

.sub_section_title_caps.no_top {
  margin-top: 0;
}

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

.mem_grid_item {
  height: 500px;
  padding: 24px;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  position: relative;
}

.mem_grid_item:hover {
  box-shadow: 0 20px 40px #0003;
}

.mem_grid_item.item_bg1 {
  background-image: linear-gradient(#0000, #000), url('../images/mem_grid_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mem_grid_item.item_bg2 {
  background-image: linear-gradient(#0000, #000), url('../images/mem_grid_2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mem_grid_item.item_bg3 {
  background-image: linear-gradient(#0000, #000), url('../images/mem_grid_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.mem_grid_item_content_wrapper {
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mem_grid_item_title {
  color: var(--white);
  font-weight: 400;
}

.button_transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #111;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 5px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
}

.button_transparent:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #0000;
}

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

.button_transparent.white.no_left_padding {
  padding-left: 0;
  font-size: .95rem;
}

.mem_grid_item_link {
  text-decoration: none;
}

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

.award_button_wrapper {
  justify-content: center;
  margin-top: 40px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.award_apply_button {
  background-color: var(--theme_red);
  text-align: center;
  flex: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.3;
}

.award_apply_button:hover {
  background-color: var(--heading_black);
}

.prev_award_winner_image_wrapper {
  float: left;
  width: 250px;
  max-width: 250px;
  height: 250px;
  margin-bottom: 60px;
  margin-right: 40px;
}

.prev_award_winner_image_wrapper.float_to_right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.prev_award_winner_img {
  width: 100%;
  transition: all 1.5s cubic-bezier(.55, .085, .68, .53);
}

.prev_award_winner_img:hover {
  scale: 1.1;
}

.award_winner_name_text {
  color: var(--heading_black);
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.prev_award_winner_img_int {
  overflow: hidden;
}

.award_page_img {
  width: 30rem;
  margin-top: 40px;
}

.foot_link_item {
  color: #d0d1d6;
  font-size: .95rem;
  text-decoration: none;
}

.foot_link_item.foot_address {
  text-align: center;
  flex: 1;
  line-height: 1.35rem;
  display: block;
}

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

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

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

.footer_top {
  background-color: #222;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site_container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.a360_logo {
  max-width: 150px;
}

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

.communa_link_block.hide {
  display: none;
}

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

.footer_grid_mini {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
}

.copy_right_text {
  color: #ffffff80;
  text-align: center;
  flex: 1;
  font-size: 1rem;
}

.footer_title {
  color: #d0d1d6;
  text-align: center;
  margin-top: 0;
}

.footer_title.mini {
  text-align: left;
  font-size: 20px;
}

.dropdown_link {
  color: #7e7e7e;
  border-bottom: 0 solid #cecece;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 14px;
  font-weight: 500;
}

.dropdown_link:hover {
  color: var(--theme_red_dark);
}

.dropdown_link.w--current {
  color: var(--theme_red);
}

.dropdown_link.no-border {
  border-bottom-color: #fff0;
}

.dropdown-list-13 {
  background-color: #fff;
}

.dropdown-list {
  background-color: #061734;
}

.dropdown-list.w--open {
  background-color: var(--white);
  min-width: 200px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle {
  color: #fff;
  padding: .95rem 2.5rem .95rem 2rem;
  font-size: .95rem;
  font-weight: 400;
}

.dropdown-toggle:hover {
  background-color: var(--theme_red);
}

.dropdown-toggle.color {
  color: #7e7e7e;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
}

.dropdown-toggle.color:hover {
  background-color: var(--white);
  color: var(--theme_red);
}

.dropdown-toggle.color.w--open {
  display: block;
}

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

.nav_dropdown {
  text-transform: capitalize;
  font-size: .95rem;
}

.filled_btn {
  color: #fff;
  -webkit-text-stroke-color: #28a680;
  background-color: #28a680;
  border: 1.5px solid #28a680;
  border-radius: 10rem;
  justify-content: center;
  min-height: 40px;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.user_full_name {
  padding: 10px 20px;
}

.title {
  color: #061734;
  flex: 1;
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 2rem;
  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;
}

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

.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;
}

.nav-menu-4 {
  width: 100%;
}

.header_main_wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.outline_btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--theme_red);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: .95rem;
  font-weight: 400;
  display: flex;
}

.outline_btn.hide {
  display: none;
}

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

.nav-close {
  display: none;
}

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

.heading_title.space {
  flex: 0 auto;
}

.image-37 {
  aspect-ratio: auto;
  opacity: .09;
  object-fit: cover;
  object-position: 25% 50%;
  border-radius: .7rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.auth_card {
  background-color: #0db7c4;
  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;
}

.login_highlighter {
  color: #f50000;
  margin-bottom: 20px;
  display: none;
}

.underline {
  background-color: #226dbb;
  width: 60px;
  height: 2px;
  position: relative;
}

.underline.sm {
  background-color: #0db7c4;
  width: 90px;
  height: 2px;
}

.action_btn {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
}

.dropdown-icon {
  margin-right: 1.35rem;
  font-weight: 400;
}

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

.user_full_name_wrapper {
  border-bottom: 1px solid #d9d9d9;
}

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

.close_login.popup_close {
  cursor: pointer;
  width: 1.7rem;
}

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

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

.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 {
  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;
}

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

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

.list-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.foot_logo {
  border-radius: 8rem;
  padding: .3rem .75rem .3rem .5rem;
}

.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%;
}

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

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

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

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

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

.brand_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-top-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: .95rem 1.5rem;
  font-size: .95rem;
  font-weight: 400;
}

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

.nav-link.w--current {
  color: #fff;
  font-weight: 400;
  box-shadow: inset 0 -4px #ddd;
}

.nav-link.mob {
  display: none;
}

.site_navbar {
  background-color: var(--theme_red_dark);
}

.logo_img {
  width: 35rem;
}

.dropdown-20 {
  z-index: 9999;
  display: none;
}

.site_header {
  background-color: #fff;
}

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

.no_results_svg_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.no_results_svg {
  width: 20rem;
}

.no_result_text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}

.hero_slider {
  height: 80vh;
}

.slide_1 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Banner-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_2 {
  background-image: linear-gradient(#0003, #0003), url('../images/Banner-2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_3 {
  background-image: linear-gradient(#0003, #0003), url('../images/Banner-6.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_4 {
  background-image: linear-gradient(#0003, #0003), url('../images/Banner-4.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide_5 {
  background-color: var(--heading_black);
  background-image: linear-gradient(#0003, #0003), url('../images/Banner-5.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.slider_dots_wrapper {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  margin-top: -30px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
  position: relative;
}

.slider_dot_active {
  background-color: #111;
  border-radius: 20%;
  width: 1.75rem;
  height: .35rem;
}

.slider_dot {
  background-color: #0006;
  border-radius: 20%;
  width: 1rem;
  height: .35rem;
}

.slide_content_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_content_wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.hero_content {
  position: absolute;
  inset: auto auto 10% 0%;
}

.hero_title {
  color: var(--white);
  font-size: 45px;
}

.hero_text {
  color: var(--white);
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

.hero_book_div_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.hero_book_btn {
  background-color: var(--theme_red);
  align-self: center;
  padding-left: 100px;
  padding-right: 100px;
}

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

.ps_grid_item {
  width: 100%;
  height: 500px;
  padding: 24px;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  position: relative;
}

.ps_grid_item:hover {
  box-shadow: 0 20px 40px #0003;
}

.ps_grid_item.item_bg_1 {
  background-image: linear-gradient(#0000, #000), url('../images/journal_img.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ps_grid_item.item_bg_2 {
  background-image: linear-gradient(#0000, #000), url('../images/Banner-5.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ps_grid_item.item_bg_3 {
  background-image: linear-gradient(#0000, #000), url('../images/id.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ps_grid_item.item_bg_4 {
  background-image: linear-gradient(#0000, #000), url('../images/grants.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ps_grid_item.item_bg_1_5 {
  background-image: linear-gradient(#0000, #000), url('../images/Antifungal-Helpline.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.ps_grid_item_content_wrapper {
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.ps_grid_item_link.hide {
  display: none;
}

.event_section_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.event_section_card.flex_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.event_section_img {
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
}

.event_redirect_text_link {
  color: #696969;
  font-weight: 700;
}

.event_redirect_text_link:hover {
  color: var(--theme_red);
}

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

.training_img {
  border-radius: 20px;
}

.carousel_slider {
  margin-bottom: 2rem;
}

.w_carousel_img {
  width: 100%;
}

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

.imp_person_img_item_wrap {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.imp_person_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1.5s cubic-bezier(.55, .085, .68, .53);
}

.imp_person_img:hover {
  scale: 1.1;
}

.imp_person_overlay_wrap {
  background-image: linear-gradient(180deg, #0000, var(--heading_black) 96%);
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.imp_person_title {
  color: var(--white);
  font-weight: 400;
}

.imp_person_designation {
  color: var(--white);
  font-size: 20px;
}

.bullet_li_cta_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mem_cta_button {
  background-color: var(--theme_red);
  border-radius: 6px;
  font-size: 16px;
}

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

.up_ev_grid_item {
  border-radius: 14px;
  height: 500px;
  padding: 0;
  transition: all .2s cubic-bezier(1, 0, 0, 1);
  position: relative;
  overflow: hidden;
}

.up_ev_grid_item:hover {
  box-shadow: 0 20px 40px #0003;
}

.up_ev_grid_item.item_bg_of_1 {
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
}

.ev_thumb_img {
  width: 100%;
  height: 100%;
}

.ev_item_title {
  color: var(--white);
  font-weight: 400;
}

.ev_item_dsecription {
  color: var(--white);
  word-break: break-all;
  font-size: 20px;
  line-height: 28px;
}

.ev_date_box {
  background-color: var(--theme_red);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding: 5px 10px;
  display: inline-flex;
}

.ev_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}

.ev_grid_item_content_wrapper {
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.empty_spacer_120px {
  height: 120px;
}

.title_black_big {
  color: var(--heading_black);
  margin-bottom: 40px;
  font-weight: 800;
}

.title_black_mini {
  color: var(--heading_black);
  margin-top: 20px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: underline;
}

.form_label {
  color: var(--heading_black);
}

.form_field {
  color: var(--heading_black);
  border-radius: 6px;
}

.form_input_field {
  margin-bottom: 20px;
}

.form_input_text {
  color: var(--heading_black);
}

.form_text_area {
  border-radius: 6px;
}

.form_desc_list {
  color: var(--heading_black);
  padding-left: 20px;
}

.form_desc_list_item {
  margin-bottom: 6px;
}

.form_input_checkbox {
  background-color: var(--theme_red);
  color: var(--white);
}

.form_submit_button {
  background-color: var(--theme_red);
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
}

.anchor-scroll {
  border: 3px solid var(--theme_red);
  background-color: var(--theme_red);
  border-radius: 50%;
  padding: 6px;
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.anchor-arrow-wrap {
  width: 2rem;
  height: 2rem;
}

.login-user-span {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.section_title_cta_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.scroll_button {
  background-color: var(--theme_red);
  border-radius: 4px;
  padding: 12px 30px;
}

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

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

.grid_test {
  display: none;
}

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

.text_highlighter_span {
  color: var(--theme_red);
}

.marquee-section {
  background-color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-section-embed {
  flex: 1;
}

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

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

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

.cids_popup_img {
  border-radius: 6px;
  width: 350px;
  max-width: 350px;
}

.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 {
  opacity: 0;
  z-index: 1111;
  justify-content: center;
  width: 100%;
  display: none;
}

.cids_popup_msg_section {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.cids_popup_cta_button_v2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--heading_black);
  background-color: #0000;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.auth_dialog-3 {
  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-3.intro_dialog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-color: var(--theme_red);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

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

.cids_intro_popup_wrapper {
  margin-top: 60px;
}

@media screen and (min-width: 1280px) {
  .dropdown_link.w--current {
    color: var(--theme_red);
  }

  .nav-menu-4 {
    width: 100%;
  }

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

  .nav-link.w--current {
    box-shadow: inset 0 -3px #dfdede;
  }

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

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

  .section_title, .section_title.no_top_margin {
    font-size: 28px;
  }

  .flex_sb_wrapper {
    flex-flow: column-reverse;
  }

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

  .flex_sb_item, .history_img {
    width: auto;
  }

  .section_inner_title.margin_top {
    line-height: 38px;
  }

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

  .journal_grid {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .foot_nav_group {
    padding-left: 0;
  }

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

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

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

  .dropdown_link {
    white-space: normal;
    word-break: break-all;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .dropdown-toggle {
    color: #000;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dropdown-toggle:hover {
    background-color: #fff0;
  }

  .dropdown {
    width: 100%;
  }

  .nav-menu-4 {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    padding-top: 40px;
    padding-right: 10px;
  }

  .code-embed-2 {
    color: #226dbb;
    width: 20px;
    height: 20px;
  }

  .nav-close {
    color: #e57d16;
    background-color: #fffbf9;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    position: absolute;
    top: 1rem;
    left: auto;
    right: 1rem;
  }

  .ham-icon {
    color: #0f0d0d;
  }

  .nav-link {
    color: #000;
  }

  .nav-link:hover {
    background-color: #fff0;
  }

  .nav-link.w--current {
    box-shadow: none;
    color: #000;
  }

  .nav-link.mob {
    display: inline-block;
  }

  .nav-link.mob.hide {
    display: none;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .site_header {
    border-bottom: 1px solid #ddd;
  }

  .no_result_text {
    text-align: center;
    line-height: 26px;
  }

  .hero_title {
    font-size: 34px;
  }

  .hero_text {
    margin-top: 10px;
    font-size: 22px;
  }

  .hero_book_text {
    text-align: center;
  }

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

  .ps_grid_item {
    width: 100%;
  }

  .ps_grid_item_link {
    display: block;
  }

  .event_section_card {
    flex-flow: column-reverse;
    display: flex;
  }

  .event_section_card.flex_grid {
    grid-template-columns: 1fr;
  }

  .event_section_card.flex_grid.reverse_on_mobile {
    display: flex;
  }

  .event_section_img_redirect {
    max-width: 25rem;
  }

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

  .up_ev_grid {
    grid-template-columns: 1.5fr;
  }

  .ev_img {
    width: 100%;
  }

  .empty_spacer_120px.tab_hide {
    display: none;
  }

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

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

@media screen and (max-width: 767px) {
  .section_title_wrapper.flex_center {
    text-align: center;
  }

  .section_title, .section_title.no_top_margin {
    font-size: 24px;
  }

  .section_paragraph {
    font-size: 18px;
  }

  .prev_award_winner_image_wrapper {
    float: none;
    margin-bottom: 80px;
  }

  .prev_award_winner_image_wrapper.float_to_right {
    float: none;
    margin-left: 0;
  }

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

  .footer_title.mini {
    text-align: center;
    align-self: stretch;
  }

  .dropdown-toggle {
    font-weight: 400;
  }

  .nav-menu-4 {
    padding-top: 60px;
  }

  .header_main_wrap {
    flex-flow: column;
  }

  .nav-close {
    border: 1px solid #8b8b8b;
  }

  .auth_card {
    display: none;
  }

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

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

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

  .nav-link {
    font-weight: 400;
  }

  .nav-link:hover {
    background-color: #fff0;
  }

  .nav-link.mob {
    display: inline-block;
  }

  .hero_title {
    font-size: 28px;
  }

  .hero_book_text {
    font-size: 34px;
  }

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

  .event_section_img_redirect {
    max-width: none;
  }

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

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

  .cids_popup_img {
    width: 360px;
    min-width: 280px;
    max-width: 400px;
  }

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

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

  .cids_popup_cta_button_v2 {
    font-size: 16px;
  }

  .intro_wrap {
    max-width: 500px;
  }

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

@media screen and (max-width: 479px) {
  .section_title_wrapper.flex_center {
    text-align: center;
  }

  .section_title, .section_title.no_top_margin {
    font-size: 22px;
  }

  .section_content {
    margin-bottom: 40px;
  }

  .section_paragraph {
    font-size: 16px;
  }

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

  .a360_logo {
    margin-top: 10px;
  }

  .footer_grid_item.logo_block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    width: 100%;
  }

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

  .dropdown {
    width: 100%;
  }

  .nav-menu-4 {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 100vh;
  }

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

  .outline_btn, .action_btn {
    flex: 1;
  }

  .brand {
    flex: 1;
    width: 18rem;
  }

  .top_right, .list-item {
    flex: 1;
  }

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

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

  .brand_link {
    display: flex;
  }

  .header-top-flex {
    flex: 1;
    align-self: stretch;
  }

  .logo_img {
    flex: 1;
    width: 3.8rem;
  }

  .hero_book_text {
    font-size: 28px;
  }

  .hero_book_btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .imp_person_img_item_wrap {
    height: 500px;
  }

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

  .bullet_li_cta_wrapper.mt_bottom {
    margin-bottom: 0;
  }

  .mem_cta_button {
    text-align: center;
    width: 100%;
  }

  .membership_cta_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .cids_popup_img {
    width: 360px;
    min-width: 280px;
    max-width: 400px;
  }

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

  .cids_popup_cta_button_v2 {
    font-size: 14px;
  }

  .intro_wrap {
    max-width: 400px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

#w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26cb-83de26c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26dc-83de26c7 {
  justify-self: end;
}

#w-node-_12321eec-763a-27c5-5278-7e66cf8ec78c-0504034f, #w-node-_12321eec-763a-27c5-5278-7e66cf8ec792-0504034f {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26cb-83de26c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26dc-83de26c7 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26cb-83de26c7 {
    place-self: center;
  }

  #w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26dc-83de26c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26d7-83de26c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b1050e2-b277-fb61-fcc8-b27f83de26dc-83de26c7 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}