/* Basic needs (variables, mixins, fonts, style resets, small utilities */
/* Fluid Text Calculation */
/* Max height in lines */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Black.woff") format("woff"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* Colors */
/*Used for hover-state*/
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header .uagb-desc-text, body #ncf-page-content .ncf-person-info .ncf-person-quote-body, body #ncf-page-content .ncf-person-info .ncf-person-title,
body #ncf-page-content .ncf-person-info .ncf-person-quote-title, body #ncf-page-content p,
body #ncf-page-content .ncf-p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header .uagb-desc-text, body #ncf-page-content .ncf-person-info .ncf-person-quote-body, body #ncf-page-content .ncf-person-info .ncf-person-title,
  body #ncf-page-content .ncf-person-info .ncf-person-quote-title, body #ncf-page-content p,
  body #ncf-page-content .ncf-p {
    font-size: calc(15px + 0.05vw);
  }
}

body .addtoany_shortcode .addtoany_list a, body #ncf-page-content .ncf-subnav-block .ncf-subnav-list .ncf-subnav-item a, body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:not(.base-btn), body #ncf-page-content a:not([class]):not(:has(*)) {
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, #041E42, #003087);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.2s ease-in;
  text-decoration: none;
  padding-bottom: 1px;
}
body .addtoany_shortcode .addtoany_list a:hover, body #ncf-page-content .ncf-subnav-block .ncf-subnav-list .ncf-subnav-item a:hover, body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:hover:not(.base-btn), body #ncf-page-content a:hover:not([class]):not(:has(*)), body .addtoany_shortcode .addtoany_list a:focus, body #ncf-page-content .ncf-subnav-block .ncf-subnav-list .ncf-subnav-item a:focus, body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:focus:not(.base-btn), body #ncf-page-content a:focus:not([class]):not(:has(*)) {
  background-size: 100% 1px;
}

/* %link-underline-hover {
	position: relative;
	&::before {
		content: '';
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 0;
		height: 1px;
		background-color: $secondary;
		transition: all .3s ease-in;
	}
	&:hover, &:focus {
		&::before {
			width: 100%;
			left: 0;
		}
	}
}
*/
body {
  /* Gutenberg Specific (Spectra included) */
}
body.ncf-edu-page {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #111111;
  /* Inherit fonts for inputs and buttons */
}
body.ncf-edu-page * {
  outline: none;
}
body.ncf-edu-page.no-scroll {
  overflow: hidden;
}
body.ncf-edu-page ul,
body.ncf-edu-page ol {
  list-style: none;
}
body.ncf-edu-page a {
  transition: all 0.35s ease-in-out;
}
body.ncf-edu-page input,
body.ncf-edu-page button,
body.ncf-edu-page textarea,
body.ncf-edu-page select {
  font-family: inherit;
}
body.ncf-edu-page input,
body.ncf-edu-page input::placeholder,
body.ncf-edu-page textarea,
body.ncf-edu-page textarea::placeholder,
body.ncf-edu-page select {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 1440.98px) {
  body.ncf-edu-page input,
  body.ncf-edu-page input::placeholder,
  body.ncf-edu-page textarea,
  body.ncf-edu-page textarea::placeholder,
  body.ncf-edu-page select {
    font-size: calc(15px + 0.05vw);
  }
}
body.ncf-edu-page input:placeholder,
body.ncf-edu-page textarea:placeholder {
  color: rgba(17, 17, 17, 0.65);
}
body.ncf-edu-page img {
  display: block;
  max-width: 100%;
}
body.ncf-edu-page img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.ncf-edu-page img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
body.ncf-edu-page img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
body #ncf-page-content:empty {
  margin-bottom: 20px;
}
body #ncf-page-content :where(.is-layout-flex) {
  gap: 0;
}
body #ncf-page-content .wp-block-image {
  margin-bottom: 0;
}
body #ncf-page-content > .wp-block-uagb-container {
  padding: 0;
}
body #ncf-page-content .wp-block-uagb-container {
  gap: 0;
}
body #ncf-page-content .wp-block-uagb-container > .wp-block-uagb-container:not(:last-child), body #ncf-page-content .wp-block-uagb-container > .wp-block-group:not(:last-child) {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .wp-block-uagb-container > .wp-block-uagb-container:not(:last-child).ncf-section-news-grid, body #ncf-page-content .wp-block-uagb-container > .wp-block-group:not(:last-child).ncf-section-news-grid {
  margin-bottom: 20px;
  padding-bottom: 0;
}
body #ncf-page-content .wp-block-uagb-container > .wp-block-uagb-container:not(:last-child).ncf-section-news-grid::after, body #ncf-page-content .wp-block-uagb-container > .wp-block-group:not(:last-child).ncf-section-news-grid::after {
  bottom: -2px;
}
body #ncf-page-content .wp-block-uagb-container > .wp-block-uagb-container:not(:last-child).ncf-section-news-list, body #ncf-page-content .wp-block-uagb-container > .wp-block-group:not(:last-child).ncf-section-news-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body #ncf-page-content .wp-block-uagb-container.ncf-section-news-side > .wp-block-uagb-container:not(:last-child), body #ncf-page-content .wp-block-uagb-container.ncf-section-news-side > .wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .wp-block-uagb-container.ncf-section-news-side > .wp-block-uagb-container:not(:last-child)::after, body #ncf-page-content .wp-block-uagb-container.ncf-section-news-side > .wp-block-group:not(:last-child)::after {
  bottom: -22.5px;
}
body #ncf-page-content .wp-block-uagb-container:not(:last-child) > .uagb-container-inner-blocks-wrap {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .wp-block-uagb-container:last-child > *::after {
  content: none;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-container:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+1):nth-last-child(-3n+3), body #ncf-page-content .wp-block-uagb-container:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+2):nth-last-child(-3n+2), body #ncf-page-content .wp-block-uagb-container:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+3):nth-last-child(-3n+1) {
    margin-bottom: 0;
  }
}
body #ncf-page-content .wp-block-uagb-container .uagb-container-inner-blocks-wrap {
  padding: 0;
  box-shadow: none;
}
body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  row-gap: 0;
  column-gap: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 981px) and (max-width: 1199.98px) {
  body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
    width: 95%;
  }
}
@media (max-width: 576px) {
  body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
    width: 100%;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1441px) {
  body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
    max-width: 1400px;
  }
}
@media (min-width: 1921px) {
  body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap {
    max-width: 1600px;
  }
}
body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap .base-row {
  width: 100%;
}
body #ncf-page-content .wp-block-uagb-container.row--sm > .uagb-container-inner-blocks-wrap {
  max-width: 980px;
}
body #ncf-page-content .wp-block-uagb-container.row--xs > .uagb-container-inner-blocks-wrap {
  max-width: 786px;
}
@media (min-width: 1600px) {
  body #ncf-page-content .wp-block-uagb-container.row--xs > .uagb-container-inner-blocks-wrap {
    max-width: 840px;
  }
}
body #ncf-page-content .wp-block-uagb-container.row--full-w > .uagb-container-inner-blocks-wrap {
  max-width: 100%;
  width: 100%;
}
body #ncf-page-content .wp-block-uagb-container.no-border .uagb-container-inner-blocks-wrap {
  padding: initial;
  border: none !important;
}
body #ncf-page-content h1, body #ncf-page-content h2, body #ncf-page-content h3, body #ncf-page-content h4, body #ncf-page-content h5, body #ncf-page-content h6, body #ncf-page-content .ncf-h1, body #ncf-page-content .ncf-h2, body #ncf-page-content .ncf-h3, body #ncf-page-content .ncf-h4, body #ncf-page-content .ncf-h5, body #ncf-page-content .ncf-h6 {
  margin: 0;
  padding: 0;
}
body #ncf-page-content h1,
body #ncf-page-content .wp-block-heading h1,
body #ncf-page-content .ncf-h1 {
  font-weight: 600;
  font-size: 45px;
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767.98px) {
  body #ncf-page-content h1,
  body #ncf-page-content .wp-block-heading h1,
  body #ncf-page-content .ncf-h1 {
    font-size: 34px;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content h1,
  body #ncf-page-content .wp-block-heading h1,
  body #ncf-page-content .ncf-h1 {
    font-size: 36px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content h1,
  body #ncf-page-content .wp-block-heading h1,
  body #ncf-page-content .ncf-h1 {
    font-size: 40px;
  }
}
@media (min-width: 1320px) {
  body #ncf-page-content h1,
  body #ncf-page-content .wp-block-heading h1,
  body #ncf-page-content .ncf-h1 {
    font-size: 45px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content h1,
  body #ncf-page-content .wp-block-heading h1,
  body #ncf-page-content .ncf-h1 {
    font-size: calc(45px + 0.085vw);
  }
}
body #ncf-page-content h2,
body #ncf-page-content .wp-block-heading h2,
body #ncf-page-content .ncf-h2 {
  font-weight: 600;
  font-size: 45px;
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767.98px) {
  body #ncf-page-content h2,
  body #ncf-page-content .wp-block-heading h2,
  body #ncf-page-content .ncf-h2 {
    font-size: 34px;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content h2,
  body #ncf-page-content .wp-block-heading h2,
  body #ncf-page-content .ncf-h2 {
    font-size: 36px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content h2,
  body #ncf-page-content .wp-block-heading h2,
  body #ncf-page-content .ncf-h2 {
    font-size: 40px;
  }
}
@media (min-width: 1320px) {
  body #ncf-page-content h2,
  body #ncf-page-content .wp-block-heading h2,
  body #ncf-page-content .ncf-h2 {
    font-size: 45px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content h2,
  body #ncf-page-content .wp-block-heading h2,
  body #ncf-page-content .ncf-h2 {
    font-size: clamp(45px, 1.3392857143vw + 25.7142857143px, 60px);
    font-size: calc(45px + 0.085vw);
  }
}
body #ncf-page-content h3,
body #ncf-page-content .wp-block-heading h3,
body #ncf-page-content .ncf-h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
}
@media (min-width: 767.98px) {
  body #ncf-page-content h3,
  body #ncf-page-content .wp-block-heading h3,
  body #ncf-page-content .ncf-h3 {
    font-size: 21px;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content h3,
  body #ncf-page-content .wp-block-heading h3,
  body #ncf-page-content .ncf-h3 {
    font-size: 23px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content h3,
  body #ncf-page-content .wp-block-heading h3,
  body #ncf-page-content .ncf-h3 {
    font-size: 25px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content h3,
  body #ncf-page-content .wp-block-heading h3,
  body #ncf-page-content .ncf-h3 {
    font-size: clamp(25px, 0.4464285714vw + 18.5714285714px, 30px);
    font-size: calc(25px + 0.05vw);
  }
}
body #ncf-page-content h4,
body #ncf-page-content .wp-block-heading h4,
body #ncf-page-content .ncf-h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 480px) {
  body #ncf-page-content h4,
  body #ncf-page-content .wp-block-heading h4,
  body #ncf-page-content .ncf-h4 {
    font-size: 16px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content h4,
  body #ncf-page-content .wp-block-heading h4,
  body #ncf-page-content .ncf-h4 {
    font-size: clamp(18px, 0.3571428571vw + 12.8571428571px, 22px);
    font-size: calc(18px + 0.09vw);
  }
}
body #ncf-page-content h5,
body #ncf-page-content .wp-block-heading h5,
body #ncf-page-content .ncf-h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content h5,
  body #ncf-page-content .wp-block-heading h5,
  body #ncf-page-content .ncf-h5 {
    font-size: clamp(16px, 0.3571428571vw + 10.8571428571px, 20px);
    font-size: calc(18px + 0.09vw);
  }
}
body #ncf-page-content a:not([class]) {
  color: #111111;
}
body #ncf-page-content a:not([class]):hover, body #ncf-page-content a:not([class]):focus {
  color: #8B7523;
}
body #ncf-page-content a:not([class]):not(:has(*)) {
  text-decoration: none;
}
body #ncf-page-content a[class*=link-underline-hover]::before,
body #ncf-page-content a[style*="position: relative"]::before {
  content: none !important;
}
body #ncf-page-content p:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content p.is-style-ncf-p-width-sm.has-text-align-center, body #ncf-page-content p.is-style-ncf-p-width-md.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content p.is-style-ncf-p-width-sm {
  max-width: 470px;
}
body #ncf-page-content p.is-style-ncf-p-width-md {
  max-width: 550px;
}
body #ncf-page-content .wp-block-uagb-google-map,
body #ncf-page-content .ncf-google-map {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #F8F8F8;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 480px) {
  body #ncf-page-content .wp-block-uagb-google-map,
  body #ncf-page-content .ncf-google-map {
    padding-bottom: 75%;
  }
}
body #ncf-page-content .wp-block-uagb-google-map .uagb-google-map__iframe,
body #ncf-page-content .wp-block-uagb-google-map iframe,
body #ncf-page-content .ncf-google-map .uagb-google-map__iframe,
body #ncf-page-content .ncf-google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.base-row {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 981px) and (max-width: 1199.98px) {
  .base-row {
    width: 95%;
  }
}
@media (max-width: 576px) {
  .base-row {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 1441px) {
  .base-row {
    max-width: 1400px;
  }
}
@media (min-width: 1921px) {
  .base-row {
    max-width: 1600px;
  }
}
.base-row--sm {
  max-width: 980px;
}
.base-row--xs {
  max-width: 786px;
}
@media (min-width: 1600px) {
  .base-row--xs {
    max-width: 840px;
  }
}
.base-row--full-w {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* Inner Row Sizes */
body #ncf-page-content .inner-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .inner-row--sm {
  max-width: 980px;
}
body #ncf-page-content .inner-row--xs {
  max-width: 786px;
}
@media (min-width: 1600px) {
  body #ncf-page-content .inner-row--xs {
    max-width: 840px;
  }
}

@media (min-width: 767.98px) {
  .visible-sm-down {
    display: none;
  }
}

.t-uppercase {
  text-transform: uppercase;
}

.t-left {
  text-align: left;
}

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

.t-right {
  text-align: right;
}

.c-primary {
  color: #003087;
}

.c-primary-dark {
  color: #041E42;
}

.c-secondary {
  color: #8B7523;
}

.c-white {
  color: #fff;
}

.c-dark {
  color: #111111;
}

.ncf-cards-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ncf-cards-grid .ncf-card-item {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 479.98px) {
  .ncf-cards-grid .ncf-card-item:not(:first-child) {
    margin-top: 0;
  }
  .ncf-cards-grid .ncf-card-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(17, 17, 17, 0.05);
  }
}
@media (min-width: 480px) {
  .ncf-cards-grid .ncf-card-item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    /* For 2 columns */
  }
  .ncf-cards-grid .ncf-card-item::before {
    content: "";
    position: absolute;
  }
  .ncf-cards-grid .ncf-card-item::after {
    left: 0;
    bottom: -22px;
    height: 2px;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  .ncf-cards-grid .ncf-card-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .ncf-cards-grid .ncf-card-item:nth-child(2n+1):not(:nth-last-child(-3n+1))::after, .ncf-cards-grid .ncf-card-item:nth-child(2n+2):not(:nth-last-child(-3n+1))::after {
    content: "";
    position: absolute;
  }
  .ncf-cards-grid .ncf-card-item:nth-child(2n+1):nth-last-child(-3n+2)::after {
    content: none;
  }
  .ncf-cards-grid .ncf-card-item:nth-child(2n+1):not(:last-child)::before {
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    right: -20px;
    background-color: rgba(17, 17, 17, 0.05);
  }
  .ncf-cards-grid .ncf-card-item:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: -40px;
  }
}
@media (min-width: 767.98px) {
  .ncf-cards-grid .ncf-card-item {
    width: calc((100% - 80px) / 3);
    /* For 3 columns */
  }
  .ncf-cards-grid .ncf-card-item::after {
    width: calc(100% + 40px);
  }
  .ncf-cards-grid .ncf-card-item:nth-child(2n) {
    margin-right: 40px;
  }
  .ncf-cards-grid .ncf-card-item:nth-child(3n) {
    margin-right: 0;
  }
  .ncf-cards-grid .ncf-card-item:nth-child(3n+1):not(:nth-last-child(-3n+3))::after, .ncf-cards-grid .ncf-card-item:nth-child(3n+2):not(:nth-last-child(-3n+2))::after, .ncf-cards-grid .ncf-card-item:nth-child(3n+3):not(:nth-last-child(-3n+1))::after {
    content: "";
    position: absolute;
  }
  .ncf-cards-grid .ncf-card-item:nth-child(3n+3)::after {
    width: 100%;
  }
  .ncf-cards-grid .ncf-card-item:nth-child(3n+1):not(:last-child)::before, .ncf-cards-grid .ncf-card-item:nth-child(3n+2):not(:last-child)::before {
    height: 100%;
    width: 2px;
    top: 0;
    right: -20px;
    background-color: rgba(17, 17, 17, 0.05);
  }
}

.ncf-base-cards-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}
@media (min-width: 481px) {
  .ncf-base-cards-grid {
    gap: 40px;
  }
}
.ncf-base-cards-grid:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ncf-base-cards-grid:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.05);
}
.ncf-base-cards-grid .ncf-card-item {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 480px) {
  .ncf-base-cards-grid .ncf-card-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(17, 17, 17, 0.05);
  }
}
@media (min-width: 481px) {
  .ncf-base-cards-grid .ncf-card-item {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
  .ncf-base-cards-grid .ncf-card-item::before, .ncf-base-cards-grid .ncf-card-item::after {
    position: absolute;
    background-color: rgba(17, 17, 17, 0.05);
  }
  .ncf-base-cards-grid .ncf-card-item::before {
    content: none;
    right: -19px;
    top: 0;
    width: 2px;
    height: 100%;
  }
  .ncf-base-cards-grid .ncf-card-item::after {
    content: "";
    left: 0;
    top: -21.5px;
    height: 2px;
    width: 100%;
  }
  .ncf-base-cards-grid .ncf-card-item:nth-child(-n+2)::after {
    content: none;
  }
  .ncf-base-cards-grid .ncf-card-item:nth-child(2n+1):not(:last-child)::before {
    content: "";
  }
  .ncf-base-cards-grid .ncf-card-item:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: -40px;
  }
}
@media (min-width: 767.98px) {
  .ncf-base-cards-grid--3-col .ncf-card-item, .ncf-base-cards-grid--4-col .ncf-card-item, .ncf-base-cards-grid--default .ncf-card-item {
    width: calc((100% - 80px) / 3);
    max-width: calc((100% - 80px) / 3);
    /* Cleaning 2 columns */
    /* For 3 columns */
  }
  .ncf-base-cards-grid--3-col .ncf-card-item::after, .ncf-base-cards-grid--4-col .ncf-card-item::after, .ncf-base-cards-grid--default .ncf-card-item::after {
    width: calc(100% + 40px);
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:last-child::after, .ncf-base-cards-grid--4-col .ncf-card-item:last-child::after, .ncf-base-cards-grid--default .ncf-card-item:last-child::after {
    width: calc(100% + 20px);
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(-n+2)::after, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(-n+2)::after, .ncf-base-cards-grid--default .ncf-card-item:nth-child(-n+2)::after {
    content: "";
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(2n+1):not(:last-child)::before, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(2n+1):not(:last-child)::before, .ncf-base-cards-grid--default .ncf-card-item:nth-child(2n+1):not(:last-child)::before {
    content: none;
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(2n+2)::after, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(2n+2)::after, .ncf-base-cards-grid--default .ncf-card-item:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: 0;
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(3n+1):not(:last-child)::before, .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(3n+2):not(:last-child)::before, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(3n+1):not(:last-child)::before, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(3n+2):not(:last-child)::before, .ncf-base-cards-grid--default .ncf-card-item:nth-child(3n+1):not(:last-child)::before, .ncf-base-cards-grid--default .ncf-card-item:nth-child(3n+2):not(:last-child)::before {
    content: "";
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(-n+3)::after, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(-n+3)::after, .ncf-base-cards-grid--default .ncf-card-item:nth-child(-n+3)::after {
    content: none;
  }
  .ncf-base-cards-grid--3-col .ncf-card-item:nth-child(3n+3)::after, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(3n+3)::after, .ncf-base-cards-grid--default .ncf-card-item:nth-child(3n+3)::after {
    width: 100%;
  }
}
@media (min-width: 991.98px) {
  .ncf-base-cards-grid--4-col .ncf-card-item {
    width: calc((100% - 120px) / 4);
    max-width: calc((100% - 120px) / 4);
    /* For 3 columns */
  }
  .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(3n+1):not(:last-child)::before, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(3n+2):not(:last-child)::before {
    content: none;
  }
  .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(-n+3)::after {
    content: "";
  }
  .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(3n+3)::after {
    width: calc(100% + 40px);
  }
  .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(4n+1):not(:last-child)::before, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(4n+2):not(:last-child)::before, .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(4n+3):not(:last-child)::before {
    content: "";
  }
  .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(-n+4)::after {
    content: none;
  }
  .ncf-base-cards-grid--4-col .ncf-card-item:nth-child(4n+4)::after {
    width: 100%;
  }
}

.ncf-media-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 5px;
}
.ncf-media-wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .ncf-media-wrap--featured-lg {
    padding-bottom: 65.828%;
  }
}

/* Icon Search Button */
.ncf-search-btn {
  display: inline-flex;
}
.ncf-search-btn .ncf-search-btn-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: #111111;
}
.ncf-search-btn .ncf-search-btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in;
}
.ncf-search-btn--white:focus-visible {
  outline: 2px dotted #B3A369;
  outline-offset: 2px;
}
.ncf-search-btn--white .ncf-search-btn-icon {
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body #ncf-page-content {
  /* Color Schemes */
}
body #ncf-page-content .ncf-object-p-top img, body #ncf-page-content .ncf-object-p-top iframe, body #ncf-page-content .ncf-object-p-top video {
  object-position: top;
}
body #ncf-page-content .ncf-object-p-center img, body #ncf-page-content .ncf-object-p-center iframe, body #ncf-page-content .ncf-object-p-center video {
  object-position: center;
}
body #ncf-page-content .ncf-color-scheme-primary {
  background-color: #003087;
}
body #ncf-page-content .ncf-color-scheme-primary-dark {
  background-color: #041E42;
}
body #ncf-page-content .ncf-color-scheme-secondary {
  background-color: #8B7523;
}
body #ncf-page-content .ncf-color-scheme-primary *:not(a),
body #ncf-page-content .ncf-color-scheme-primary-dark *:not(a),
body #ncf-page-content .ncf-color-scheme-secondary *:not(a) {
  color: #fff;
}
body #ncf-page-content .ncf-color-scheme-primary a:not([class]),
body #ncf-page-content .ncf-color-scheme-primary-dark a:not([class]),
body #ncf-page-content .ncf-color-scheme-secondary a:not([class]) {
  color: #fff;
}
body #ncf-page-content .ncf-color-scheme-primary a:not([class]):hover, body #ncf-page-content .ncf-color-scheme-primary a:not([class]):focus,
body #ncf-page-content .ncf-color-scheme-primary-dark a:not([class]):hover,
body #ncf-page-content .ncf-color-scheme-primary-dark a:not([class]):focus,
body #ncf-page-content .ncf-color-scheme-secondary a:not([class]):hover,
body #ncf-page-content .ncf-color-scheme-secondary a:not([class]):focus {
  color: #fff;
}
body #ncf-page-content .ncf-color-scheme-primary .ncf-wysiwyg-content *:not(a),
body #ncf-page-content .ncf-color-scheme-primary-dark .ncf-wysiwyg-content *:not(a),
body #ncf-page-content .ncf-color-scheme-secondary .ncf-wysiwyg-content *:not(a) {
  color: #fff;
}
body #ncf-page-content .ncf-color-scheme-primary .ncf-wysiwyg-content a:not([class]),
body #ncf-page-content .ncf-color-scheme-primary-dark .ncf-wysiwyg-content a:not([class]),
body #ncf-page-content .ncf-color-scheme-secondary .ncf-wysiwyg-content a:not([class]) {
  color: #fff;
}
body #ncf-page-content .ncf-color-scheme-primary .ncf-wysiwyg-content a:not([class]):hover, body #ncf-page-content .ncf-color-scheme-primary .ncf-wysiwyg-content a:not([class]):focus,
body #ncf-page-content .ncf-color-scheme-primary-dark .ncf-wysiwyg-content a:not([class]):hover,
body #ncf-page-content .ncf-color-scheme-primary-dark .ncf-wysiwyg-content a:not([class]):focus,
body #ncf-page-content .ncf-color-scheme-secondary .ncf-wysiwyg-content a:not([class]):hover,
body #ncf-page-content .ncf-color-scheme-secondary .ncf-wysiwyg-content a:not([class]):focus {
  color: #fff;
  text-decoration: none;
}
body #ncf-page-content .ncf-color-scheme-white {
  background-color: #fff;
}
body #ncf-page-content .ncf-color-scheme-grey {
  background-color: #F8F8F8;
}

/* Components */
/* Placeholder selectors for usage in Button components. This is needed to move away from repeating same chunks of styles and easier editing. */
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, .ncf-btn,
.ncf-btn-wrap > a,
.ncf-btn-wrap > button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1540px) {
  body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, .ncf-btn,
  .ncf-btn-wrap > a,
  .ncf-btn-wrap > button,
  .wp-block-button > .wp-block-button__link {
    font-size: clamp(17px, 0.1785714286vw + 14.4285714286px, 19px);
  }
}

.ncf-btn.base-btn--fz-md {
  font-size: 16px;
}
@media (min-width: 1540px) {
  .ncf-btn.base-btn--fz-md {
    font-size: clamp(18px, 0.1785714286vw + 15.4285714286px, 20px);
  }
}

