@font-face {
  font-family: OxygenRegular;
  src: url("../fonts/Oxygen-Regular-gh6ebsT.ttf");
  font-weight: normal;
}
@font-face {
  font-family: OxygenBold;
  src: url("../fonts/Oxygen-Bold-ROaWcxw.ttf");
  font-weight: bold;
}
@font-face {
  font-family: SourceSansProRegular;
  src: url("../fonts/SourceSansPro-Regular-Fiq0HJN.ttf");
  font-weight: normal;
}
@font-face {
  font-family: SourceSansProBold;
  src: url("../fonts/SourceSansPro-Bold-m-L3GgP.ttf");
  font-weight: bold;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
}

a {
  text-decoration: none;
  color: #174a8d;
}
a:visited {
  color: #174a8d;
}

body {
  min-height: 100vh;
  color: #333;
  background: white;
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-family: "SourceSansProRegular", sans-serif;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sofia-pro";
  font-weight: bold;
  color: #174a8d;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid.justify-center {
  justify-content: center;
}
.grid > div[class^=grid-] {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid > div[class^=grid-] > div {
  width: 100%;
}
.grid .grid-75 {
  width: 75%;
}
.grid .grid-50 {
  width: 50%;
  flex-wrap: wrap;
}
.grid .grid-33 {
  width: 33.3333333333%;
}
.grid .grid-25 {
  width: 25%;
}
.grid .grid-100 {
  width: 100%;
}

.background-img-filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(61, 61, 61, 0.2);
  z-index: 0;
}
.background-img-filter > * {
  z-index: 1;
}

.button-style {
  text-align: center;
  background-color: #174a8d;
  padding: 5px 10px;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  display: inline-block;
}
.button-style:visited {
  color: white;
}
.button-style.primary {
  background-color: #174a8d;
}
.button-style.primary:hover {
  background-color: #103361;
  transition: 0.5s;
}
.button-style.secondary {
  background-color: #67B8E6;
}
.button-style.secondary:hover {
  background-color: #3ba4df;
  transition: 0.5s;
}
.button-style.white {
  background-color: white;
  color: #174a8d;
}
.button-style.white:hover {
  background-color: #cae1ff;
  transition: 0.5s;
}

.background-img-filter::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(61, 61, 61, 0.2);
  z-index: 0;
}
.background-img-filter > * {
  z-index: 1;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.partner-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 70px;
  font-size: 14px;
  font-weight: bold;
  flex-direction: column;
}
.partner-block img {
  width: 80px;
  margin-left: 10px;
}

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

.header-container {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  opacity: 95%;
}
.header-container .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-container .content > h1 {
  color: white;
  max-width: 60%;
  background-color: #174a8d;
  padding: 10px 20px;
  font-size: 26px;
  margin: 0 !important;
}
.header-container .return-link {
  margin: 30px;
}

.center {
  text-align: center;
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}
.d-flex.align-center {
  align-items: center;
  justify-content: center;
}
.d-flex.space-around {
  align-items: center;
  justify-content: space-around;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}

.alert-success {
  background-color: #d4edda;
  border: #c3e6cb 3px solid;
  border-radius: 25px;
  padding: 20px 30px;
  color: #155724;
  font-weight: bolder;
}

.social {
  display: flex;
  padding: 0 !important;
  margin-right: 20px;
}
.social img {
  width: 20px;
}

