@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  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 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: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme_trans: #fff0;
  --theme-black-blue: #0f172a;
  --white: #fff;
  --theme-para: #394359;
  --theme_grey: #6b7280;
  --theme_border: #d2d6db;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: #333;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.section.grad_blue {
  background-image: linear-gradient(#5cc9ff, #dbf3ff);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-bottom: 0;
}

.section.hero {
  background-image: url('../images/Rectangle-11.avif'), linear-gradient(#002dbc, #008acf);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.grad_banner {
  background-image: linear-gradient(90deg, #ffcdaa, #c5e4ff);
  background-repeat: repeat;
  background-size: auto;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.multi_grad {
  background-color: #eff2f4;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #ffedd5, var(--theme_trans) 38%), radial-gradient(circle farthest-corner at 0% 0%, #15c8ff33, var(--theme_trans) 45%);
}

.section.bottom_padding {
  padding-bottom: 14rem;
}

.section.hide {
  display: none;
}

.section.multi_grad_2 {
  background-color: #eff2f4;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #ffedd559, var(--theme_trans)), radial-gradient(circle farthest-corner at 0% 0%, #15c8ff0d, var(--theme_trans));
}

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

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

.h_coe_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/Rectangle-20.avif'), linear-gradient(#f56a08, #da3e01);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.h2_heading {
  color: var(--theme-black-blue);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
}

.h2_heading.white_color {
  color: var(--white);
  margin-bottom: 14px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.h2_heading.white_color.sm {
  font-size: 32px;
}

.h2_heading.align_center {
  text-align: center;
}

.h2_heading.align_center.break_500 {
  max-width: 600px;
}

.h2_heading.align_center.margin_bottom {
  margin-bottom: 40px;
}

.h2_heading.align_center.no_top_bottom, .h2_heading.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h2_heading.no_top_but_bottom {
  margin-top: 0;
  margin-bottom: 20px;
}

.h2_heading.no_top_but_bottom.cut_80 {
  width: 80%;
}

.paragraph {
  color: var(--theme-para);
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}

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

.paragraph.white_color.align_center {
  text-align: center;
}

.paragraph.white_color.align_center.cut_60 {
  width: 60%;
}

.paragraph.white_color.size_1_25_rem {
  font-size: 1.25rem;
}

.paragraph.grey_color {
  color: var(--theme_grey);
  font-size: 1rem;
  font-weight: 500;
  line-height: 26px;
}

.paragraph.black_color {
  color: var(--theme-black-blue);
}

.paragraph.black_color.break_750 {
  max-width: 750px;
}

.paragraph.black_color.break_750.align_center {
  text-align: center;
}

.paragraph.black_color.ann_desc {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.black_color.size_20 {
  font-size: 1.1rem;
}

.paragraph.top_30 {
  margin-top: 30px;
}

.paragraph.top_12 {
  margin-top: 12px;
}

.paragraph.hide {
  display: none;
}

.paragraph.align_center {
  text-align: center;
}

.button_wrapper {
  margin-top: 30px;
}

.button_wrapper.sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button_wrapper.hide {
  display: none;
}

.button_white {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--theme-black-blue);
  border-radius: 10px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
}

.circle_icon_wrapper {
  background-color: #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.circle_icon_wrapper.bg_orange {
  background-color: #ffedd5;
  width: 70px;
  height: 70px;
}

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

.coe_img {
  border-radius: 20px;
}

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

.h_join_felx {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.h_join_left, .h_join_right {
  flex: 1;
}

.join_features_list {
  padding-left: 0;
  list-style-type: none;
}

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

.icon_box {
  border-radius: 20px;
  max-width: 76px;
  max-height: 76px;
  padding: 20px;
}

.icon_box.col_1 {
  background-color: #e9ebf7;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.icon_box.col_2 {
  background-color: #eaf4f0;
}

.icon_box.col_3 {
  background-color: #f3e8ff;
}

.icon_box.col_4 {
  background-color: #ffedd5;
}

.icon_box_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.join_feature_heading {
  color: var(--theme-black-blue);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}

.join_img {
  object-fit: cover;
  border-radius: 20px;
  height: 80%;
}

.button_primary {
  color: var(--white);
  background-image: linear-gradient(324deg, #004d99, #0083c4);
  border-radius: 10px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.button_primary.sm {
  background-image: linear-gradient(324deg, #004d99, #0083c4);
  padding-left: 32px;
  padding-right: 32px;
}

.button_primary.hide {
  display: none;
}

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

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

.button_secondary {
  color: var(--theme-black-blue);
  background-image: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.newsletter_footer_wrapper {
  background-color: var(--white);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  margin-top: 60px;
  padding: 20px;
  display: flex;
}

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

.nws_right {
  align-self: center;
}

.h3_heading {
  color: var(--theme-black-blue);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
}

.h3_heading.margin_bottom {
  margin-bottom: 20px;
}

.h3_heading.margin_top_bottom {
  margin-top: 30px;
  margin-bottom: 20px;
}

.nws_form_field {
  border: 1px solid var(--theme_border);
  color: #797979;
  border-radius: 10px;
  width: 300px;
  height: 48px;
  margin-bottom: 0;
}

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

.nws_form_block {
  margin-bottom: 0;
}

.logo_txt {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.logo_txt.hide {
  display: none;
}

.footer_social_list {
  margin-top: 20px;
  display: none;
}

.footer_bottom_flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-item-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

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

.footer_bottom {
  background-color: var(--theme-black-blue);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

.foot_nav_list.hide {
  display: none;
}

.foot_link_item {
  color: #94a3b8;
  font-size: 1rem;
  text-decoration: none;
}

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

.foot_link_item.text {
  width: 70%;
  line-height: 28px;
}

.footer_logo_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.copyright {
  color: #aabcca;
  margin-bottom: 0;
  font-size: .85rem;
  line-height: 1.4rem;
}

.foot_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.foot_heading.top {
  margin-top: 3.5rem;
}

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

.communa_img {
  max-width: 130px;
}

.site_footer {
  background-color: var(--theme-black-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.border_div_footer.site_container {
  border-top: 1px solid #1e293b;
  padding-top: 20px;
  padding-left: 0;
}

.foot_logo {
  border-radius: 10px;
  width: 130px;
  margin-top: -5px;
  padding: 0;
}

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

.site_container.bottom_padding {
  max-width: 1300px;
  padding-bottom: 0;
}

.footer_link_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 30px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.footer_icon_link {
  border-radius: 50%;
}

.footer_icon_link_item {
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
}

.communa_redirect {
  text-decoration: none;
}

.footer_bottom_links_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  display: flex;
}

.policy_link {
  border-left: 1px solid var(--theme_border);
  padding-left: 10px;
  text-decoration: none;
}

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

.h_ev_wrapper, .h_ann_wrapper {
  overflow: hidden;
}

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

.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-size: 1rem;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
}

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

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

.h_ev_card {
  background-color: #eff2f4;
  background-image: url('../images/bottom-lines.avif'), linear-gradient(90deg, #ddf4ff, #81c1e0);
  background-position: 120% -230%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 65%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  justify-content: space-between;
  min-height: 258px;
  padding: 20px;
  display: none;
}

.h_ev_card.ev_dummy_data {
  display: none;
}

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

.h_ev_dmy_wrapper {
  border-radius: 14px;
  flex: 1;
  min-width: 80px;
  overflow: hidden;
}

.h_ev_dmy_wrapper.box-shadow {
  box-shadow: 0 2px 5px #0003;
}

.h_ym_wrapper {
  background-color: #ea4a0b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h_ym_text {
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 100%;
  padding: 4px 10px;
  font-size: .75rem;
  font-weight: 500;
}

.h_date_wrapper {
  background-color: #fff;
  width: 100%;
  padding: 12px 24px;
}

.h_date_text {
  font-size: 1.5rem;
  font-weight: 700;
}

.h_ev_heading {
  color: var(--theme-black-blue);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.h_ev_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.h_ev_icon_item {
  width: 1.25rem;
  height: 1.25rem;
}

.h_ev_text {
  color: var(--theme-black-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 700;
}

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

.h_ev_det_link {
  text-decoration: none;
}

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

.location_icon {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}

.h_ev_det_att_text {
  color: var(--theme-black-blue);
  margin-top: -2px;
  font-size: .9rem;
  font-weight: 700;
}

.h_ev_thumb_img {
  max-height: 130px;
}

.h_ev_thumb_img.upcoming_event_banner {
  object-fit: cover;
  border-radius: 10px;
}

.h_ann_card {
  background-color: #eff2f4;
  background-image: url('../images/bottom-lines.avif'), linear-gradient(90deg, #ffd9be80, #e9a576);
  background-position: 120% -30%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 65%, auto;
  border-radius: 10px;
  padding: 20px;
}

.h_ann_card.announcement_item {
  background-position: 120% -230%, 0 0;
  min-height: 258px;
  display: none;
}

.h_ann_heading {
  color: var(--theme-black-blue);
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

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

.h_ev_slider {
  background-color: var(--theme_trans);
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: none;
}

.h_ev_arrows {
  display: none;
}

.h_slide_card_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.slider_mask {
  width: 100%;
}

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

.hero_sec_img {
  width: 100%;
}

.hero_heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  line-height: 62px;
}

.hero_para {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.hero_button_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button_white_outline {
  border: 2px solid var(--white);
  background-color: var(--theme_trans);
  color: var(--white);
  border-radius: 10px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
}

.fixed_social_section {
  z-index: 10;
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 12px;
  position: fixed;
  inset: 40% 0% auto auto;
  box-shadow: 0 0 12px #0000001f;
}

.fixed_social_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.fixed_social_li_item {
  max-height: 24px;
}

.fixed_social_icon {
  width: 24px;
  height: 24px;
  max-height: 24px;
}

.fixed_social_link {
  text-decoration: none;
}

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

.banner_section_wrapper.hide {
  display: none;
}

.button_banner {
  color: var(--white);
  background-color: #da3e01;
  border-radius: 10px;
  padding: 14px 40px;
  font-size: 1rem;
}

.banner_img_right {
  mix-blend-mode: darken;
  height: 150px;
}

.banner_img_left {
  mix-blend-mode: darken;
  height: 120px;
}

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

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

.about_sec_cell {
  position: relative;
}

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

.about_sec_cell.flex_cell {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about_img {
  border-radius: 20px;
  width: 70%;
}

.founded_box {
  background-color: #f56a08;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: absolute;
  inset: auto auto 15% -15%;
}

.founded_number {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

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

.community_highlight_wrapper {
  background-image: url('../images/Rectangle-15.avif'), linear-gradient(#1d40b0, #0083c4);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -220px;
  padding: 40px;
  display: flex;
}

.community_highlight_para_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 0 40px;
  display: flex;
}

.impact_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

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

.impact_feature_card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.impact_icon_box {
  background-color: #eff2f4;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.message_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #c8edff, #ffcdaa);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 60px;
  padding: 60px;
  display: grid;
}

.message_cell_pic {
  border-radius: 50%;
  width: 280px;
  margin-bottom: 10px;
}

.message_name {
  color: var(--theme-black-blue);
  font-size: 22px;
  font-weight: 900;
}

.message_design {
  color: var(--theme-black-blue);
  font-size: 18px;
  font-weight: 500;
}

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

.committee_heading {
  color: var(--theme-black-blue);
  text-align: center;
  font-weight: 900;
}

.committee_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 30px;
  display: grid;
}

.committee_card {
  background-color: #eef2f4;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.committee_card.col1 {
  background-image: linear-gradient(#b7e7ff, #eef2f4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.committee_card.col2 {
  background-color: #fff1e6;
}

.committee_mem_img {
  object-fit: cover;
  border-radius: 10px;
  width: 180px;
  height: 200px;
}

.committee_mem_name {
  color: var(--theme-black-blue);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 900;
}

.committee_mem_design {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.committee_mem_design.highlighter {
  color: #f56a08;
}

.committee_flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.page_header_wrapper {
  background-image: url('../images/Rectangle-11.avif'), linear-gradient(#1d40b0, #0083c4);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.page_header_wrapper.orange {
  background-image: url('../images/Rectangle-11.avif'), linear-gradient(#f56a08, #da3e01);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.section-header-cont {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  padding: 4rem 15px;
  display: block;
}

.section-header {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 1.25rem;
  padding-left: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 2.25rem;
}

.button_transparent-2 {
  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-2:hover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
}

.button_transparent-2.maroon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: maroon;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_transparent-2.maroon:hover {
  background-color: #fed2cd;
  border-width: 1px;
  border-color: #0000;
}

.coe_wrapper {
  background-image: linear-gradient(#1d40b0, #0083c4);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.coe_content {
  align-self: stretch;
  margin-top: 20px;
}

.coe_list {
  color: var(--white);
  font-size: 1.25rem;
}

.coe_list.hide {
  display: none;
}

.coe_li_item {
  margin-bottom: 20px;
}

.coe_box_wrapper {
  margin-top: 40px;
}

.coe_list_black {
  color: var(--theme-black-blue);
  margin-top: 30px;
  padding-left: 20px;
}

.coe_list_black.margib_bottom {
  margin-bottom: 30px;
}

.coe_list_black.margib_bottom.hide {
  display: none;
}

.coe_list_black.margib_bottom.v2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.coe_list_black.margib_bottom.v3 {
  margin-top: 0;
  margin-bottom: 0;
}

.coe_list_black_2 {
  color: var(--theme-black-blue);
  margin-top: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.coe_list_black_2.sm_top {
  margin-top: 10px;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
}

.contact_form_block {
  align-self: stretch;
  margin-top: 15px;
}

.input_field {
  background-color: #f8f8f8;
  border: 0 solid #000;
  border-radius: 4px;
  height: 44px;
}

.input_field.height {
  height: 80px;
}

.contact_text_heading {
  color: #111;
  margin-top: 0;
  font-size: 20px;
}

.field_label {
  color: #111;
  margin-bottom: 10px;
  font-size: 1rem;
}

.contact_us_block {
  z-index: 1;
  position: relative;
}

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

.contact_icon_text_block.hide {
  display: none;
}

.em_spacer_small {
  height: 60px;
}

.contact_content_text {
  color: var(--theme-black-blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 26px;
}

.form_button {
  background-color: #202e76;
  background-image: url('../images/arrow_right_1arrow_right.avif');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 5px;
  padding: 12px 60px 12px 20px;
  font-weight: 500;
  transition: all .2s;
}

.form_button:hover {
  padding-right: 80px;
}

.map_embed {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
}

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

.form_field_wrapper {
  margin-bottom: 20px;
}

.contact_card_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px #0003;
}

.contact_card_right {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px #0003;
}

.contact_stack {
  padding: 0;
}

.embed_video_wrapper {
  align-self: stretch;
}

.video_stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.video_cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  align-items: stretch;
}

.video_title {
  color: #000;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 25px;
}

.video {
  border-radius: 10px;
  overflow: hidden;
}

.terms_list {
  color: var(--theme-black-blue);
  padding-left: 20px;
  font-size: 1rem;
  list-style-type: decimal;
}

.terms_link {
  color: var(--theme-black-blue);
  text-decoration: none;
}

.terms_ab_list {
  padding-left: 20px;
  font-size: 1.1rem;
  list-style-type: lower-roman;
}

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

.dropdown_list.w--open {
  background-color: #fafafa;
  background-image: linear-gradient(338deg, #7dc9ff0d, #fff0);
  border-radius: 10px;
  box-shadow: 0 0 5px #0003;
}

.logo_img {
  object-fit: cover;
  border-radius: 12px;
  width: 8rem;
  padding: 0;
}

.user_dt_link_section {
  padding: 20px 14px;
}

.dt_menu_new {
  padding: 20px 10px;
}

.redirect_link {
  text-decoration: none;
}

.dt_menu_left {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sx_link_wrapper {
  color: #111;
}

.sx_link_wrapper.hide {
  display: none;
}

.cta_secondary {
  color: #111;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 22px;
  transition: all .2s;
}

.cta_secondary:hover {
  border: 1px solid #000;
}

.cta_secondary.register-cta {
  text-decoration: none;
  display: none;
}

.navlink {
  color: #111;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 22px;
}

.navlink:hover {
  color: #0083c4;
  background-color: #d9f2ff;
  border-radius: 10px;
}

.navlink.w--current {
  color: #0083c4;
}

.user_dt_redir_text {
  color: #0f0f0f;
  font-weight: 600;
}

.skeleton {
  display: none;
}

.nav_underline_div {
  background-color: maroon;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.log_out_wrapper {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 14px;
}

.nav_link_underline_wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav_link_underline_wrapper.mob_only_block {
  display: none;
}

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

.marquee-section.hide {
  display: none;
}

.logout_link {
  color: #ff453a;
  font-weight: 700;
  text-decoration: none;
}

.brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.navbar {
  z-index: 10;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #ffffff8a;
  position: sticky;
  top: 0;
}

.navbar.nav-auth-section.visible {
  background-color: var(--white);
}

.dt_menu_right {
  border-left: 1px solid #e7dad8;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: none;
}

.user_dt_redir_link_wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: block;
}

.user_dt_redir_link_wrapper.hidden, .user_dt_redir_link_wrapper.open-member-directory {
  display: none;
}

.dropdown_link_sx {
  color: #111;
  margin-bottom: 4px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.dropdown_link_sx:hover {
  color: #0083c4;
  background-color: #d9f2ff;
  border-radius: 6px;
}

.nav_login_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.user_dt_redir_heading {
  color: #111;
  margin-bottom: 10px;
  font-size: .95rem;
  font-weight: 800;
  display: none;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.dropdown_menu_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 340px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo_title_text {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.logo_title_text.hide {
  display: none;
}

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

.user_dt_img {
  border-radius: 10rem;
  width: 3.4rem;
  height: 3.4rem;
}

.dropdown_link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #111;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 4px;
  font-weight: 600;
  display: flex;
}

.dropdown_link:hover {
  background-color: #fed2cd;
}

.dropdown_link.w--current {
  color: maroon;
}

.dropdown_link.tab {
  display: none;
}

.dropdown_link.menu-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
}

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

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

.user-unlock-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1rem;
  display: none;
}

.user_email {
  color: #4c5462;
}

.dropdown_toggle {
  color: #111;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  font-size: .95rem;
}

.dropdown_toggle:hover {
  color: #0083c4;
  background-color: #d9f2ff;
  border-radius: 10px;
}

.dropdown_toggle:focus {
  color: #0083c4;
}

.nav_dt_icon {
  transition: all .2s;
  display: none;
}

.user-lock-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: .95rem;
}

.login_drop_down_list {
  z-index: 1001;
}

.login_drop_down_list.w--open {
  border: 1px solid #dde1e8;
  border-radius: 10px;
}

.user_dt_link_wrap.hide {
  display: none;
}

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

.powered_text_2.black {
  color: #000;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
}

.nav_dropdown {
  font-size: .95rem;
  font-weight: 700;
  line-height: 22px;
}

.nav_dropdown:hover {
  color: maroon;
}

.nav_dropdown.hide {
  display: none;
}

.user_full_name {
  color: #111;
  font-size: 1rem;
  font-weight: 700;
}

.user_full_name.user-full-name {
  font-size: .95rem;
}

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

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

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

.user_dt_redir_link {
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.powered_by_block_dt {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 14px;
  display: flex;
}

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

.login_dropdown {
  display: none;
}

.login_dt_toggle {
  padding: 0;
}

.user_full_name_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  display: flex;
}

.right_arrow_icon {
  color: #111;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.right_arrow_icon.hide {
  display: none;
}

.outline_btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: maroon;
  background-image: linear-gradient(90deg, #004d99, #0083c4);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: .9rem;
  font-weight: 700;
  transition: all .2s;
  display: none;
}

.outline_btn:hover {
  background-color: #333476;
}

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

.nav_divider {
  height: 32px;
}

.coming_soon_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 60px;
  display: none;
}

.coming_soon_img {
  width: 30rem;
}

.coming_soon_text {
  color: #061734;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}

.no_event_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no_event_wrapper.hide {
  display: none;
}

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

.no-events-text {
  color: #606172;
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
  line-height: 20px;
}

.spacer_120 {
  height: 120px;
}

.ev_wrap {
  padding: 80px;
}

.ev_wrap.hide, .events_card_wrapper.hide {
  display: none;
}

.auth_logo {
  border-radius: 10rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.big_dt_link_wrap.hide {
  display: none;
}

.form_area {
  min-height: 380px;
}

.auth_card {
  background-color: #202e76;
  background-image: url('../images/sqaure_fade_fill_lines_1sqaure_fade_fill_lines.avif'), linear-gradient(0deg, #004d99, #fff 77%), linear-gradient(#8000001a, #8000001a);
  background-position: 150% 110%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 60%, auto, auto;
  background-attachment: scroll, scroll, scroll;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 380px;
  min-height: 440px;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.post_login_icfi_logo {
  width: 4rem;
}

.communa_app_logos {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.auth_form {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 20px 4rem;
  display: flex;
  position: relative;
}

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

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

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

.powered_by_block_right.mob_show {
  display: none;
}

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

.code-embed-2 {
  display: block;
}

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

.communa_app_text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.arrow_right_icon {
  margin-top: .125rem;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.communa_app_in_block {
  color: #111;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.communa_app_in_block.hide {
  display: none;
}

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

.popup_logo {
  width: 6rem;
}

.arrow_text_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #111;
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.popup_logo_wrapper {
  margin-bottom: 60px;
}

.auth_dialog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .8rem;
  width: 100%;
  min-height: 66vh;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post_login_dir_lilnks_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-height: 300px;
  display: flex;
  overflow: auto;
}

.communa_qr_img {
  width: 100px;
}

.c_qr_flex_cell {
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.communa_post_login_section {
  margin-bottom: 40px;
}

.post_login_dir_text {
  color: #111;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

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

.title.auth_title {
  color: #111;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}

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

.title.auth_title.hide {
  display: none;
}

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

.big_dt_link_tm {
  color: #000;
  text-decoration: none;
  display: block;
}

.big_dt_link_tm.hidden {
  margin-bottom: 16px;
  display: none;
}

.heading_title {
  margin-bottom: 40px;
  position: relative;
}

.heading_title.flex {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading_title.space {
  flex: 0 auto;
}

.heading_title.space.hide {
  display: none;
}

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

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

.communa_app_para {
  text-align: center;
}

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

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

.section_head.spacing._1 {
  margin-bottom: 0;
}

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

.comm_pl_text {
  letter-spacing: 0;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.post_login_text {
  color: #111;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 2rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.communa_qr_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  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 {
  opacity: 0;
  background-color: #000000bf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: all .4s;
  display: none;
  position: fixed;
}

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

.communa_app_redirect_divider {
  background-color: #0000007a;
  align-self: center;
  width: 1px;
  height: 80px;
}

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

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

.underline.sm.hide {
  display: none;
}

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

.big_dt_cell_tm {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #686868;
  border-radius: 10px;
  min-height: 54px;
  padding: 14px 20px;
}

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

.auth_wrap.md_popup {
  display: block;
}

.anchor_scroll {
  z-index: 1;
  background-color: #0083c4;
  border-radius: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 5%;
  right: 2%;
}

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

.fam_big {
  margin-top: 10px;
}

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

.content_block {
  flex: 1;
}

.about_content {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.fam_dr_edu {
  color: #061734;
  margin-top: 4px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 25px;
}

.trigger_page_nav {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.results_count_text {
  color: #061734;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 900;
}

.o_result_img {
  width: 15rem;
}

.fam_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.fam_dr_name {
  color: #061734;
  font-size: 18px;
  font-weight: 900;
}

.no_results_txt {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}

.no_results_txt.little {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}

.loader_1 {
  display: none;
}

.right_arrow {
  margin-top: 3px;
  margin-left: 6px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-weight: 400;
}

.right_arrow.margin {
  margin-top: 2px;
  margin-left: 8px;
  font-size: .9rem;
  font-weight: 400;
}

.fam_img_wrapper {
  border-radius: 100px;
  max-width: 120px;
  max-height: 120px;
}

.fam_rest_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.fam_details_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.fam_dr_hospital {
  color: #061734;
  font-size: .9rem;
}

.fam_result_card {
  background-color: #fff;
  background-image: linear-gradient(90deg, #e3ecf0, #ddf4ff);
  border-radius: 12px;
  display: none;
  overflow: hidden;
  box-shadow: 0 4px 12px #2c554929;
}

.fam_dr_hospital_location {
  color: #061734;
  font-size: .9rem;
}

.no_results_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.dr_svg_icon {
  width: 16px;
  height: 16px;
}

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

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

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

.fam_close_icon {
  border: 1px solid #aaa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.fam_fp_details_wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: auto;
}

.expertise_wrapper {
  display: none;
}

.fam_rest_details-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.fam_rest_details-2.margin {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}

.fam_details_list {
  padding-left: 20px;
}

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

.fam_title_heading_popup {
  color: #061734;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

.fam_para_popup {
  color: #061734;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 400;
}

.fam_para_popup.top {
  margin-bottom: 0;
}

.fam_para_popup.top.hide {
  display: none;
}

.fam_para_popup.no_margin {
  margin-top: 5px;
  margin-bottom: 20px;
}

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

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

.tag_announcements.new_tag.hide {
  display: none;
}

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

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

.announcement_title_large {
  color: var(--theme-black-blue);
  margin-top: .9375rem;
  font-size: 1.35rem;
}

.annnouncement_date_large {
  color: var(--theme-para);
  margin-top: -4px;
  font-size: .85rem;
  font-weight: 400;
}

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

.ann_content_wrapper {
  overflow: hidden;
}

.all_anouncements_container {
  max-width: none;
}

.calendar_icon_svg {
  width: 16px;
  height: 16px;
}

.announcements_description_large {
  color: var(--theme_grey);
  font-size: 1rem;
  line-height: 1.5625rem;
}

.announcements_description_large.announcement_desc {
  color: var(--theme_grey);
  margin-bottom: .9375rem;
  font-size: 1rem;
}

.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 {
  color: #fff;
  border-width: 0;
  border-radius: 10px;
  align-self: flex-start;
  font-size: .9rem;
}

.newsletter_cta_large.announcement_details_button.button_primary {
  border-width: 0;
}

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

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

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

.spacer_attachment {
  height: 20px;
}

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

.ann_icon {
  width: 1.5rem;
}

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

.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;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
  box-shadow: 0 0 14px #09120d1a;
}

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

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

.loading_wrapper-3 {
  align-self: stretch;
  display: none;
}

.announcement_date_large {
  color: var(--theme-para);
  font-size: .9rem;
  font-weight: 400;
}

.new-search-filters {
  margin-top: 30px;
}

.event_card_large-2 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  background-color: #fff;
  border: .0625rem solid #d9d9d9;
  border-radius: 12px;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  padding: 1.25rem;
  display: flex;
  box-shadow: 0 2px .3125rem #0003;
}

.event_location_text {
  color: var(--theme-black-blue);
  font-size: .9rem;
}

.all_events_container {
  align-self: stretch;
  max-width: 75rem;
  padding: 0;
  display: block;
}

.event_status {
  color: #992900;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.event_tag_text {
  color: #000;
  font-size: .6rem;
  font-weight: 700;
  text-decoration: none;
}

.event_img-2 {
  width: 20rem;
  min-width: 20rem;
}

.ev_normal_bg {
  background-color: #ebf0ef;
  border-radius: 20px;
  padding: 4px 14px;
}

.ev_normal_bg.mini {
  background-color: #fff0;
  border: 1px solid #000;
  padding: 4px 10px;
}

.ev_normal_bg.mini.ev_tag {
  display: none;
}

.ev_date_big_box {
  background-color: #dcf8f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 0 10px;
  display: flex;
}

.ev_date_big_box.hide {
  display: none;
}

.event_date_text {
  color: var(--theme-black-blue);
  margin-top: -2px;
  margin-bottom: 0;
  font-size: .9rem;
}

.all_events_holder_filter-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.loading_wrapper-4 {
  align-self: stretch;
  display: none;
}

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

.ev_content_date_div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

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

.event_register_button {
  background-image: linear-gradient(90deg, #004d99, #0083c4);
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: .95rem;
  display: none;
}

.event_register_button:hover {
  background-color: #061734;
}

.ev_date_big_text {
  color: #061734;
  text-align: center;
  width: 4.2rem;
  max-width: 4.2rem;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

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

.ev_grad_bg {
  border-radius: 20px;
  padding: 6px 14px;
}

.ev_grad_bg.event_status_wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}

.event_type_text {
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 700;
  text-decoration: none;
}

.no_results_wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.event_filters-2 {
  align-self: stretch;
  display: none;
}

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

.event_img_code {
  height: 100%;
}

.all_events_wrapper-2 {
  margin-top: 0;
  display: none;
}

.events_filters_title {
  color: #000;
  margin-bottom: 20px;
}

.ev_file_head_but_wrapper {
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.ev-wrapper {
  max-height: 450px;
  overflow: auto;
}

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

.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_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_register_popup {
  background-color: #28a680;
  border: 1px solid #28a680;
  border-radius: 30px;
  padding: 12px 40px;
  font-weight: 700;
}

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

.event_website_popup-2 {
  color: #28a680;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 700;
}

.ev_file_holder {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.event_date_popup-2 {
  color: #061734;
  margin-bottom: 20px;
  font-size: .9rem;
  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;
}

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

.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_details_wrapper {
  margin-top: 20px;
}

.event_city_popup, .event_organizer_popup-2, .event_venue_popup-2 {
  color: #061734;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 700;
}

.attachment_icon-4 {
  margin-top: 2px;
  font-size: 18px;
}

.event_c_detail_popup {
  color: #061734;
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 700;
}

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

.event_img_holder {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  align-self: stretch;
}

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

.ev_concluded_button {
  color: #9e9d9d;
  background-color: #ebf0ef;
  border-radius: 8px;
  padding: 9px 20px;
}

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

.event_type_text {
  color: var(--theme-black-blue);
  font-size: .9rem;
  font-weight: 400;
}

.ev_list_large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.h_ev_skeleton_card, .h_ann_skeleton_card {
  border-radius: 10px;
}

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

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

.scroll_anchor_div {
  position: relative;
  top: -96px;
}

.user_membership_plan_status_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #d9d9d9;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 14px;
  display: flex;
}

.user_membership_plan_status_wrapper.large_one {
  border-bottom-width: 0;
  margin-bottom: 32px;
  padding: 0;
}

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

.mem_status_text_wrapper.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.mem_status_indicator_text, .mem_status_text {
  color: var(--theme-black-blue);
  font-size: .95rem;
  font-weight: 700;
}

.mem_status_cta_wrapper {
  flex: 1;
}

.mem_status_cta {
  text-align: center;
  background-image: linear-gradient(39deg, #004d99, #0083c4);
  border-radius: 10px;
  width: 100%;
}

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

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

.abs_btn_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.button_orange {
  color: var(--white);
  background-color: #be2225;
  background-image: none;
  border-radius: 10px;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  inset: auto auto 14% 35%;
  box-shadow: 0 0 20px #000000b0;
}

.button_orange.position_st {
  position: absolute;
  inset: auto 3% 10% auto;
}

.awr_banner_img {
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
}

.awr_banner_img.tab_show {
  display: none;
}

.carousel_slider {
  margin-bottom: 2rem;
}

.coe_embed {
  overflow: auto;
}

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

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

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

.contact_must_checked {
  color: #d9375d;
}

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

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

.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 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  padding: 0;
  display: none;
  overflow: auto;
}

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

.back_button_2 {
  margin-top: -13px;
  display: none;
}

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

.re_dt_loader_wrapper, .rt_dt_dd_loader_wrapper {
  display: none;
}

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

.scroll_banner_link_wrapper {
  width: 100%;
  min-width: 100%;
}

.scroll_banner_link_wrapper.hide {
  display: none;
}

.scroll_banner_link_wrapper_fx {
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.highlighting_text_mem_note {
  color: #fb696b;
}

@media screen and (min-width: 1280px) {
  .popup_login.site_modal {
    opacity: 0;
    display: none;
  }
}

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

  .h2_heading.align_center {
    margin-top: 0;
  }

  .h2_heading.no_top_but_bottom.cut_80, .paragraph.white_color.align_center.cut_60 {
    width: auto;
  }

  .newsletter_footer_wrapper {
    flex-flow: column;
  }

  .footer_bottom_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

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

  .ev_ann_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .h_ev_card, .h_ann_card.announcement_item {
    min-height: auto;
  }

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

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

  .about_section_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about_img {
    width: 100%;
  }

  .founded_box {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    inset: auto 0% 0%;
  }

  .impact_wrapper {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .committee_grid {
    width: 100%;
  }

  .committee_mem_name {
    text-align: center;
  }

  .section-header-cont {
    padding: 1.5rem 15px;
  }

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

  .contact_us_block {
    margin-top: 0;
  }

  .terms_list {
    padding-left: 40px;
  }

  .dropdown_list.w--open {
    background-image: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ham_default_icon {
    display: none;
  }

  .cta_secondary, .navlink {
    font-size: .95rem;
  }

  .brand {
    margin-right: 0;
  }

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

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

  .nav_login_wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .navbar_container {
    display: flex;
  }

  .dropdown_menu_container {
    display: none;
  }

  .nav_wrapper {
    flex-flow: column;
  }

  .dropdown_link.tab {
    font-size: .95rem;
    display: flex;
  }

  .dropdown_link.tab:hover {
    background-color: #fff0;
  }

  .ham_lottie_icon {
    width: 20px;
    height: 25px;
  }

  .nav_dropdown {
    font-size: .95rem;
    display: block;
  }

  .nav_cta_wrapper {
    background-color: #fff;
    background-image: linear-gradient(338deg, #ec20271a, #fff0);
    flex-flow: column;
    padding-bottom: 20px;
  }

  .outline_btn {
    padding: 12px 20px;
  }

  .nav_divider {
    display: none;
  }

  .post_login_text {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .about_block {
    flex-flow: column;
    align-items: flex-start;
  }

  .announcement_title_large {
    margin-top: 10px;
  }

  .event_img-2 {
    width: 15rem;
  }

  .all_events_holder_filter-2 {
    grid-row-gap: 30px;
  }

  .event_title_large {
    font-size: 1.2rem;
  }

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

  .user_membership_plan_status_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 10px;
    display: flex;
  }

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

  .mem_status_text {
    font-weight: 700;
  }

  .mem_status_cta {
    text-align: center;
    border-radius: 6px;
    width: 100%;
    font-weight: 500;
  }

  .abs_btn_wrapper {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .button_orange {
    inset: auto auto 10% 35%;
  }
}

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

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

  .h_coe_wrapper {
    grid-template-columns: 1.25fr;
  }

  .h2_heading, .h2_heading.white_color {
    font-size: 32px;
  }

  .h2_heading.align_center {
    font-size: 32px;
    line-height: 48px;
  }

  .h2_heading.align_center.break_500 {
    max-width: none;
    font-size: 32px;
    line-height: 46px;
  }

  .h2_heading.no_margin {
    font-size: 32px;
  }

  .h2_heading.no_top_but_bottom.cut_80 {
    font-size: 32px;
    line-height: 48px;
  }

  .h_join_felx {
    flex-flow: column;
    margin-top: 20px;
  }

  .join_img {
    height: auto;
  }

  .button_primary, .button_secondary {
    text-align: center;
  }

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

  .nws_left, .nws_right {
    align-self: center;
  }

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

  .footer_logo_wrapper {
    flex-flow: column;
  }

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

  .policy_link {
    border-left-width: 0;
  }

  .h_ev_dmy_wrapper {
    display: none;
  }

  .h_ev_heading.ev_heading {
    margin-bottom: 20px;
  }

  .hero_heading {
    font-size: 40px;
    line-height: 56px;
  }

  .about_sec_cell.flex_cell {
    grid-template-columns: 1fr;
  }

  .impact_wrapper {
    margin-top: 40px;
  }

  .message_box {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 20px;
  }

  .message_cell_pic {
    width: 200px;
  }

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

  .section-header {
    font-size: 1.675rem;
  }

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

  .coe_list {
    padding-left: 20px;
  }

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

  .terms_list {
    padding-left: 20px;
  }

  .cta_secondary.register-cta {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

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

  .coming_soon_text {
    text-align: center;
  }

  .auth_card {
    display: none;
  }

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

  .powered_by_block_right.mob_show {
    display: flex;
  }

  .arrow_text_wrapper {
    font-size: .9rem;
  }

  .auth_dialog {
    min-height: auto;
    padding-right: 0;
  }

  .post_login_dir_lilnks_div {
    max-height: 300px;
    overflow: auto;
  }

  .communa_post_login_section {
    margin-top: 20px;
  }

  .title.auth_title {
    margin-bottom: 1rem;
  }

  .heading_title.flex {
    line-height: 44px;
  }

  .section_head.spacing._1 {
    margin-top: 20px;
    margin-bottom: 1rem;
  }

  .post_login_text {
    font-size: .95rem;
  }

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

  .big_dt_cell_tm {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 16px;
  }

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

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

  .fam_rest_details, .fam_rest_details-2 {
    flex-flow: column;
  }

  .ann_content_wrapper {
    width: 100%;
  }

  .ann_tag_date_wrapper, .ann_new_flex_card, .attachment_heading_and_button, .event_card_large-2 {
    flex-flow: column;
  }

  .event_location_text {
    font-size: .9rem;
  }

  .event_img-2 {
    width: auto;
    min-width: auto;
  }

  .ev_date_big_box {
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .event_date_text {
    font-size: .9rem;
  }

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

  .ev_content_date_div {
    flex-flow: column;
  }

  .event_title_large {
    font-size: 1.1rem;
  }

  .events_grid_wrapper {
    flex-flow: column-reverse;
    grid-template-columns: 3fr;
    display: flex;
  }

  .button_section_wrapper {
    flex-flow: column;
    align-items: stretch;
  }

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

  .button_orange {
    text-align: center;
    width: 100%;
    position: static;
    inset: auto 5% 5% auto;
  }

  .button_orange.position_st {
    position: static;
  }

  .awr_banner_img.tab_show {
    display: block;
  }

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

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

  .table_acc {
    overflow: auto;
  }
}

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

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

  .h2_heading.white_color {
    font-size: 24px;
    line-height: 36px;
  }

  .h2_heading.white_color.sm {
    font-size: 40px;
    font-weight: 900;
  }

  .h2_heading.align_center, .h2_heading.align_center.break_500 {
    font-size: 24px;
    line-height: 36px;
  }

  .h2_heading.no_margin {
    font-size: 24px;
  }

  .h2_heading.no_top_but_bottom.cut_80 {
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph.white_color.size_1_25_rem {
    font-size: 1rem;
  }

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

  .circle_icon_wrapper {
    width: 60px;
    height: 60px;
  }

  .circle_icon_wrapper.bg_orange {
    display: none;
  }

  .join_feature_heading {
    font-size: 18px;
    line-height: 26px;
  }

  .button_primary {
    text-align: center;
    align-self: stretch;
    width: 100%;
  }

  .join_cta_wrapper {
    flex-flow: column;
    align-self: stretch;
  }

  .button_secondary {
    text-align: center;
    align-self: stretch;
  }

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

  .nws_right {
    align-self: stretch;
  }

  .h3_heading {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
  }

  .nws_form_field {
    width: 100%;
  }

  .nws_form_wrapper {
    flex-flow: column;
  }

  .footer_bottom_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer_title_desc_wrapper {
    margin-bottom: 10px;
  }

  .footer_logo_wrapper {
    flex-flow: column;
  }

  .foot_heading.top {
    margin-top: 1rem;
  }

  .border_div_footer.site_container {
    padding-right: 0;
  }

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

  .policy_link {
    border-left-width: 0;
  }

  .heading_cta_wrapper {
    margin-bottom: 16px;
  }

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

  .h_ev_card_left {
    flex-flow: column;
  }

  .h_ev_dmy_wrapper {
    display: none;
  }

  .location_icon {
    min-width: 16px;
    min-height: 16px;
  }

  .h_ev_det_att_text {
    font-size: .9rem;
    font-weight: 600;
  }

  .hero_heading {
    font-size: 28px;
    line-height: 42px;
  }

  .hero_para {
    font-size: 18px;
  }

  .hero_button_wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .button_white_outline {
    text-align: center;
  }

  .banner_img_right {
    height: 120px;
  }

  .founded_box {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

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

  .community_highlight_para_wrapper {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

  .impact_feature_card {
    flex-flow: row;
  }

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

  .page_header_wrapper {
    padding-top: 1.125rem;
  }

  .section-header-cont {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .coe_list {
    font-size: 1rem;
  }

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

  .logo_img {
    object-fit: fill;
    width: 6rem;
    min-height: auto;
    max-height: none;
  }

  .ham_default_icon, .cta_secondary {
    display: none;
  }

  .nav_link_underline_wrapper.mob_only_block {
    display: block;
  }

  .ham_lottie_icon {
    width: 20px;
    height: 25px;
  }

  .coming_soon_text {
    font-size: .9rem;
    line-height: 1.25rem;
  }

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

  .title.auth_title {
    margin-top: 1.5rem;
  }

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

  .about_block {
    margin-bottom: 30px;
  }

  .fam_pop_up_item {
    width: 300px;
  }

  .fam_close_icon {
    top: 4%;
  }

  .event_card_large-2 {
    flex-flow: column-reverse;
  }

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

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

  .event_pop_up_item {
    width: 300px;
  }

  .image-20 {
    top: 4%;
  }

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

  .event_card_date_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading_cta_wrapper_2 {
    margin-bottom: 16px;
  }

  .abs_btn_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 0;
  }

  .button_orange {
    box-shadow: none;
    text-align: center;
    align-self: stretch;
    width: 100%;
    position: static;
  }

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

#w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eeb0-f9a7ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_418e6ab6-0647-72bb-c58a-bf4ef36f7043-3bddbc23 {
  justify-self: end;
}

#w-node-_0fbd7a20-e875-e4dd-c03c-c114b0cbbd53-55e63e25 {
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
}

#w-node-c9226b49-8937-c8ff-2799-5c0bc9a117db-df03736f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_08bd0505-f34e-bf11-e03b-ad4e7229dfa4-df03736f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ac348f34-864e-5f04-a823-b16b8bc853f2-3228fd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc7497de-c508-e5b4-3937-dde7a698927d-887fbe1f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr 1fr;
}

#w-node-fc7497de-c508-e5b4-3937-dde7a6989281-887fbe1f {
  grid-row: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eea0-f9a7ee78 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9226b49-8937-c8ff-2799-5c0bc9a117db-df03736f, #w-node-_08bd0505-f34e-bf11-e03b-ad4e7229dfa4-df03736f {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac348f34-864e-5f04-a823-b16b8bc853e2-3228fd7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc7497de-c508-e5b4-3937-dde7a698927d-887fbe1f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 3fr;
  }

  #w-node-fc7497de-c508-e5b4-3937-dde7a6989281-887fbe1f {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eea0-f9a7ee78 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eeb0-f9a7ee78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fbd7a20-e875-e4dd-c03c-c114b0cbbd53-55e63e25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac348f34-864e-5f04-a823-b16b8bc853e2-3228fd7f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ac348f34-864e-5f04-a823-b16b8bc853f2-3228fd7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eeb0-f9a7ee78, #w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eec6-f9a7ee78, #w-node-_6875ffee-80e0-6f6d-890c-3197f9a7eed9-f9a7ee78, #w-node-ac348f34-864e-5f04-a823-b16b8bc853f2-3228fd7f, #w-node-ac348f34-864e-5f04-a823-b16b8bc85408-3228fd7f, #w-node-ac348f34-864e-5f04-a823-b16b8bc8541b-3228fd7f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  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 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: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Netlify AJAX form feedback (contact + newsletter) */
.form-msg {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
}
.form-msg__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.form-msg--success {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}
.form-msg--success .form-msg__icon {
  background: #4caf50;
  color: #fff;
}
.form-msg--error {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #c62828;
}
.form-msg--error .form-msg__icon {
  background: #e53935;
  color: #fff;
}