.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button, .wp-block-button > .wp-block-button__link, .wp-block-button.base-btn > .wp-block-button__link, .ncf-btn-wrap.base-btn > a, .ncf-btn-wrap.base-btn > button, .ncf-btn.base-btn, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link, .ncf-btn.base-btn--secondary-h-darken, .ncf-btn-wrap.base-btn--secondary-h-darken > a, .ncf-btn-wrap.base-btn--secondary-h-darken > button {
  padding: 8px 19px 7px;
  border: 1px solid #003087;
  border-radius: 5px;
  background-color: #003087;
  color: #fff;
  text-align: center;
}
@media (min-width: 1540px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button, .wp-block-button > .wp-block-button__link, .wp-block-button.base-btn > .wp-block-button__link, .ncf-btn-wrap.base-btn > a, .ncf-btn-wrap.base-btn > button, .ncf-btn.base-btn, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link, .ncf-btn.base-btn--secondary-h-darken, .ncf-btn-wrap.base-btn--secondary-h-darken > a, .ncf-btn-wrap.base-btn--secondary-h-darken > button {
    padding: 10px 22px;
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:hover, .wp-block-button > .wp-block-button__link:hover, .ncf-btn-wrap.base-btn > a:hover, .ncf-btn-wrap.base-btn > button:hover, .ncf-btn.base-btn:hover, .ncf-btn.base-btn--secondary-h-darken:hover, .ncf-btn-wrap.base-btn--secondary-h-darken > a:hover, .ncf-btn-wrap.base-btn--secondary-h-darken > button:hover, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:focus, .wp-block-button > .wp-block-button__link:focus, .ncf-btn-wrap.base-btn > a:focus, .ncf-btn-wrap.base-btn > button:focus, .ncf-btn.base-btn:focus, .ncf-btn.base-btn--secondary-h-darken:focus, .ncf-btn-wrap.base-btn--secondary-h-darken > a:focus, .ncf-btn-wrap.base-btn--secondary-h-darken > button:focus, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:active, .wp-block-button > .wp-block-button__link:active, .ncf-btn-wrap.base-btn > a:active, .ncf-btn-wrap.base-btn > button:active, .ncf-btn.base-btn:active, .ncf-btn.base-btn--secondary-h-darken:active, .ncf-btn-wrap.base-btn--secondary-h-darken > a:active, .ncf-btn-wrap.base-btn--secondary-h-darken > button:active {
  background-color: transparent;
  color: #003087;
}

.wp-block-button.is-style-ncf-btn-primary-h-dark > .wp-block-button__link, .wp-block-button.base-btn--h-darken > .wp-block-button__link, .ncf-btn-wrap.base-btn--h-darken > a, .ncf-btn-wrap.base-btn--h-darken > button, .ncf-btn.base-btn--h-darken {
  border-color: #003087;
  background-color: #003087;
}
.wp-block-button.is-style-ncf-btn-primary-h-dark > .wp-block-button__link:hover, .wp-block-button.base-btn--h-darken > .wp-block-button__link:hover, .ncf-btn-wrap.base-btn--h-darken > a:hover, .ncf-btn-wrap.base-btn--h-darken > button:hover, .ncf-btn.base-btn--h-darken:hover, .wp-block-button.is-style-ncf-btn-primary-h-dark > .wp-block-button__link:focus, .wp-block-button.base-btn--h-darken > .wp-block-button__link:focus, .ncf-btn-wrap.base-btn--h-darken > a:focus, .ncf-btn-wrap.base-btn--h-darken > button:focus, .ncf-btn.base-btn--h-darken:focus, .wp-block-button.is-style-ncf-btn-primary-h-dark > .wp-block-button__link:active, .wp-block-button.base-btn--h-darken > .wp-block-button__link:active, .ncf-btn-wrap.base-btn--h-darken > a:active, .ncf-btn-wrap.base-btn--h-darken > button:active, .ncf-btn.base-btn--h-darken:active {
  background-color: #00153b;
  border-color: #00153b;
  color: #fff;
}

.wp-block-button.is-style-ncf-btn-primary-dark > .wp-block-button__link, .wp-block-button.base-btn--primary-dark > .wp-block-button__link, .ncf-btn-wrap.base-btn--primary-dark > a, .ncf-btn-wrap.base-btn--primary-dark > button, .ncf-btn.base-btn--primary-dark {
  background-color: #041E42;
  border-color: #041E42;
}
.wp-block-button.is-style-ncf-btn-primary-dark > .wp-block-button__link:hover, .wp-block-button.base-btn--primary-dark > .wp-block-button__link:hover, .ncf-btn-wrap.base-btn--primary-dark > a:hover, .ncf-btn-wrap.base-btn--primary-dark > button:hover, .ncf-btn.base-btn--primary-dark:hover, .wp-block-button.is-style-ncf-btn-primary-dark > .wp-block-button__link:focus, .wp-block-button.base-btn--primary-dark > .wp-block-button__link:focus, .ncf-btn-wrap.base-btn--primary-dark > a:focus, .ncf-btn-wrap.base-btn--primary-dark > button:focus, .ncf-btn.base-btn--primary-dark:focus, .wp-block-button.is-style-ncf-btn-primary-dark > .wp-block-button__link:active, .wp-block-button.base-btn--primary-dark > .wp-block-button__link:active, .ncf-btn-wrap.base-btn--primary-dark > a:active, .ncf-btn-wrap.base-btn--primary-dark > button:active, .ncf-btn.base-btn--primary-dark:active {
  color: #041E42;
}

.wp-block-button.is-style-ncf-btn-primary-dark-h-dark > .wp-block-button__link, .wp-block-button.base-btn--primary-dark-h-darken > .wp-block-button__link, .ncf-btn-wrap.base-btn--primary-dark-h-darken > a, .ncf-btn-wrap.base-btn--primary-dark-h-darken > button, .ncf-btn.base-btn--primary-dark-h-darken {
  background-color: #041E42;
  border-color: #041E42;
}
.wp-block-button.is-style-ncf-btn-primary-dark-h-dark > .wp-block-button__link:hover, .wp-block-button.base-btn--primary-dark-h-darken > .wp-block-button__link:hover, .ncf-btn-wrap.base-btn--primary-dark-h-darken > a:hover, .ncf-btn-wrap.base-btn--primary-dark-h-darken > button:hover, .ncf-btn.base-btn--primary-dark-h-darken:hover, .wp-block-button.is-style-ncf-btn-primary-dark-h-dark > .wp-block-button__link:focus, .wp-block-button.base-btn--primary-dark-h-darken > .wp-block-button__link:focus, .ncf-btn-wrap.base-btn--primary-dark-h-darken > a:focus, .ncf-btn-wrap.base-btn--primary-dark-h-darken > button:focus, .ncf-btn.base-btn--primary-dark-h-darken:focus, .wp-block-button.is-style-ncf-btn-primary-dark-h-dark > .wp-block-button__link:active, .wp-block-button.base-btn--primary-dark-h-darken > .wp-block-button__link:active, .ncf-btn-wrap.base-btn--primary-dark-h-darken > a:active, .ncf-btn-wrap.base-btn--primary-dark-h-darken > button:active, .ncf-btn.base-btn--primary-dark-h-darken:active {
  background-color: black;
  border-color: black;
  color: #fff;
}

.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button, .wp-block-button.is-style-ncf-btn-secondary > .wp-block-button__link, .wp-block-button.base-btn--secondary > .wp-block-button__link, .ncf-btn-wrap.base-btn--secondary > a, .ncf-btn-wrap.base-btn--secondary > button, .ncf-btn.base-btn--secondary, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link, .ncf-btn.base-btn--secondary-h-darken, .ncf-btn-wrap.base-btn--secondary-h-darken > a, .ncf-btn-wrap.base-btn--secondary-h-darken > button {
  background-color: #8B7523;
  border-color: #8B7523;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:hover, .wp-block-button.is-style-ncf-btn-secondary > .wp-block-button__link:hover, .wp-block-button.base-btn--secondary > .wp-block-button__link:hover, .ncf-btn-wrap.base-btn--secondary > a:hover, .ncf-btn-wrap.base-btn--secondary > button:hover, .ncf-btn.base-btn--secondary:hover, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link:hover, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link:hover, .ncf-btn.base-btn--secondary-h-darken:hover, .ncf-btn-wrap.base-btn--secondary-h-darken > a:hover, .ncf-btn-wrap.base-btn--secondary-h-darken > button:hover, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:focus, .wp-block-button.is-style-ncf-btn-secondary > .wp-block-button__link:focus, .wp-block-button.base-btn--secondary > .wp-block-button__link:focus, .ncf-btn-wrap.base-btn--secondary > a:focus, .ncf-btn-wrap.base-btn--secondary > button:focus, .ncf-btn.base-btn--secondary:focus, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link:focus, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link:focus, .ncf-btn.base-btn--secondary-h-darken:focus, .ncf-btn-wrap.base-btn--secondary-h-darken > a:focus, .ncf-btn-wrap.base-btn--secondary-h-darken > button:focus, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:active, .wp-block-button.is-style-ncf-btn-secondary > .wp-block-button__link:active, .wp-block-button.base-btn--secondary > .wp-block-button__link:active, .ncf-btn-wrap.base-btn--secondary > a:active, .ncf-btn-wrap.base-btn--secondary > button:active, .ncf-btn.base-btn--secondary:active, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link:active, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link:active, .ncf-btn.base-btn--secondary-h-darken:active, .ncf-btn-wrap.base-btn--secondary-h-darken > a:active, .ncf-btn-wrap.base-btn--secondary-h-darken > button:active {
  color: #B3A369;
}

/* %ncf-base-btn-secondary-h-darken {
	background-color: $secondary-ada;
	border-color: $secondary-ada;
	&:hover,
	&:focus,
	&:active {
		background-color: $secondary-ada;
		border-color: transparent;
		color: $primary-dark;
	}
} */
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link, .ncf-btn.base-btn--secondary-h-darken, .ncf-btn-wrap.base-btn--secondary-h-darken > a, .ncf-btn-wrap.base-btn--secondary-h-darken > button {
  background-color: #917313;
  border-color: #917313;
  color: #fff;
  transition: all 0.3s ease;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:hover, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link:hover, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link:hover, .ncf-btn.base-btn--secondary-h-darken:hover, .ncf-btn-wrap.base-btn--secondary-h-darken > a:hover, .ncf-btn-wrap.base-btn--secondary-h-darken > button:hover, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:focus, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link:focus, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link:focus, .ncf-btn.base-btn--secondary-h-darken:focus, .ncf-btn-wrap.base-btn--secondary-h-darken > a:focus, .ncf-btn-wrap.base-btn--secondary-h-darken > button:focus, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button:active, .wp-block-button.is-style-ncf-btn-secondary-h-dark > .wp-block-button__link:active, .wp-block-button.base-btn--secondary-h-darken > .wp-block-button__link:active, .ncf-btn.base-btn--secondary-h-darken:active, .ncf-btn-wrap.base-btn--secondary-h-darken > a:active, .ncf-btn-wrap.base-btn--secondary-h-darken > button:active {
  background-color: #917313;
  border-color: #917313;
  color: #fff;
  box-shadow: 0px 0px 0px 2.5px #fff inset, 0px 0px 0px 5px #917313;
}

.wp-block-button.is-style-ncf-btn-white > .wp-block-button__link, .wp-block-button.base-btn--white > .wp-block-button__link, .ncf-btn-wrap.base-btn--white > a, .ncf-btn-wrap.base-btn--white > button, .ncf-btn.base-btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #041E42;
}
.wp-block-button.is-style-ncf-btn-white > .wp-block-button__link:hover, .wp-block-button.base-btn--white > .wp-block-button__link:hover, .ncf-btn-wrap.base-btn--white > a:hover, .ncf-btn-wrap.base-btn--white > button:hover, .ncf-btn.base-btn--white:hover, .wp-block-button.is-style-ncf-btn-white > .wp-block-button__link:focus, .wp-block-button.base-btn--white > .wp-block-button__link:focus, .ncf-btn-wrap.base-btn--white > a:focus, .ncf-btn-wrap.base-btn--white > button:focus, .ncf-btn.base-btn--white:focus, .wp-block-button.is-style-ncf-btn-white > .wp-block-button__link:active, .wp-block-button.base-btn--white > .wp-block-button__link:active, .ncf-btn-wrap.base-btn--white > a:active, .ncf-btn-wrap.base-btn--white > button:active, .ncf-btn.base-btn--white:active {
  color: #fff;
}

body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, .wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link, .wp-block-button.link-btn > .wp-block-button__link,
.wp-block-button.ncf-link > .wp-block-button__link, .ncf-btn.link-btn {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  color: #003087;
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover, .wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link:hover, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link:hover, .wp-block-button.link-btn > .wp-block-button__link:hover,
.wp-block-button.ncf-link > .wp-block-button__link:hover, .ncf-btn.link-btn:hover, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:focus, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:focus, .wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link:focus, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link:focus, .wp-block-button.link-btn > .wp-block-button__link:focus,
.wp-block-button.ncf-link > .wp-block-button__link:focus, .ncf-btn.link-btn:focus, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:active, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:active, .wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link:active, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link:active, .wp-block-button.link-btn > .wp-block-button__link:active,
.wp-block-button.ncf-link > .wp-block-button__link:active, .ncf-btn.link-btn:active {
  background-color: transparent;
}

.wp-block-button.ncf-link > .wp-block-button__link::before, .ncf-btn.ncf-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #003087;
  transition: all 0.3s ease-in;
}
.wp-block-button.ncf-link > .wp-block-button__link:hover::before, .ncf-btn.ncf-link:hover::before, .wp-block-button.ncf-link > .wp-block-button__link:focus::before, .ncf-btn.ncf-link:focus::before, .wp-block-button.ncf-link > .wp-block-button__link:active::before, .ncf-btn.ncf-link:active::before {
  width: 0;
  left: 0;
}

/* Basic Buttons (Custom blocks with our own markup or just php templating) */
.ncf-btn {
  /* Base Button */
  /* Link */
  /* Button with Icon */
}
.ncf-btn.base-btn--padding-h-sm {
  padding-left: 14px;
  padding-right: 14px;
}
.ncf-btn.base-btn--padding-h-lg {
  padding-left: 29px;
  padding-right: 29px;
}
.ncf-btn.base-btn--padding-v-sm {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ncf-btn.base-btn--padding-h-v-md {
  padding: 20px;
}
.ncf-btn.base-btn--lh-lg {
  line-height: 1.4;
}
.ncf-btn.ncf-link--secondary {
  color: #8B7523;
}
.ncf-btn.ncf-link--secondary::before {
  background-color: #8B7523;
}
.ncf-btn.w-icon-btn {
  display: inline-flex;
  align-items: center;
}
.ncf-btn.w-icon-btn svg {
  width: 12px;
  height: 12px;
  margin-left: 7px;
}
.ncf-btn.w-icon-btn--left svg {
  margin-left: 0;
  margin-right: 7px;
}

.ncf-btn-wrap {
  /* Base Button */
}
.ncf-btn-wrap.base-btn--padding-h-sm > a, .ncf-btn-wrap.base-btn--padding-h-sm > button {
  padding-left: 14px;
  padding-right: 14px;
}
.ncf-btn-wrap.base-btn--padding-h-lg > a, .ncf-btn-wrap.base-btn--padding-h-lg > button {
  padding-left: 29px;
  padding-right: 29px;
}
.ncf-btn-wrap.base-btn--padding-v-sm > a, .ncf-btn-wrap.base-btn--padding-v-sm > button {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ncf-btn-wrap.base-btn--lh-lg > a, .ncf-btn-wrap.base-btn--lh-lg > button {
  line-height: 1.4;
}
/* Basic Gutenberg Blocks Buttons */
/* Base Button */
.wp-block-button.base-btn--padding-h-sm > .wp-block-button__link {
  padding-left: 14px;
  padding-right: 14px;
}
.wp-block-button.base-btn--padding-h-lg > .wp-block-button__link {
  padding-left: 29px;
  padding-right: 29px;
}
.wp-block-button.base-btn--padding-v-sm > .wp-block-button__link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.wp-block-button.base-btn--lh-lg > .wp-block-button__link {
  line-height: 1.4;
}
/* Link Button */
.wp-block-button.link-btn > .wp-block-button__link {
  text-align: left;
}
.wp-block-button.link-btn--icon > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
}
.wp-block-button.link-btn--icon > .wp-block-button__link::before {
  content: none;
}
.wp-block-button.link-btn--icon > .wp-block-button__link::after {
  display: inline-block;
  content: "";
  font-size: 0;
  margin-left: 8px;
  transition: all 0.35s ease-in-out;
}
.wp-block-button.link-btn--arrow-icon > .wp-block-button__link::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23003087' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 6px;
}
.wp-block-button.link-btn--arrow-icon > .wp-block-button__link:hover::after, .wp-block-button.link-btn--arrow-icon > .wp-block-button__link:focus::after {
  transform: translateX(3px);
}
.wp-block-button.link-btn--secondary > .wp-block-button__link {
  position: relative;
  color: #8B7523;
}
.wp-block-button.link-btn--secondary > .wp-block-button__link::before {
  background-color: #8B7523;
}
.wp-block-button.link-btn--white > .wp-block-button__link {
  color: #fff;
}
.wp-block-button.link-btn--white > .wp-block-button__link::before {
  background-color: #fff;
}
.wp-block-button.link-btn--white.link-btn--arrow-icon > .wp-block-button__link::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.wp-block-button.ncf-link--secondary > .wp-block-button__link {
  color: #8B7523;
}
.wp-block-button.ncf-link--secondary > .wp-block-button__link::before {
  background-color: #8B7523;
}

/* Gutenberg Buttons */
.wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
  text-align: left;
}
.wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link::before, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link::before {
  content: none;
}
.wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link::after, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link::after {
  display: inline-block;
  content: "";
  font-size: 0;
  margin-left: 8px;
  width: 10px;
  height: 6px;
  transition: all 0.35s ease-in-out;
}
.wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link:hover::after, .wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link:focus::after, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link:hover::after, .wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link:focus::after {
  transform: translateX(3px);
}
.wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link {
  color: #003087;
}
.wp-block-button.is-style-ncf-btn-icon-arrow > .wp-block-button__link::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23003087' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link {
  color: #fff;
}
.wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link::before {
  background-color: #fff;
}
.wp-block-button.is-style-ncf-btn-icon-arrow-white > .wp-block-button__link::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

/* UAGB Buttons */
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link {
  box-shadow: none;
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-right: 2px;
  text-align: left;
  /*Here starts the attempt at an underline*/
  /*End*/
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link .uagb-button__icon, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link .uagb-button__icon {
  display: inline-block;
  margin-left: 8px;
  transition: all 0.35s ease-in-out;
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link .uagb-button__icon svg, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link .uagb-button__icon svg {
  width: auto;
  height: 11px;
  fill: currentColor;
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover .uagb-button__icon, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:focus .uagb-button__icon, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover .uagb-button__icon, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:focus .uagb-button__icon {
  transform: translateX(3px);
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link::before, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 0;
  height: 3px;
  background-color: #B3A369;
  transition: all 0.3s ease-in;
}
@media (min-width: 1540px) {
  body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link::before, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link::before {
    bottom: -4px;
  }
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover::before, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:focus::before, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:hover::before, body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.ncf-link .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link:focus::before {
  width: 100%;
  left: 0;
}
body .wp-block-uagb-buttons .uagb-buttons__wrap .uagb-buttons__outer-wrap.link-btn--white .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link {
  color: #fff;
}

#ncf-page-content .ncf-btns-grid {
  margin: 0;
  padding: 0;
  flex-wrap: wrap !important;
  gap: 22px 0;
  width: auto;
  /* Base Grid (columns with defined width) */
}
@media (min-width: 981px) {
  #ncf-page-content .ncf-btns-grid {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-btns-grid {
    justify-content: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  #ncf-page-content .ncf-btns-grid {
    max-width: 320px;
  }
}
#ncf-page-content .ncf-btns-grid .ncf-btns-grid-col {
  width: 100%;
  flex: unset;
}
@media (max-width: 575px), (min-width: 767.98px) and (max-width: 980px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col:last-child .wp-block-buttons .wp-block-button:last-child .wp-block-button__link:last-child::before {
    content: none;
  }
}
@media (min-width: 576px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col {
    width: auto;
    margin-right: 25px;
  }
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) and (max-width: 980px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
  }
}
@media (min-width: 981px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col {
    flex: unset !important;
  }
}
#ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons {
  flex-direction: column;
}
#ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button {
  margin-bottom: 22px;
}
#ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 981px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button:last-child .wp-block-button__link::before {
    content: none;
  }
}
#ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
}
@media (max-width: 980px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
@media (max-width: 980px) {
  #ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button .wp-block-button__link {
    justify-content: space-between;
  }
}
#ncf-page-content .ncf-btns-grid .ncf-btns-grid-col .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.1);
}
#ncf-page-content .ncf-btns-grid .wp-block-buttons .wp-block-button {
  display: inline-flex;
}
#ncf-page-content .ncf-btns-grid--base .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
}
#ncf-page-content .ncf-btns-grid--base .wp-block-buttons:has(.wp-block-button__link:hover) .wp-block-button__link:not(:hover) {
  opacity: 0.55;
}
#ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button {
  width: 100%;
}
@media (max-width: 576px) {
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:not(:last-child) {
    margin-bottom: 20px;
  }
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:last-child .wp-block-button__link::before {
    content: none;
  }
}
@media (min-width: 576px) {
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0;
    margin-right: 25px;
  }
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(4n+1), #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(4n+2) {
    margin-bottom: 22px;
  }
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(4n+3) .wp-block-button__link::before, #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(4n+4) .wp-block-button__link::before {
    content: none;
  }
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button {
    width: calc((100% - 25px) / 2);
  }
}
@media (min-width: 1440px) {
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(odd) {
    width: 38.15513%;
    max-width: 182px;
  }
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(even) {
    width: 56.60377%;
    max-width: 270px;
  }
}
@media (min-width: 1600px) {
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button {
    max-width: unset;
  }
  #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(odd), #ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button:nth-child(even) {
    max-width: unset;
  }
}
#ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  text-align: left;
}
#ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.1);
}
#ncf-page-content .ncf-btns-grid--base .wp-block-buttons .wp-block-button.link-btn--white .wp-block-button__link::before {
  background-color: rgba(255, 255, 255, 0.1);
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button {
  position: relative;
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.1);
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: none;
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button.link-btn--white::before {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:first-child::before {
    content: none;
  }
}
@media (min-width: 576px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 22px;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(4n+1), #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(4n+2) {
    margin-bottom: 22px;
    margin-bottom: 0;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(-n+2) {
    margin-top: 0;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(-n+2)::before {
    content: none;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button {
    width: calc((100% - 25px) / 2);
  }
}
@media (min-width: 1440px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
    margin-right: 40px;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(2n) {
    margin-right: 0;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(odd), #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(even) {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(odd), #ncf-page-content .ncf-btns-grid--quick-links .wp-block-buttons .wp-block-button:nth-child(even) {
    max-width: unset;
  }
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons:has(.uagb-button__wrapper .uagb-buttons-repeater:hover) .uagb-button__wrapper .uagb-buttons-repeater:not(:hover) {
  opacity: 0.55;
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
  position: relative;
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.1);
}
#ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child.link-btn--white::before {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:first-child::before {
    content: none;
  }
}
@media (min-width: 576.98px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 22px;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(4n+1), #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(4n+2) {
    margin-bottom: 22px;
    margin-bottom: 0;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(-n+2) {
    margin-top: 0;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(-n+2)::before {
    content: none;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: calc((100% - 25px) / 2);
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
    margin-right: 40px;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(2n) {
    margin-right: 0;
  }
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(odd), #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(even) {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(odd), #ncf-page-content .ncf-btns-grid--quick-links .wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(even) {
    max-width: unset;
  }
}
#ncf-page-content .ncf-quick-links-buttons {
  max-width: 100%;
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  gap: 22px 0;
  width: auto;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons {
    justify-content: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons {
    max-width: 320px;
  }
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons:has(.uagb-button__wrapper .uagb-buttons-repeater:hover) .uagb-button__wrapper .uagb-buttons-repeater:not(:hover) {
  opacity: 0.55;
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 0;
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap:has(.wp-block-uagb-buttons-child:last-child:nth-child(odd)) .wp-block-uagb-buttons-child:last-child:not(:first-child)::before {
  content: none;
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap:has(.wp-block-uagb-buttons-child:last-child:nth-child(even)) .wp-block-uagb-buttons-child:nth-last-child(-n+2):not(:nth-child(-n+2))::before {
  content: none;
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
  position: relative;
  width: 100%;
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.1);
}
#ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child.link-btn--white::before {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:not(:last-child) {
    margin-bottom: 20px;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:first-child::before {
    content: none;
  }
}
@media (min-width: 576.98px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: calc((100% - 25px) / 2);
    margin-bottom: 0;
    margin-right: 25px;
    margin-top: 22px;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(4n+1), #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(4n+2) {
    margin-bottom: 22px;
    margin-bottom: 0;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(-n+2) {
    margin-top: 0;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-last-child(1):not(:nth-child(2)) #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-last-child(2):not(:nth-child(1))::before {
    content: none;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: calc((100% - 25px) / 2);
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
    margin-right: 40px;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(2n) {
    margin-right: 0;
  }
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(odd), #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(even) {
    width: calc((100% - 40px) / 2);
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(odd), #ncf-page-content .ncf-quick-links-buttons.wp-block-uagb-buttons .uagb-buttons__wrap .wp-block-uagb-buttons-child:nth-child(even) {
    max-width: unset;
  }
}

#ncf-page-content {
  /* Default Section Title */
}
#ncf-page-content .wp-block-heading,
#ncf-page-content .ncf-section-title {
  color: #111111;
}
#ncf-page-content .wp-block-heading:not(:last-child),
#ncf-page-content .ncf-section-title:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 981px) {
  #ncf-page-content .wp-block-heading.t-center, #ncf-page-content .wp-block-heading.has-text-align-center,
  #ncf-page-content .ncf-section-title.t-center,
  #ncf-page-content .ncf-section-title.has-text-align-center {
    max-width: 550px;
  }
}
#ncf-page-content .wp-block-heading--accordion,
#ncf-page-content .ncf-section-title--accordion {
  max-width: 390px;
}
#ncf-page-content .ncf-section-header {
  justify-content: center;
}
#ncf-page-content .ncf-section-header a:not([class]) {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
#ncf-page-content .ncf-section-header a:not([class]):hover, #ncf-page-content .ncf-section-header a:not([class]):focus {
  color: #8B7523;
}
#ncf-page-content .ncf-section-header > p,
#ncf-page-content .ncf-section-header .ncf-section-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-section-header > p,
  #ncf-page-content .ncf-section-header .ncf-section-subtitle {
    font-size: calc(15px + 0.05vw);
  }
}
#ncf-page-content .ncf-section-header > p:not(:last-child),
#ncf-page-content .ncf-section-header .ncf-section-subtitle:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-section-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ncf-page-content .ncf-section-header ul:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-section-header ul li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
#ncf-page-content .ncf-section-header ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #003087;
}
#ncf-page-content .ncf-section-header ul li:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-section-header ul li ul {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-section-header ul li {
    font-size: calc(15px + 0.05vw);
  }
  #ncf-page-content .ncf-section-header ul li::before {
    top: calc((15px + 0.05vw) * 1.2 / 2 - 3.5px + 0.1px);
  }
}
#ncf-page-content .ncf-section-header:not(:last-child) {
  margin-bottom: 20px;
}
#ncf-page-content .ncf-section-header > * {
  width: 100%;
}
#ncf-page-content .ncf-section-header--compact {
  justify-content: flex-start;
}
#ncf-page-content .ncf-section-header--compact > * {
  max-width: 786px;
}
#ncf-page-content .ncf-section-header--md {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
#ncf-page-content .ncf-section-header--md p, #ncf-page-content .ncf-section-header--md ul, #ncf-page-content .ncf-section-header--md ol {
  max-width: 600px;
}
#ncf-page-content .ncf-section-header--lg {
  max-width: 980px;
  justify-content: flex-start;
}
#ncf-page-content .ncf-section-header--jc-center {
  justify-content: center;
}
#ncf-page-content .ncf-section-header--accordion > * {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}
#ncf-page-content .ncf-section-header--accordion ul, #ncf-page-content .ncf-section-header--accordion ol {
  margin-left: auto;
  margin-right: auto;
}
#ncf-page-content .ncf-section-header--accordion .wp-block-heading--accordion, #ncf-page-content .ncf-section-header--accordion .wp-block-heading.accordion,
#ncf-page-content .ncf-section-header--accordion .ncf-section-title--accordion,
#ncf-page-content .ncf-section-header--accordion .ncf-section-title.accordion {
  max-width: 490px;
  text-align: center;
}