header {
  position: sticky;
  box-shadow: 0px -8px 20px 0px;
  top: 0;
  z-index: 1000000;
  background: white;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav {
  position: static;
}
header .nav-burger {
  display: none;
}
header .navbar-button {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
header .navbar-button a {
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
}
header .nav-bar {
  display: flex;
  height: 60px;
  justify-content: space-between;
  width: 100%;
}
header .nav-bar .mobile-only {
  display: none;
}
header .nav-bar .nav-link {
  position: relative;
  text-transform: uppercase;
  padding: 4px;
  margin: auto 2px;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  color: #174a8d;
  font-family: "sofia-pro";
  text-align: center;
  font-size: 12px;
}
header .nav-bar .nav-link:hover, header .nav-bar .nav-link.router-link-active {
  transform: scale(1.1);
  transition: 0.5s;
}
header .nav-bar .nav-link.router-link-active {
  text-decoration: underline;
}
header .logo-link {
  padding-left: 20px;
  display: block;
  height: 60px;
}
header .logo-link .logo-img {
  height: 100%;
}

footer {
  padding: 50px;
  background-color: #faf9f9;
}
footer .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .container .action-link h3 {
  text-align: left;
}
footer .container .contact-item {
  text-align: center;
}
footer .container .contact-item > div {
  display: flex;
  flex-direction: column;
}
footer .container .submenu-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .container .menu-link {
  display: flex;
  flex-direction: column;
}
footer .logo-link {
  padding-left: 20px;
  display: block;
  height: 60px;
}
footer .logo-link .logo-img {
  height: 100%;
}

.action-card {
  margin: 20px;
  width: calc(33.3333333333% - 40px);
}
.action-card .action-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-card .action-item:hover {
  transition: 0.8s;
  transform: scale(1.03);
}
.action-card .action-item:hover h3 {
  opacity: unset;
}
.action-card .action-item img {
  z-index: 0;
  width: 100%;
}
.action-card .action-item h3 {
  padding: 10px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  color: #174a8d;
  background-color: white;
  opacity: 90%;
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  width: 80%;
}

.action-field-card {
  margin: 20px;
  width: calc(33.3333333333% - 40px);
}
.action-field-card .action-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-field-card .action-item:hover {
  transition: 0.8s;
  transform: scale(1.03);
}
.action-field-card .action-item:hover h3 {
  opacity: unset;
}
.action-field-card .action-item h3 {
  padding: 10px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  color: #174a8d;
  background-color: white;
  opacity: 90%;
  font-size: 20px;
  font-weight: bolder;
}

.action-block {
  text-align: center;
  padding: 10px;
  background: white;
  margin-bottom: 10px;
}
.action-block h3 {
  font-size: 14px;
}
.action-block img {
  width: 100%;
}
.action-block .button-style {
  padding: 2px 10px;
  margin-top: 10px;
}

.basic-card {
  margin: 15px 20px;
  width: fit-content;
  background-color: #faf9f9;
  padding: 30px;
  border-radius: 20px;
}
.basic-card h2 {
  margin-bottom: 20px;
}

.funders.carousel-block {
  margin-bottom: 50px;
  padding: 40px;
}
.funders.carousel-block .title {
  text-align: center;
  text-transform: uppercase;
  color: #174a8d;
  margin-bottom: 40px;
  margin-top: 0;
}

.national-networks.carousel-block {
  background-color: #174a8d;
  padding: 40px 0;
  color: white;
}
.national-networks.carousel-block .title {
  color: white;
  margin-bottom: 20px;
}

form label {
  display: block;
  margin: 5px 20px;
  font-weight: bold;
}
form input,
form textarea,
form .file-label {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #333;
  padding: 12px 15px;
  width: calc(100% - 40px);
  margin: 0 20px;
}
form input:focus-visible,
form textarea:focus-visible,
form .file-label:focus-visible {
  outline: #67B8E6 auto 1px;
  color: #174a8d;
}
form button {
  background-color: #174a8d;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  color: white !important;
  margin-top: 20px;
}
form button:hover {
  background-color: #67B8E6;
  transition: 0.5s;
}

.sponsorships.carousel-block {
  padding: 30px;
  background-color: #67B8E6;
}
.sponsorships.carousel-block .title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 30px;
  margin-top: 0;
}

.news-slider {
  padding: 40px;
}
.news-slider h2 {
  margin-bottom: 40px;
  color: #67B8E6;
}

.news-card {
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.news-card .news-item {
  padding: 20px;
  z-index: 1;
  text-align: center;
  color: #174a8d;
  background-color: white;
  opacity: 90%;
  font-weight: bolder;
  width: 100%;
}
.news-card .button-style {
  text-align: center;
}

.news-page .news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-page .news-content .news-card {
  margin: 20px;
}

.news-show .sub-title {
  margin: 40px 0;
}
.news-show .news-content .news-title {
  text-align: left;
  margin-bottom: 0;
}
.news-show .news-content .date {
  font-style: italic;
  margin-bottom: 40px;
}
.news-show .news-content .news-image img {
  width: 100%;
}
.news-show .news-content img {
  width: 100%;
}

.news-filter form {
  display: flex;
  align-items: flex-end;
}
.news-filter form > div {
  width: 100%;
  justify-content: space-between;
  margin-right: 20px;
}
.news-filter form > div .ts-control {
  border-color: #333;
  border-radius: 20px;
  padding: 10px 15px;
}
.news-filter form > div .dropdown-active .ts-control {
  border-radius: 20px 20px 0 0;
}
.news-filter form > div .ts-wrapper.multi .ts-control [data-value] {
  text-shadow: none;
  border-radius: 20px;
  background-color: #faf9f9;
  color: #333;
  border-color: #333;
  background-image: none;
  box-shadow: none;
}

.homepage .hp-header .hero {
  background: #174a8d;
  color: white;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  align-self: flex-start;
}
.homepage .hp-header .hero .hero-content {
  text-align: center;
}
.homepage .hp-header .hero .hero-content h1, .homepage .hp-header .hero .hero-content h2 {
  color: white;
  text-align: center;
}
.homepage .hp-header .hero .hero-content h1 {
  font-size: 28px;
  line-height: 28px;
}
.homepage .hp-header .hero .hero-content h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 40px 0;
  font-family: "dreaming-outloud-sans";
}
.homepage .hp-header .hero .hero-content .button-style {
  padding: 5px 30px;
  font-size: 20px;
  font-weight: bold;
}
.homepage .hp-header .hero-bg {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
}
.homepage .hp-header .hp.carousel-block div {
  height: 500px;
}
.homepage .hp-header .hp.carousel-block .slick-slide {
  position: relative;
}
.homepage .hp-header .hp.carousel-block .slick-slide div {
  width: 100%;
}
.homepage .hp-header .hp.carousel-block .bg-slide {
  padding: 30px;
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: saturation;
}
.homepage .hp-header .hp.carousel-block .slider-title {
  padding-top: 40px;
  z-index: 1;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 26px;
}
.homepage .funders {
  background-color: #faf9f9;
  margin: 0;
}

.about-container {
  margin-bottom: 20px;
}
.about-container h1 {
  margin: 30px 0;
}
.about-container .about-block {
  min-height: 500px;
}

.block-card-image {
  width: 100%;
}

.map {
  text-align: center;
}
.map .block-card-image {
  max-width: 400px;
}

.key-numbers div {
  font-size: 42px;
  font-weight: bolder;
  color: #174a8d;
}

.contact-container h1 {
  margin: 30px 0;
}
.contact-container .block-text {
  text-align: center;
}
.contact-container .block-text p,
.contact-container .block-text div {
  margin-top: 20px;
}
.contact-container .block-text .flex-box {
  display: flex;
  justify-content: space-around;
}
.contact-container .grid {
  margin-bottom: 30px;
}

.contact-info > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info span {
  margin-right: 10px;
  height: 20px;
}
.contact-info span svg {
  width: 20px;
  height: 20px;
}

.container h1 {
  margin: 30px auto;
}

.action-field-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.action-fields {
  background-color: #67B8E6;
  padding: 20px 0;
}
.action-fields .home-title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 40px 0;
}
.action-fields .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.action-fields .container .action-field-card {
  width: calc(20% - 20px);
  margin: 10px;
  height: 400px;
  background-position: center;
  background-size: cover;
  padding: 20px;
}
.action-fields .container .action-field-card .action-item h3 {
  top: unset;
  transform: none;
  background-color: white;
  color: #174a8d;
  font-size: 18px;
  padding: 5px;
}
.action-fields .container .action-field-card .button-style {
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
}

