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

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

:root {
  --theme_lite: #f9f9ff;
  --theme: #4a80f2;
  --theme_lite_2: #f6f6fa;
  --theme_sec: #e57677;
  --text: #606172;
  --theme_black: #0f0d0d;
  --white: white;
  --black: black;
  --border: #e8e8e8;
  --footer_font: #d0d1d6;
  --transparent: #fff0;
}

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

@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: Jost, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page_and_right_nav {
  padding: 0;
}

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

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

.inner_page_section_heading.large.remove_margin {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.inner_page_section_heading.large.remove_margin.align {
  text-align: center;
  margin-bottom: 10px;
  line-height: 30px;
}

.inner_page_section_heading.large.remove_margin.gap {
  margin-bottom: 10px;
  line-height: 30px;
}

.right_nav_spacer {
  background-color: #e1e1eb;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.right_nav_heading {
  color: #0f0d0d;
  font-size: 18px;
  font-weight: 600;
}

.container {
  max-width: 85rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 1.875rem 3rem;
}

.container.spl {
  margin-bottom: 0;
  padding: 0 15px;
}

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

.right_nav_wrapper_3 {
  background-color: var(--theme_lite);
  border: 1px solid #e1e1eb;
  border-radius: 4px;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: sticky;
  top: 12rem;
}

.section.hero {
  background-image: linear-gradient(#090828b3, #090828b3), url('../images/Banner-slider_2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.section.lite_theme {
  background-color: #f8f8ff;
}

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

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

.right_link_button:hover, .right_link_button.w--current {
  color: var(--theme_sec);
}

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

.left_cell {
  align-items: stretch;
}

.paragraph-12 {
  color: var(--text);
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.65em;
}

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

.paragraph-12.small_margin {
  margin-top: .5rem;
}

.paragraph-12.bottom_margin {
  margin-bottom: .25rem;
}

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

.right_chec_icon {
  color: var(--theme_sec);
  padding-top: 2.5px;
  padding-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.section_wrapper.hide {
  display: none;
}

.right_cell {
  align-items: stretch;
}

.page-header {
  background-image: linear-gradient(#455ba9e6, #455ba9e6), url('../images/surgery-banner-1108x242_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-header-cont {
  max-width: 85rem;
  padding: 40px 1.87rem;
}

.section-header {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.letter_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.list-4 {
  padding-left: 15px;
  list-style-type: disc;
}

.list-item-2 {
  color: #606172;
  font-size: .95rem;
  line-height: 1.875rem;
}

.obj_list_item {
  color: #606172;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .95rem;
  line-height: 1.875rem;
}

.list-3 {
  color: var(--theme_black);
  padding-left: 20px;
  list-style-type: disc;
}

.alph_list {
  color: var(--text);
  margin-top: 10px;
  padding-left: 20px;
  font-size: .95rem;
  list-style-type: lower-alpha;
}

.click-here-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--theme_sec);
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  padding: 12px 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-flex;
}

.click-here-button:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.click-here-button.hide {
  display: none;
}

.click-here-button.color {
  background-color: var(--theme);
  width: 100%;
}

.click-here-button.full {
  align-self: stretch;
}

.click-here-button.shrink {
  border: 2px solid var(--white);
  flex: 0 auto;
}

.button-section-arrow {
  height: 15px;
}

.site_nav {
  z-index: 100;
  position: sticky;
  top: 0;
}

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

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

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

.popup_login.site_modal {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-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;
}

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

.heading_title.space {
  flex: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.foot_logo {
  border-radius: 8rem;
  width: 70px;
  padding: .3rem;
}

.heading-12 {
  color: #121c52;
  max-width: 410px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.7rem;
  text-decoration: none;
}

.heading-12.logo_header {
  color: var(--black);
  text-transform: uppercase;
  max-width: 380px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35rem;
}

.heading-12.logo_header.hide {
  display: none;
}

.site_header {
  background-color: #fff;
}

.header_logo_embed {
  margin-top: 3px;
}

.logo_img {
  width: 55px;
}

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

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

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

.dropdown-list {
  background-color: #061734;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.w--open {
  box-shadow: none;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 200px;
}

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

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

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

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

.auth_card-2.hide {
  display: none;
}

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

.icon-3 {
  margin-right: .5rem;
}

.dropdown_link {
  color: var(--black);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .9rem;
  font-weight: 500;
}

.dropdown_link:hover, .dropdown_link.w--current {
  color: var(--theme);
}

.dropdown_link.hide {
  display: none;
}

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

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

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

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

.nav-menu-3 {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

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

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

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

.nav_container {
  max-width: 1200px;
}

.nav_container.spl {
  justify-content: flex-start;
  max-width: 85rem;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.title-2.auth_title {
  color: var(--theme_black);
  margin-bottom: 0;
  font-size: 1.45rem;
  font-weight: 600;
}

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

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

.outline_btn {
  background-color: var(--theme_sec);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px 1.8rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.outline_btn.hide {
  display: none;
}

.navbar-2 {
  border-top: 1px solid var(--border);
  background-color: var(--theme_lite_2);
}

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

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

.dropdown.hide {
  display: none;
}

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

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

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

.dropdown-16 {
  display: none;
}

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

.dropdown_link_hide {
  display: none;
}

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

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

.nav_link {
  color: var(--black);
  padding: .95rem .85rem;
  font-size: .9rem;
  font-weight: 500;
}

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

.nav_link.w--current {
  box-shadow: none;
  color: var(--theme);
  font-weight: 500;
}

.dropdown-toggle-3 {
  color: var(--black);
  padding: .95rem 1.85rem .95rem .85rem;
  font-size: .9rem;
  font-weight: 500;
}

.dropdown-toggle-3:hover {
  color: var(--theme);
}

.foot_logo-2 {
  width: 55px;
  margin-top: -5px;
  padding: 0;
}

.marquee_wrapper {
  background-color: #2d3e7a;
  padding: 10px 0;
  overflow: hidden;
}

.hero_heading {
  color: #fff;
  text-align: left;
  max-width: 700px;
  padding-left: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
}

.hero_content {
  color: #fff;
  max-width: 630px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero_block {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero_button_wrapper {
  margin-top: 30px;
}

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

.section_flex_left {
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.section_flex_right {
  background-color: var(--white);
  flex: 1;
}

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

.grid_card_heading {
  color: var(--theme_black);
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 25px;
}

.card_img {
  width: 55px;
  max-width: none;
  padding: 20px 0;
  display: block;
}

.card_grid {
  padding: 0;
}

.card_cell {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 2px 14px #0003;
}

.about_details_wrapper {
  padding-top: 40px;
}

.about_text {
  color: #ffb7b7;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 500;
}

.about_heading {
  color: var(--white);
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 600;
}

.about_content {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.annoncements_events_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
}

.spacer {
  background-color: #e7e7e7;
  height: 1px;
}

.bold-text {
  color: var(--theme_sec);
  padding-left: 20px;
  padding-right: 20px;
  font-size: .95rem;
  font-weight: 500;
}

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

.event_item.custom {
  min-height: 130px;
}

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

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

.ann_card_heading {
  color: #191a24;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}

.ann_details_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  padding-left: 4px;
  display: flex;
}

.view_all_link {
  color: #d9375d;
}

.text-block {
  color: var(--text);
  margin-top: 0;
  margin-left: 0;
  font-size: .95rem;
}

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

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

.ann_heading {
  color: var(--theme_black);
  margin-top: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .95rem;
  font-weight: 500;
}

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

.announcement_item {
  border-left: 3px solid var(--theme);
}

.view_all_block {
  flex-flow: wrap;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  text-decoration: underline;
  display: block;
}

.announcements_title_wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.date_time_flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 10px;
  display: flex;
}

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

.ev_heading {
  color: var(--theme);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 500;
}

.ev_img {
  border-radius: .4rem;
  width: 6rem;
  max-width: 6rem;
  height: 6rem;
}

.calender_icon, .location_icon {
  width: 1rem;
  height: 1rem;
}

.upcoming_event_date, .upcoming_ev_location {
  color: var(--text);
  font-size: .9rem;
}

.ann_details {
  flex: 1;
}

.container_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.section_heading_wrapper {
  margin-bottom: 35px;
}

.section_info {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.overline {
  background-color: var(--theme_sec);
  color: #269bcf;
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-3 {
  color: var(--theme_black);
}

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

.msg_img_wrapper {
  background-color: #dbdfea;
  padding: .7rem;
}

.msg_img {
  object-fit: cover;
  width: 150px;
  max-width: 150px;
  min-height: 165px;
}

.msg_heading {
  color: var(--theme);
  font-size: 1.3rem;
  font-weight: 600;
}

.msg_button_wrapper {
  margin-top: 20px;
}

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

.journal_heading {
  color: var(--theme_black);
  font-size: 1.1rem;
  font-weight: 600;
}

.journal_img {
  width: auto;
  height: 180px;
}

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

.footer_bottom {
  background-color: #fff;
  border-top: 1px solid #d1d1d1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.social_icon_list.hide {
  display: none;
}

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

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

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

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

.copyright {
  color: var(--theme_black);
  flex: 1;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4rem;
}

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

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

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

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

.text_highlight.dusted {
  color: var(--footer_font);
}

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

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

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

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

.logo_txt {
  color: var(--white);
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
}

.link-block.w--current {
  text-decoration: none;
}

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

.a360_logo {
  max-width: 150px;
}

.footer_text {
  color: var(--footer_font);
  font-size: .9rem;
}

.slider {
  background-color: var(--transparent);
  max-width: 420px;
  height: 130px;
}

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

.slide-nav {
  justify-content: flex-end;
  height: 10px;
  display: flex;
}

.ev_redirect {
  text-decoration: none;
}

.ev_redirect.hide {
  display: none;
}

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

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

.text_field-2 {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: .95rem;
}

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

.field-wrapper {
  flex: 1;
}

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

.header_contact_detail-2.max_width {
  color: var(--text);
  max-width: 250px;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.header_contact_detail-2.phone {
  color: var(--text);
  font-size: .95rem;
  font-weight: 400;
}

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

.container-11 {
  max-width: 85rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 1.875rem;
}

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

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

.field-label {
  color: var(--theme_black);
  font-size: .95rem;
  font-weight: 600;
}

.contact_must_checked {
  color: #d9375d;
}

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

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

.contact_heading_wrapper {
  margin-bottom: 35px;
}

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

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

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

.form_button {
  background-color: var(--theme);
  width: 130px;
  margin-top: 0;
  padding: 12px 20px;
  font-weight: 500;
}

.coming_soon_heading {
  color: var(--theme_black);
  font-size: 32px;
}

.coming_soon_wrapper {
  margin-bottom: 220px;
}

.about-us-accordian-panel-default {
  background-color: #fff;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

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

.officers-category-default {
  color: var(--theme);
  font-size: 1.125rem;
  font-weight: 500;
}

.redirect_text {
  color: var(--theme);
  text-decoration: none;
}

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

.accordian.no_bottom_border, .accordian.no_border_line {
  border-bottom-color: #fafafa;
}

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

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

.officers-category {
  color: #0f0d0d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5625rem;
}

.officers-category.inner_sec {
  margin-top: 40px;
  margin-bottom: 20px;
}

.about-us-accordian-header-default {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--theme_lite);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

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

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

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

.overflow_auto {
  overflow: auto;
}

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

.events_wrapper_big.closed {
  display: none;
}

.journal_img_big {
  width: 250px;
  height: 250px;
}

.sec_button {
  background-color: var(--theme);
  margin-top: 0;
  padding: 12px 20px;
  font-size: .95rem;
  font-weight: 500;
}

.sec_button.small_btn {
  padding: 6px 16px;
}

.sec_button.align-center {
  text-align: center;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.sec_button.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--border);
  background-color: var(--theme);
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.redirect_link.hide, .redirect_link.not-working {
  display: none;
}

.ev_heading_big {
  color: var(--theme_black);
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 500;
}

.event_date_big {
  color: var(--text);
  padding-bottom: 6px;
  font-size: .95rem;
  font-weight: 500;
}

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

.ev_location_big {
  color: var(--text);
  padding-bottom: 6px;
  font-size: .95rem;
}

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

.ev_link_wrapper_big.hide {
  display: none;
}

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

.ann_heading_big {
  color: var(--theme_black);
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 500;
}

.ann_heading_big:hover {
  color: var(--theme);
}

.ann_date_big {
  color: var(--text);
  padding-bottom: 6px;
  font-size: .95rem;
  font-weight: 500;
}

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

.ann_img {
  max-width: 650px;
}

.officers-photo {
  text-align: center;
  border-radius: 100px;
  width: 125px;
  max-width: none;
  height: 125px;
}

.officers-name {
  color: var(--theme_black);
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.years_text {
  color: #606172;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .95rem;
  font-weight: 400;
}

.years_text.hide {
  display: none;
}

.desc_volume {
  color: #dc3545;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  display: none;
}

.exe_mem_stack {
  margin-top: 20px;
  padding: 0;
}

.officers-stack {
  text-align: center;
  background-color: #fbfbfd;
  border: 1px solid #e1e1eb;
  border-radius: 6px;
  align-items: center;
  padding: 20px;
}

.officers_location_heading {
  color: var(--theme);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.em_spacer {
  margin-bottom: 140px;
}

.ann_button_wrapper {
  margin-top: 30px;
}

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

.in_list {
  color: var(--text);
  padding-left: 20px;
  list-style-type: disc;
}

.list-outline {
  padding-left: 20px;
  list-style-type: disc;
}

.outline_item {
  padding-top: 4px;
  padding-bottom: 4px;
  list-style-type: disc;
}

.outline_item.no_padding {
  padding-top: 0;
}

.award_button_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.officers-heading {
  color: var(--theme);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.accordian-wrapper-3 {
  margin-top: 0;
}

.officers-name-2 {
  color: #0f0d0d;
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.officers-photo-2 {
  text-align: center;
  object-fit: cover;
  border-radius: 100px;
  width: 125px;
  max-width: none;
  height: 125px;
}

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

.dropdown-list-12 {
  background-color: var(--white);
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-12.w--open {
  background-color: var(--white);
}

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

.forgot_mem_no_form {
  overflow: auto;
}

.mini_input_field {
  background-color: #f4f7fd;
  border-radius: .25rem;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: .95rem;
  color: #6c757d !important;
}

.mini_form {
  margin-top: 20px;
}

.red_highlight {
  color: red;
}

.mini_form_submit_wrapper {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.success_check {
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  display: flex;
}

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

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

.forgot_mem_no_form_2 {
  overflow: auto;
}

.close_button_wrapper {
  justify-content: space-between;
  display: flex;
}

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

.news_popup_item {
  background-color: #fff;
  border-top: 3px solid #283d97;
  border-radius: 20px 20px 1rem 1rem;
  min-width: 750px;
  max-width: 750px;
  padding: 20px 30px;
  position: relative;
}

.obituaries_stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.obituaries_cell {
  align-items: stretch;
}

.obituaries_lighbox {
  width: 100%;
  text-decoration: none;
}

.obituaries_img {
  border-radius: 100%;
  width: 100%;
  min-width: 200px;
  max-width: 200px;
  min-height: 200px;
  max-height: 200px;
}

.obituaries_text {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.mini_form_heading-2 {
  color: #0f0d0d;
  margin-bottom: 20px;
}

.mini_form_submit_button-2 {
  background-color: #e57677;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .95rem;
  display: block;
}

.redirect_text-2 {
  color: #4a80f2;
  text-decoration: none;
}

.mini_form_field-2 {
  color: #606172;
  font-size: .95rem;
  font-weight: 600;
}

.success_msg_txt-2 {
  color: #0f0d0d;
  font-size: 18px;
  font-weight: 500;
}

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

.mini_form_heading-3 {
  color: #0f0d0d;
  margin-bottom: 20px;
}

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

.mini_form_field-3 {
  color: #606172;
  font-size: .95rem;
  font-weight: 600;
}

.success_msg_txt-3 {
  color: #0f0d0d;
  font-size: 18px;
  font-weight: 500;
}

.logout_icon {
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.logout_icon.hide {
  display: none;
}

.login_icon {
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.login_icon.hide {
  display: none;
}

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

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

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

.intro_title {
  background-color: var(--transparent);
  padding: .4rem 1.2rem;
}

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

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

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

.intro_close.popup_close {
  cursor: pointer;
  width: 1.2rem;
  top: .75rem;
  right: .75rem;
}

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

.auth_dialog-3.intro_dialog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
}

.intro_header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 2.5rem 1.2rem;
  display: flex;
}

.heading-13 {
  color: var(--theme);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading-13.bottom {
  margin-bottom: 10px;
}

.close_ico-3 {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.intro_body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.isgcon_img {
  border-radius: 10px;
}

.isgcon_img.hide {
  vertical-align: baseline;
  display: none;
}

.iasgcon_cta_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  display: flex;
}

.iasgcon_cta_wrapper.flex {
  flex-flow: column;
}

.iasgcon_cta_wrapper.flex.space {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

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

.newsletter_wrapper, .newsletter_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.newsletter_content_wrapper {
  flex: 1;
}

.newsletter_img {
  width: 5rem;
}

.newsletter_heading {
  color: var(--theme_black);
  margin-top: 8px;
  margin-bottom: 8px;
}

.newsletter_btn_wrapper {
  margin-top: 10px;
}

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

.close_ico-4.sm {
  width: 1.5rem;
  height: 1.5rem;
}

.float-det-text {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
}

.expand-icon {
  width: 24px;
  height: 24px;
}

.site_container_3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.site_container_3.float_bottom {
  max-width: 85rem;
}

.floating-block-4 {
  z-index: 999;
  border-top: 1px solid var(--footer_font);
  background-color: #2b42c3b5;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--theme_sec), #2b42c3b5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.float-details-innr-2 {
  flex: 0 auto;
  align-self: center;
}

.float-details-innr-2.grow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.vote-poll-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.float-vote-text {
  color: var(--white);
  font-family: Jost, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
}

.vote-ballot-img {
  border-radius: 20px;
  width: 60px;
  height: 60px;
}

.pop_f {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
}

.pop_f.bg {
  background-color: #e9ecff;
  width: 50%;
  min-width: 50%;
  padding: 30px;
}

.no-events-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.no_ev_text {
  text-align: center;
  margin-top: -30px;
  font-size: 1.25rem;
  font-weight: 500;
}

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

.h_no_ev_text {
  color: var(--theme_black);
  font-weight: 500;
}

.h_no_ev_img {
  max-height: 80px;
}

.float-relative-copy {
  transition: opacity .2s;
  position: relative;
}

.float-expand-link-2 {
  transition: all .1s;
  display: none;
  position: absolute;
  inset: 15% 0% 0% auto;
}

.float-expand-link-2:hover {
  transform: scale(1.1);
}

.float-close-link-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.float-expand-wrapper-copy {
  background-color: #d9d9d980;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.row_sec_2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.float-details-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#0000, #0000);
  border-radius: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.inner_dropdown {
  width: 100%;
  display: block;
}

.inner_dropdown_toggle {
  color: var(--theme_black);
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .9rem;
  font-weight: 500;
}

.inner_dropdown_section.w--open {
  background-color: var(--theme_lite);
  position: static;
}

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

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

.popup_heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 1.75rem;
}

.membership_type_grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.mem_plan_title_mob {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.membership_plan_card_mob {
  border: 1px solid #e1e1eb;
  border-radius: 8px;
  overflow: hidden;
}

.membership_plan_popup {
  z-index: 2147483647;
  opacity: 0;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: none;
  position: fixed;
  inset: 0%;
}

.mem_det_head_div {
  background-color: #0e1a68;
  border-bottom: 1px solid #d1d1d1;
  align-self: stretch;
  margin-bottom: 10px;
}

.mem_det_head_div.flex {
  background-color: var(--theme_sec);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.journal_button.width {
  text-align: center;
  background-color: #4e89ee;
  border-radius: 10px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.member_list {
  padding-left: 20px;
}

.membership_plan_type_heading {
  margin-top: 0;
}

.membership_popup_item {
  border-top: 3px solid var(--theme_sec);
  background-color: #fff;
  border-radius: 20px 20px 1rem 1rem;
  min-width: 700px;
  max-width: 700px;
  padding: 60px 30px;
  position: relative;
}

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

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

.mem_list_div.side.top_border_margin.hide {
  display: none;
}

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

.title_cta_wrapper {
  justify-content: space-between;
  display: flex;
}

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

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

.announcement_title_large {
  color: var(--theme_black);
  margin-top: .9375rem;
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 25px;
}

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

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

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

.annnouncement_date_large {
  font-size: .9rem;
  font-weight: 400;
}

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

.search_filters-3 {
  align-self: stretch;
}

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

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

.all_anouncements_container {
  max-width: none;
}

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

.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: var(--theme);
  background-color: #f5effb;
  border-width: 0;
  border-radius: 10px;
  align-self: flex-start;
  font-size: .9rem;
}

.ann_content_wrapper {
  flex: 1;
  overflow: hidden;
}

.loader_1-2 {
  display: none;
}

.trigger_page_nav {
  align-self: stretch;
}

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

.coming_soon_wrapper-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  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;
}

.search_filters-2 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 4px;
  align-self: stretch;
  margin-bottom: 40px;
}

.new-search-filters {
  margin-bottom: 0;
}

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

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

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

.h_ev_det_link {
  text-decoration: none;
}

.h_ev_det_link.upcoming_event_brochure_button {
  color: var(--theme_black);
}

.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_cta_large-2 {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  display: flex;
}

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

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

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

.h_date_text.event_date_big {
  color: #000;
}

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

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

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

.h_ev_dmy_wrapper-2 {
  border-radius: 14px;
  flex: 1;
  overflow: hidden;
}

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

.search_filters-4 {
  align-self: stretch;
}

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

.event_img_code {
  height: 100%;
}

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

.h_ev_det_att_text-2 {
  color: #0f172a;
  margin-top: -2px;
  font-size: .9rem;
  font-weight: 700;
}

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

.event_status {
  color: #992900;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.event_type_text {
  color: #0f172a;
  font-size: .9rem;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.o_result_img {
  width: 15rem;
}

.event_register_button {
  background-color: #4a80f2;
  border-radius: 6px;
  padding: 9px 20px;
  display: none;
}

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

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

.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_filters-2 {
  align-self: stretch;
  display: none;
}

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

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

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

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

.calender-widget-embed {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.h_ev_det_att_text {
  color: #fff;
  margin-top: -2px;
  font-size: .9rem;
  font-weight: 700;
}

.h_ev_det_att_text.color {
  color: #000;
}

.event_title_large {
  color: #061734;
  margin-top: .625rem;
  margin-bottom: 16px;
  font-size: 1.375rem;
}

.pagination_container {
  margin-top: 2rem;
}

.h2_heading {
  color: #0f172a;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
}

.h2_heading.no_margin {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  text-decoration: underline;
}

.h_ev_wrapper {
  overflow: hidden;
}

.h_ev_wrapper.box-info {
  padding-bottom: 2rem;
}

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

.map-link {
  color: #212529;
  text-align: center;
  border: 1px solid #000;
  padding: .8rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.map-link:hover {
  color: #fff;
  background-color: #269bcf;
  border-color: #269bcf;
}

.map-link.v2 {
  background-color: var(--theme_sec);
  color: #fffffb;
  border-width: 0;
  transition-property: none;
}

.map-link.v2:hover {
  background-color: var(--theme);
  border-width: 0;
}

.map-link.v2.upcoming_event_register_button {
  background-color: var(--theme_sec);
  color: var(--white);
}

.map-link.v2.upcoming_event_register_button:hover {
  background-color: var(--theme);
}

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

.h_ev_dmy_wrapper {
  border-radius: 14px;
  flex: 1;
  display: none;
  overflow: hidden;
}

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

.slider_mask {
  width: 100%;
}

.h_ev_text {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 400;
}

.h_ev_text.upcoming_event_category, .h_ev_text.upcoming_event_date, .h_ev_text.upcoming_event_location {
  color: var(--theme_black);
  font-weight: 400;
}

.h_ann_wrapper {
  overflow: hidden;
}

.h_ann_wrapper.box-info {
  padding-bottom: 2rem;
}

.h_ev_arrows {
  display: none;
}

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

.paragraph-21 {
  color: #394359;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-21.black_color {
  color: #0f172a;
}

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

.paragraph-21.black_color.ann_desc.announcement_desc {
  color: var(--text);
}

.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_ann_heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.h_ann_heading.announcment_title {
  font-size: 16px;
  line-height: 25px;
}

.h_ev_thumb_img {
  max-height: 130px;
}

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

.ev_ann_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--theme_sec);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.h_ann_card {
  background-color: #eff2f4;
  background-image: url('../images/bottom-lines_1bottom 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-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-left-width: 0;
  padding: 0;
  display: none;
}

.h_ev_card_right {
  display: none;
}

.h_ann_skeleton_card {
  border-radius: 10px;
}

.button_primary {
  color: #fff;
  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;
}

.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_slider {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: none;
}

.h_ev_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 10px;
  justify-content: space-between;
  padding: 0;
  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;
}

.button_transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff0;
  border-radius: 5px;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  transition: all .2s;
  display: inline-flex;
}

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

.h_ev_heading {
  color: #0f172a;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.h_ev_heading.ev_heading {
  color: var(--theme_black);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.h_ev_skeleton_card {
  border-radius: 10px;
}

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

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

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

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

.announcement_date_large {
  color: #394359;
  font-size: .9rem;
  font-weight: 400;
}

.spacer_attachment {
  height: 20px;
}

.ann_icon {
  width: 1.5rem;
}

.attachment_heading_and_button {
  display: flex;
}

.hero_slider {
  background-color: #f8f8ff;
  height: 440px;
  display: none;
}

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

.slide_wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.slider_img {
  border-radius: 10px;
  width: 75%;
}

.button_orange {
  background-color: var(--theme);
  color: #fff;
  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 {
  background-color: var(--theme);
  position: absolute;
  inset: auto 3% 10% auto;
}

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

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

.carousel_slider-2 {
  margin-bottom: 2rem;
}

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

.pop_sec_hide {
  display: none;
}

.iasg_pop_img {
  max-width: 450px;
}

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

@media screen and (min-width: 1280px) {
  .page_and_right_nav {
    padding: 0;
  }

  .right_nav_spacer {
    background-color: #e1e1eb;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .right_nav_wrapper_3 {
    background-color: #fafafa;
    border: 1px solid #e1e1eb;
    border-radius: 6px;
    flex: 0 auto;
    min-height: 350px;
    padding: 0 1.5rem 1.5rem;
  }

  .right_nav_wrapper_3.min {
    min-height: 200px;
  }

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

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

  .right_side_nav_link {
    font-size: 16px;
  }

  .right_chec_icon {
    padding-top: 3px;
    padding-right: 5px;
    font-size: 10px;
  }

  .right_cell {
    align-items: stretch;
  }

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

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

  .dropdown_link {
    font-weight: 500;
  }

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

  .nav_link.w--current {
    box-shadow: none;
  }

  .logo_txt, .link-block {
    text-decoration: none;
  }

  .text_field-2 {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: .95rem;
  }

  .line-4 {
    background-color: var(--theme);
    color: var(--theme);
  }

  .header_contact_detail-2 {
    color: var(--theme);
    font-size: .95rem;
  }

  .header_contact_detail-2.max_width, .header_contact_detail-2.phone {
    color: var(--text);
    font-size: .95rem;
  }

  .field-label {
    color: var(--theme_black);
    font-size: .95rem;
  }

  .form_button {
    background-color: var(--theme);
    border-radius: 0;
    padding: 12px 20px;
    font-weight: 500;
  }

  .coming_soon_heading {
    color: var(--theme_black);
    font-size: 32px;
  }

  .coming_soon_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 220px;
    display: flex;
  }

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

  .sec_button {
    background-color: var(--theme);
    border-radius: 0;
    width: auto;
    padding: 12px 20px;
    font-size: .95rem;
    font-weight: 500;
  }

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

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left_cell {
    align-items: stretch;
    display: block;
  }

  .right_cell {
    display: none;
  }

  .section-header-cont {
    padding: 30px 15px 10px;
  }

  .section-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .click-here-button.full {
    text-align: center;
  }

  .heading-12 {
    display: none;
  }

  .heading-12.logo_header {
    display: block;
  }

  .nav-menu-3 {
    background-color: #f1f1ff;
    min-width: 450px;
    max-width: 450px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .dropdown {
    width: 100%;
  }

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

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

  .headers_nav_social {
    margin-bottom: 20px;
    padding-left: .8rem;
  }

  .nav_link.w--current {
    box-shadow: none;
  }

  .dropdown-toggle-3 {
    width: 100%;
  }

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

  .card_wrapper {
    flex: 1;
  }

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

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

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

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

  .logo_txt {
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
  }

  .link-block.w--current {
    text-decoration: none;
  }

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

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

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

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

  .accordian-panel {
    display: none;
  }

  .award_button_wrapper {
    flex-flow: column;
  }

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

  .heading-13 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .float-det-text {
    font-size: .9rem;
  }

  .floating-block-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .float-expand-link-2 {
    width: 40px;
    height: 40px;
  }

  .row_sec_2 {
    flex-flow: column;
  }

  .float-details-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement_title_large {
    font-size: 1.2rem;
  }

  .event_img-2 {
    width: 15rem;
  }

  .events_grid_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 3fr;
  }

  .h_ev_wrapper.box-info, .h_ann_wrapper.box-info {
    padding-bottom: 3rem;
  }

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

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

  .button_transparent {
    padding: 0;
  }

  .hero_slider {
    height: 330px;
  }

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

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

@media screen and (max-width: 767px) {
  .section-header-cont {
    padding-top: 20px;
  }

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

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

  .heading-12.logo_header {
    display: none;
  }

  .heading-12.logo_header.hide {
    display: block;
  }

  .auth_card-2 {
    display: none;
  }

  .nav-menu-3 {
    min-width: 320px;
    max-width: 320px;
  }

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

  .hero_heading {
    font-size: 2.25rem;
  }

  .hero_block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .annoncements_events_wrapper {
    padding-left: 20px;
  }

  .section_info {
    margin-bottom: 5px;
  }

  .journal_img {
    width: 25%;
    height: 200px;
  }

  .j_wrapper {
    flex-flow: column;
  }

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

  .logo_txt, .link-block.w--current {
    text-decoration: none;
  }

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

  .contact_info {
    margin-bottom: 5px;
  }

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

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

  .accordian-panel {
    display: none;
  }

  .journal_img_big {
    width: 35%;
    height: 250px;
  }

  .ann_img {
    width: auto;
    min-width: 400px;
    max-width: 400px;
    height: auto;
  }

  .award_button_wrapper {
    display: flex;
  }

  .news_popup_item, .fp_mem_popup_item-2 {
    min-width: 425px;
    max-width: 425px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .intro_popup.site_modal {
    display: none;
  }

  .auth_dialog-3 {
    padding-right: 0;
  }

  .intro_header {
    flex-flow: column;
    overflow: auto;
  }

  .intro_body {
    flex: 0 auto;
    grid-template-columns: 1fr;
  }

  .iasgcon_cta_wrapper {
    flex-flow: column;
  }

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

  .newsletter_wrapper {
    flex-flow: column;
  }

  .float-details-innr-2.grow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .float-details-text-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .float-vote-text {
    font-size: 1.75rem;
  }

  .pop_f {
    order: 1;
  }

  .pop_f.bg {
    width: auto;
    min-width: auto;
  }

  .float-expand-link-2 {
    display: none;
    top: 5%;
  }

  .float-details-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .popup_heading {
    font-size: 1.5rem;
  }

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

  .membership_popup_height_div {
    height: 500px;
    max-height: 500px;
    overflow: auto;
  }

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

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

  .member_list {
    padding-left: 20px;
  }

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

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

  .mem_list_div.side.top_border_margin {
    border-top: 1px solid #e1e1eb;
  }

  .ann_content_wrapper {
    width: 100%;
  }

  .ann_new_flex_card {
    flex-flow: column;
  }

  .coming_soon_text {
    text-align: center;
  }

  .ev_content_date_div {
    flex-flow: column;
  }

  .h_ev_dmy_wrapper-2 {
    display: none;
  }

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

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

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

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

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

  .h_ev_dmy_wrapper {
    display: none;
  }

  .button_primary {
    text-align: center;
  }

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

  .hero_slider {
    height: auto;
  }

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

  .button_orange.position_st {
    position: static;
  }

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

@media screen and (max-width: 479px) {
  .inner_page_section_heading {
    text-align: left;
    font-size: 1.15rem;
  }

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

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

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

  .breadcrums {
    margin-top: 10px;
  }

  .section-header {
    font-size: 25px;
    line-height: 35px;
  }

  .letter_wrapper {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .list-3 {
    padding-left: 20px;
  }

  .click-here-button {
    justify-content: space-between;
    align-items: center;
  }

  .click-here-button.color {
    text-align: center;
  }

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

  .div-block-38 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-12.logo_header, .heading-12.logo_header.hide {
    display: none;
  }

  .logo_img {
    width: 3.8rem;
  }

  .nav-menu-3 {
    min-width: 300px;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav_container {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand_link {
    display: flex;
  }

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

  .outline_btn {
    flex: 1;
  }

  .dropdown {
    width: 100%;
  }

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

  .menu-button-2 {
    float: right;
    margin-right: 0;
  }

  .headers_nav_social {
    padding-left: 0;
  }

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

  .dropdown-toggle-3 {
    width: 100%;
  }

  .hero_heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

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

  .card_img_wrapper {
    align-self: center;
  }

  .grid_card_heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .card_img {
    text-align: center;
    width: 65px;
    padding-left: 0;
  }

  .card_grid {
    margin-top: 0;
  }

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

  .annoncements_events_wrapper {
    padding-right: 20px;
  }

  .bold-text {
    padding-left: 0;
    padding-right: 0;
  }

  .event_item {
    flex-flow: column;
  }

  .event_date_location_flex {
    padding-left: 0;
  }

  .section_info {
    font-size: 20px;
  }

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

  .journal_img {
    width: 50%;
  }

  .j_wrapper {
    flex-flow: column;
  }

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

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

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

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

  .logo_txt {
    max-width: none;
    text-decoration: none;
  }

  .link-block.w--current {
    text-decoration: none;
  }

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

  .nav_social_icons {
    display: none;
  }

  .slider {
    height: auto;
  }

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

  .contact_info {
    font-size: 20px;
  }

  .container-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .coming_soon_heading {
    font-size: 20px;
  }

  .about-us-accordian-panel-default {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .officers-category-default {
    font-size: 1rem;
    line-height: 25px;
  }

  .officers-category {
    font-size: 1.05rem;
  }

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

  .journal_img_big {
    width: 50%;
    height: auto;
  }

  .sec_button.align-center {
    font-size: .9rem;
  }

  .ann_heading_big {
    line-height: 25px;
  }

  .ann_img {
    min-width: 250px;
    max-width: 280px;
  }

  .officers-stack {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .em_spacer {
    display: none;
  }

  .list-outline {
    padding-left: 20px;
  }

  .award_button_wrapper {
    flex-flow: column;
  }

  .form_text {
    text-align: center;
  }

  .news_popup_item, .fp_mem_popup_item-2, .fp_mobe_item-2 {
    min-width: 320px;
    max-width: 320px;
  }

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

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

  .auth_dialog-3.intro_dialog {
    padding-bottom: 0;
  }

  .intro_header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-13 {
    margin-bottom: 10px;
  }

  .iasgcon_cta_wrapper {
    padding-top: 20px;
  }

  .iasgcon_cta_wrapper.flex {
    margin-top: 20px;
    padding: 0;
  }

  .iasgcon_cta_wrapper.flex.space {
    padding: 0;
  }

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

  .float-det-text {
    font-size: .85rem;
  }

  .site_container_3.float_bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .floating-block-4 {
    padding-bottom: 20px;
  }

  .float-details-text-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
  }

  .float-vote-text {
    font-size: 1.5rem;
  }

  .pop_f {
    padding: 10px;
  }

  .float-expand-link-2 {
    width: 32px;
    height: 32px;
    top: 0%;
  }

  .float-expand-wrapper-copy {
    width: 32px;
    height: 32px;
  }

  .float-details-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

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

  .membership_plan_card_mob {
    background-color: #e1e9fa;
  }

  .journal_button {
    font-size: 14px;
  }

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

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

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

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

  .mem_list_div.side.top_border_margin {
    border-top-color: #c5c5da;
  }

  .clk_btn_wrapper {
    flex-flow: column;
  }

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

  .announcement_title_large {
    font-size: 1.1rem;
  }

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

  .h_ev_dmy_wrapper-2 {
    display: none;
  }

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

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

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

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

  .calender-widget-embed {
    max-width: none;
  }

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

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

  .heading_cta_wrapper {
    margin-bottom: 16px;
  }

  .h_ev_dmy_wrapper {
    display: none;
  }

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

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

  .h_ev_card_left {
    flex-flow: column;
  }

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

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

#w-node-cacad0cc-9786-03e0-353b-c04846d324ef-42f2dfec {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_101fdda2-a4a1-c921-42a5-b1a2588444b6-588444b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101fdda2-a4a1-c921-42a5-b1a2588444c2-588444b2 {
  justify-self: end;
}

#w-node-cacad0cc-9786-03e0-353b-c04846d324ef-b3ad463d, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4ae846fb, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-cb099c0e, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4bf6125a, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-228da04a {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_32c92038-edc6-335c-b7fb-27723b1c7687-eb7c8b35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43442581-0f57-e78b-f704-3ef19933629c-eb7c8b35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4dcaa1ee, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-78626353 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_9e1b5e59-bdd0-b803-f81d-bcb9b540a24d-3e601960, #w-node-_8507bd19-12ae-81ac-1209-ac25d395a673-3e601960 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-cacad0cc-9786-03e0-353b-c04846d324ef-41850a1d, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-64105074, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-03d51e32 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_5487266e-50a8-1f33-2d99-845fc1b45699-03d51e32 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_90780bc2-8477-c151-62fc-9cf7c421cdc0-03d51e32 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr;
  display: none;
}

#w-node-_5487266e-50a8-1f33-2d99-845fc1b45703-03d51e32 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_5487266e-50a8-1f33-2d99-845fc1b45782-03d51e32 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_1bdaef84-5844-2a59-d5fc-027e1131b8fc-03d51e32 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_5487266e-50a8-1f33-2d99-845fc1b45801-03d51e32 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_5487266e-50a8-1f33-2d99-845fc1b45869-03d51e32 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_85c0223a-11ec-9129-a6c9-fa9f2dfbd46b-03d51e32, #w-node-fe55f5dd-1609-ecd9-b96c-fcef2220f3cc-03d51e32, #w-node-_06855a1a-09f6-2e9a-af9a-56e084747eb2-03d51e32 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-cacad0cc-9786-03e0-353b-c04846d324ef-01716e72 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_5487266e-50a8-1f33-2d99-845fc1b45699-01716e72 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-_06855a1a-09f6-2e9a-af9a-56e084747eb2-01716e72 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-cacad0cc-9786-03e0-353b-c04846d324ef-8ab0c73e {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1fr;
}

#w-node-_41c1c40c-e1c4-327f-672a-cc40a6e8ab75-8ab0c73e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-42f2dfec, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-b3ad463d, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4ae846fb, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-cb099c0e, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4bf6125a, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-228da04a, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4dcaa1ee, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-78626353, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-41850a1d, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-64105074, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-03d51e32, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-01716e72, #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-8ab0c73e {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-42f2dfec {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-42f2dfec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_101fdda2-a4a1-c921-42a5-b1a2588444b6-588444b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_101fdda2-a4a1-c921-42a5-b1a2588444c2-588444b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-b3ad463d {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-b3ad463d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4ae846fb {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-4ae846fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-cb099c0e {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-cb099c0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4bf6125a {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-4bf6125a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-228da04a {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-228da04a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43442581-0f57-e78b-f704-3ef19933629c-eb7c8b35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-4dcaa1ee {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-4dcaa1ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-78626353 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-78626353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e1b5e59-bdd0-b803-f81d-bcb9b540a24d-3e601960, #w-node-_8507bd19-12ae-81ac-1209-ac25d395a673-3e601960 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-41850a1d {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-41850a1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-64105074 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-64105074 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-03d51e32 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_5487266e-50a8-1f33-2d99-845fc1b45699-03d51e32, #w-node-_90780bc2-8477-c151-62fc-9cf7c421cdc0-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45703-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45782-03d51e32, #w-node-_1bdaef84-5844-2a59-d5fc-027e1131b8fc-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45801-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45869-03d51e32, #w-node-_85c0223a-11ec-9129-a6c9-fa9f2dfbd46b-03d51e32, #w-node-fe55f5dd-1609-ecd9-b96c-fcef2220f3cc-03d51e32, #w-node-_06855a1a-09f6-2e9a-af9a-56e084747eb2-03d51e32 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-03d51e32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-01716e72 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-_5487266e-50a8-1f33-2d99-845fc1b45699-01716e72, #w-node-_06855a1a-09f6-2e9a-af9a-56e084747eb2-01716e72 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-01716e72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d324ef-8ab0c73e {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr;
  }

  #w-node-cacad0cc-9786-03e0-353b-c04846d3251e-8ab0c73e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_101fdda2-a4a1-c921-42a5-b1a2588444c2-588444b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_101fdda2-a4a1-c921-42a5-b1a2588444e6-588444b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9e1b5e59-bdd0-b803-f81d-bcb9b540a24d-3e601960, #w-node-_8507bd19-12ae-81ac-1209-ac25d395a673-3e601960, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45699-03d51e32, #w-node-_90780bc2-8477-c151-62fc-9cf7c421cdc0-03d51e32 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5487266e-50a8-1f33-2d99-845fc1b45703-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45782-03d51e32, #w-node-_1bdaef84-5844-2a59-d5fc-027e1131b8fc-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45801-03d51e32, #w-node-_5487266e-50a8-1f33-2d99-845fc1b45869-03d51e32, #w-node-_85c0223a-11ec-9129-a6c9-fa9f2dfbd46b-03d51e32, #w-node-fe55f5dd-1609-ecd9-b96c-fcef2220f3cc-03d51e32, #w-node-_06855a1a-09f6-2e9a-af9a-56e084747eb2-03d51e32 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
  }

  #w-node-_5487266e-50a8-1f33-2d99-845fc1b45699-01716e72 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_06855a1a-09f6-2e9a-af9a-56e084747eb2-01716e72 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_101fdda2-a4a1-c921-42a5-b1a2588444c2-588444b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_101fdda2-a4a1-c921-42a5-b1a2588444da-588444b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.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.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}