#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media a:hover .ncf-media-wrap, #ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media a:focus .ncf-media-wrap {
  outline: 2px solid #000;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media a:hover .ncf-media-wrap img, #ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media a:focus .ncf-media-wrap img {
  transform: scale(1.05);
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media .ncf-media-wrap {
  overflow: hidden;
}
@media (min-width: 480px) {
  #ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media .ncf-media-wrap {
    padding-bottom: 66.6667%;
  }
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media .ncf-media-wrap:hover, #ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media .ncf-media-wrap:focus {
  outline: 2px solid #000;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media .ncf-media-wrap img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-media .ncf-media-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  background-color: rgba(139, 117, 35, 0.75);
  transition: all 0.2s ease-in-out;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-title {
  color: #111111;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-title:not(:last-child) {
  margin-bottom: 5px;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-title a {
  color: inherit;
}
#ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-title a:hover, #ncf-page-content .ncf-card-item .ncf-news-card .ncf-news-item-title a:focus {
  color: #8B7523;
  /*text-decoration: underline; */
}
#ncf-page-content .ncf-card-item .ncf-news-card .news-item-additional-info-separator {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#ncf-page-content .ncf-card-item .ncf-news-card .news-item-additional-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card-item .ncf-news-card .news-item-additional-info {
    font-size: 14px;
  }
}
#ncf-page-content .ncf-card-item--list .ncf-news-card {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media {
  width: 100%;
  max-width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media {
    max-width: 145px;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media {
    max-width: 84px;
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media {
    max-width: 120px;
  }
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:hover .ncf-media-wrap, #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:focus .ncf-media-wrap {
  outline: 2px solid #000;
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:hover .ncf-media-wrap img, #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:focus .ncf-media-wrap img {
  transform: scale(1);
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:hover .ncf-media-wrap::before, #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:hover .ncf-media-wrap::after, #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:focus .ncf-media-wrap::before, #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media a:focus .ncf-media-wrap::after {
  opacity: 1;
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media .ncf-media-wrap {
  padding-bottom: 59.5238%;
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media .ncf-media-wrap::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media .ncf-media-wrap::after {
  background-color: rgba(139, 117, 35, 0.65);
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-media .ncf-media-wrap > * {
  object-position: top;
}
#ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-title {
  font-size: 15px;
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-title {
    font-size: 14px;
    overflow: hidden;
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-news-card .ncf-news-item-title {
    font-size: 16px;
  }
}

#ncf-page-content .ncf-events-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 1199.98px) {
  #ncf-page-content .ncf-events-list {
    gap: 40px;
  }
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media a:hover .ncf-media-wrap img, #ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media a:focus .ncf-media-wrap img {
  transform: scale(1.05);
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media .ncf-media-wrap {
  overflow: hidden;
}
@media (min-width: 480px) {
  #ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media .ncf-media-wrap {
    padding-bottom: 66.6667%;
  }
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media .ncf-media-wrap img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-media .ncf-media-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  background-color: rgba(139, 117, 35, 0.75);
  transition: all 0.3s ease-in-out;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-title {
  color: #111111;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-title:not(:last-child) {
  margin-bottom: 5px;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-title a {
  color: inherit;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-title a:hover, #ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-title a:focus {
  color: #8B7523;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-additional-info-separator {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-additional-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.35);
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card-item .ncf-post-card .ncf-post-item-additional-info {
    font-size: 14px;
  }
}
#ncf-page-content .ncf-card-item--list .ncf-post-card {
  display: flex;
  align-items: flex-start;
  align-items: center;
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media {
  width: 100%;
  max-width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media {
    max-width: 145px;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media {
    max-width: 84px;
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media {
    max-width: 120px;
  }
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media a:hover .ncf-media-wrap img, #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media a:focus .ncf-media-wrap img {
  transform: scale(1);
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media a:hover .ncf-media-wrap::before, #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media a:hover .ncf-media-wrap::after, #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media a:focus .ncf-media-wrap::before, #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media a:focus .ncf-media-wrap::after {
  opacity: 1;
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media .ncf-media-wrap {
  padding-bottom: 59.5238%;
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media .ncf-media-wrap::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media .ncf-media-wrap::after {
  background-color: rgba(139, 117, 35, 0.65);
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-media .ncf-media-wrap > * {
  object-position: top;
}
#ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-title {
  font-size: 15px;
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-title {
    font-size: 14px;
    max-height: calc(4 * 1.1 * 14px);
    overflow: hidden;
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card-item--list .ncf-post-card .ncf-post-item-title {
    font-size: calc(16px + 0.09vw);
    max-height: calc(4 * 1.1 * (calc(16px + 0.09vw)));
  }
}
#ncf-page-content .ncf-post-card {
  position: relative;
  /* Event */
}
#ncf-page-content .ncf-post-card .ncf-post-item-media {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-post-card .ncf-post-item-media a:hover .ncf-media-wrap img, #ncf-page-content .ncf-post-card .ncf-post-item-media a:focus .ncf-media-wrap img {
  transform: scale(1.05);
}
#ncf-page-content .ncf-post-card .ncf-post-item-media .ncf-media-wrap {
  overflow: hidden;
}
@media (min-width: 480px) {
  #ncf-page-content .ncf-post-card .ncf-post-item-media .ncf-media-wrap {
    padding-bottom: 66.6667%;
  }
}
#ncf-page-content .ncf-post-card .ncf-post-item-media .ncf-media-wrap img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#ncf-page-content .ncf-post-card .ncf-post-item-media .ncf-media-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  background-color: rgba(139, 117, 35, 0.75);
  transition: all 0.3s ease-in-out;
}
#ncf-page-content .ncf-post-card .ncf-post-item-title {
  color: #111111;
}
#ncf-page-content .ncf-post-card .ncf-post-item-title:not(:last-child) {
  margin-bottom: 5px;
}
#ncf-page-content .ncf-post-card .ncf-post-item-title a {
  color: inherit;
}
#ncf-page-content .ncf-post-card .ncf-post-item-title a:hover, #ncf-page-content .ncf-post-card .ncf-post-item-title a:focus {
  color: #8B7523;
}
#ncf-page-content .ncf-post-card .ncf-post-item-additional-info-separator {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#ncf-page-content .ncf-post-card .ncf-post-item-additional-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.35);
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-post-card .ncf-post-item-additional-info {
    font-size: 14px;
  }
}
#ncf-page-content .ncf-post-card .ncf-post-item-event-date:not(:last-child) {
  margin-bottom: 15px;
}
#ncf-page-content .ncf-post-card .ncf-post-item-event-date .ncf-event-date {
  display: inline-block;
  padding: 5px 15px;
  background-color: #917313;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
#ncf-page-content .ncf-post-card .ncf-event-details-label-date {
  font-weight: 700;
}
#ncf-page-content .ncf-post-card .ncf-card-event-label {
  display: inline-block;
  margin-right: 10px;
}
#ncf-page-content .ncf-post-card .ncf-card-event-label--icon {
  color: #917313;
}
#ncf-page-content .ncf-post-card .ncf-card-event-label svg {
  width: 20px;
  height: 20px;
}
#ncf-page-content .ncf-post-card .ncf-card-event-val {
  font-size: 16px;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-post-card .ncf-card-event-val {
    font-size: calc(16px + 0.05vw);
  }
}
#ncf-page-content .ncf-post-card--event {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #F8F8F8;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 576px) {
  #ncf-page-content .ncf-post-card--event {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  #ncf-page-content .ncf-post-card--event {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1199.98px) {
  #ncf-page-content .ncf-post-card--event {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-post-card--event {
    padding: 30px;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  #ncf-page-content .ncf-post-card--event.has-image .ncf-entity-item-info-block--info {
    flex-direction: column;
  }
  #ncf-page-content .ncf-post-card--event.has-image .ncf-entity-item-info-details {
    width: 100%;
  }
}
#ncf-page-content .ncf-post-card--event .ncf-post-item-media {
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  #ncf-page-content .ncf-post-card--event .ncf-post-item-media {
    flex-shrink: 0;
    width: 46.551724%;
    width: 45%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
#ncf-page-content .ncf-post-card--event .ncf-entity-item-title:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
@media (max-width: 1440px) {
  #ncf-page-content .ncf-post-card--event .ncf-post-item-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 481px) {
  #ncf-page-content .ncf-post-card--event .ncf-post-item-info {
    flex: 1;
  }
}
#ncf-page-content .ncf-post-card--event .ncf-post-item-additional-info {
  color: #111111;
}
#ncf-page-content .ncf-post-card--event .ncf-card-event-details-row {
  display: flex;
  align-items: flex-start;
}
#ncf-page-content .ncf-post-card--event .ncf-card-event-details-row:not(:last-child) {
  margin-bottom: 15px;
}
.ncf-search-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px;
  background-color: #041E42;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in;
}
.ncf-search-block * {
  outline: none;
}
.ncf-search-block--header {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 3;
}
.ncf-search-block--header.search-visible {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 981px) {
  .ncf-search-block--header {
    display: none;
  }
}
.ncf-search-block .ncf-search-block-container {
  display: flex;
  align-items: center;
}
.ncf-search-block .ncf-search-block-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 25px;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
}
.ncf-search-block .ncf-search-block-close:hover, .ncf-search-block .ncf-search-block-close:focus {
  color: #8B7523;
}
.ncf-search-block .ncf-search-block-close:hover svg, .ncf-search-block .ncf-search-block-close:focus svg {
  transform: rotate(180deg);
}
.ncf-search-block .ncf-search-block-close svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.ncf-search-block .ncf-search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
.ncf-search-block .ncf-search-form label {
  flex: 1;
}
.ncf-search-block .ncf-search-form label .sr-only {
  color: #fff;
}
.ncf-search-block .ncf-search-input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 0 5px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.65);
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  outline: none;
  transition: border-color 0.25s ease-in;
}
@media (min-width: 1440.98px) {
  .ncf-search-block .ncf-search-input {
    font-size: clamp(18px, 0.3571428571vw + 12.8571428571px, 22px);
  }
}
.ncf-search-block .ncf-search-input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.ncf-search-block .ncf-search-input:focus {
  border-color: #fff;
}
.ncf-search-block .ncf-search-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
  padding: 0;
  color: #fff;
}
.ncf-search-block .ncf-search-submit-btn:hover, .ncf-search-block .ncf-search-submit-btn:focus {
  color: #B3A369;
  outline: 1px dotted #B3A369;
  outline-offset: 2px;
}
.ncf-search-block .ncf-search-submit-btn .ncf-search-submit-btn-icon {
  display: flex;
  width: 22px;
  height: 22px;
}
.ncf-search-block .ncf-search-submit-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.ncf-search-block--page {
  background: transparent;
}
.ncf-search-block--page:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
.ncf-search-block .ncf-search-block-results {
  width: 100%;
  padding: 15px;
  background-color: #F8F8F8;
  border-radius: 5px;
  /* Google CSE */
}
@media (min-width: 576.98px) {
  .ncf-search-block .ncf-search-block-results {
    padding: 30px;
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 {
  /* Results */
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-control-cse {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 form.gsc-search-box {
  font-size: inherit;
  margin: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 table.gsc-search-box {
  position: relative;
  margin: 0;
}
@media (max-width: 576px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 table.gsc-search-box tr {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-input-box {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 table.gsc-input {
  border-collapse: collapse;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 #gs_tti50 {
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 td.gsc-input {
  padding-right: 0;
}
@media (min-width: 576.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 td.gsc-input {
    padding-right: 12px;
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 input.gsc-input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 18px 20px !important;
  margin: 0 !important;
  height: 52px !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.3s ease-in;
}
@media (min-width: 1440.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 input.gsc-input {
    font-size: calc(15px + 0.05vw);
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 input.gsc-input:focus {
  border-color: #8B7523 !important;
  box-shadow: 0 0 0px 1px #8B7523;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsib_b {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  transform: translate(0, -50%);
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsst_a {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  padding: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAAXNSR0IArs4c6QAAAWpJREFUWAndmGEOwiAMhY1//Ou9vY+H8FLKMylhrGBpHyyThMBc+95Hh9nC5XLidk/sj9RvB6wBnvAGQ7ch4JX6O/Vn6ith4QVPeIOhCVtCInglbAkp3iqsBikJsyurQYr3Dhb7Qm5q4yzYHqRwgC03SwIb1u3pTszLtU/CXmEBAyvNgyakQNO16YIJeobmtxZMYaaW8qA4VZgOKeQRo0iu+A+NHkNPzhBUK3jEeCS25Rf63QogX0HyGqxH9ltOXZQFtgYrr5dACrkXdimkF/YQyFHYMORVHP95HN2n4ap6ijkKKf/6pbBeyKWwFkhUDV3AtHFqZa2QiBuJ9Wy9Zo7H2JPTBLDciBhGci1sOYZhxNDIQNqEacDU2rDOEKZr0gWLEtC0aUIFXD0Ne4QFaqLOtdvLndiB+XXL5XmaY8fTHOTiMWmwUz8eir2hbYPdaXMRv4FdBSn+JWwXUhJQWexZJK5u8IQ3GM7ZPqgwKEshiSLbAAAAAElFTkSuQmCC");
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gscb_a {
  display: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 td.gsc-search-button {
  width: 100%;
  max-width: 150px;
  margin: 0;
  align-self: center;
}
@media (min-width: 576.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 td.gsc-search-button {
    width: 60px;
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button {
  position: relative;
  margin: 0;
  height: auto;
  min-height: 40px;
}
@media (min-width: 576.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button {
    min-height: 52px;
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.71428 12.4286C9.8702 12.4286 12.4286 9.8702 12.4286 6.71428C12.4286 3.55837 9.8702 1 6.71428 1C3.55837 1 1 3.55837 1 6.71428C1 9.8702 3.55837 12.4286 6.71428 12.4286Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.0001 17.0001L10.7144 10.7144' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button img, .ncf-search-block .ncf-search-block-results #___gcse_0 button.gsc-search-button svg {
  display: none;
  color: #fff;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-positioningWrapper {
  display: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-above-wrapper-area {
  padding: 20px 0;
  border: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-result-info {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
}
@media (min-width: 1440.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-result-info {
    font-size: calc(16px + 0.05vw);
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-orderby-label {
  color: #111111;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-results {
  position: relative;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-result {
  position: relative;
  padding: 15px;
  background-color: #fefefe;
  border-radius: 5px;
  border: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-result:not(:last-child) {
  margin-bottom: 30px;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-result:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.05);
  visibility: visible;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-thumbnail-inside {
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 div.gs-title {
  font-weight: 700;
  font-size: inherit;
  color: #041E42;
  text-decoration: none;
  margin-bottom: 20px;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 a.gs-title {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #003087;
  text-decoration: underline;
  transition: all 0.35s ease-in;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 a.gs-title b {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 a.gs-title:hover, .ncf-search-block .ncf-search-block-results #___gcse_0 a.gs-title:focus {
  color: #8B7523;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-url-top {
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.35);
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl a {
  position: relative;
  color: inherit;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #003087;
  transition: all 0.3s ease-in;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl a:hover, .ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl a:focus {
  color: #003087;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl a:hover::before, .ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl a:focus::before {
  width: 100%;
  left: 0;
}
@media (min-width: 1440.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 .gs-visibleUrl {
    font-size: calc(13px + 0.05vw);
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-table-result {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-thumbnail {
  display: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 div.gs-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  color: inherit;
}
@media (min-width: 767.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 div.gs-title {
    font-size: 21px;
  }
}
@media (min-width: 981px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 div.gs-title {
    font-size: 23px;
  }
}
@media (min-width: 1199.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 div.gs-title {
    font-size: 25px;
  }
}
@media (min-width: 1440.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 div.gs-title {
    font-size: clamp(25px, 0.4464285714vw + 18.5714285714px, 30px);
    font-size: calc(25px + 0.05vw);
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gs-snippet {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
}
@media (min-width: 1440.98px) {
  .ncf-search-block .ncf-search-block-results #___gcse_0 .gs-snippet {
    font-size: calc(16px + 0.05vw);
  }
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-cursor-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-cursor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: inherit;
  fill: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-cursor-page {
  display: inline-block;
  margin: 0;
  padding: 10px 14px;
  background-color: #F8F8F8;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #111111;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-cursor-page:hover, .ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-cursor-page:focus {
  background-color: #8B7523;
  color: #fff;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #8B7523;
  font-weight: 700;
  color: #fff;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gcsc-more-maybe-branding-root > a {
  display: none;
}
.ncf-search-block .ncf-search-block-results #___gcse_0 .gcsc-branding {
  padding: 0;
}

body .socials-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
body .socials-list .socials-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body .socials-list .socials-list-item a:hover, body .socials-list .socials-list-item a:focus {
  background-color: #fff;
  color: #8B7523;
}
body .socials-list .socials-list-item .ncf-icon {
  display: inline-flex;
}
body .socials-list .socials-list-item:not(:last-child) {
  margin-right: 14px;
}
body .socials-list--card {
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 150px;
}
body .socials-list--card .socials-list-item:nth-child(3n) {
  margin-right: 0;
}
body .socials-list--card .socials-list-item a {
  background-color: #fff;
}
body .socials-list--header-meta {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 14px;
}
body .socials-list--header-meta .socials-list-item:not(:last-child) {
  margin-right: 0;
}
body .socials-list--header-meta .socials-list-item a {
  color: #111111;
  background-color: #F8F8F8;
}
body .socials-list--header-meta .socials-list-item a:hover, body .socials-list--header-meta .socials-list-item a:focus {
  background-color: #F8F8F8;
}
body .socials-list--header-meta .socials-list-item .ncf-icon svg {
  width: 100%;
  height: 100%;
}

body #ncf-page-content .breadcrumbs-nav:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .breadcrumbs-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
body #ncf-page-content .breadcrumbs-nav ul li {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .breadcrumbs-nav ul li {
    font-size: calc(13px + 0.05vw);
  }
}
body #ncf-page-content .breadcrumbs-nav ul li a {
  position: relative;
  color: inherit;
}
body #ncf-page-content .breadcrumbs-nav ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #003087;
  transition: all 0.3s ease-in;
}
body #ncf-page-content .breadcrumbs-nav ul li a:hover, body #ncf-page-content .breadcrumbs-nav ul li a:focus {
  color: #003087;
}
body #ncf-page-content .breadcrumbs-nav ul li a:hover::before, body #ncf-page-content .breadcrumbs-nav ul li a:focus::before {
  width: 100%;
  left: 0;
}
body #ncf-page-content .breadcrumbs-nav ul .breadcrumbs-sep {
  display: inline-block;
  margin: 0 5px;
  color: rgba(17, 17, 17, 0.35);
}

body #ncf-page-content .ncf-meta-block > .wp-block-group__inner-container,
body #ncf-page-content .ncf-meta-block .ncf-meta-block-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-meta-block > .wp-block-group__inner-container,
  body #ncf-page-content .ncf-meta-block .ncf-meta-block-grid {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col,
  body #ncf-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col {
    width: 21.2468193%;
    min-width: 167px;
    margin-right: 40px;
  }
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col--subnav,
  body #ncf-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col--subnav {
    width: 51.52671%;
  }
}
body #ncf-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col--share,
body #ncf-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col--share {
  margin-right: 0;
  align-self: flex-end;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col--share,
  body #ncf-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col--share {
    min-width: 65px;
    width: 8.26972%;
    margin-left: auto;
  }
}

body #ncf-page-content {
  /* Header Meta Info */
}
body #ncf-page-content .ncf-meta-info .ncf-meta-info-content {
  font-size: 14px;
  line-height: 1.4;
}
body #ncf-page-content .ncf-meta-block-item {
  /* Meta Block Title */
  /* Meta Block Content */
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-title {
  font-weight: 500;
  font-size: calc(15px + 0.05vw);
  line-height: 1.1;
  color: #111111;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-title {
    font-weight: 700;
  }
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-title:not(:last-child) {
  margin-bottom: 15px;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item:not(:last-child) {
  margin-bottom: 12px;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item--meeting:not(:only-child) {
  margin-top: 20px;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-label {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-label:not(:last-child) {
  margin-bottom: 4px;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val p {
  line-height: 1.4;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val p:not(:last-child) {
  margin-bottom: 7px;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:not(.base-btn) {
  font-weight: 700;
  font-size: calc(15px + 0.05vw);
  line-height: 1.4;
  color: #003087;
  word-break: break-all;
  background: linear-gradient(to bottom, #003087, #003087);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:not(.base-btn):hover, body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:not(.base-btn):focus {
  background-size: 100% 1px;
}
body #ncf-page-content .ncf-meta-block-item .ncf-meta-block-content-item-val a:not(.base-btn)::before {
  content: none;
  background-color: #003087;
}

body #ncf-page-content {
  /* Subnav */
}
body #ncf-page-content .ncf-meta-info .ncf-subnav-title,
body #ncf-page-content .ncf-subnav-block .ncf-subnav-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #111111;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-meta-info .ncf-subnav-title,
  body #ncf-page-content .ncf-subnav-block .ncf-subnav-title {
    font-weight: 700;
  }
}
@media (min-width: 1600px) {
  body #ncf-page-content .ncf-meta-info .ncf-subnav-title,
  body #ncf-page-content .ncf-subnav-block .ncf-subnav-title {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-meta-info .ncf-subnav-title:not(:last-child),
body #ncf-page-content .ncf-subnav-block .ncf-subnav-title:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-meta-info .ncf-subnav-title:not(:last-child),
  body #ncf-page-content .ncf-subnav-block .ncf-subnav-title:not(:last-child) {
    margin-bottom: 15px;
  }
}
body #ncf-page-content .ncf-subnav-block {
  max-width: 405px;
}
body #ncf-page-content .ncf-subnav-block .ncf-subnav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-subnav-block .ncf-subnav-list {
    padding-left: 12px;
    border-left: 3px solid #8B7523;
    flex-direction: column;
  }
}
body #ncf-page-content .ncf-subnav-block .ncf-subnav-list .ncf-subnav-item a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #003087;
}
@media (min-width: 1600px) {
  body #ncf-page-content .ncf-subnav-block .ncf-subnav-list .ncf-subnav-item a {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-subnav-block .ncf-subnav-list .ncf-subnav-item a::before {
  background-color: #003087;
}

body {
  /* Shortcode */
  /* Modal */
}
body .addtoany_shortcode .addtoany_list {
  line-height: 1;
}
body .addtoany_shortcode .addtoany_list a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8B7523;
}
body .addtoany_shortcode .addtoany_list a::before {
  background-color: #8B7523;
}
body .addtoany_shortcode .addtoany_list a::after {
  content: "";
  display: inline-block;
  background-image: url("../media/icons/icon__share.svg");
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-bottom: 1px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
body .a2a_overlay {
  background-color: rgba(17, 17, 17, 0.85);
}
body .a2a_menu {
  background-color: #fefefe;
  padding: 20px;
  margin-bottom: 10px;
}
body .a2a_menu#a2a_thanks .a2a_localize {
  color: #041E42;
}
body .a2a_menu .a2a_full_header .a2a_menu_find_container {
  border-color: #041E42;
}
body .a2a_menu .a2a_full_header .a2a_menu_find_container .a2a_svg svg {
  background-color: transparent;
}
body .a2a_menu .a2a_full_header .a2a_menu_find_container .a2a_svg svg path {
  fill: #041E42;
}
body .a2a_menu .a2a_full_services {
  scrollbar-width: thin;
  scrollbar-color: #003087;
}
body .a2a_menu .a2a_full_services::-webkit-scrollbar {
  width: 10px;
}
body .a2a_menu .a2a_full_services::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(0, 48, 135, 0.5);
}
body .a2a_menu .a2a_full_services::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #003087;
}
body .a2a_menu .a2a_full_services .a2a_i {
  border-radius: 5px;
  color: #041E42;
}
body .a2a_menu .a2a_full_services .a2a_i:empty {
  display: none;
}
body .a2a_menu .a2a_full_services .a2a_i:hover, body .a2a_menu .a2a_full_services .a2a_i:focus {
  background-color: rgba(0, 48, 135, 0.6);
  color: #fff;
}
body .a2a_menu .a2a_full_footer {
  display: none;
}

body #ncf-page-content blockquote {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 20px;
  width: 100%;
  background-color: #F8F8F8;
  border-left: 5px solid #003087;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}
@media (max-width: 669.98px) {
  body #ncf-page-content blockquote {
    flex-direction: column;
  }
}
body #ncf-page-content blockquote .wp-block-image {
  margin: 0;
}
body #ncf-page-content blockquote .alignleft,
body #ncf-page-content blockquote .alignright {
  float: none;
}
body #ncf-page-content blockquote img {
  max-width: 250px;
}
body #ncf-page-content blockquote > * {
  font-weight: 700;
  color: #003087;
}
body #ncf-page-content blockquote cite {
  width: 100%;
}
body #ncf-page-content blockquote .ncf-blockquote-media {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content blockquote .ncf-blockquote-media img {
  max-width: 100%;
}
@media (min-width: 669.98px) {
  body #ncf-page-content blockquote .ncf-blockquote-media {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
body #ncf-page-content blockquote .ncf-blockquote-media.ncf-aspect-auto .ncf-media-wrap {
  padding-bottom: 0;
  height: auto;
}
body #ncf-page-content blockquote .ncf-blockquote-media.ncf-aspect-auto .ncf-media-wrap > * {
  position: relative;
  height: auto;
}
body #ncf-page-content blockquote .ncf-blockquote-media.ncf-aspect-1-1 .ncf-media-wrap {
  padding-bottom: 100%;
}
body #ncf-page-content blockquote .ncf-blockquote-media.ncf-aspect-1-2 .ncf-media-wrap {
  padding-bottom: 115.817%;
}
body #ncf-page-content blockquote .ncf-blockquote-media.ncf-aspect-4-3 .ncf-media-wrap {
  padding-bottom: 75%;
}
body #ncf-page-content blockquote .ncf-blockquote-media.ncf-aspect-16-9 .ncf-media-wrap {
  padding-bottom: 56.25%;
}
body #ncf-page-content blockquote .ncf-blockquote-text {
  flex: 1;
}
@media (min-width: 669.98px) {
  body #ncf-page-content blockquote.image-right {
    flex-direction: row-reverse;
  }
}

body #ncf-page-content .ncf-wysiwyg-content {
  overflow: hidden;
}
body #ncf-page-content .ncf-wysiwyg-content h2, body #ncf-page-content .ncf-wysiwyg-content h3, body #ncf-page-content .ncf-wysiwyg-content h4, body #ncf-page-content .ncf-wysiwyg-content h5, body #ncf-page-content .ncf-wysiwyg-content h6,
body #ncf-page-content .ncf-wysiwyg-content .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-wysiwyg-content h2, body #ncf-page-content .ncf-wysiwyg-content h3, body #ncf-page-content .ncf-wysiwyg-content h4, body #ncf-page-content .ncf-wysiwyg-content h5, body #ncf-page-content .ncf-wysiwyg-content h6,
  body #ncf-page-content .ncf-wysiwyg-content .wp-block-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-wysiwyg-content h2:first-child, body #ncf-page-content .ncf-wysiwyg-content h3:first-child, body #ncf-page-content .ncf-wysiwyg-content h4:first-child, body #ncf-page-content .ncf-wysiwyg-content h5:first-child, body #ncf-page-content .ncf-wysiwyg-content h6:first-child,