.action-container .basic-card h2 {
  text-align: left;
}
.action-container .grid-container {
  margin: 30px 40px;
}
.action-container .grid-container .block-address {
  margin-bottom: 15px;
}
.action-container .grid-container .block-address .name-address {
  font-weight: bold;
  color: #67B8E6;
}
.action-container .action-events h2 {
  text-align: center;
  margin-top: 30px;
}
.action-container .additional-image {
  width: 100%;
}

.event-container {
  margin: 0 30px;
}

.event-block {
  background-color: #67B8E6;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  color: white;
}

.event-card {
  background-color: #faf9f9;
  border-radius: 20px;
  padding: 30px;
  margin: 0 30px 30px 30px;
}
.event-card h3 {
  margin: 20px 0;
}
.event-card .date {
  margin: -30px -30px 0px -30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #67B8E6;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.block-type-organization {
  margin: 50px 20px 40px 20px;
  background-color: #174a8d;
  font-size: 24px;
  padding: 20px 30px;
  list-style-type: circle;
  border-radius: 50px;
  color: white;
  font-weight: bold;
}
.block-type-organization:visited {
  color: white;
}
.block-type-organization:hover {
  background-color: #67B8E6;
}
.block-type-organization::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: white;
  display: block;
  margin-right: 20px;
}