body #ncf-page-content .ncf-wysiwyg-content .wp-block-heading:first-child {
  margin-top: 0;
}
body #ncf-page-content .ncf-wysiwyg-content h2:last-child, body #ncf-page-content .ncf-wysiwyg-content h3:last-child, body #ncf-page-content .ncf-wysiwyg-content h4:last-child, body #ncf-page-content .ncf-wysiwyg-content h5:last-child, body #ncf-page-content .ncf-wysiwyg-content h6:last-child,
body #ncf-page-content .ncf-wysiwyg-content .wp-block-heading:last-child {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-wysiwyg-content p:not(:last-child), body #ncf-page-content .ncf-wysiwyg-content ul:not(:last-child), body #ncf-page-content .ncf-wysiwyg-content ol:not(:last-child), body #ncf-page-content .ncf-wysiwyg-content blockquote:not(:last-child), body #ncf-page-content .ncf-wysiwyg-content table:not(:last-child), body #ncf-page-content .ncf-wysiwyg-content .wp-block-table:not(:last-child), body #ncf-page-content .ncf-wysiwyg-content .ncf-table-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-wysiwyg-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #ncf-page-content .ncf-wysiwyg-content ul li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
body #ncf-page-content .ncf-wysiwyg-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #003087;
}
body #ncf-page-content .ncf-wysiwyg-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-wysiwyg-content ul li ul {
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content ul li {
    font-size: calc(15px + 0.05vw);
  }
  body #ncf-page-content .ncf-wysiwyg-content ul li::before {
    top: calc((15px + 0.05vw) * 1.2 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-wysiwyg-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li;
}
body #ncf-page-content .ncf-wysiwyg-content ol > li::before {
  content: counter(li) ". ";
  counter-increment: li;
  padding-right: 2px;
  font-weight: 700;
  color: #003087;
}
body #ncf-page-content .ncf-wysiwyg-content ol li {
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
body #ncf-page-content .ncf-wysiwyg-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content ol li {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-wysiwyg-content ol li ol {
  margin: 7px 0;
}
body #ncf-page-content .ncf-wysiwyg-content ol li ol > li::before {
  content: counter(li, lower-latin) ". ";
}
body #ncf-page-content .ncf-wysiwyg-content a:not([class]) {
  font-weight: 700;
  color: #4164A4;
  text-decoration: underline;
}
body #ncf-page-content .ncf-wysiwyg-content a:not([class]):hover, body #ncf-page-content .ncf-wysiwyg-content a:not([class]):focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-wysiwyg-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.4885%;
  border-radius: 5px;
  background-color: #041E42;
  overflow: hidden;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed__wrapper::before {
  content: none;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  padding-bottom: 42.85%;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper {
  padding-bottom: 50%;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed:not(:last-child) {
  margin-bottom: 2.5em;
  margin-bottom: 20px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-wysiwyg-content .wp-block-embed:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-wysiwyg-content .alignleft,
body #ncf-page-content .ncf-wysiwyg-content .alignright,
body #ncf-page-content .ncf-wysiwyg-content .aligncenter,
body #ncf-page-content .ncf-wysiwyg-content .alignnone,
body #ncf-page-content .ncf-wysiwyg-content .align-left,
body #ncf-page-content .ncf-wysiwyg-content .align-right,
body #ncf-page-content .ncf-wysiwyg-content .align-center {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-wysiwyg-content .alignleft img,
body #ncf-page-content .ncf-wysiwyg-content .alignright img,
body #ncf-page-content .ncf-wysiwyg-content .aligncenter img,
body #ncf-page-content .ncf-wysiwyg-content .alignnone img,
body #ncf-page-content .ncf-wysiwyg-content .align-left img,
body #ncf-page-content .ncf-wysiwyg-content .align-right img,
body #ncf-page-content .ncf-wysiwyg-content .align-center img {
  display: block;
}
body #ncf-page-content .ncf-wysiwyg-content .alignleft,
body #ncf-page-content .ncf-wysiwyg-content .alignright,
body #ncf-page-content .ncf-wysiwyg-content .align-left,
body #ncf-page-content .ncf-wysiwyg-content .align-right {
  max-width: 300px;
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-wysiwyg-content .alignleft,
  body #ncf-page-content .ncf-wysiwyg-content .alignright,
  body #ncf-page-content .ncf-wysiwyg-content .align-left,
  body #ncf-page-content .ncf-wysiwyg-content .align-right {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 669.98px) {
  body #ncf-page-content .ncf-wysiwyg-content .alignleft,
  body #ncf-page-content .ncf-wysiwyg-content .align-left {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 669.98px) {
  body #ncf-page-content .ncf-wysiwyg-content .alignright,
  body #ncf-page-content .ncf-wysiwyg-content .align-right {
    float: right;
    margin-left: 20px;
  }
}
body #ncf-page-content .ncf-wysiwyg-content .aligncenter,
body #ncf-page-content .ncf-wysiwyg-content .align-center {
  text-align: center;
}
body #ncf-page-content .ncf-wysiwyg-content .aligncenter img,
body #ncf-page-content .ncf-wysiwyg-content .align-center img {
  margin-right: auto;
  margin-left: auto;
}
body #ncf-page-content .ncf-wysiwyg-content .alignnone img {
  width: 100%;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-wysiwyg-content figcaption {
  margin-bottom: 0;
  font-size: 80%;
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-chart table tr:first-child, body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-first-row-col-bg-secondary table tr:first-child {
  background-color: #8B7523;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-chart table tr:last-child td:first-child, body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-first-row-col-bg-secondary table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-chart table tr td:first-child, body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-first-row-col-bg-secondary table tr td:first-child {
  background-color: #8B7523;
  color: #fff;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-first-col-bg-secondary table tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-first-col-bg-secondary table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content .wp-block-table.ncf-table-first-col-bg-secondary table tr td:first-child {
  background-color: #8B7523;
  color: #fff;
}
body #ncf-page-content .ncf-wysiwyg-content .ncf-table-wrapper {
  overflow-y: auto;
}
body #ncf-page-content .ncf-wysiwyg-content table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #041E42;
  border-radius: 5px;
}
body #ncf-page-content .ncf-wysiwyg-content table tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content table tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content table tr:not(:last-child) th,
body #ncf-page-content .ncf-wysiwyg-content table tr:not(:last-child) td {
  border-bottom: 2px solid #041E42;
}
body #ncf-page-content .ncf-wysiwyg-content table tr:nth-child(even) {
  background-color: rgba(17, 17, 17, 0.075);
}
body #ncf-page-content .ncf-wysiwyg-content table tr:last-child td:only-child {
  border-right: 2px solid #041E42;
}
body #ncf-page-content .ncf-wysiwyg-content table thead tr th,
body #ncf-page-content .ncf-wysiwyg-content table thead tr td {
  border-bottom: 2px solid #041E42;
}
body #ncf-page-content .ncf-wysiwyg-content table thead tr:first-child th:first-child, body #ncf-page-content .ncf-wysiwyg-content table thead tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content table thead tr:first-child th:last-child, body #ncf-page-content .ncf-wysiwyg-content table thead tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
body #ncf-page-content .ncf-wysiwyg-content table th,
body #ncf-page-content .ncf-wysiwyg-content table td {
  padding: 10px;
  vertical-align: top;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-wysiwyg-content table th,
  body #ncf-page-content .ncf-wysiwyg-content table td {
    padding: 10px 20px;
  }
}
body #ncf-page-content .ncf-wysiwyg-content table th,
body #ncf-page-content .ncf-wysiwyg-content table thead td {
  border-width: 0;
  font-weight: 600;
  text-align: left;
  background-color: #8B7523;
  color: #fff;
}
body #ncf-page-content .ncf-wysiwyg-content table th:not(:last-child),
body #ncf-page-content .ncf-wysiwyg-content table thead td:not(:last-child) {
  border-right: 2px solid #041E42;
}
@media print {
  body #ncf-page-content .ncf-wysiwyg-content table th,
  body #ncf-page-content .ncf-wysiwyg-content table thead td {
    background-color: #fff;
    color: #111111;
    border: 2px solid #111111;
  }
}
body #ncf-page-content .ncf-wysiwyg-content table td {
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  line-height: 1.5;
}
body #ncf-page-content .ncf-wysiwyg-content table td:not(:last-child) {
  border-right: 2px solid #041E42;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content table td {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-wysiwyg-content table img {
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-wysiwyg-content--lg p,
body #ncf-page-content .ncf-wysiwyg-content--lg ul li,
body #ncf-page-content .ncf-wysiwyg-content--lg ol li,
body #ncf-page-content .ncf-wysiwyg-content--lg table td {
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--lg p,
  body #ncf-page-content .ncf-wysiwyg-content--lg ul li,
  body #ncf-page-content .ncf-wysiwyg-content--lg ol li,
  body #ncf-page-content .ncf-wysiwyg-content--lg table td {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--lg ul li::before {
  top: 9.4px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--lg ul li::before {
    top: calc((16px + 0.05vw) * 1.6 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--xl p,
body #ncf-page-content .ncf-wysiwyg-content--xl ul li,
body #ncf-page-content .ncf-wysiwyg-content--xl ol li,
body #ncf-page-content .ncf-wysiwyg-content--xl table td {
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--xl p,
  body #ncf-page-content .ncf-wysiwyg-content--xl ul li,
  body #ncf-page-content .ncf-wysiwyg-content--xl ol li,
  body #ncf-page-content .ncf-wysiwyg-content--xl table td {
    font-size: 20px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--xl p,
  body #ncf-page-content .ncf-wysiwyg-content--xl ul li,
  body #ncf-page-content .ncf-wysiwyg-content--xl ol li,
  body #ncf-page-content .ncf-wysiwyg-content--xl table td {
    font-size: calc(21px + 0.05vw);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--xl ul li::before {
  top: 6.5px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--xl ul li::before {
    top: 16.6px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--xl ul li::before {
    top: calc((21px + 0.05vw) * 1.1 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--page-content {
  font-size: 16px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--page-content {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--page-content p,
body #ncf-page-content .ncf-wysiwyg-content--page-content ul li,
body #ncf-page-content .ncf-wysiwyg-content--page-content ol li {
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--page-content p,
  body #ncf-page-content .ncf-wysiwyg-content--page-content ul li,
  body #ncf-page-content .ncf-wysiwyg-content--page-content ol li {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--page-content ul li::before {
  top: 9.4px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-wysiwyg-content--page-content ul li::before {
    top: calc((16px + 0.05vw) * 1.6 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-wysiwyg-content--page-content blockquote p {
  color: #003087;
}

body #ncf-page-content .ncf-contacts-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-items: stretch;
  row-gap: 25px;
  column-gap: 30px;
  padding: 0;
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-contacts-details {
    row-gap: 30px;
  }
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item {
  display: flex;
  flex-direction: column;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-inner:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-inner:not(:last-child) {
    margin-bottom: 30px;
  }
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-label,
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-link,
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info,
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info > * {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-label,
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-link,
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info,
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info > * {
    font-size: clamp(18px, 0.1785714286vw + 15.4285714286px, 20px);
  }
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-label {
  margin: 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.35);
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-label:not(:last-child) {
  margin-bottom: 6px;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-link a {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-link a:hover, body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-link a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info {
  color: #111111;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info p:not(:last-child) {
  margin-bottom: 6px;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info .ncf-contacts-detail-item-info-label {
  font-size: 14px;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info .ncf-contacts-detail-item-info-label {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info a {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info a:hover, body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info a:not(.base-btn) {
  word-break: break-word;
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item .ncf-contacts-detail-item-info:not(:last-child) {
    margin-bottom: 20px;
  }
}
body #ncf-page-content .ncf-contacts-details .ncf-contacts-detail-item--departments .ncf-contacts-detail-item-info:not(:last-child) {
  margin-bottom: 10px;
}

body #ncf-page-content .ncf-quick-links {
  height: 100%;
  padding: 25px;
  background-color: #F8F8F8;
  border-radius: 5px;
  /* With decorative element (img) */
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links {
    padding: 35px;
  }
}
@media (min-width: 1320px) {
  body #ncf-page-content .ncf-quick-links {
    padding: 50px;
  }
}
body #ncf-page-content .ncf-quick-links .wp-block-heading {
  margin: 0;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links .wp-block-heading {
    text-align: center;
  }
}
body #ncf-page-content .ncf-quick-links .wp-block-heading:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-quick-links p,
body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-text {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-quick-links p:not(:last-child),
body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-text:not(:last-child) {
  margin-bottom: 30px;
}
body #ncf-page-content .ncf-quick-links .wp-block-buttons,
body #ncf-page-content .ncf-quick-links .wp-block-uagb-buttons .uagb-buttons__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links .wp-block-buttons,
  body #ncf-page-content .ncf-quick-links .wp-block-uagb-buttons .uagb-buttons__wrap {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+1) .wp-block-button__link, body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+2) .wp-block-button__link {
    position: relative;
  }
  body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+1) .wp-block-button__link::before, body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+2) .wp-block-button__link::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(17, 17, 17, 0.1);
  }
  body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+1).link-btn--white .wp-block-button__link::before, body #ncf-page-content .ncf-quick-links .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+2).link-btn--white .wp-block-button__link::before {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
body #ncf-page-content .ncf-quick-links--quick-links .ncf-btns-grid {
  margin-top: 35px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links--quick-links .ncf-btns-grid {
    margin-top: 40px;
  }
}
body #ncf-page-content .ncf-quick-links--w-decor {
  position: relative;
}
body #ncf-page-content .ncf-quick-links--w-decor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("../media/img/decor_star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 576px), (min-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links--w-decor::before {
    width: 135px;
    height: 135px;
  }
}
body #ncf-page-content .ncf-quick-links--w-decor-lg::before {
  width: 160px;
  height: 160px;
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-quick-links--w-decor-lg::before {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links--w-decor-lg::before {
    width: 297px;
    height: 297px;
  }
}
body #ncf-page-content .ncf-quick-links--w-decor-bottom-left::before {
  top: unset;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
body #ncf-page-content .ncf-quick-links--light-text {
  color: #fff;
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-quick-links--pv-lg {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
body #ncf-page-content .ncf-quick-links--single {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-quick-links--single .wp-block-buttons {
    justify-content: flex-start;
  }
}
body #ncf-page-content .ncf-quick-links--single-xs {
  max-width: 786px;
}

body #ncf-page-content .ncf-contacts-block {
  height: 100%;
  padding: 25px;
  background-color: #F8F8F8;
  border-radius: 5px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-contacts-block {
    padding: 35px;
  }
}
@media (min-width: 1320px) {
  body #ncf-page-content .ncf-contacts-block {
    padding: 50px;
  }
}
body #ncf-page-content .ncf-contacts-block .wp-block-heading.ncf-section-two-cols-info-title:not(:last-child),
body #ncf-page-content .ncf-contacts-block .wp-block-heading.ncf-info-block-subtitle:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-contacts-block .ncf-info-block-subtitle {
  color: #8B7523;
}
body #ncf-page-content .ncf-contacts-block .wp-block-group.ncf-contacts-detail-item:not(:last-child) {
  margin-bottom: 30px;
}
body #ncf-page-content .ncf-contacts-block--single {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
body #ncf-page-content .ncf-contacts-block--single-xs {
  max-width: 786px;
}
body #ncf-page-content .ncf-contacts-block {
  /* Header */
  /* Media */
  /* Main Info */
  /* Modifiers */
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-title:not(:last-child), body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-title--separate {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-title--separate {
  width: 100%;
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-header .ncf-contacts-block-item-title {
  color: #917313;
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-header .ncf-contacts-block-item-title:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-header .ncf-contacts-block-item-position p {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-header .ncf-contacts-block-item-position p:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-header:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-media .ncf-media-wrap {
  padding-bottom: 134.3065%;
}
body #ncf-page-content .ncf-contacts-block .ncf-contacts-block-media .ncf-media-wrap img {
  object-position: top;
}
body #ncf-page-content .ncf-contacts-block .wp-block-group.ncf-contacts-detail,
body #ncf-page-content .ncf-contacts-block .ncf-contacts-detail {
  padding: 0;
  border: none;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 991.98px) {
  body #ncf-page-content .ncf-contacts-block .wp-block-group.ncf-contacts-detail,
  body #ncf-page-content .ncf-contacts-block .ncf-contacts-detail {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-contacts-block .wp-block-group.ncf-contacts-detail:nth-child(odd),
  body #ncf-page-content .ncf-contacts-block .ncf-contacts-detail:nth-child(odd) {
    width: 34.79166%;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-contacts-block .wp-block-group.ncf-contacts-detail:nth-child(even),
  body #ncf-page-content .ncf-contacts-block .ncf-contacts-detail:nth-child(even) {
    width: 56.875%;
  }
}
body #ncf-page-content .ncf-contacts-block.standalone {
  height: auto;
}
body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-details {
  justify-content: flex-start;
}
body #ncf-page-content .ncf-contacts-block.standalone .wp-block-group.ncf-contacts-detail,
body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-detail,
body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-detail-item {
  width: 100%;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-contacts-block.standalone .wp-block-group.ncf-contacts-detail,
  body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-detail,
  body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-detail-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-contacts-block.standalone .wp-block-group.ncf-contacts-detail,
  body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-detail,
  body #ncf-page-content .ncf-contacts-block.standalone .ncf-contacts-detail-item {
    width: calc((100% - 60px) / 3);
  }
}
body #ncf-page-content .ncf-contacts-block.has-image {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-contacts-block.has-image {
    flex-direction: column;
  }
}
body #ncf-page-content .ncf-contacts-block.has-image .ncf-contacts-block-media {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-contacts-block.has-image .ncf-contacts-block-media {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-contacts-block.has-image .ncf-contacts-block-media {
    width: 26.3461538%;
    margin-right: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-contacts-block.has-image .ncf-contacts-block-media {
    margin-right: 40px;
  }
}
body #ncf-page-content .ncf-contacts-block.has-image .ncf-contacts-block-info {
  flex: 1;
}
body #ncf-page-content .ncf-department-contacts-block {
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-department-contacts-block--xs {
  max-width: 786px;
}
body #ncf-page-content .ncf-department-contacts-block--sm {
  max-width: 980px;
}

body #ncf-page-content {
  /* Header */
}
body #ncf-page-content .ncf-entity-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-entity-list {
    gap: 40px;
  }
}
body #ncf-page-content .ncf-entity-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-entity-item {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  body #ncf-page-content .ncf-entity-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-entity-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  body #ncf-page-content .ncf-entity-item {
    flex-direction: column;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-entity-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  body #ncf-page-content .ncf-entity-item.has-image .ncf-entity-item-info-block--info {
    flex-direction: column;
  }
  body #ncf-page-content .ncf-entity-item.has-image .ncf-entity-item-info-details {
    width: 100%;
  }
}
body #ncf-page-content .ncf-entity-item--department .ncf-entity-item-info-block--info {
  max-width: 100%;
}
body #ncf-page-content .ncf-entity-item--board-member .ncf-entity-item-title {
  color: #917313;
}
body #ncf-page-content .ncf-entity-item--board-member .ncf-entity-item-info-block--info {
  max-width: 100%;
}
body #ncf-page-content .ncf-entity-item-img-wrap {
  width: 26.3461538%;
  margin-right: 20px;
}
body #ncf-page-content .ncf-entity-item-img-wrap .ncf-media-wrap {
  padding-bottom: 134.3065%;
}
body #ncf-page-content .ncf-entity-item-img-wrap .ncf-media-wrap img {
  object-position: top;
}
@media (max-width: 576px), (min-width: 641px) and (max-width: 991.98px) {
  body #ncf-page-content .ncf-entity-item-img-wrap {
    width: 100%;
    max-width: 240px;
    margin-bottom: 15px;
    margin-right: 0;
    align-self: center;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-entity-item-img-wrap {
    width: 26.3461538%;
  }
}
@media (min-width: 1440px) {
  body #ncf-page-content .ncf-entity-item-img-wrap {
    margin-right: 40px;
  }
}
body #ncf-page-content .ncf-entity-item-header:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-entity-item-info {
  flex: 1;
}
@media (min-width: 576px) and (max-width: 640px) {
  body #ncf-page-content .ncf-entity-item-info {
    flex-basis: 0;
  }
}
body #ncf-page-content .ncf-entity-item-info-block:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-entity-item-info-block--info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 15px;
  column-gap: 40px;
  max-width: 350px;
}
@media (max-width: 840px) {
  body #ncf-page-content .ncf-entity-item-info-block--info {
    flex-direction: column;
  }
}
body #ncf-page-content .ncf-entity-item-title {
  display: flex;
  align-items: center;
}
body #ncf-page-content .ncf-entity-item-title a {
  display: inline-flex;
  align-items: center;
  color: #003087;
}
body #ncf-page-content .ncf-entity-item-title a .ncf-entity-item-title-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.35s ease-in-out;
}
body #ncf-page-content .ncf-entity-item-title a:hover, body #ncf-page-content .ncf-entity-item-title a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-entity-item-title a:hover .ncf-entity-item-title-icon, body #ncf-page-content .ncf-entity-item-title a:focus .ncf-entity-item-title-icon {
  transform: translateX(3px);
}
body #ncf-page-content .ncf-entity-item-title:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-entity-item-position p {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-entity-item-position p:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-entity-item-info-details {
  width: calc((100% - 40px) / 2);
  line-height: 1.2;
}
@media (max-width: 840px) {
  body #ncf-page-content .ncf-entity-item-info-details {
    width: 100%;
  }
}
body #ncf-page-content .ncf-entity-item-info-details-label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.35);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-entity-item-info-details-label {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-entity-item-info-details-label:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-entity-item-info-details-item > * {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-entity-item-info-details-item > * {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-entity-item-info-details-item a {
  color: #003087;
  text-decoration: underline;
}
body #ncf-page-content .ncf-entity-item-info-details-item a:hover, body #ncf-page-content .ncf-entity-item-info-details-item a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-entity-item-info-details-item:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-entity-item.full {
  width: 100%;
}
body #ncf-page-content .ncf-entity-item--single {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-entity-item--single .ncf-entity-item-header {
  width: 100%;
}
body #ncf-page-content .ncf-entity-item--single .ncf-entity-item-body {
  width: 100%;
}
body #ncf-page-content .ncf-basic-info-card-block {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
body #ncf-page-content .ncf-basic-info-card-block:not(:last-child) {
  margin-bottom: 40px;
}
body #ncf-page-content .ncf-basic-info-card-block:not(.is-style-info-card-grid-item).ncf-width-xs {
  max-width: 786px;
}
body #ncf-page-content .ncf-basic-info-card-block:not(.is-style-info-card-grid-item).ncf-width-sm {
  max-width: 980px;
}
body #ncf-page-content .ncf-basic-info-card-block:not(.is-style-info-card-grid-item).ncf-width-auto {
  max-width: initial;
  width: auto;
}
body #ncf-page-content .ncf-basic-info-card-block.is-style-info-card-grid-item .wp-block-heading:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-basic-info-card-block.is-style-info-card-grid-item p:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-basic-info-card-block.is-style-info-card-grid-item .wp-block-image {
  position: relative;
}
body #ncf-page-content .ncf-basic-info-card-block.is-style-info-card-grid-item .wp-block-image::before {
  content: "";
  float: left;
  padding-top: 100%;
}
body #ncf-page-content .ncf-basic-info-card {
  padding: 30px;
  border-radius: 5px;
}
body #ncf-page-content .ncf-basic-info-card p, body #ncf-page-content .ncf-basic-info-card ul li, body #ncf-page-content .ncf-basic-info-card ol li {
  line-height: 1.5;
}
body #ncf-page-content .ncf-basic-info-card ul li::before {
  top: 7.1px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-basic-info-card ul li::before {
    top: calc((15px + 0.05vw) * 1.5 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-basic-info-card .wp-block-image {
  position: relative;
}
body #ncf-page-content .ncf-basic-info-card .wp-block-image::before {
  content: "";
  float: left;
  padding-top: 66.666%;
}
body #ncf-page-content .ncf-basic-info-card .wp-block-image::after {
  content: "";
  clear: left;
  display: table;
}
body #ncf-page-content .ncf-basic-info-card .wp-block-image:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-basic-info-card .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
body #ncf-page-content .ncf-basic-info-card .wp-block-buttons {
  gap: 20px;
}
body #ncf-page-content .ncf-basic-info-card a:not([class]) {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
body #ncf-page-content .ncf-basic-info-card a:not([class]):hover, body #ncf-page-content .ncf-basic-info-card a:not([class]):focus {
  color: #8B7523;
}

body #ncf-page-content .gform_wrapper {
  margin: 0;
}
body #ncf-page-content .gform_wrapper .gform_required_legend {
  display: none;
}
body #ncf-page-content .gform_wrapper .gform_validation_errors * {
  font-size: 16px;
}
body #ncf-page-content .gform_wrapper .gfield_validation_message {
  padding: 0;
  font-size: 16px;
  border: 0;
  background: transparent;
}
body #ncf-page-content .section-form-more-info .gform_wrapper .gfield--type-address .address_country {
  flex: 0 0 100%;
}
body #ncf-page-content .section-form-more-info .gform_wrapper .gfield {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body #ncf-page-content form label {
  display: inline-block;
}
body #ncf-page-content form label:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content form input,
body #ncf-page-content form select,
body #ncf-page-content form textarea {
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
}
body #ncf-page-content form input:focus,
body #ncf-page-content form select:focus,
body #ncf-page-content form textarea:focus {
  border-color: #8B7523;
  box-shadow: 0 0 0px 1px #8B7523;
}
body #ncf-page-content form input[type=search],
body #ncf-page-content form input[type=number],
body #ncf-page-content form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
body #ncf-page-content form select::after {
  content: none;
}
body #ncf-page-content form .ncf-form-input,
body #ncf-page-content form .ncf-form-select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  padding: 18px 20px;
  border-radius: 5px;
  background-color: #F8F8F8;
}
body #ncf-page-content form .ncf-form-select-wrap {
  position: relative;
}
body #ncf-page-content form .ncf-form-select {
  padding-top: 18px;
  padding-bottom: 18px;
}
body #ncf-page-content form .ncf-form-select-icon {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #111111;
  pointer-events: none;
  z-index: 2;
}
body #ncf-page-content form .ncf-form-select-icon svg {
  width: 15px;
  height: 15px;
}
body #ncf-page-content form .form-group--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body #ncf-page-content form .form-group:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content form.ncf-form--light .ncf-form-input,
body #ncf-page-content form.ncf-form--light .ncf-form-select {
  background-color: #fff;
}
body #ncf-page-content form#searchForm0 .form-group {
  margin-bottom: 0;
}
body #ncf-page-content form#searchForm0 label {
  display: none;
}
body #ncf-page-content form.bitpay-donate {
  padding-left: 5px;
  padding-right: 5px;
}
body #ncf-page-content .custom-form-wrap form .form_container {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 5px;
}
body #ncf-page-content .custom-form-wrap form .form_container input,
body #ncf-page-content .custom-form-wrap form .form_container select {
  height: 40px;
  margin-bottom: 10px;
  border-color: rgba(0, 48, 135, 0.21);
}
body #ncf-page-content .custom-form-wrap form .form_container textarea {
  margin-bottom: 10px;
  border-color: rgba(0, 48, 135, 0.21);
}
body #ncf-page-content .custom-form-wrap form .form_container input[type=search],
body #ncf-page-content .custom-form-wrap form .form_container input[type=number],
body #ncf-page-content .custom-form-wrap form .form_container select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}
body #ncf-page-content .custom-form-wrap form .form_container label br {
  display: none;
}
body #ncf-page-content .custom-form-wrap form button.form_button_submit {
  padding: 8px 19px 7px;
  border: 1px solid #003087 !important;
  border-radius: 5px;
  background-color: #003087 !important;
  color: #fff;
  text-align: center;
  transition: 0.3s all;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .custom-form-wrap form button.form_button_submit {
    padding: 10px 22px;
  }
}
body #ncf-page-content .custom-form-wrap form button.form_button_submit:hover {
  background-color: #041E42 !important;
}

body #ncf-page-content .ncf-pagination {
  display: flex;
  justify-content: center;
}
body #ncf-page-content .ncf-pagination:not(:only-child) {
  margin-top: 40px;
  margin-bottom: 40px;
}
body #ncf-page-content .ncf-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  padding: 0;
  margin: 0;
}
body #ncf-page-content .ncf-pagination .page-numbers li:not(:last-child) {
  margin-right: 10px;
}
body #ncf-page-content .ncf-pagination .page-numbers .page-numbers {
  display: inline-block;
  padding: 10px 14px;
  background-color: #fefefe;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-pagination .page-numbers .page-numbers svg {
  width: 15px;
  height: 15px;
}
body #ncf-page-content .ncf-pagination .page-numbers .page-numbers:not(.dots):hover, body #ncf-page-content .ncf-pagination .page-numbers .page-numbers:not(.dots):focus {
  background-color: #8B7523;
  color: #fff;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-pagination .page-numbers .page-numbers {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-pagination .page-numbers .page-numbers.next, body #ncf-page-content .ncf-pagination .page-numbers .page-numbers.prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
body #ncf-page-content .ncf-pagination .page-numbers .page-numbers.current {
  background-color: #8B7523;
  font-weight: 700;
  color: #fff;
}

#go_to_top_btn {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8B7523;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transform: rotate(-90deg);
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
}
#go_to_top_btn:hover {
  opacity: 1;
}

body #ncf-page-content .nav-anchor-list .uagb-container-inner-blocks-wrap {
  padding: 30px 0 !important;
}
body #ncf-page-content .nav-anchor-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 100px;
  list-style: none;
}
@media (max-width: 991.98px) {
  body #ncf-page-content .nav-anchor-list ul {
    gap: 20px 50px;
  }
}
body #ncf-page-content .nav-anchor-list ul li {
  margin: 0;
  padding: 0;
}
body #ncf-page-content .nav-anchor-list ul * {
  font-weight: 700;
  text-transform: uppercase;
}

/* Layouts */
.ncf-header {
  background-color: #041E42;
  font-family: "Roboto", sans-serif;
  user-select: none;
  /* Logo */
  /* Header Menu */
  /* More Button */
  /* Menu Button */
  /* Secondary Navigation (Buttons, Search) */
  /* Search Button */
  /* Mobile Menu Btn */
  /* Mobile Menu */
}
@media (max-width: 981px) {
  .ncf-header {
    padding: 13px 0;
  }
}
.ncf-header:not(.fixed-header) {
  top: -100px !important;
}
.ncf-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ncf-header .skip_link.skip_main {
  display: none;
}
.ncf-header .skip-banner {
  background-color: #0072ce;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 300;
  height: 0;
  overflow: hidden;
}
.ncf-header .skip-banner a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5em;
  background-color: #0072ce;
  border: none;
  display: block;
  overflow: hidden;
  margin: 0 0.5em;
  outline: none;
}
.ncf-header .skip-banner a:focus,
.ncf-header .skip-banner a:hover {
  outline: 2px dotted #fff;
}
.ncf-header .skip-banner:focus-within {
  height: auto;
  padding: 0.5em 0;
  overflow: visible;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .ncf-header .skip-banner a {
    padding: 0.75em;
    font-size: 1em;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ncf-header .skip-banner a {
    padding: 0.5em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .ncf-header .skip-banner a {
    padding: 0.25em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .ncf-header .skip-banner a {
    padding: 0.2em;
    font-size: 0.675em;
  }
}
.ncf-header .header-container {
  position: relative;
}
.ncf-header .header-row {
  display: flex;
  align-items: center;
  max-width: unset;
  width: 95%;
}
.ncf-header .logo-box {
  margin-right: 5px;
}
.ncf-header .logo-box .logo_link_label {
  display: none;
}
.ncf-header .logo-box .logo-img {
  display: inline-block;
}
.ncf-header .logo-box .logo-img img,
.ncf-header .logo-box .logo-img svg {
  display: block;
  width: 260px;
  max-width: 200px;
}
@media (min-width: 981px) {
  .ncf-header .logo-box .logo-img img,
  .ncf-header .logo-box .logo-img svg {
    width: 180px;
    max-width: 100%;
  }
}
@media (min-width: 1199.98px) {
  .ncf-header .logo-box .logo-img img,
  .ncf-header .logo-box .logo-img svg {
    width: 220px;
    max-width: 100%;
  }
}
@media (min-width: 1540px) {
  .ncf-header .logo-box .logo-img img,
  .ncf-header .logo-box .logo-img svg {
    width: 300px;
    max-width: 100%;
  }
}
.ncf-header .logo-box--multiple .logo-img {
  display: flex;
  align-items: center;
}
.ncf-header .logo-box--multiple .logo-img img:first-child,
.ncf-header .logo-box--multiple .logo-img svg:first-child {
  width: 35px;
  margin-right: 5px;
}
@media (min-width: 767.98px) {
  .ncf-header .logo-box--multiple .logo-img img:first-child,
  .ncf-header .logo-box--multiple .logo-img svg:first-child {
    width: 40px;
  }
}
@media (min-width: 1540px) {
  .ncf-header .logo-box--multiple .logo-img img:first-child,
  .ncf-header .logo-box--multiple .logo-img svg:first-child {
    width: 70px;
    margin-right: 8px;
  }
}
.ncf-header .logo-box--multiple .logo-img img:last-child,
.ncf-header .logo-box--multiple .logo-img svg:last-child {
  max-width: 100px;
}
@media (min-width: 981px) {
  .ncf-header .logo-box--multiple .logo-img img:last-child,
  .ncf-header .logo-box--multiple .logo-img svg:last-child {
    max-width: 90px;
  }
}
@media (min-width: 1199.98px) {
  .ncf-header .logo-box--multiple .logo-img img:last-child,
  .ncf-header .logo-box--multiple .logo-img svg:last-child {
    max-width: 100px;
  }
}
@media (min-width: 1540px) {
  .ncf-header .logo-box--multiple .logo-img img:last-child,
  .ncf-header .logo-box--multiple .logo-img svg:last-child {
    width: 214px;
    max-width: 100%;
  }
}
.ncf-header .header-main-nav {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 981px) {
  .ncf-header .header-main-nav {
    display: none;
  }
}
.ncf-header .ncf-header-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ncf-header .ncf-header-menu a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  transition: all 0.3s ease-in;
}
@media (min-width: 981px) and (max-width: 1060px) {
  .ncf-header .ncf-header-menu a {
    font-size: 13px;
  }
}
@media (min-width: 1540px) {
  .ncf-header .ncf-header-menu a {
    font-size: clamp(18px, 0.3571428571vw + 12.8571428571px, 22px);
  }
}
.ncf-header .ncf-header-menu a:hover, .ncf-header .ncf-header-menu a:focus {
  color: #B3A369;
}
@media (min-width: 981px) {
  .ncf-header .ncf-header-menu > .menu-item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 1199.98px) {
  .ncf-header .ncf-header-menu > .menu-item:not(:last-child) {
    margin-right: clamp(15px, 2.78vw, 40px);
  }
}
.ncf-header .ncf-header-menu > .menu-item > a {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-header-menu > .menu-item > a {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.ncf-header .ncf-header-menu > .menu-item > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 0;
  height: 3px;
  background-color: #B3A369;
  transition: all 0.3s ease-in;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-header-menu > .menu-item > a::before {
    bottom: 21px;
  }
}
.ncf-header .ncf-header-menu > .menu-item > a:hover::before, .ncf-header .ncf-header-menu > .menu-item > a:focus::before {
  width: 100%;
  left: 0;
}
.ncf-header .ncf-header-menu > .menu-item .sub-menu {
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in;
}
@media (min-width: 981px) {
  .ncf-header .ncf-header-menu > .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    top: calc(100% - 20px);
    right: 0;
    width: 100%;
    min-width: 148px;
    padding: 15px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(4, 30, 66, 0.2);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
  }
  .ncf-header .ncf-header-menu > .menu-item .sub-menu a {
    display: block;
    color: #111111;
  }
  .ncf-header .ncf-header-menu > .menu-item .sub-menu a:hover, .ncf-header .ncf-header-menu > .menu-item .sub-menu a:focus {
    color: #B3A369;
    border: 1px dotted #041E42;
  }
  .ncf-header .ncf-header-menu > .menu-item .sub-menu > .menu-item {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ncf-header .ncf-header-menu > .menu-item .sub-menu > .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.ncf-header .ncf-header-menu > .menu-item.menu-item-has-children {
  position: relative;
}
.ncf-header .ncf-header-menu > .menu-item.menu-item-has-children:hover .sub-menu, .ncf-header .ncf-header-menu > .menu-item.menu-item-has-children:focus .sub-menu {
  opacity: 1;
  pointer-events: initial;
}
.ncf-header .ncf-header-menu > .menu-item.current-menu-item > a {
  color: #B3A369;
}
.ncf-header .ncf-header-menu > .menu-item.current-menu-item > a::before {
  width: 100%;
  left: 0;
}
.ncf-header .ncf-header-menu > .menu-item.ncf-menu-more > a {
  display: flex;
  align-items: center;
}
.ncf-header .ncf-header-menu > .menu-item.ncf-menu-more > a .ncf-menu-item-icon {
  display: inline-flex;
  align-items: center;
}
.ncf-header .ncf-header-menu > .menu-item.ncf-menu-more > a svg {
  width: 4px;
  height: 16px;
  margin-left: 6px;
}
.ncf-header .ncf-header-menu > .menu-item.ncf-menu-more > a::before {
  content: none;
}
.ncf-header .ncf-menu-btn {
  display: inline-flex;
  align-items: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  transition: all 0.2s ease-in;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn {
    font-size: clamp(18px, 0.3571428571vw + 12.8571428571px, 22px);
  }
}
.ncf-header .ncf-menu-btn:hover, .ncf-header .ncf-menu-btn:focus {
  color: #B3A369;
}
.ncf-header .ncf-menu-btn:hover .ncf-menu-btn__icon span, .ncf-header .ncf-menu-btn:focus .ncf-menu-btn__icon span {
  transform: translateY(-1px);
}
.ncf-header .ncf-menu-btn:hover .ncf-menu-btn__icon span::before, .ncf-header .ncf-menu-btn:focus .ncf-menu-btn__icon span::before {
  transform: translateY(1px);
}
.ncf-header .ncf-menu-btn:hover .ncf-menu-btn__icon span::after, .ncf-header .ncf-menu-btn:focus .ncf-menu-btn__icon span::after {
  transform: translateY(2px);
}
.ncf-header .ncf-menu-btn:hover .ncf-menu-btn__icon span,
.ncf-header .ncf-menu-btn:hover .ncf-menu-btn__icon span::before,
.ncf-header .ncf-menu-btn:hover .ncf-menu-btn__icon span::after, .ncf-header .ncf-menu-btn:focus .ncf-menu-btn__icon span,
.ncf-header .ncf-menu-btn:focus .ncf-menu-btn__icon span::before,
.ncf-header .ncf-menu-btn:focus .ncf-menu-btn__icon span::after {
  background-color: #B3A369;
}
.ncf-header .ncf-menu-btn > span {
  display: inline-block;
}
.ncf-header .ncf-menu-btn__icon {
  margin-top: 2px;
  margin-left: 6px;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn__icon {
    margin-top: 4px;
  }
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn__icon {
    font-size: clamp(18px, 0.3571428571vw + 12.8571428571px, 22px);
  }
}
.ncf-header .ncf-menu-btn__icon span {
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn__icon span {
    width: 6px;
    height: 6px;
  }
}
.ncf-header .ncf-menu-btn__icon span::before, .ncf-header .ncf-menu-btn__icon span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn__icon span::before, .ncf-header .ncf-menu-btn__icon span::after {
    width: 6px;
    height: 6px;
  }
}
.ncf-header .ncf-menu-btn__icon span::before {
  top: 6px;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn__icon span::before {
    top: 8px;
  }
}
.ncf-header .ncf-menu-btn__icon span::after {
  top: 12px;
}
@media (min-width: 1540px) {
  .ncf-header .ncf-menu-btn__icon span::after {
    top: 16px;
  }
}
.ncf-header .header-secondary-nav-wrap {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
@media (max-width: 981px) {
  .ncf-header .header-secondary-nav-wrap {
    margin-left: auto;
  }
}
.ncf-header .header-search-btn {
  display: flex;
}
.ncf-header .header-search-btn:hover .ncf-search-btn-icon, .ncf-header .header-search-btn:focus .ncf-search-btn-icon {
  color: #B3A369;
}
.ncf-header .header-search-btn:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 981px) and (max-width: 1199.98px) {
  .ncf-header .header-search-btn:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 981px) {
  .ncf-header .header-search-btn {
    display: none;
  }
}
@media (min-width: 1540px) {
  .ncf-header .ncf-search-btn-icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 510px) {
  .ncf-header .header-secondary-nav {
    display: none;
  }
}
.ncf-header .ncf-header-secondary-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.ncf-header .ncf-header-secondary-nav > .menu-item:not(:first-child) {
  margin-left: 10px;
}
.ncf-header .ncf-menu-btn-mobile {
  margin-left: 10px;
}
@media (min-width: 981px) {
  .ncf-header .ncf-menu-btn-mobile {
    display: none;
  }
}
.ncf-header .ncf-menu-btn-mobile:focus-visible {
  outline: 2px dotted white;
  outline-offset: 2px;
}
.ncf-header .ncf-menu-btn-mobile__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 35px;
  position: relative;
  pointer-events: none;
}
.ncf-header .ncf-menu-btn-mobile__icon span {
  width: 32px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  transform-origin: left center;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.ncf-header .ncf-menu-btn-mobile__icon span:not(:last-child) {
  margin-bottom: 7px;
}
.ncf-header .ncf-menu-btn-mobile__icon span:nth-child(2) {
  transform-origin: center;
}
.ncf-header .ncf-menu-btn-mobile.active .ncf-menu-btn-mobile__icon span:nth-child(1) {
  transform: rotate(45deg) translateX(3px) translateY(-5px);
}
.ncf-header .ncf-menu-btn-mobile.active .ncf-menu-btn-mobile__icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.ncf-header .ncf-menu-btn-mobile.active .ncf-menu-btn-mobile__icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(4px) translateX(3px);
}
.ncf-header .ncf-mobile-nav-wrap {
  display: none;
  position: fixed;
  top: 0;
  top: 66px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.85);
  pointer-events: none;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .ncf-header .ncf-mobile-nav-wrap {
    top: 61px;
  }
}
.ncf-header .ncf-mobile-nav-wrap.open {
  pointer-events: initial;
  opacity: 1;
  display: block;
}
.ncf-header .ncf-mobile-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: calc(100vh - 61px);
  width: 300px;
  max-width: 90%;
  padding: 20px 20px 100px 20px;
  transform: translateX(100%);
  background-color: #041E42;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in;
}
@media (min-width: 481px) {
  .ncf-header .ncf-mobile-nav {
    max-width: 100%;
  }
}
.ncf-header .ncf-mobile-nav::-webkit-scrollbar {
  width: 7px;
}
.ncf-header .ncf-mobile-nav::-webkit-scrollbar-track {
  background: #d0b244;
  border-radius: 5px;
}
.ncf-header .ncf-mobile-nav::-webkit-scrollbar-thumb {
  background: #8B7523;
  border-radius: 5px;
}
.ncf-header .ncf-mobile-nav.open {
  transform: translate(0);
  opacity: 1;
  pointer-events: initial;
}
.ncf-header .ncf-mobile-nav .ncf-mobile-nav-section:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ncf-header .ncf-mobile-nav .ncf-mobile-nav-section.ncf-mobile-nav-body:not(:last-child) {
  padding-bottom: 10px;
}
.ncf-header .ncf-mobile-nav .ncf-search-block {
  display: block;
  position: relative;
  padding: 0;
  transform: none;
  opacity: 1;
}
.ncf-header .ncf-mobile-nav .ncf-search-block .ncf-search-block-container {
  max-width: 100%;
  width: 100%;
}
.ncf-header .ncf-mobile-nav .ncf-search-block .ncf-search-block-close {
  display: none;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu {
  display: block;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu a {
  padding: 0 0 10px 0;
  font-size: 16px;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 11px;
  width: 0;
  height: 2px;
  background-color: #B3A369;
  transition: all 0.3s ease-in;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu a:hover::before, .ncf-header .ncf-mobile-nav .ncf-header-menu a:focus::before {
  width: 100%;
  left: 0;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu > .menu-item {
  display: block;
  text-align: center;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu > .menu-item:not(:last-child) {
  margin-bottom: 7px;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu > .menu-item.ncf-menu-more {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.ncf-header .ncf-mobile-nav .ncf-header-menu > .menu-item.ncf-menu-more > a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  justify-content: center;
}
.ncf-header .ncf-mobile-nav .ncf-header-secondary-nav {
  margin-top: auto;
  justify-content: center;
  gap: 10px;
}
.ncf-header .ncf-mobile-nav .ncf-header-secondary-nav .menu-item {
  margin-left: 0;
}

body.admin-bar .ncf-header .ncf-mobile-nav-wrap {
  top: 98px;
}
@media (max-width: 786px) {
  body.admin-bar .ncf-header .ncf-mobile-nav-wrap {
    top: 107px;
  }
}
@media (max-width: 600px) {
  body.admin-bar .ncf-header.fixed-header .ncf-mobile-nav-wrap {
    top: 61px;
  }
}
body.admin-bar .ncf-header .ncf-mobile-nav {
  max-height: calc(100vh - 32px);
}
@media (max-width: 786px) {
  body.admin-bar .ncf-header .ncf-mobile-nav {
    max-height: calc(100vh - 46px);
  }
}

#ncf-page-content .ncf-section-banner-cta {
  position: relative;
  width: 100%;
  gap: 0;
}
#ncf-page-content .ncf-banner-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 260px;
  padding: 31px 15px;
  border-radius: 5px;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-banner-cta {
    padding: 37px 20px;
  }
}
#ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container {
    max-width: 550px;
  }
}
#ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container .wp-block-heading {
  margin: 0;
  color: #fff;
}
#ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container .wp-block-heading:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container p {
  margin: 0;
}
#ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container p:not(:last-child) {
  margin-bottom: 20px;
}
#ncf-page-content .ncf-banner-cta .wp-block-cover__inner-container .wp-block-buttons {
  justify-content: center;
  text-align: center;
}