.sponsorship-block .basic-card h2 {
  overflow-wrap: break-word;
  inline-size: auto;
}

@media (max-width: 1024px) {
  body .action-fields .container .action-field-card {
    width: calc(33.3333333333% - 20px);
  }
  body .action-field-container {
    justify-content: center;
  }
  body .action-field-container .action-card {
    width: 40%;
  }
  body .block-type-organization {
    font-size: 20px;
  }
  body .home-block .container {
    width: 100%;
    justify-content: center;
  }
  body .home-block .container .action-card {
    width: 40%;
  }
  body footer {
    padding: 50px 20px;
  }
  body .sponsorship-block .grid, body .sponsorship-block .grid-25, body .sponsorship-block .grid-33, body .sponsorship-block .grid-50, body .sponsorship-block .grid-75 {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  header .navbar-button {
    margin-left: 0;
  }
  header .logo-link {
    height: 80px;
  }
  header .container {
    padding: 0;
  }
  header .nav-bar .nav-link {
    margin: auto 5px;
  }
}
@media screen and (max-width: 768px) {
  body .action-fields .container .action-field-card {
    width: calc(50% - 20px);
  }
  body .header-container .content > h1 {
    font-size: 22px;
  }
  body .block-title {
    display: flex;
    flex-direction: column;
  }
  body .block-title .block-type-organization {
    margin: 20px;
  }
  body .news-filter form {
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
  }
  body .news-filter form > div {
    width: 100%;
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  body .news-filter form > div > button {
    align-items: center;
  }
  body .news-filter form input {
    margin: 0;
    width: 100%;
  }
  body .home-block .container {
    justify-content: center;
  }
  body .home-block .container .action-card {
    width: 40%;
  }
  body .home-block .container .action-card .action-item h3 {
    padding: 3px;
    font-size: 18px;
  }
  body .about-block {
    flex-direction: column;
    align-items: center;
  }
  body .about-block .grid-50 {
    width: 100%;
  }
  body .action-field-container {
    justify-content: center;
  }
  body .action-field-container .action-card {
    width: 60%;
  }
  body .action-field-container .action-card .action-item h3 {
    padding: 3px;
  }
  body footer .container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body footer .container .menu-link::before {
    margin: 20px 0;
    content: "";
    border: 1px solid #174a8d;
  }
  body footer .container .action-link {
    margin-top: 20px;
  }
  body footer .container .nav-link,
  body footer .container .action-link,
  body footer .container .action-link > h3 {
    text-align: center;
  }
  header .container {
    max-width: 100%;
  }
  header .container .nav-bar {
    display: none;
  }
  header .container .nav-bar.active {
    display: flex;
    height: calc(100vh - 80px);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    background: white;
  }
  header .container .nav-bar.active .mobile-only {
    display: block;
  }
  header .container .nav-bar .submenu.active {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    top: unset;
    height: auto;
  }
  header .container .nav-bar .submenu.active a {
    margin: 0 20px;
    text-align: left;
  }
  header .container .nav-bar .nav-link {
    display: block;
    margin: 10px 20px;
    height: auto;
  }
  header .container .nav-bar .nav-link.router-link-active::before {
    top: -10px;
  }
  header .container .nav-burger {
    margin-right: 20px;
    display: block;
    display: flex;
    align-items: center;
    width: 20px;
  }
  header .container .nav-burger button {
    border: 0;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  header .container .nav-burger button span {
    background-color: #174a8d;
    height: 3px;
    position: relative;
    width: 100%;
    display: block;
    border-radius: 2px;
  }
  header .container .nav-burger button span::before, header .container .nav-burger button span::after {
    content: "";
    background-color: #174a8d;
    height: 3px;
    width: 100%;
    left: 0;
    position: absolute;
    border-radius: 2px;
  }
  header .container .nav-burger button span::before {
    top: -8px;
  }
  header .container .nav-burger button span::after {
    top: 8px;
  }
  .grid .grid-100, .grid .grid-75, .grid .grid-50, .grid .grid-33, .grid .grid-25 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body .action-fields .container {
    flex-direction: column;
  }
  body .action-fields .container .action-field-card {
    width: calc(100% - 20px);
  }
  body .container {
    padding: 0 10px;
  }
  body .container h1 {
    margin: 30px 20px;
    font-size: 26px;
  }
  body .contact-container,
  body .action-container,
  body .action-field-container {
    width: 100%;
  }
  body .contact-container .grid,
  body .about-container .grid {
    flex-direction: column;
  }
  body .contact-container .grid .grid-50,
  body .about-container .grid .grid-50 {
    width: 100%;
  }
  body .action-container .header-container {
    width: 100%;
  }
  body .action-container .header-container .content > h1 {
    max-width: 80%;
  }
  body .action-container .grid-container {
    display: flex;
    margin: 0;
    width: 100%;
    flex-direction: column;
  }
  body .action-container .grid-container .grid-50 {
    width: 100%;
  }
  body .action-field-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .action-field-container .action-card {
    width: 90%;
    margin: 10px;
  }
  body .action-field-container .action-card .action-item h3 {
    padding: 3px;
    font-size: 18px;
  }
  body .hp.carousel-block .slider-title {
    font-size: 26px;
  }
  body .home-block .container .action-card {
    width: 80%;
  }
  body .home-block .container .action-card .action-item h3 {
    padding: 3px;
    font-size: 18px;
  }
  body footer .container .menu-link::before {
    margin: 20px 0;
    content: "";
    border: 1px solid #174a8d;
  }
  body footer .container .nav-link {
    text-align: center;
  }
  body footer .container .action-link {
    display: none;
  }
  footer .container,
  .home-block .container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  body .block-type-organization {
    margin-top: 20px;
    font-size: 18px;
  }
  body .action-container .grid-container .basic-card h2 {
    font-size: 18px;
  }
  body .action-container .header-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: 50px;
  }
  body .action-container .header-container .return-link {
    margin: -50px 0;
    font-size: 14px;
  }
  body .action-container .header-container .content {
    position: relative;
  }
  body .action-container .header-container .content h1 {
    max-width: 100%;
    font-size: 18px;
    padding: 10px;
    width: 100%;
  }
  body .action-field-container .action-card .action-item h3 {
    font-size: 16px;
  }
  body .funders.carousel-block {
    padding: 20px;
  }
  body .news-card {
    width: 100%;
  }
  body .news-slider {
    padding: 20px;
  }
  body .news-slider .news-card {
    width: 250px;
  }
  body .basic-card {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  body.news-page .news-content {
    width: 100%;
  }
  body.news-page .news-content .news-card {
    margin: 20px 0;
  }
}

/*# sourceMappingURL=app.output.css.map */