#ncf-page-content .ncf-section-two-cols {
  width: 100%;
  /* Info variation column content */
  /* Media variation column content */
  /* Community Section */
  /* Visit Section */
}
#ncf-page-content .ncf-section-two-cols .uagb-container-inner-blocks-wrap,
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 0;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .uagb-container-inner-blocks-wrap--reverse-sm-down,
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-row--reverse-sm-down {
    flex-direction: column-reverse;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-row {
  width: 100%;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-item {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-item {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-item:nth-child(2n) {
    margin-right: 0;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-item:not(.ncf-section-two-cols-item--media) .wp-block-group__inner-container {
  height: 100%;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info {
  height: 100%;
  padding: 25px;
  background-color: #F8F8F8;
  border-radius: 5px;
  /* With decorative element (img) */
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info {
    padding: 35px;
  }
}
@media (min-width: 1320px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info {
    padding: 50px;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-heading {
  margin: 0;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-heading {
    text-align: center;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-heading:not(:last-child) {
  margin-bottom: 20px;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-heading a:not([class]) {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-heading a:not([class]):hover, #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-heading a:not([class]):focus {
  color: #8B7523;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info p,
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-text {
  color: rgba(17, 17, 17, 0.65);
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info p:not(:last-child),
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-text:not(:last-child) {
  margin-bottom: 30px;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info p a:not([class]),
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-text a:not([class]) {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info p a:not([class]):hover, #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info p a:not([class]):focus,
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-text a:not([class]):hover,
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-text a:not([class]):focus {
  color: #8B7523;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .wp-block-buttons {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+1) .wp-block-button__link, #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+2) .wp-block-button__link {
    position: relative;
  }
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+1) .wp-block-button__link::before, #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+2) .wp-block-button__link::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(17, 17, 17, 0.1);
  }
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+1).link-btn--white .wp-block-button__link::before, #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info .ncf-section-two-cols-info-btns--grid .wp-block-buttons .wp-block-button:nth-child(4n+2).link-btn--white .wp-block-button__link::before {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--contacts .wp-block-heading.ncf-section-two-cols-info-title:not(:last-child),
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--contacts .wp-block-heading.ncf-info-block-subtitle:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--contacts .ncf-info-block-subtitle {
  color: #8B7523;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--quick-links .ncf-btns-grid {
  margin-top: 35px;
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--quick-links .ncf-btns-grid {
    margin-top: 40px;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor {
  position: relative;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url("../media/img/decor_star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 576px), (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor::before {
    width: 135px;
    height: 135px;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor-lg::before {
  width: 160px;
  height: 160px;
}
@media (min-width: 576px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor-lg::before {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor-lg::before {
    width: 297px;
    height: 297px;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--w-decor-bottom-left::before {
  top: unset;
  bottom: 0;
  left: 0;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--light-text {
  color: #fff;
}
@media (min-width: 991.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-info--pv-lg {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-media {
  background-color: #F8F8F8;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-media--img {
  display: block;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-media--img {
    height: 0;
    padding-top: 50.847457%;
  }
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-media--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  background-color: #F8F8F8;
  border-radius: 5px;
}
#ncf-page-content .ncf-section-two-cols .ncf-section-two-cols-media--img.ncf-object-p-center img {
  object-position: center;
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--community .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid) {
    max-width: 470px;
    margin-left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--community .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid) {
    text-align: center;
  }
}
#ncf-page-content .ncf-section-two-cols--community .ncf-section-two-cols-info > .wp-block-group__inner-container > .ncf-quick-links-buttons {
  max-width: 100%;
}
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid), #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid) {
  max-width: 440px;
  margin-left: 0 !important;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid), #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid) {
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info > .wp-block-group__inner-container > .ncf-quick-links-buttons, #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info > .wp-block-group__inner-container > .ncf-quick-links-buttons {
  max-width: 100%;
}
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .wp-block-heading:not(:last-child), #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .wp-block-heading:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info p:not(:last-child),
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .ncf-section-two-cols-info-text:not(:last-child), #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info p:not(:last-child),
#ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .ncf-section-two-cols-info-text:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info p,
  #ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .ncf-section-two-cols-info-text, #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info p,
  #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .ncf-section-two-cols-info-text {
    text-align: center;
  }
}
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .ncf-btns-grid,
#ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .ncf-quick-links-buttons, #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .ncf-btns-grid,
#ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .ncf-quick-links-buttons {
  margin-top: 35px;
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .ncf-btns-grid,
  #ncf-page-content .ncf-section-two-cols--visit .ncf-section-two-cols-info .ncf-quick-links-buttons, #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .ncf-btns-grid,
  #ncf-page-content .ncf-section-two-cols--base .ncf-section-two-cols-info .ncf-quick-links-buttons {
    margin-top: 57px;
  }
}
#ncf-page-content .ncf-section-two-cols--base-w-100 .ncf-section-two-cols-info > .wp-block-group__inner-container > *:not(.ncf-btns-grid) {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--img-first .ncf-section-two-cols-item {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  #ncf-page-content .ncf-section-two-cols--img-first .ncf-section-two-cols-item--media {
    order: 1;
  }
}
#ncf-page-content .ncf-section-two-cols--img-h .ncf-section-two-cols-media--img {
  padding-top: 56.25%;
}
#ncf-page-content .ncf-section-two-cols--text-valign-center .ncf-section-two-cols-info > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ncf-page-content .section-two-cols-fullwidth-bg .uagb-container-inner-blocks-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 991.98px) {
  #ncf-page-content .section-two-cols-fullwidth-bg .uagb-container-inner-blocks-wrap {
    flex-direction: column;
    gap: 30px !important;
  }
}
#ncf-page-content .section-two-cols-fullwidth-bg .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
  width: calc(50% - 25px);
  max-width: 100%;
  padding: 0;
}
@media (max-width: 991.98px) {
  #ncf-page-content .section-two-cols-fullwidth-bg .uagb-container-inner-blocks-wrap .wp-block-uagb-container {
    width: 100%;
  }
}
#ncf-page-content .section-two-cols-fullwidth-bg iframe {
  border-radius: 5px;
  overflow: hidden;
}
#ncf-page-content .section-two-cols-fullwidth-bg p {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .section-two-cols-fullwidth-bg p {
    font-size: calc(16px + 0.05vw);
  }
}

#ncf-page-content {
  /* Card Item */
}
#ncf-page-content .ncf-section-cards > .uagb-container-inner-blocks-wrap {
  display: block;
}
#ncf-page-content .ncf-cards-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  /* 3 columns */
  /* 4 columns or more */
}
#ncf-page-content .ncf-cards-grid:not(:last-child) {
  margin-bottom: 20px;
}
#ncf-page-content .ncf-cards-grid:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(17, 17, 17, 0.05);
}
#ncf-page-content .ncf-cards-grid .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid .ncf-basic-info-card-block {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 481px) and (max-width: 639px), (min-width: 981px) {
  #ncf-page-content .ncf-cards-grid .ncf-cards-grid-col > .wp-block-group__inner-container,
  #ncf-page-content .ncf-cards-grid .ncf-cards-grid-col .ncf-card--horizontal,
  #ncf-page-content .ncf-cards-grid .ncf-cards-grid-col .ncf-card--horizontal .wp-block-group__inner-container,
  #ncf-page-content .ncf-cards-grid .ncf-basic-info-card-block > .wp-block-group__inner-container,
  #ncf-page-content .ncf-cards-grid .ncf-basic-info-card-block .ncf-card--horizontal,
  #ncf-page-content .ncf-cards-grid .ncf-basic-info-card-block .ncf-card--horizontal .wp-block-group__inner-container {
    height: 100%;
  }
}
#ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block {
  position: relative;
}
@media (min-width: 481px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block::before, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block::before {
    content: none;
    position: absolute;
    right: -11px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block::after {
    content: none;
    content: "";
    position: absolute;
    left: 0;
    top: -18.5px;
    height: 2px;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:last-child::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:last-child::after {
    width: calc(100% + 11px);
  }
}
@media (min-width: 481px) and (max-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(-n+2)::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(-n+2)::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(-n+2)::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(-n+2)::after {
    content: none;
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(2n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(2n+1):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(2n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(2n+1):not(:last-child)::before {
    content: "";
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(2n+2)::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: -40px;
  }
}
@media (min-width: 481px) and (max-width: 669.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(2n+2)::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(2n+2)::after {
    width: calc(100% + 20px);
    left: -20px;
  }
}
@media (min-width: 669.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block::before, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block::before {
    right: -21px;
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:last-child::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:last-child::after {
    width: calc(100% + 21px);
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block {
    /* For 3 columns */
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block::after {
    width: calc(100% + 40px);
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(3n+1):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(3n+2):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(3n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(3n+2):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(3n+1):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(3n+2):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(3n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(3n+2):not(:last-child)::before {
    content: "";
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(-n+3)::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(-n+3)::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(-n+3)::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(-n+3)::after {
    content: none;
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(3n+3)::after,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(3n+3)::after, #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(3n+3)::after,
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(3n+3)::after {
    width: 100%;
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(3n),
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(3n), #ncf-page-content .ncf-cards-grid--max-col .ncf-cards-grid-col:nth-child(3n),
  #ncf-page-content .ncf-cards-grid--max-col .ncf-basic-info-card-block:nth-child(3n) {
    margin-right: 0;
  }
}
#ncf-page-content .ncf-cards-grid--two-col {
  gap: 35px 0;
}
#ncf-page-content .ncf-cards-grid--two-col .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid--two-col .ncf-basic-info-card-block {
  width: 100%;
}
@media (min-width: 640px) {
  #ncf-page-content .ncf-cards-grid--two-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--two-col .ncf-basic-info-card-block {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  #ncf-page-content .ncf-cards-grid--two-col .ncf-cards-grid-col:nth-child(2n),
  #ncf-page-content .ncf-cards-grid--two-col .ncf-basic-info-card-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--two-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--two-col .ncf-basic-info-card-block {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
}
#ncf-page-content .ncf-cards-grid--2-col {
  gap: 35px 0;
}
#ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block {
  position: relative;
  width: 100%;
}
@media (min-width: 481px) {
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block::before {
    content: none;
    position: absolute;
    right: -11px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block::after {
    content: none;
    content: "";
    position: absolute;
    left: 0;
    top: -18.5px;
    height: 2px;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:last-child::after {
    width: calc(100% + 21px);
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:nth-child(-n+2)::after,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:nth-child(-n+2)::after {
    content: none;
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:nth-child(2n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:nth-child(2n+1):not(:last-child)::before {
    content: "";
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:nth-child(2n+2)::after {
    width: calc(100% + 20px);
    left: -20px;
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:nth-child(2n),
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 669.98px) {
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block::before {
    right: -21px;
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:last-child::after {
    width: calc(100% + 20px);
  }
  #ncf-page-content .ncf-cards-grid--2-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--2-col .ncf-basic-info-card-block:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: -40px;
  }
}
#ncf-page-content .ncf-cards-grid--3-col {
  gap: 35px 0;
}
#ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block {
  width: 100%;
}
@media (min-width: 481px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(2n),
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 669.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block {
    width: calc((100% - 80px) / 3);
    max-width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  #ncf-page-content .ncf-cards-grid--3-col .ncf-cards-grid-col:nth-child(3n),
  #ncf-page-content .ncf-cards-grid--3-col .ncf-basic-info-card-block:nth-child(3n) {
    margin-right: 0;
  }
}
#ncf-page-content .ncf-cards-grid--4-col {
  gap: 35px 0;
}
#ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col,
#ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block {
  position: relative;
  width: 100%;
}
@media (min-width: 481px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block::before {
    content: none;
    position: absolute;
    right: -11px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block::after {
    content: none;
    content: "";
    position: absolute;
    left: 0;
    top: -18.5px;
    height: 2px;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.05);
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:last-child::after {
    width: calc(100% + 11px);
  }
}
@media (min-width: 481px) and (max-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(-n+2)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(-n+2)::after {
    content: none;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(2n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(2n+1):not(:last-child)::before {
    content: "";
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: -40px;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(2n),
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 669.98px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(2n+2)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(2n+2)::after {
    width: calc(100% + 20px);
    left: -20px;
  }
}
@media (min-width: 669.98px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block::before {
    right: -21px;
  }
}
@media (min-width: 767.98px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block {
    width: calc((100% - 80px) / 3);
    max-width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block::after {
    width: calc(100% + 40px);
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:last-child::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:last-child::after {
    width: calc(100% + 21px);
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block {
    /* For 3 columns */
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(3n+1):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(3n+2):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(3n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(3n+2):not(:last-child)::before {
    content: "";
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(-n+3)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(-n+3)::after {
    content: none;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(3n+3)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(3n+3)::after {
    width: 100%;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(3n),
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 991.98px) {
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block {
    width: calc((100% - 120px) / 4);
    max-width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(4n+1):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(4n+2):not(:last-child)::before, #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(4n+3):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(4n+1):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(4n+2):not(:last-child)::before,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(4n+3):not(:last-child)::before {
    content: "";
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(-n+4)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(-n+4)::after {
    content: none;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(4n+4)::after,
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(4n+4)::after {
    width: 100%;
  }
  #ncf-page-content .ncf-cards-grid--4-col .ncf-cards-grid-col:nth-child(4n),
  #ncf-page-content .ncf-cards-grid--4-col .ncf-basic-info-card-block:nth-child(4n) {
    margin-right: 0;
  }
}
#ncf-page-content .ncf-card {
  /* Basic card */
  /* Horizontal card */
  /* Grey Background */
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  /* Card Info */
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  border-radius: 5px;
  overflow: hidden;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media .ncf-card-media-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media .ncf-card-media-wrap::before {
  content: "";
  float: left;
  padding-top: 66.666%;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media .ncf-card-media-wrap::after {
  content: "";
  clear: left;
  display: table;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media a:hover img, #ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media a:focus img {
  transform: scale(1.05);
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-media img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  background-color: #F8F8F8;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info {
  flex: 1;
  align-self: center;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container {
  flex-direction: column;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .ncf-card-subtitle {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.35);
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .ncf-card-subtitle:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .ncf-card-subtitle {
    font-size: 14px;
  }
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .wp-block-heading {
  color: #111111;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .wp-block-heading:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .ncf-card-text {
  color: rgba(17, 17, 17, 0.65);
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .ncf-card-text:not(:last-child) {
  margin-bottom: 20px;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container p a:not([class]) {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container p a:not([class]):hover, #ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container p a:not([class]):focus {
  color: #8B7523;
}
#ncf-page-content .ncf-card > .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
#ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container {
  /* Card Info */
}
@media (max-width: 480px) {
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media,
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-info {
    width: 100%;
  }
}
#ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media {
  margin: 0;
  min-height: 180px;
}
@media (max-width: 480px), (min-width: 640px) and (max-width: 980px) {
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media .ncf-card-media-wrap {
    position: relative;
  }
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media .ncf-card-media-wrap::before {
    content: "";
    float: left;
    padding-top: 66.666%;
  }
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media .ncf-card-media-wrap::after {
    content: "";
    clear: left;
    display: table;
  }
}
@media (min-width: 480px) {
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media {
    flex-shrink: 0;
    width: 46.551724%;
    margin-right: 20px;
  }
}
@media (max-width: 480px), (min-width: 640px) and (max-width: 980px) {
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-media {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
#ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-info {
  flex: 1;
  align-self: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 480px), (min-width: 640px) and (max-width: 980px) {
  #ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#ncf-page-content .ncf-card--horizontal .wp-block-group__inner-container .ncf-card-info .wp-block-group__inner-container .wp-block-buttons {
  flex-direction: row;
  column-gap: 10px;
}
#ncf-page-content .ncf-card--horizontal.ncf-card--grey-bg .wp-block-group__inner-container .ncf-card-info {
  padding-right: 10px;
}
@media (max-width: 480px), (min-width: 640px) and (max-width: 980px) {
  #ncf-page-content .ncf-card--horizontal.ncf-card--grey-bg .wp-block-group__inner-container .ncf-card-info {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#ncf-page-content .ncf-card--grey-bg {
  border-radius: 5px;
  background-color: #F8F8F8;
  overflow: hidden;
}

#ncf-page-content .ncf-benefits-item,
#ncf-page-content .ncf-stats-item {
  padding: 20px;
  border-radius: 5px;
  background-color: #F8F8F8;
}
#ncf-page-content .ncf-benefits-item .wp-block-heading.ncf-benefits-item-title,
#ncf-page-content .ncf-benefits-item .wp-block-heading,
#ncf-page-content .ncf-stats-item .wp-block-heading.ncf-benefits-item-title,
#ncf-page-content .ncf-stats-item .wp-block-heading {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.1;
  color: #917313;
}
#ncf-page-content .ncf-benefits-item .wp-block-heading.ncf-benefits-item-title:not(:last-child),
#ncf-page-content .ncf-benefits-item .wp-block-heading:not(:last-child),
#ncf-page-content .ncf-stats-item .wp-block-heading.ncf-benefits-item-title:not(:last-child),
#ncf-page-content .ncf-stats-item .wp-block-heading:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-benefits-item .ncf-benefits-item-text,
#ncf-page-content .ncf-benefits-item p,
#ncf-page-content .ncf-stats-item .ncf-benefits-item-text,
#ncf-page-content .ncf-stats-item p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1440.98px) {
  #ncf-page-content .ncf-benefits-item .ncf-benefits-item-text,
  #ncf-page-content .ncf-benefits-item p,
  #ncf-page-content .ncf-stats-item .ncf-benefits-item-text,
  #ncf-page-content .ncf-stats-item p {
    line-height: 1.2;
    font-size: clamp(18px, 0.1785714286vw + 15.4285714286px, 20px);
  }
}
#ncf-page-content .ncf-benefits-item .wp-block-image:not(:last-child),
#ncf-page-content .ncf-stats-item .wp-block-image:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-benefits-item img,
#ncf-page-content .ncf-stats-item img {
  border-radius: 5px;
}

body #ncf-page-content .ncf-featured-block {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-media {
  width: 100%;
}
@media (min-width: 680px) {
  body #ncf-page-content .ncf-featured-block .ncf-featured-media {
    width: 53.5955%;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
@media (max-width: 679.98px) {
  body #ncf-page-content .ncf-featured-block .ncf-featured-media {
    margin-bottom: 15px;
  }
  body #ncf-page-content .ncf-featured-block .ncf-featured-media .ncf-media-wrap {
    padding-bottom: 56.25%;
  }
}
body #ncf-page-content .ncf-featured-block .ncf-featured-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-info.ncf-vertical-alignment-of-content-center {
  justify-content: center;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-info.ncf-vertical-alignment-of-content-center .ncf-featured-post-footer {
  margin-top: unset;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-img-block .ncf-media-wrap {
  overflow: hidden;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-img-block img {
  transform: scale(1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-img-block a:hover .ncf-media-wrap, body #ncf-page-content .ncf-featured-block .ncf-featured-img-block a:focus .ncf-media-wrap {
  outline: 2px solid #000;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-img-block a:hover .ncf-media-wrap img, body #ncf-page-content .ncf-featured-block .ncf-featured-img-block a:focus .ncf-media-wrap img {
  transform: scale(1.05);
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-body:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-date {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-featured-block .ncf-featured-post-date {
    font-size: clamp(13px, 0.1785714286vw + 10.4285714286px, 15px);
  }
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-title {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-title a {
  color: #111111;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-title a:hover, body #ncf-page-content .ncf-featured-block .ncf-featured-post-title a:focus, body #ncf-page-content .ncf-featured-block .ncf-featured-post-title a:active {
  color: #8B7523;
  /*text-decoration: underline;*/
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-descr p {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-footer {
  margin-top: auto;
}
body #ncf-page-content .ncf-featured-block .ncf-featured-post-categories {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body #ncf-page-content .ncf-featured-block:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}

#ncf-page-content .ncf-featured-news-grid.remove-border-bottom::after {
  content: unset;
}
#ncf-page-content .ncf-news-list:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
#ncf-page-content .ncf-news-list .ncf-card-item:not(:last-child) {
  margin-bottom: 20px;
}

.ncf-ad-section .ncf-ad-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ncf-ad-section .ncf-ad-wrap .wp-block-group__inner-container {
  width: 100%;
}
.ncf-ad-section .ncf-ad-wrap .ncf-ad-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 540px;
  padding: 10px 15px;
  border-radius: 5px;
}
.ncf-ad-section .ncf-ad-wrap .ncf-ad-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ncf-ad-section .ncf-ad-wrap .ncf-ad-media .wp-block-cover__inner-container {
  margin-top: auto;
  margin-bottom: 45px;
}
@media (min-width: 576px) {
  .ncf-ad-section .ncf-ad-wrap .ncf-ad-media .wp-block-cover__inner-container {
    margin-bottom: 55px;
  }
}
@media (min-width: 981px) {
  .ncf-ad-section .ncf-ad-wrap .ncf-ad-media .wp-block-cover__inner-container {
    margin-bottom: 75px;
  }
}

body #ncf-page-content .ncf-page-header-section:first-child .ncf-page-header-block {
  padding-top: 40px;
}
body #ncf-page-content .ncf-page-header-section:not(:last-child) .ncf-page-header-block {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-page-header-section:only-child .ncf-page-header-block {
  padding-bottom: 40px;
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .acf-innerblocks-container > .wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .acf-innerblocks-container > .wp-block-group:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .wp-block-group__inner-container:first-child {
  column-gap: 30px;
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .breadcrumbs-nav {
  width: 100%;
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .wp-block-post-title,
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-page-title {
  flex: 1;
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-page-event-subtitle {
  width: 100%;
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-page-event-subtitle p {
  font-weight: 500;
  line-height: 1.1;
  color: #111111;
  font-size: 18px;
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-page-event-subtitle p {
    font-size: 20px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-page-event-subtitle p {
    font-size: 22px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-page-event-subtitle p {
    font-size: calc(24px + 0.05vw);
  }
}
body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-meta-share {
  margin-right: 0;
  align-self: flex-end;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-page-header-section .ncf-page-header-block .ncf-meta-share {
    min-width: 65px;
    width: 8.26972%;
    margin-left: auto;
  }
}
body #ncf-page-content .ncf-page-header-section--template:first-child .ncf-page-header-block, body #ncf-page-content .ncf-page-header-section--builder:first-child .ncf-page-header-block {
  padding-top: 0;
}
body #ncf-page-content .ncf-page-header-section--template:not(:last-child), body #ncf-page-content .ncf-page-header-section--builder:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-page-header-section--template:not(:last-child), body #ncf-page-content .ncf-page-header-section--builder:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-page-header-section--template:not(:last-child) .ncf-page-header-block, body #ncf-page-content .ncf-page-header-section--builder:not(:last-child) .ncf-page-header-block {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-page-header-section--template .ncf-page-header-block .ncf-page-header-title, body #ncf-page-content .ncf-page-header-section--builder .ncf-page-header-block .ncf-page-header-title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}
body #ncf-page-content .ncf-page-header-section--builder:not(:last-child) {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-page-header-section--builder:not(:last-child) .ncf-page-header-block {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-page-header-section--builder:first-child {
  padding-top: 40px;
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-page-header-title:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-page-header-title:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-page-people-position {
  margin-top: 10px;
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-page-people-position p:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-page-header-img .ncf-media-wrap {
  padding-bottom: 75%;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-page-header-img .ncf-media-wrap {
    padding-bottom: 100%;
  }
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-page-header-img .ncf-media-wrap img {
    object-position: top;
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 40px;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item-wrap {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  flex: 1;
  row-gap: 30px;
  column-gap: 40px;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item-wrap .ncf-meta-block-item {
  width: 100%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item-wrap .ncf-meta-block-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item-wrap .ncf-meta-block-item {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item-wrap .ncf-meta-block-item {
    width: calc((100% - 120px) / 4);
  }
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item {
    width: 21.2468193%;
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item {
    width: calc((100% - 120px) / 4);
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--subnav {
  width: 100%;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--socials {
    width: 100%;
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--img {
  width: 100%;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--img {
    max-width: 175px;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--img {
    max-width: 250px;
  }
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--departments .ncf-meta-block-content-item-val a {
  word-break: break-word;
}
body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--contacts {
  min-width: fit-content;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-page-header-section--builder .ncf-meta-block-grid .ncf-meta-block-col--main {
    width: auto;
    width: calc(85% - 40px);
    margin-right: 40px;
  }
}
body #ncf-page-content .ncf-page-header-section--no-meta .ncf-page-header-block .ncf-page-title:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-page-header-section--program .ncf-meta-block-grid .ncf-meta-block-col--main .ncf-meta-block-item--programs {
    width: calc((100% - 80px) / 3);
  }
}

body #ncf-page-content .ncf-section-page-content {
  padding: 0;
  /* Header Block */
  /* Title Block (Breadcrumbs, Title etc) */
  /* Meta Block (Share, Categories, Author, Child Pages etc) */
  /* Main Content */
  /* Modifications */
}
body #ncf-page-content .ncf-section-page-content .wp-block-heading,
body #ncf-page-content .ncf-section-page-content .wp-block-post-title {
  color: #041E42;
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > * {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1600px) {
  body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > * {
    max-width: 840px;
  }
}
body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > .wp-block-group, body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > .wp-block-group > .wp-block-group {
  width: 100%;
}
body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > .wp-block-group:not(:last-child), body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > .wp-block-group > .wp-block-group:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > .wp-block-group:not(:last-child), body #ncf-page-content .ncf-section-page-content > .uagb-container-inner-blocks-wrap > .wp-block-group > .wp-block-group:not(:last-child) {
    padding-bottom: 40px;
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-header-block > .wp-block-group__inner-container > .wp-block-group:not(:last-child), body #ncf-page-content .ncf-section-page-content .ncf-page-header-block > .wp-block-group__inner-container > .wp-block-group > .wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-page-header-block > .wp-block-group__inner-container > .wp-block-group:not(:last-child), body #ncf-page-content .ncf-section-page-content .ncf-page-header-block > .wp-block-group__inner-container > .wp-block-group > .wp-block-group:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-header-block:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-page-header-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-page-header-title {
    margin-bottom: 25px;
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-header-title .wp-block-post-title:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-section-page-content .ncf-meta-block > .wp-block-group__inner-container,
body #ncf-page-content .ncf-section-page-content .ncf-meta-block .ncf-meta-block-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block > .wp-block-group__inner-container,
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block .ncf-meta-block-grid {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col,
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col {
    width: 21.2468193%;
    margin-right: 40px;
  }
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col--subnav,
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col--subnav {
    width: 51.52671%;
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col--share,
body #ncf-page-content .ncf-section-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col--share {
  margin-right: 0;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block > .wp-block-group__inner-container .ncf-meta-block-col--share,
  body #ncf-page-content .ncf-section-page-content .ncf-meta-block .ncf-meta-block-grid .ncf-meta-block-col--share {
    min-width: 65px;
    width: 8.26972%;
    margin-left: auto;
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content {
  font-size: 16px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-page-content {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-page-content .wp-block-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content ul li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.75);
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.9px;
  top: 9.4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #003087;
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-page-content .ncf-page-content ul li {
    font-size: calc(16px + 0.05vw);
  }
  body #ncf-page-content .ncf-section-page-content .ncf-page-content ul li::before {
    top: calc((16px + 0.05vw) * 1.6 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content a:not([class]) {
  font-weight: 700;
  color: #4164A4;
  text-decoration: underline;
}
body #ncf-page-content .ncf-section-page-content .ncf-page-content a:not([class]):hover, body #ncf-page-content .ncf-section-page-content .ncf-page-content a:not([class]):focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-section-page-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-page-content p {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-section-page-content p:not(:last-child) {
  margin-bottom: 1.25em;
}
body #ncf-page-content .ncf-section-page-content .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.4885%;
  border-radius: 5px;
  background-color: #041E42;
  overflow: hidden;
}
body #ncf-page-content .ncf-section-page-content .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #ncf-page-content .ncf-section-page-content .wp-block-embed:not(:last-child) {
  margin-bottom: 2.5em;
  margin-bottom: 20px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-section-page-content .wp-block-embed:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-section-page-content table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #041E42;
  border-radius: 5px;
}
body #ncf-page-content .ncf-section-page-content table tr:not(:last-child) td {
  border-bottom: 2px solid #003087;
}
body #ncf-page-content .ncf-section-page-content table tr:nth-child(even) {
  background-color: rgba(17, 17, 17, 0.075);
}
body #ncf-page-content .ncf-section-page-content table th,
body #ncf-page-content .ncf-section-page-content table td {
  padding: 10px 20px;
  vertical-align: top;
}
body #ncf-page-content .ncf-section-page-content table th,
body #ncf-page-content .ncf-section-page-content table thead td {
  border-width: 0;
  font-weight: 600;
  text-align: left;
}
@media print {
  body #ncf-page-content .ncf-section-page-content table th,
  body #ncf-page-content .ncf-section-page-content table thead td {
    border: 2px solid #111111;
  }
}
body #ncf-page-content .ncf-section-page-content table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
body #ncf-page-content .ncf-section-page-content table td:not(:last-child) {
  border-right: 2px solid #041E42;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-page-content table td {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-section-page-content--base-w > .uagb-container-inner-blocks-wrap > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-page-content--base-w > .uagb-container-inner-blocks-wrap > * {
    max-width: 1400px;
  }
}
body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap {
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap {
    padding-bottom: 20px;
  }
}
body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > * {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > .wp-block-group, body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > .wp-block-group > .wp-block-group {
  width: 100%;
}
body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > .wp-block-group:not(:last-child), body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > .wp-block-group > .wp-block-group:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > .wp-block-group:not(:last-child), body #ncf-page-content .ncf-section-page-content.section-page-custom-meta > .uagb-container-inner-blocks-wrap > .wp-block-group > .wp-block-group:not(:last-child) {
    padding-bottom: 40px;
  }
}

body #ncf-page-content .ncf-slider-block {
  padding-bottom: 40px;
  padding-top: 40px;
  /* Slider Header */
  /* Slide content */
}
body #ncf-page-content .ncf-slider-block:not(:last-child) {
  position: relative;
  padding-bottom: 42px;
}
body #ncf-page-content .ncf-slider-block:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 90%;
  max-width: 1400px;
  height: 2px;
  transform: translateX(-50%);
  background-color: rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-slider-block .ncf-slider .swiper {
  overflow: initial;
}
body #ncf-page-content .ncf-slider-block .swiper-slide {
  width: calc(85% - 20px);
}
@media (min-width: 480px) {
  body #ncf-page-content .ncf-slider-block .swiper-slide {
    width: calc(75% - 40px);
  }
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-slider-block .swiper-slide {
    width: calc((90% - 60px) / 2);
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-slider-block .swiper-slide {
    width: calc((90% - 80px) / 2);
  }
}
@media (min-width: 2021px) {
  body #ncf-page-content .ncf-slider-block .swiper-slide {
    width: calc((100% - 80px) / 3);
  }
}
body #ncf-page-content .ncf-slider-block .ncf-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  row-gap: 15px;
  column-gap: 25px;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-slider-block .ncf-slider-header {
    flex-wrap: wrap;
  }
}
body #ncf-page-content .ncf-slider-block .ncf-slider-header .ncf-slider-heading:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-header .ncf-slider-header-info .ncf-slider-descr {
  max-width: 786px;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-header .ncf-slider-header-info .ncf-slider-descr > * {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-slider-block .ncf-slider-header .ncf-slider-header-info .ncf-slider-descr > * {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-slider-block .ncf-slider-header .ncf-slider-header-info .ncf-slider-descr > *:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls {
  display: flex;
  align-items: center;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls .ncf-slider-controls-item {
  display: inline-block;
  padding: 12px 17px;
  border: none;
  border-radius: 5px;
  background-color: #8B7523;
  color: #fff;
  transition: all 0.35s ease-in-out;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls .ncf-slider-controls-item:hover, body #ncf-page-content .ncf-slider-block .ncf-slider-controls .ncf-slider-controls-item:focus {
  background-color: #917313;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls .ncf-slider-controls-item.swiper-button-disabled {
  background-color: #DFDFDF;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls .ncf-slider-controls-item:not(:last-child) {
  margin-right: 10px;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls .ncf-slider-controls-item svg {
  width: 10px;
  height: 20px;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls--inner .ncf-slider-controls-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls--inner .ncf-slider-controls-item--prev {
  left: 20px;
}
body #ncf-page-content .ncf-slider-block .ncf-slider-controls--inner .ncf-slider-controls-item--next {
  right: 20px;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content {
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  background-color: #F8F8F8;
  border-radius: 5px;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-img--video-cover {
  position: relative;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-img--video-cover .ncf-slide-img-wrap:hover img, body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-img--video-cover .ncf-slide-img-wrap:focus img {
  transform: scale(1.05);
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-img--video-cover .ncf-slide-img-wrap:hover .ncf-play-icon, body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-img--video-cover .ncf-slide-img-wrap:focus .ncf-play-icon {
  background-color: #8B7523;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-media-wrap {
  border-radius: 5px;
  padding-bottom: 56.8965%;
  overflow: hidden;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-media-wrap img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-media-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-oembed .ncf-media-wrap {
  border-radius: 5px;
  overflow: hidden;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(139, 117, 35, 0.7);
  background-image: url("../media/icons/icon__play.svg");
  background-repeat: no-repeat;
  background-position: 59% center;
  background-size: 32px;
  border: 0 solid #8B7523;
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-caption {
  padding: 20px;
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-caption p:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-caption a {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-caption a:hover, body #ncf-page-content .ncf-slider-block .ncf-slide .ncf-slide-content .ncf-slide-caption a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-slider-block--inner:last-child {
  padding-bottom: 0;
}
body #ncf-page-content .ncf-slider-block.slider-img-4x3 .ncf-slide .ncf-slide-content .ncf-media-wrap {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 4/3;
}

body #ncf-page-content .ncf-accordion-block {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  /* Accordion Item */
}
body #ncf-page-content .ncf-accordion-block:not(:last-child) {
  position: relative;
  padding-top: 40px;
  padding-bottom: 42px;
}
body #ncf-page-content .ncf-accordion-block:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 90%;
  max-width: 1400px;
  height: 2px;
  transform: translateX(-50%);
  background-color: rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item {
  background-color: #F8F8F8;
  border-radius: 5px;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  width: 100%;
  column-gap: 20px;
  font-weight: 500;
  text-align: left;
  transition: all 0.15s ease-in-out;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle:focus, body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle:hover {
  background-color: initial;
  color: #4164A4;
  text-decoration: underline;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle small {
  padding-left: 10px;
  font-weight: 400;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle-icon::before, body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #041E42;
  transition: all 0.3s ease-in;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle-icon::before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-toggle-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-content {
  display: none;
  padding: 0 30px 30px;
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-content p {
  font-size: 14px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-accordion-block .ncf-accordion-item .ncf-accordion-content p {
    font-size: calc(15px + 0.05vw);
  }
}
body #ncf-page-content .ncf-accordion-block .ncf-accordion-item--open .ncf-accordion-toggle-icon::after {
  opacity: 0;
}
body #ncf-page-content .ncf-persons-list-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-persons-list-block {
    gap: 40px;
  }
}
body #ncf-page-content .ncf-persons-list-block:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-people-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-people-item {
    flex-direction: column;
  }
}
@media (min-width: 640px 0.98px) {
  body #ncf-page-content .ncf-people-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 640px 0.98px) and (max-width: 991.98px) {
  body #ncf-page-content .ncf-people-item {
    flex-direction: column;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-people-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-people-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 576px), (min-width: 767.98px) and (max-width: 991.98px) {
  body #ncf-page-content .ncf-people-item.has-image {
    flex-direction: column;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  body #ncf-page-content .ncf-people-item.has-image .ncf-people-item-info-block--info {
    flex-direction: column;
  }
  body #ncf-page-content .ncf-people-item.has-image .ncf-people-item-info-details {
    width: 100%;
  }
}
body #ncf-page-content .ncf-people-item-img-wrap {
  width: 26.3461538%;
  margin-right: 20px;
}
body #ncf-page-content .ncf-people-item-img-wrap .ncf-media-wrap {
  padding-bottom: 134.3065%;
}
body #ncf-page-content .ncf-people-item-img-wrap .ncf-media-wrap img {
  object-position: top;
}
@media (max-width: 576px), (min-width: 767.98px) and (max-width: 991.98px) {
  body #ncf-page-content .ncf-people-item-img-wrap {
    width: 100%;
    max-width: 240px;
    margin-bottom: 15px;
    margin-right: 0;
    align-self: center;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-people-item-img-wrap {
    width: 26.3461538%;
  }
}
@media (min-width: 1440px) {
  body #ncf-page-content .ncf-people-item-img-wrap {
    margin-right: 40px;
  }
}
body #ncf-page-content .ncf-people-item-info {
  width: 100%;
  flex: 1;
}
@media (min-width: 576px) and (max-width: 640px) {
  body #ncf-page-content .ncf-people-item-info {
    flex-basis: 0;
  }
}
body #ncf-page-content .ncf-people-item-info-block:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-people-item-info-block--info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 15px;
  column-gap: 40px;
  max-width: 350px;
  max-width: 100%;
}
@media (max-width: 840px) {
  body #ncf-page-content .ncf-people-item-info-block--info {
    flex-direction: column;
  }
}
body #ncf-page-content .ncf-people-item-title {
  display: flex;
  align-items: center;
}
body #ncf-page-content .ncf-people-item-title a {
  display: inline-flex;
  align-items: center;
  color: #003087;
}
body #ncf-page-content .ncf-people-item-title a .ncf-people-item-title-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.35s ease-in-out;
}
body #ncf-page-content .ncf-people-item-title a:hover, body #ncf-page-content .ncf-people-item-title a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-people-item-title a:hover .ncf-people-item-title-icon, body #ncf-page-content .ncf-people-item-title a:focus .ncf-people-item-title-icon {
  transform: translateX(3px);
}
body #ncf-page-content .ncf-people-item-title:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-people-item-position p {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-people-item-position p:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-people-item-info-details {
  width: calc((100% - 40px) / 2);
  line-height: 1.2;
}
@media (max-width: 840px) {
  body #ncf-page-content .ncf-people-item-info-details {
    width: 100%;
  }
}
body #ncf-page-content .ncf-people-item-info-details--full {
  width: 100%;
}
body #ncf-page-content .ncf-people-item-info-details-inner:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-people-item-info-details-inner .ncf-people-item-info-details-item:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-people-item-info-details-label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(17, 17, 17, 0.35);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-people-item-info-details-label {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-people-item-info-details-label:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-people-item-info-details-item {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}
body #ncf-page-content .ncf-people-item-info-details-item a:not(.base-btn) {
  color: #003087;
  text-decoration: underline;
  word-break: break-word;
}
body #ncf-page-content .ncf-people-item-info-details-item a:not(.base-btn):hover, body #ncf-page-content .ncf-people-item-info-details-item a:not(.base-btn):focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-people-item-info-details-item .base-btn {
  padding-left: 10px;
  padding-right: 10px;
}
body #ncf-page-content .ncf-people-item-info-details-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-people-item-info-details-item {
    font-size: calc(16px + 0.05vw);
  }
}

body #ncf-page-content {
  /* Filter Results block */
}
body #ncf-page-content .ncf-filter-block {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 5px;
}
body #ncf-page-content .ncf-filter-block .base-btn {
  padding: 17px 45px;
}
body #ncf-page-content .ncf-filter-title:not(:last-child) {
  margin-bottom: 30px;
}
body #ncf-page-content .ncf-filter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-end;
  gap: 20px 30px;
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-filter-form {
    column-gap: 40px;
  }
}
body #ncf-page-content .ncf-filter-item {
  width: 100%;
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-filter-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-filter-item {
    width: 31%;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-filter-item {
    width: calc((100% - 80px) / 3);
  }
}
body #ncf-page-content .ncf-filter-item label {
  font-weight: 500;
  color: rgba(17, 17, 17, 0.65);
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-form-group--submit {
    margin-top: 10px;
  }
}
body #ncf-page-content .ncf-filter-results-block {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px;
  border-left: 5px solid #003087;
}
body #ncf-page-content .ncf-filter-results span {
  display: inline-block;
}
body #ncf-page-content .ncf-filter-results-label {
  margin-right: 3px;
}
body #ncf-page-content .ncf-filter-results-val {
  color: #003087;
  font-weight: 700;
  text-decoration: underline;
}
body #ncf-page-content .ncf-filter-reset .ncf-btn {
  margin: 0;
}

body #ncf-page-content .ncf-intro-section {
  margin-bottom: 40px;
  /* Modifications */
  /* Color Schemes */
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--default {
  max-width: 1200px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--default {
    max-width: 1400px;
  }
}
@media (min-width: 1921px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--default {
    max-width: 1600px;
  }
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--xs {
  max-width: 786px;
}
@media (min-width: 1600px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--xs {
    max-width: 840px;
  }
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--sm {
  max-width: 980px;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-container--full {
  max-width: 100%;
  width: 100%;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-col {
  width: 100%;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-col--info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-col--info {
    width: 50%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-col--info {
    width: 35%;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-col--media {
    width: 50%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-section-col--media {
    width: 65%;
  }
}
body #ncf-page-content .ncf-intro-section .ncf-intro-section-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media .ncf-media-wrap {
  border-radius: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section .ncf-intro-media .ncf-media-wrap {
    padding-bottom: 50%;
  }
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media .ncf-media-wrap > * {
  object-position: center;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media.ncf-object-position-center .ncf-media-wrap > * {
  object-position: center;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media.ncf-object-position-top .ncf-media-wrap > * {
  object-position: top;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media.ncf-object-position-bottom .ncf-media-wrap > * {
  object-position: bottom;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media.ncf-object-position-full .ncf-media-wrap {
  background-color: unset;
}
body #ncf-page-content .ncf-intro-section .ncf-intro-media.ncf-object-position-full .ncf-media-wrap > * {
  object-fit: contain;
}
body #ncf-page-content .ncf-intro-section--layout-media-left, body #ncf-page-content .ncf-intro-section--layout-media-right {
  margin-top: 40px;
}
body #ncf-page-content .ncf-intro-section--layout-media-left:first-child, body #ncf-page-content .ncf-intro-section--layout-media-left:nth-child(2n), body #ncf-page-content .ncf-intro-section--layout-media-right:first-child, body #ncf-page-content .ncf-intro-section--layout-media-right:nth-child(2n) {
  margin-top: 0;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--layout-media-left .ncf-intro-media .ncf-media-wrap {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--layout-media-right .ncf-intro-media .ncf-media-wrap {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--layout-media-right .ncf-intro-section-container {
    flex-direction: row-reverse;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--full .ncf-intro-section-media,
  body #ncf-page-content .ncf-intro-section--full .ncf-intro-media,
  body #ncf-page-content .ncf-intro-section--full .ncf-intro-media .ncf-media-wrap {
    height: 100%;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--full .ncf-intro-media .ncf-media-wrap {
    padding-bottom: 0;
    min-height: 475px;
    max-height: 70vh;
  }
}
@media (min-width: 1600px) {
  body #ncf-page-content .ncf-intro-section--full .ncf-intro-media .ncf-media-wrap {
    min-height: 55vh;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--max-height .ncf-intro-section-container {
    max-height: clamp(375px, 37.5vw, 450px);
    overflow: hidden;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--max-height .ncf-intro-media .ncf-media-wrap {
    padding-bottom: 50%;
    padding-bottom: 0;
    height: auto;
  }
  body #ncf-page-content .ncf-intro-section--max-height .ncf-intro-media .ncf-media-wrap > * {
    position: relative;
    max-height: clamp(375px, 37.5vw, 450px);
  }
}
body #ncf-page-content .ncf-intro-section--constrained .ncf-intro-section-container {
  padding: 40px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--constrained .ncf-intro-section-info {
    margin-left: 40px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--constrained.ncf-intro-section--media-right .ncf-intro-section-info {
    margin-right: 40px;
  }
}
body #ncf-page-content .ncf-intro-section--w-decor {
  position: relative;
}
body #ncf-page-content .ncf-intro-section--w-decor .ncf-intro-section-col--info {
  position: relative;
}
body #ncf-page-content .ncf-intro-section--w-decor .ncf-intro-section-col--info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background-image: url("../media/img/decor_star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 669.98px) {
  body #ncf-page-content .ncf-intro-section--w-decor .ncf-intro-section-col--info::before {
    width: 200px;
    height: 200px;
  }
}
body #ncf-page-content .ncf-intro-section--layout-text {
  margin-top: 40px;
  margin-bottom: 0;
}
body #ncf-page-content .ncf-intro-section--layout-text .base-row {
  padding-bottom: 40px;
}
body #ncf-page-content .ncf-intro-section--layout-text:not(:last-child) {
  padding-bottom: 0;
}
body #ncf-page-content .ncf-intro-section--layout-text:not(:last-child) .base-row {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-intro-section--layout-text .ncf-intro-section-container {
  max-height: auto;
  overflow: initial;
  border-radius: 5px;
}
body #ncf-page-content .ncf-intro-section--layout-text .ncf-intro-section-col--info {
  width: 100%;
}
body #ncf-page-content .ncf-intro-section--layout-media .ncf-intro-section-container:not(.ncf-intro-section-container--full) {
  margin-top: 40px;
}
body #ncf-page-content .ncf-intro-section--layout-media .ncf-intro-section-col--media {
  width: 100%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-intro-section--layout-media .ncf-intro-section-container--full {
    max-height: clamp(375px, 37.5vw, 450px);
    overflow: hidden;
  }
  body #ncf-page-content .ncf-intro-section--layout-media .ncf-intro-section-container--full .ncf-intro-media .ncf-media-wrap {
    padding-bottom: 0;
    height: auto;
  }
  body #ncf-page-content .ncf-intro-section--layout-media .ncf-intro-section-container--full .ncf-intro-media .ncf-media-wrap > * {
    position: relative;
    max-height: clamp(375px, 37.5vw, 450px);
  }
}
body #ncf-page-content .ncf-intro-section--layout-media:not(:last-child) {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-intro-section--layout-media:not(:last-child) .base-row:not(.base-row--full-w) {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-related-events-block .base-row {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}

body #ncf-page-content .ncf-realated-news-block.ncf-section .base-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #ncf-page-content .ncf-realated-news-block.ncf-section:not(:last-child) .base-row {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}

body #ncf-page-content .ncf-wysiwyg-block .base-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #ncf-page-content .ncf-wysiwyg-block .ncf-wyswiwyg-block-inner {
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-wysiwyg-block .ncf-wyswiwyg-block-inner--xs {
  max-width: 786px;
}
@media (min-width: 1600px) {
  body #ncf-page-content .ncf-wysiwyg-block .ncf-wyswiwyg-block-inner--xs {
    max-width: 840px;
  }
}
body #ncf-page-content .ncf-wysiwyg-block .ncf-wyswiwyg-block-inner--sm {
  max-width: 980px;
}
body #ncf-page-content .ncf-wysiwyg-block:not(:last-child) .base-row {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-wysiwyg-block--inner:not(:last-child) {
  padding-top: 40px;
  padding-bottom: 40px;
}

body #ncf-page-content {
  /* Media Content */
  /* Info Content */
}
body #ncf-page-content .ncf-featherlight-iframe {
  position: relative;
}
body #ncf-page-content .ncf-featherlight-iframe .ncf-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(139, 117, 35, 0.7);
  background-image: url("../media/icons/icon__play.svg");
  background-repeat: no-repeat;
  background-position: 59% center;
  background-size: 32px;
  border: 0 solid #8B7523;
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-media-grid-block.standalone {
  padding-top: 40px;
}
body #ncf-page-content .ncf-media-grid-block.standalone:not(:last-child) .base-row {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-media-grid-block.inner:not(:last-child) {
  margin-bottom: 40px;
}
body #ncf-page-content .ncf-media-grid-header .ncf-media-grid-title {
  color: #917313;
}
body #ncf-page-content .ncf-media-grid-header .ncf-media-grid-title:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-media-grid-header:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-media-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
body #ncf-page-content .ncf-media-grid .ncf-media-grid-item {
  width: 100%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-media-grid .ncf-media-grid-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-media-grid .ncf-media-grid-item:not(:last-child) {
    position: relative;
  }
  body #ncf-page-content .ncf-media-grid .ncf-media-grid-item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(17, 17, 17, 0.05);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-media-grid--two-cols-6-4 .ncf-media-grid-item:nth-child(odd) {
    width: calc(60% - 20px);
  }
  body #ncf-page-content .ncf-media-grid--two-cols-6-4 .ncf-media-grid-item:nth-child(even) {
    width: calc(40% - 20px);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-media-grid--three-cols .ncf-media-grid-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-media-grid--three-cols .ncf-media-grid-item {
    width: calc((100% - 80px) / 3);
  }
}
body #ncf-page-content .ncf-media-grid-item {
  border-radius: 5px;
}
body #ncf-page-content .ncf-media-grid-media-item--video-cover {
  position: relative;
}
body #ncf-page-content .ncf-media-grid-media-item--video-cover .ncf-slide-img-wrap:hover img, body #ncf-page-content .ncf-media-grid-media-item--video-cover .ncf-slide-img-wrap:focus img {
  transform: scale(1.05);
}
body #ncf-page-content .ncf-media-grid-media-item--video-cover .ncf-slide-img-wrap:hover .ncf-play-icon, body #ncf-page-content .ncf-media-grid-media-item--video-cover .ncf-slide-img-wrap:focus .ncf-play-icon {
  background-color: #8B7523;
}
body #ncf-page-content .ncf-media-grid-media-item .ncf-media-wrap {
  border-radius: 5px;
  padding-bottom: 56.8965%;
  overflow: hidden;
}
body #ncf-page-content .ncf-media-grid-media-item .ncf-media-wrap img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-media-grid-media-item .ncf-media-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #ncf-page-content .ncf-media-grid-item-info {
  padding-top: 20px;
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-media-grid-item-info p:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-media-grid-item-info a {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
}
body #ncf-page-content .ncf-media-grid-item-info a:hover, body #ncf-page-content .ncf-media-grid-item-info a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-media-grid-item-info .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

body #ncf-page-content .ncf-topic-row-block {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Modifiers */
}
body #ncf-page-content .ncf-topic-row-block:first-child {
  padding-top: 0;
}
body #ncf-page-content .ncf-topic-row-block:not(:last-child) {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 669.98px) {
  body #ncf-page-content .ncf-topic-row-block .ncf-topic-row {
    flex-direction: column;
  }
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-media {
  width: 100%;
}
@media (min-width: 669.98px) {
  body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-media {
    width: 30%;
    max-width: 300px;
  }
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info {
  flex: 1;
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info h1, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info h2, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info h3, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info h4, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info h5, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info h6 {
  color: #8B7523;
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info p, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info ul li, body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info ol li {
  line-height: 1.5;
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info ul li::before {
  top: 7.1px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info ul li::before {
    top: calc((15px + 0.05vw) * 1.5 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .ncf-topic-row-block .ncf-topic-row-info .wp-block-buttons {
  gap: 20px;
}
@media (min-width: 669.98px) {
  body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row .ncf-topic-row-media {
    order: 2;
  }
}
body #ncf-page-content .ncf-topic-row-block.has-image.image-left .ncf-topic-row .ncf-topic-row-media {
  order: 1;
}
body #ncf-page-content .ncf-topic-row-block.has-image.image-left .ncf-topic-row .ncf-topic-row-info {
  order: 2;
}
@media (max-width: 669.98px) {
  body #ncf-page-content .ncf-topic-row-block.has-image.image-aspect-vertical .ncf-topic-row-media {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #ncf-page-content .ncf-topic-row-block.has-image.image-aspect-vertical .ncf-media-wrap {
  padding-bottom: 115.817%;
}
body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row-media.ncf-aspect-auto .ncf-media-wrap {
  padding-bottom: 0;
  height: auto;
}
body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row-media.ncf-aspect-auto .ncf-media-wrap > * {
  position: relative;
  height: auto;
}
body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row-media.ncf-aspect-1-1 .ncf-media-wrap {
  padding-bottom: 100%;
}
body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row-media.ncf-aspect-1-2 .ncf-media-wrap {
  padding-bottom: 115.817%;
}
body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row-media.ncf-aspect-4-3 .ncf-media-wrap {
  padding-bottom: 75%;
}
body #ncf-page-content .ncf-topic-row-block.has-image .ncf-topic-row-media.ncf-aspect-16-9 .ncf-media-wrap {
  padding-bottom: 56.25%;
}

body #ncf-page-content {
  /* Person Card */
  /* Media */
  /* Info */
}
body #ncf-page-content .ncf-people-grid-block:not(:lat-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-person-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 30px;
  column-gap: 20px;
  /* Grid Variations */
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-person-grid {
    column-gap: 3.5%;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-person-grid {
    column-gap: 3.4375%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-person-grid {
    column-gap: 2.5%;
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-person-grid .ncf-person-item-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-person-grid .ncf-person-item-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-person-grid .ncf-person-item-card {
    width: calc((100% - 120px) / 4);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-person-grid .ncf-person-item-card {
    max-width: 100%;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-person-grid--3-col {
    column-gap: 20px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-person-grid--3-col {
    column-gap: 40px;
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-person-grid--3-col .ncf-person-item-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-person-grid--3-col .ncf-person-item-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-person-grid--3-col .ncf-person-item-card {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-person-grid--3-col .ncf-person-item-card {
    max-width: 100%;
  }
}
body #ncf-page-content .ncf-person-grid--4-col {
  row-gap: 30px;
  column-gap: 20px;
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-person-grid--4-col {
    column-gap: 3.5%;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-person-grid--4-col {
    column-gap: 3.4375%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-person-grid--4-col {
    column-gap: 2.5%;
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-person-grid--4-col .ncf-person-item-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-person-grid--4-col .ncf-person-item-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-person-grid--4-col .ncf-person-item-card {
    width: calc((100% - 120px) / 4);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-person-grid--4-col .ncf-person-item-card {
    max-width: 100%;
  }
}
body #ncf-page-content .ncf-person-grid--5-col .ncf-person-item-card {
  max-width: 250px;
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-person-grid--5-col .ncf-person-item-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 480px) {
  body #ncf-page-content .ncf-person-grid--5-col .ncf-person-item-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-person-grid--5-col .ncf-person-item-card {
    width: 31%;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-person-grid--5-col .ncf-person-item-card {
    width: 17.25%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-person-grid--5-col .ncf-person-item-card {
    max-width: 100%;
  }
}
body #ncf-page-content .ncf-person-grid--5-col .ncf-person-media {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-person-grid--5-col .ncf-person-info .ncf-person-name {
  position: relative;
  padding-right: 12px;
}
body #ncf-page-content .ncf-person-grid--5-col .ncf-person-info .ncf-person-name .ncf-icon {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 10px;
  height: 10px;
}
body #ncf-page-content .ncf-person-item-card {
  position: relative;
  overflow: hidden;
}
body #ncf-page-content .ncf-person-media {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
body #ncf-page-content .ncf-person-media .ncf-media-wrap {
  padding-bottom: 115.817%;
}
body #ncf-page-content .ncf-person-media .ncf-media-wrap > * {
  background-color: #F8F8F8;
  border-radius: 5px;
}
body #ncf-page-content .ncf-person-info .ncf-person-main-info {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
}
body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn:hover .ncf-person-name,
body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn:hover .ncf-person-title, body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn:focus .ncf-person-name,
body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn:focus .ncf-person-title {
  color: #8B7523;
}
body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn:hover .ncf-icon, body #ncf-page-content .ncf-person-info .ncf-person-main-info.ncf-person-quote-btn:focus .ncf-icon {
  opacity: 1;
  transform: translateY(0);
}
body #ncf-page-content .ncf-person-info .ncf-person-header,
body #ncf-page-content .ncf-person-info .ncf-person-name,
body #ncf-page-content .ncf-person-info .ncf-person-title,
body #ncf-page-content .ncf-person-info .ncf-person-quote-name,
body #ncf-page-content .ncf-person-info .ncf-person-quote-title {
  display: block;
  width: 100%;
  transition: color 0.2s ease-in;
}
body #ncf-page-content .ncf-person-info .ncf-person-title,
body #ncf-page-content .ncf-person-info .ncf-person-quote-title {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-person-info .ncf-person-name .ncf-icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
body #ncf-page-content .ncf-person-info .ncf-person-name:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-person-info .ncf-person-title {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-person-info .ncf-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #8B7523;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in;
}
body #ncf-page-content .ncf-person-info .ncf-icon svg {
  width: 100%;
  height: 100%;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  border-radius: 5px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8B7523;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-close:hover, body #ncf-page-content .ncf-person-info .ncf-person-quote-close:focus {
  background-color: #917313;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-close svg {
  width: 100%;
  height: 100%;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-content::-webkit-scrollbar {
  width: 7px;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-content::-webkit-scrollbar-track {
  background: #d0b244;
  border-radius: 5px;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-content::-webkit-scrollbar-thumb {
  background: #8B7523;
  border-radius: 5px;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-header:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-name {
  color: #8B7523;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-name:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-body p {
  line-height: 1.4;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-text:not(:last-child) {
  margin-bottom: 15px;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-link-wrap a {
  font-weight: 700;
  color: #003087;
  text-decoration: underline;
  position: relative;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-link-wrap a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M1 11L11 1M11 1H1M11 1V11" stroke="currentColor" stroke-width="1.5"/></svg>');
  background-size: cover;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-link-wrap a:hover, body #ncf-page-content .ncf-person-info .ncf-person-quote-link-wrap a:focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-person-info .ncf-person-quote-link-wrap a:hover::after, body #ncf-page-content .ncf-person-info .ncf-person-quote-link-wrap a:focus::after {
  opacity: 1;
}

body #ncf-page-content .ncf-library-embed-block:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-library-embed-block .ncf-library-embed-descr p {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-library-embed-block .ncf-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px 30px;
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-library-embed-block .ncf-form {
    column-gap: 40px;
  }
}
body #ncf-page-content .ncf-library-embed-block .ncf-form .form-group {
  width: 100%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-library-embed-block .ncf-form .form-group {
    width: 65%;
  }
  body #ncf-page-content .ncf-library-embed-block .ncf-form .form-group--submit {
    width: 30%;
  }
}
body #ncf-page-content .ncf-library-embed-block .base-btn {
  padding: 17px 45px;
}

body #ncf-page-content .board-directory-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 5px;
}
body #ncf-page-content .board-directory-item .board-directory-item-media {
  width: 180px;
}
body #ncf-page-content .board-directory-item .board-directory-item-media .ncf-media-wrap {
  padding-bottom: 100%;
  border-radius: 50%;
}
body #ncf-page-content .board-directory-item .board-directory-item-header:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .board-directory-item .board-directory-item-name {
  color: #8B7523;
}
body #ncf-page-content .board-directory-item .board-directory-item-name:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .board-directory-item .board-directory-item-title {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .board-directory-item .board-directory-item-title:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .board-directory-item .board-directory-item-text p, body #ncf-page-content .board-directory-item .board-directory-item-text ul, body #ncf-page-content .board-directory-item .board-directory-item-text ol {
  line-height: 1.4;
}
body #ncf-page-content .board-directory-item .board-directory-item-text ul li::before {
  top: 6.4px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .board-directory-item .board-directory-item-text ul li::before {
    top: calc((15px + 0.05vw) * 1.4 / 2 - 3.5px + 0.1px);
  }
}
body #ncf-page-content .board-directory-item .board-directory-item-text .wp-block-buttons {
  gap: 20px;
}
body #ncf-page-content .board-directory-item.has-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 40px;
}
body #ncf-page-content .board-directory-item.has-image .board-directory-item-media {
  flex-shrink: 0;
}
body #ncf-page-content .board-directory-item.has-image .board-directory-item-text {
  flex: 1;
}
@media (max-width: 991.98px) {
  body #ncf-page-content .board-directory-item.has-image {
    flex-direction: column;
  }
}
body #ncf-page-content .ncf-board-directory-block:not(:last-child) {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members {
  /* Variations */
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members--list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members--list .board-directory-item-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members--list .board-directory-item-block:first-child {
  padding-top: 0;
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members--list .board-directory-item-block:not(:last-child) {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid {
    gap: 40px;
  }
}
@media (min-width: 669.98px) {
  body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid .board-directory-item-block {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid .board-directory-item-block {
    width: calc((100% - 40px) / 2);
  }
}
body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid .board-directory-item {
  height: 100%;
  column-gap: 20px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid .board-directory-item {
    column-gap: 40px;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid .board-directory-item .board-directory-item-media {
    width: 90px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-board-directory-block .board-directory-members--grid .board-directory-item .board-directory-item-media {
    width: 180px;
  }
}

body #ncf-page-content .ncf-stats-block:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header .ncf-stats-title:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header p {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header--before {
  margin-bottom: 30px;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header--before .ncf-section-title {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header--before .ncf-section-title:only-child {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-header--before .ncf-buttons-wrap {
  text-align: right;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-header--before .ncf-buttons-wrap {
    display: none;
  }
}
body #ncf-page-content .ncf-stats-block .ncf-stats-row {
  position: relative;
  display: flex;
  gap: 0;
  row-gap: 30px;
  column-gap: 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-section-header,
body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-stats-grid-wrap {
  width: 100%;
}
@media (max-width: 991.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-section-header .ncf-stats-title {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-section-header .ncf-buttons-wrap {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-section-header .ncf-buttons-wrap {
    display: none;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-section-header {
    width: 31.0833333%;
    flex-shrink: 0;
    margin-right: 40px;
    flex-wrap: wrap;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-stats-grid-wrap {
    flex: 1;
  }
}
body #ncf-page-content .ncf-stats-block .ncf-stats-row .ncf-buttons-wrap {
  width: 100%;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 0;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-grid .gutter-sizer {
  width: 20px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-grid .gutter-sizer {
    width: 40px;
  }
}
body #ncf-page-content .ncf-stats-block .ncf-stats-grid .ncf-stats-item-block {
  width: 100%;
  max-width: 100%;
}
body #ncf-page-content .ncf-stats-block .ncf-stats-grid .ncf-stats-item-block:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-grid .ncf-stats-item-block {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-stats-block .ncf-stats-grid .ncf-stats-item-block {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}
body #ncf-page-content .ncf-stats-block.alignright .ncf-stats-header {
  text-align: right;
}
body #ncf-page-content .ncf-stats-block.alignleft .ncf-stats-header {
  text-align: left;
}
body #ncf-page-content .ncf-stats-block.aligncenter .ncf-stats-header {
  text-align: center;
}

body #ncf-page-content .ncf-cards-grid-block:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-cards-grid-block .ncf-basic-info-card-block {
  margin-left: 0;
  margin-bottom: 0;
}
body #ncf-page-content .wp-block-uagb-container > .uagb-container-inner-blocks-wrap .ncf-cards-grid-block:not(:last-child) {
  margin-bottom: 40px;
  border: none;
}

body #ncf-page-content .featured-course-block .featured-course-header:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .featured-course-block .featured-course-code {
  color: rgba(17, 17, 17, 0.65);
  font-weight: 500;
}
body #ncf-page-content .featured-course-block .featured-course-code:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .featured-course-block .featured-course-title {
  color: #8B7523;
}
body #ncf-page-content .featured-course-block .featured-course-body .ncf-wysiwyg-content p, body #ncf-page-content .featured-course-block .featured-course-body .ncf-wysiwyg-content ul li, body #ncf-page-content .featured-course-block .featured-course-body .ncf-wysiwyg-content ol li {
  line-height: 1.5;
}
body #ncf-page-content .featured-course-block .featured-course-body .ncf-wysiwyg-content ul li::before {
  top: 7.1px;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .featured-course-block .featured-course-body .ncf-wysiwyg-content ul li::before {
    top: calc((15px + 0.05vw) * 1.5 / 2 - 3.5px + 0.1px);
  }
}

body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 5px;
  /* Tabs Panel */
  /* Tabs Content */
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(17, 17, 17, 0.05);
  }
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab {
  position: relative;
  margin: 0;
  background-color: #fff;
  border: 1px solid #003087;
  border-radius: 5px;
  transition: background-color 0.35s ease-in;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab {
    width: 100%;
  }
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 0 10px;
  border-color: #003087 transparent transparent transparent;
  z-index: 2;
  transition: all 0.35s ease-in;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab a {
  display: flex;
  padding: 10px 25px;
  color: #003087;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
  background-color: #003087;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab.uagb-tabs__active::after {
  border-width: 10px 10px 0 10px;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__panel .uagb-tab.uagb-tabs__active a {
  color: #fff;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__body-wrap {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 5px;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__body-wrap .uagb-tabs__body-container {
  padding: 0;
}
body #ncf-page-content .wp-block-uagb-tabs:not(.vertical-tabs) .uagb-tabs__body-wrap .uagb-tabs__body-container .ncf-persons-list-block .ncf-people-item {
  background-color: #fefefe;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs {
  border: none;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #8B7523;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel .uagb-tab {
  padding: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  border-bottom: 1px solid #F8F8F8;
  transition: all 0.35s ease;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel .uagb-tab {
    width: fit-content;
    border-radius: 5px;
    border-bottom: none;
  }
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel .uagb-tab:hover {
  background: #F8F8F8;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
  background: #F8F8F8;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel .uagb-tab a {
  display: block;
  padding: 15px 25px;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__panel .uagb-tab a {
    padding: 7px 15px;
  }
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap {
  padding: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #F8F8F8;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .uagb-tabs__body-container {
  padding: 0;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .tabs-logos-grid {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: flex-start;
  gap: 30px 20px;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
  width: calc(25% - 15px);
  flex: unset;
  flex-basis: unset !important;
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
    width: calc(33.333% - 13.333px);
  }
}
@media (max-width: 991.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
    width: calc(33.333% - 13.333px);
  }
}
@media (max-width: 669.98px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box {
    width: 100%;
  }
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box .uagb-ifb-image-content {
  margin-bottom: 20px;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box .uagb-ifb-image-content img {
  width: 100% !important;
  max-width: 230px;
  height: 80px !important;
  object-fit: contain;
  object-position: center;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box .uagb-ifb-title-wrap {
  margin-top: auto;
  margin-bottom: 5px;
}
body #ncf-page-content .wp-block-uagb-tabs.vertical-tabs .uagb-tabs__body-wrap .wp-block-uagb-info-box .uagb-ifb-desc {
  margin-bottom: 0;
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
}

body #ncf-page-content .ncf-featured-event-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-media,
body #ncf-page-content .ncf-featured-event-block .ncf-featured-info {
  width: 100%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-featured-event-block .ncf-featured-media,
  body #ncf-page-content .ncf-featured-event-block .ncf-featured-info {
    width: calc((100% - 20px) / 2);
  }
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-media .ncf-featured-img-block {
  background-color: #F8F8F8;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-media .ncf-featured-img-block .ncf-media-wrap {
  padding-bottom: 56.25%;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-media .ncf-featured-img-block .ncf-media-wrap img {
  border-radius: 5px;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-info {
  padding: 25px;
  background-color: #F8F8F8;
  border-radius: 5px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-featured-event-block .ncf-featured-info {
    padding: 35px;
  }
}
@media (min-width: 1320px) {
  body #ncf-page-content .ncf-featured-event-block .ncf-featured-info {
    padding: 69px 50px;
  }
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-post-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 440px;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-featured-event-block .ncf-featured-post-body {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-event-date:not(:last-child) {
  margin-bottom: 15px;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-event-date .ncf-event-date {
  display: inline-block;
  padding: 5px 15px;
  background-color: #917313;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
body #ncf-page-content .ncf-featured-event-block .ncf-event-details-label-date {
  font-weight: 700;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-post-title:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-post-descr:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-featured-event-block .ncf-featured-post-descr p {
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-featured-event-block.media-right {
    flex-direction: row-reverse;
  }
}

body #ncf-page-content .ncf-events-list-block {
  width: 100%;
}
body #ncf-page-content .ncf-events-list-block:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item {
  display: flex;
  align-items: center;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media {
  width: 100%;
  max-width: 120px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media {
    max-width: 145px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media {
    max-width: 84px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media {
    max-width: 120px;
  }
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media a:hover .ncf-media-wrap img, body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media a:focus .ncf-media-wrap img {
  transform: scale(1);
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media a:hover .ncf-media-wrap::before, body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media a:hover .ncf-media-wrap::after, body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media a:focus .ncf-media-wrap::before, body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media a:focus .ncf-media-wrap::after {
  opacity: 1;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media .ncf-media-wrap {
  padding-bottom: 59.5238%;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media .ncf-media-wrap::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4H10M10 4L7 1M10 4L7 7' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media .ncf-media-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  background-color: rgba(139, 117, 35, 0.65);
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-media .ncf-media-wrap > * {
  object-position: top;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-event-date {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-post-item-event-date .ncf-event-date {
  display: inline-block;
  padding: 3px 10px;
  background-color: #8B7523;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-entity-item-title {
  font-size: 15px;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-entity-item-title a {
  color: #111111;
  text-decoration: none;
}
body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-entity-item-title a:hover, body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-entity-item-title a:focus {
  color: #8B7523;
  text-decoration: underline;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-entity-item-title {
    font-size: 14px;
    overflow: hidden;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-simple-events-list .ncf-events-list-item .ncf-entity-item-title {
    font-size: 16px;
  }
}

.ncf-footer {
  /* Main Container */
  /* Bottom Line */
}
.ncf-footer .footer-main-container {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #041E42;
  /* Logo Row*/
  /* Info Row */
  /* Contacts info */
  /* Menu */
  /* Socials row on smaller screens */
}
@media (min-width: 767.98px) {
  .ncf-footer .footer-main-container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.ncf-footer .footer-main-container .base-row:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ncf-footer .footer-main-container .logo-box {
  display: block;
  max-width: 280px;
}
@media (max-width: 576px) {
  .ncf-footer .footer-main-container .logo-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.ncf-footer .footer-main-container .logo-box .logo_link_label {
  display: none;
}
.ncf-footer .footer-main-container .logo-box img {
  width: 100%;
}
.ncf-footer .footer-main-container .base-row.ncf-footer-grid {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
@media (max-width: 576px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid {
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
}
.ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col {
  flex: 0 0 100%;
}
@media (max-width: 576px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col {
    margin-bottom: 10px;
  }
}
@media (min-width: 576.98px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col {
    flex-basis: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
@media (min-width: 576.98px) and (max-width: 767.98px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 767.98px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col {
    flex-basis: 25%;
  }
}
@media (min-width: 991.98px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col {
    margin-right: 40px;
    flex-basis: 22.5%;
  }
}
@media (max-width: 767.98px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col--about {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 767.98px) {
  .ncf-footer .footer-main-container .base-row.ncf-footer-grid .ncf-footer-col--about {
    margin-right: auto;
    flex-basis: 25%;
  }
}
@media (max-width: 767.98px) {
  .ncf-footer .footer-main-container .footer-about .footer-socials {
    display: none;
  }
}
.ncf-footer .footer-main-container .footer-socials:not(:last-child) {
  margin-bottom: 25px;
}
.ncf-footer .footer-main-container .ncf-contacts-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .ncf-footer .footer-main-container .ncf-contacts-info {
    align-items: center;
    text-align: center;
  }
}
.ncf-footer .footer-main-container .ncf-contacts-item {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  /* Item Icon */
  /* Item Content */
}
.ncf-footer .footer-main-container .ncf-contacts-item:has(.ncf-contacts-item-link:hover) .ncf-icon, .ncf-footer .footer-main-container .ncf-contacts-item:has(.ncf-contacts-item-link:focus) .ncf-icon {
  color: #8B7523;
}
.ncf-footer .footer-main-container .ncf-contacts-item .ncf-icon {
  display: inline-flex;
  alig-items: center;
  justify-content: center;
  margin-right: 11px;
  color: #fff;
  transition: all 0.35s ease-in-out;
}
.ncf-footer .footer-main-container .ncf-contacts-item .ncf-contacts-item-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 576px) {
  .ncf-footer .footer-main-container .ncf-contacts-item .ncf-contacts-item-link {
    font-size: 15px;
  }
}
.ncf-footer .footer-main-container .ncf-contacts-item .ncf-contacts-item-link .ncf-contacts-address-row:first-child {
  display: block;
}
.ncf-footer .footer-main-container .ncf-contacts-item .ncf-contacts-item-link:hover, .ncf-footer .footer-main-container .ncf-contacts-item .ncf-contacts-item-link:focus {
  color: #B3A369;
}
.ncf-footer .footer-main-container .ncf-contacts-item:not(:last-child) {
  margin-bottom: 20px;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu {
    text-align: center;
  }
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu a:hover, .ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu a:focus {
  color: #B3A369;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu > .menu-item.current-menu-item > a {
  color: #B3A369;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu > .menu-item > a {
  position: relative;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu > .menu-item > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #B3A369;
  transition: all 0.3s ease-in;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu > .menu-item > a:hover::before, .ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu > .menu-item > a:focus::before {
  width: 100%;
  left: 0;
}
.ncf-footer .footer-main-container .ncf-footer-nav .ncf-footer-menu > .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.ncf-footer .footer-main-container .ncf-footer-socials {
  display: flex;
  justify-content: center;
}
@media (min-width: 767.98px) {
  .ncf-footer .footer-main-container .ncf-footer-socials {
    display: none;
  }
}
.ncf-footer .footer-bottom-container {
  padding: 12px 0 11px;
  background-color: #111111;
}
.ncf-footer .footer-bottom-container .footer-copyright {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.56px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
.ncf-footer .footer-bottom-container .footer-copyright p {
  margin: 0;
}

#ncf-page-content .ncf-section-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 991.98px) {
  #ncf-page-content .ncf-section-price {
    gap: 20px;
  }
}
#ncf-page-content .ncf-section-price > .wp-block-group {
  width: calc(33.333% - 20px) !important;
  margin: 0;
  padding: 20px !important;
  border: none !important;
  border-radius: 5px;
  background-color: #F8F8F8;
}
@media (max-width: 991.98px) {
  #ncf-page-content .ncf-section-price > .wp-block-group {
    width: 100% !important;
    max-width: 240px;
  }
}
#ncf-page-content .ncf-section-price > .wp-block-group .wp-block-heading {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.1;
  color: #8B7523;
}
#ncf-page-content .ncf-section-price > .wp-block-group .wp-block-heading:not(:last-child) {
  margin-bottom: 10px;
}
#ncf-page-content .ncf-section-price > .wp-block-group .wp-block-heading + p {
  font-size: calc(20px + 0.05vw);
}
#ncf-page-content .ncf-section-price > .wp-block-group p {
  margin-bottom: 0 !important;
}

body #ncf-page-content .page-hero .uagb-container-inner-blocks-wrap {
  min-height: clamp(250px, 41.1764705882vw, 700px);
  padding: 150px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: none;
}

/* Pages */
body #ncf-page-content {
  /* Main News Section with Sidebar */
  /* Featured Post Section */
  /* News Cards Grid */
  /* News List */
  /* Benefits */
  /* Persons Section */
  /* Persons Cards Grid */
}
body #ncf-page-content .ncf-section-main-news-block {
  overflow: initial;
}
body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  /* Main */
  /* Sidebar */
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap {
    padding-bottom: 20px;
  }
}
body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-content {
  width: 100%;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-content {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(17, 17, 17, 0.05);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-content {
    width: calc(100% - 260px);
    max-width: calc(100% - 260px);
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgba(17, 17, 17, 0.05);
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-content {
    width: calc(100% - 290px);
    max-width: calc(100% - 290px);
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-content {
    width: calc(100% - 340px);
    max-width: calc(100% - 340px);
  }
}
body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
  width: 100%;
  max-width: 375px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
    max-width: 240px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
    max-width: 270px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
    max-width: 320px;
  }
}
body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side .wp-block-group[class*=wp-container] > .wp-block-group {
  width: 100%;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
    top: 80px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-section-main-news-block > .uagb-container-inner-blocks-wrap .ncf-section-news-side {
    top: 120px;
  }
}
body #ncf-page-content .ncf-section-news-featured .ncf-featured-block .ncf-featured-media {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 980px) {
  body #ncf-page-content .ncf-section-news-featured .ncf-featured-block .ncf-featured-media {
    margin-bottom: 15px;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-section-news-featured .ncf-featured-block .ncf-featured-media {
    width: 53.5955%;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-featured-news-grid {
  padding-top: 20px;
}
@media (min-width: 576px) and (max-width: 981px) {
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(3n) {
    margin-right: 40px;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(2n) {
    margin-right: 0;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item::before {
    content: none;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item::after {
    content: none;
    width: 100%;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(2n+1):not(:nth-last-child(-3n+1))::after, body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(2n+2):not(:nth-last-child(-3n+1))::after {
    content: "";
    position: absolute;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(2n+1):nth-last-child(-3n+2)::after {
    content: none;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(2n+1):not(:last-child)::before {
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    right: -20px;
    background-color: rgba(17, 17, 17, 0.05);
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid .ncf-cards-grid .ncf-card-item:nth-child(2n+2)::after {
    width: calc(100% + 40px);
    left: -40px;
  }
}
@media (min-width: 576px) and (max-width: 981px) {
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+1):nth-last-child(-3n+3), body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+2):nth-last-child(-3n+2), body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+3):nth-last-child(-3n+1) {
    margin-bottom: 20px;
  }
  body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid:last-child .ncf-cards-grid .ncf-card-item:nth-child(2n+1):nth-last-child(-3n+1), body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid:last-child .ncf-cards-grid .ncf-card-item:nth-child(2n+2):nth-last-child(-3n+1), body #ncf-page-content .ncf-section-news-content .ncf-section-news-grid:last-child .ncf-cards-grid .ncf-card-item:nth-child(3n+2):nth-last-child(-3n+2) {
    margin-bottom: 0;
  }
}
body #ncf-page-content .ncf-styled-title {
  position: relative;
  width: 100%;
  padding: 11px 16px;
  margin-bottom: 15px;
  background-color: #003087;
  border-radius: 5px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-styled-title {
    display: inline-flex;
    align-items: center;
    max-width: 270px;
    background-color: transparent;
    background-image: url("../media/img/title-decor.svg");
    background-repeat: no-repeat;
    font-size: 21px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-styled-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-styled-title {
    font-size: clamp(25px, 0.4464285714vw + 18.5714285714px, 30px);
  }
}
body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row {
  gap: 0;
  row-gap: 30px;
  column-gap: 0;
  flex-wrap: wrap;
  align-items: flex-start;
}
body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col {
  width: 100%;
}
@media (min-width: 767.98px) and (max-width: 981px) {
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--title .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 30px;
  }
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--title .wp-block-group__inner-container .ncf-section-title {
    margin-bottom: 0;
  }
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--title .wp-block-group__inner-container .ncf-section-title:only-child {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--title .wp-block-group__inner-container > *:not(:first-child) {
    display: none;
  }
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--title .wp-block-group__inner-container .ncf-section-title {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--title {
    width: 31.0833333%;
    flex-shrink: 0;
    margin-right: 40px;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--items {
    flex: 1;
  }
}
body #ncf-page-content .ncf-section-benefits .ncf-section-benefits-row .ncf-section-benefits-col--buttons .wp-block-buttons {
  justify-content: center;
}
body #ncf-page-content .ncf-benefits-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 10px;
  column-gap: 0;
}
body #ncf-page-content .ncf-benefits-grid .gutter-sizer {
  width: 20px;
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-benefits-grid .gutter-sizer {
    width: 40px;
  }
}
body #ncf-page-content .ncf-benefits-grid .ncf-benefits-item {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 576px) {
  body #ncf-page-content .ncf-benefits-grid .ncf-benefits-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-benefits-grid .ncf-benefits-item {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-benefits-grid .ncf-benefits-item {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
}
body #ncf-page-content .ncf-persons-grid {
  width: 100%;
  row-gap: 30px;
  column-gap: 20px;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-persons-grid {
    column-gap: 3.5%;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-persons-grid {
    column-gap: 3.4375%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid {
    column-gap: 2.5%;
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-col .ncf-persons-col {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-col .ncf-persons-col {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-col .ncf-persons-col {
    width: calc((100% - 120px) / 4);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-col .ncf-persons-col {
    max-width: 100%;
  }
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item {
  width: 100%;
  /* Team Block Used */
  /* Basic Blocks Used */
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content {
  text-align: center;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content img {
    height: 340px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content img {
    height: 320px;
  }
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content img:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content .uagb-team__title {
  font-weight: 600;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content .uagb-team__title:not(:last-child) {
  margin-bottom: 5px;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content .uagb-team__prefix {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.65);
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content .uagb-team__prefix {
    font-size: clamp(15px, 0.1785714286vw + 12.4285714286px, 17px);
  }
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content .uagb-team__desc:empty {
  display: none;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .uagb-team__content .uagb-team__social-list:empty {
  display: none;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .wp-block-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .wp-block-image::before {
  content: "";
  float: left;
  padding-top: 115.817%;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .wp-block-image::after {
  content: "";
  clear: left;
  display: table;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .wp-block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #F8F8F8;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header {
  position: relative;
  padding-right: 30px;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header:has(a:hover) a, body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header:has(a:focus) a {
  color: #8B7523;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header:has(a:hover)::after, body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header:has(a:focus)::after {
  transform: translateY(-50%);
  opacity: 1;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header::after {
  content: "";
  position: absolute;
  background-image: url("../media/icons/icon__share.svg");
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(0%);
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header .uagb-heading-text:not(:last-child) {
  margin-bottom: 10px;
}
body #ncf-page-content .ncf-persons-grid .ncf-persons-item .ncf-persons-item-header .uagb-desc-text {
  color: rgba(17, 17, 17, 0.65);
}
body #ncf-page-content .ncf-persons-grid--team .ncf-persons-item {
  max-width: 250px;
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-persons-grid--team .ncf-persons-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 480px) {
  body #ncf-page-content .ncf-persons-grid--team .ncf-persons-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 576px) {
  body #ncf-page-content .ncf-persons-grid--team .ncf-persons-item {
    width: 31%;
  }
}
@media (min-width: 981px) {
  body #ncf-page-content .ncf-persons-grid--team .ncf-persons-item {
    width: 17.25%;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid--team .ncf-persons-item {
    max-width: 100%;
    width: 18%;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-persons-grid--3-cols {
    column-gap: 20px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-persons-grid--3-cols {
    column-gap: 40px;
  }
}
@media (max-width: 480px) {
  body #ncf-page-content .ncf-persons-grid--3-cols .ncf-persons-col {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (min-width: 481px) {
  body #ncf-page-content .ncf-persons-grid--3-cols .ncf-persons-col {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-persons-grid--3-cols .ncf-persons-col {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-persons-grid--3-cols .ncf-persons-col {
    max-width: 100%;
  }
}

body #ncf-page-content {
  /* Single Post/Page */
  /* Single Event */
}
body #ncf-page-content .ncf-news-post-page {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  /* Main Content */
  /* With Sidebar */
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .ncf-news-post-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-news-post-page {
    margin-bottom: 60px;
  }
}
body #ncf-page-content .ncf-news-post-page .ncf-page-title {
  color: #041E42;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-title:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-header-block:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-news-post-page .ncf-page-header-block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
body #ncf-page-content .ncf-news-post-page .ncf-page-header-title:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-news-post-page .ncf-page-header-title:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-news-post-page .ncf-news-main-img {
  margin-bottom: 30px;
}
@media (min-width: 576.98px) {
  body #ncf-page-content .ncf-news-post-page .ncf-news-main-img {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-news-post-page .ncf-news-main-img .lazy_image_wrapper {
  padding-bottom: 56.48854%;
}
body #ncf-page-content .ncf-news-post-page .ncf-news-main-img .lazy_image_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content h1, body #ncf-page-content .ncf-news-post-page .ncf-page-content h2, body #ncf-page-content .ncf-news-post-page .ncf-page-content h3, body #ncf-page-content .ncf-news-post-page .ncf-page-content h4, body #ncf-page-content .ncf-news-post-page .ncf-page-content h5, body #ncf-page-content .ncf-news-post-page .ncf-page-content h6 {
  color: #041E42;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content h1:not(:last-child), body #ncf-page-content .ncf-news-post-page .ncf-page-content h2:not(:last-child), body #ncf-page-content .ncf-news-post-page .ncf-page-content h3:not(:last-child), body #ncf-page-content .ncf-news-post-page .ncf-page-content h4:not(:last-child), body #ncf-page-content .ncf-news-post-page .ncf-page-content h5:not(:last-child), body #ncf-page-content .ncf-news-post-page .ncf-page-content h6:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-news-post-page .ncf-page-content p {
    font-size: calc(16px + 0.05vw);
  }
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content p:not(:last-child) {
  margin-bottom: 1.25em;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content b, body #ncf-page-content .ncf-news-post-page .ncf-page-content strong {
  font-weight: 700;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content a:not(.ncf-btn, .wp-block-button__link, .uagb-button__link) {
  font-weight: 700;
  color: #4164A4;
  text-decoration: underline;
}
body #ncf-page-content .ncf-news-post-page .ncf-page-content a:not(.ncf-btn, .wp-block-button__link, .uagb-button__link):hover, body #ncf-page-content .ncf-news-post-page .ncf-page-content a:not(.ncf-btn, .wp-block-button__link, .uagb-button__link):focus {
  color: #8B7523;
}
body #ncf-page-content .ncf-news-post-page .wp-block-image {
  margin-bottom: 1.25em;
}
body #ncf-page-content .ncf-news-post-page .wp-block-image:last-child {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-news-post-page--sidebar .base-row {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-main-block {
  width: 100%;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-main-block {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-main-block {
    width: calc(100% - 220px);
    max-width: 786px;
    margin-right: auto;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-main-block {
    width: calc(100% - 260px);
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-main-block {
    width: calc(100% - 290px);
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-main-block {
    width: calc(100% - 340px);
  }
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar {
  width: 100%;
  max-width: 375px;
}
@media (max-width: 767.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar {
    position: sticky;
    top: 0;
    top: 80px;
    max-width: 200px;
  }
}
@media (min-width: 991.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar {
    max-width: 240px;
  }
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar {
    max-width: 270px;
  }
}
@media (min-width: 1440.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar {
    max-width: 320px;
    top: 120px;
  }
}
@media (min-width: 576.98px) and (max-width: 991.98px) {
  body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block .ncf-styled-title {
    font-size: 19px;
  }
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block:not(:last-child) {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block:not(:last-child).ncf-section-news-grid {
  margin-bottom: 20px;
  padding-bottom: 0;
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block:not(:last-child).ncf-section-news-grid::after {
  bottom: -2px;
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block:not(:last-child).ncf-section-news-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-news-post-page--sidebar .ncf-page-sidebar > .widget_block:not(:last-child)::after {
  bottom: -22.5px;
}
body #ncf-page-content .ncf-single-page {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .ncf-single-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-single-page {
    margin-bottom: 60px;
  }
}
body #ncf-page-content .ncf-page-header-section:not(:last-child) {
  margin-bottom: 40px;
}

body #ncf-page-content .ncf-archive-block {
  padding-top: 40px;
}
body #ncf-page-content .ncf-archive-block:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  body #ncf-page-content .ncf-archive-block:not(:last-child) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 767.98px) {
  body #ncf-page-content .ncf-archive-block:not(:last-child) {
    margin-bottom: 60px;
  }
}
body #ncf-page-content .ncf-archive-block .ncf-page-title {
  color: #041E42;
}
body #ncf-page-content .ncf-archive-block .ncf-page-title:not(:last-child) {
  margin-bottom: 20px;
}
body #ncf-page-content .ncf-archive-block .ncf-page-header-title:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-archive-block .ncf-page-header-title:not(:last-child) {
    margin-bottom: 40px;
  }
}
body #ncf-page-content .ncf-archive-block .ncf-archive-items-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
body #ncf-page-content .ncf-archive-block .ncf-archive-items-block:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
@media (min-width: 1199.98px) {
  body #ncf-page-content .ncf-archive-block .ncf-archive-items-block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
body #ncf-page-content .ncf-archive-block .ncf-intro-section {
  padding-top: 0;
}
body #ncf-page-content .ncf-archive-block .ncf-intro-section:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-archive-block--builder {
  margin-bottom: 0;
  padding-bottom: 0;
}
body #ncf-page-content .ncf-archive-block--builder:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}
body #ncf-page-content .ncf-archive-block--builder:not(:last-child) .base-row {
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-archive-block--builder .ncf-archive-items-block {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-archive-block--builder .ncf-archive-items-block:not(:last-child) {
  margin-bottom: 40px;
}
body #ncf-page-content .ncf-archive-block--builder .ncf-pagination {
  margin-bottom: 0;
}
body #ncf-page-content .ncf-archive-block--w-builder-content > .base-row:not(:last-child) {
  border-bottom: 2px solid rgba(17, 17, 17, 0.05);
}
body #ncf-page-content .ncf-page-title-parent {
  display: block;
  margin-bottom: 5px;
  color: #8B7523;
  font-weight: 700;
}

body.error404 #ncf-page-content .ncf-page-header-section {
  margin-bottom: 0;
}
body.error404 #ncf-page-content .wp-block-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 0 0;
}
@media (min-width: 767.98px) {
  body.error404 #ncf-page-content .wp-block-buttons {
    padding-top: 40px;
  }
}
body.error404 #ncf-page-content .wp-block-buttons a.wp-block-button__link {
  padding: 9px 22px;
  font-size: 15px;
}
@media (min-width: 767.98px) {
  body.error404 #ncf-page-content .wp-block-buttons a.wp-block-button__link {
    padding: 10px 24px;
    font-size: 16px;
  }
}
@media (min-width: 991.98px) {
  body.error404 #ncf-page-content .wp-block-buttons a.wp-block-button__link {
    padding: 12px 24px;
    font-size: 17px;
  }
}
@media (min-width: 1440.98px) {
  body.error404 #ncf-page-content .wp-block-buttons a.wp-block-button__link {
    padding: 14px 26px;
    font-size: 18px;
  }
}

.ncf-accordion-title {
  font-size: calc(25px + 0.05vw);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 1px dotted #000;
}

/*# sourceMappingURL=index.css.map */
