/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/template-homepage.scss ***!
  \********************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville";
  src: url(../fonts/Baskervville-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abhaya Libre";
  src: url(../fonts/AbhayaLibre-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abhaya Libre";
  src: url(../fonts/AbhayaLibre-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abhaya Libre";
  src: url(../fonts/AbhayaLibre-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abhaya Libre";
  src: url(../fonts/AbhayaLibre-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Abhaya Libre";
  src: url(../fonts/AbhayaLibre-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner p {
  font: 400 16px/1.5 "Fahkwang", sans-serif;
  color: #797979;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner li {
  font: 400 16px/1.5 "Fahkwang", sans-serif;
  color: #797979;
}
.wp-blocks-inner img {
  margin: 40px 0;
}

.site {
  padding-top: 90px;
}

.header {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
  background-color: #012F73;
  position: fixed;
  top: 0;
  z-index: 1024;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.header__logo-img {
  width: 126px;
  height: auto;
}
.header__hamburger {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__hamburger .line__hamburger {
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
}
.header__desktop-buttons {
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header .btn {
  width: 148px;
  height: 40px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font: 400 16px/1 "Radio Canada Big", sans-serif;
  text-decoration: none;
}
.header__menu-left, .header__menu-right {
  display: none;
}
.header__menu-button {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 24px;
  height: 24px;
  position: relative;
  border: 0;
}
.header__menu-button-label:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header__menu-button-label:nth-of-type(2) {
  transform: rotate(45deg);
}
.header__menu-button-label {
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 998;
  background: #012F73;
}
.header__menu .header__menu-list {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.header__menu .header__menu-list a {
  text-decoration: none;
  color: #fff;
  font: 400 20px/1.12 "Baskervville", sans-serif;
}
.header__menu-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 70px;
}
.header__menu .menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header__menu-top {
  padding-top: 20px;
}
.header__menu-bottom {
  padding-bottom: 30px;
}
.header__menu-bottom .header__contact-information {
  border-top: 1px solid #B1B1B1;
  padding-top: 26px;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 6px;
  margin-bottom: 30px;
}
.header__menu-bottom .header__contact-information span {
  font: 500 14px/1.4 "Inter", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.header__menu-bottom .header__contact-information a {
  font: 400 18px/1.4 "Inter", sans-serif;
  color: #fff;
  text-decoration: none;
}
.header__menu-bottom .header__socials {
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: 26px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.header__menu-bottom .header__socials a {
  border-right: 1px solid #fff;
  padding-right: 12px;
  margin-right: 12px;
}
.header__menu-bottom .header__socials a:last-of-type {
  margin-right: 0;
  padding-left: 0;
  border-right: 0;
}
.header__donate {
  margin-top: 45px;
}
.header__donate-header {
  display: none;
  position: absolute;
  top: 90px;
  width: 100%;
}
.header__donate-header .header__donate-button {
  width: 100%;
}
.header__donate-button {
  background-color: #D62329;
  font: 600 16px/1.3 "Inter", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 224px;
  height: 42px;
  text-decoration: none;
}
.header__donate-title {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  color: #fff;
  font: 500 18px/1.4 "Abhaya Libre", sans-serif;
  margin-top: 14px;
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 0 0 40px;
  }
  .header__container {
    height: 50px;
  }
  .header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
  }
  .header__menu {
    height: auto;
  }
  .header__menu-top {
    padding: 40px 0;
  }
  .header__menu-actions {
    height: 60px;
  }
  .header__menu-list {
    display: block;
    padding: 50px 0;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .header__cta {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .site {
    padding-top: 130px;
  }
  .header {
    padding-top: 40px;
  }
  .header__logo-img {
    width: 210px;
  }
  .header__donate-header {
    top: 55%;
    transform: translateY(-50%);
    width: -moz-fit-content;
    width: fit-content;
    right: 20px;
    display: inline-block;
  }
  .header__donate-header .header__donate-button {
    padding: 10px 20px;
    width: 170px;
  }
  .header__desktop-buttons {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .header__container {
    justify-content: center;
    gap: 46px;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu-left {
    justify-content: flex-end;
  }
  .header__menu-right {
    justify-content: flex-start;
  }
  .header__menu-left, .header__menu-right, .header__actions {
    flex: 1;
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 55px;
  }
  .header__menu-left a, .header__menu-right a, .header__actions a {
    text-decoration: none;
    color: #fff;
    font: 400 18px/1.24 "Baskervville", sans-serif;
  }
  .header__menu-left .menu, .header__menu-right .menu, .header__actions .menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style-type: none;
  }
  .header__menu-left .menu .menu-item a, .header__menu-right .menu .menu-item a, .header__actions .menu .menu-item a {
    font: 700 12px/1.3 "Fahkwang", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1440px) {
  .header__donate-header .header__donate-button {
    padding: 10px 20px;
    width: 224px;
  }
}
.footer {
  background-color: #012F73;
  padding-top: 52px;
}
.footer .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer__site-logo {
  flex: 0 0 100%;
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__socials {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer__socials a {
  display: flex;
  padding-right: 13px;
  border-right: 1px solid #fff;
}
.footer__socials a:last-child {
  border-right: 0;
}
.footer__donate-holder {
  order: 5;
  width: 100%;
  display: flex;
  flex-flow: column;
  margin-top: 50px;
  text-align: center;
  gap: 30px;
  border-top: 1px solid #fff;
  padding-top: 40px;
}
.footer__donate-button-holder {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.footer__donate-button-holder a {
  font: 600 16px/1.3 "Inter", sans-serif;
  color: #fff;
  background-color: #D62329;
  width: 224px;
  height: 42px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer__donate-title {
  font: 500 18px/1.4 "Abhaya Libre", sans-serif;
  color: #fff;
}
.footer__donate-price {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer__donate-price a {
  font: 400 18px/1.4 "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 500ms ease;
  padding: 10px 20px;
}
.footer__donate-price a:hover {
  background-color: #D62329;
  color: #fff;
}
.footer__logo-img {
  max-width: 126px;
}
.footer__contact-information {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.footer__contact-information a,
.footer__contact-information span {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
}
.footer__contact-information span {
  font: 400 13px/1.2 "Inter", sans-serif;
}
.footer__contact-information a {
  font: 400 18px/1.2 "Inter", sans-serif;
}
.footer__menu {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 100%;
  gap: 12px;
  margin-bottom: 64px;
}
.footer__menu a {
  font: 400 18px/1.2 "Inter", sans-serif;
  color: #fff;
  text-decoration: none;
}
.footer__policy {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.footer__policy a {
  font: 400 14px/1.2 "Radio Canada Big", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer__bottom-line {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 13px 20px 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
.footer__bottom-line span,
.footer__bottom-line a {
  text-decoration: none;
  font: 400 16px/1.3 "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.05);
}

@media only screen and (min-width: 992px) {
  .footer {
    padding-top: 73px;
  }
  .footer .container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__site-logo {
    order: 1;
    margin-bottom: 24px;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .footer__contact-information {
    order: 2;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer__logo-img {
    max-width: unset;
  }
  .footer__menu {
    flex: 0 0 20%;
    max-width: 20%;
    order: 3;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .footer__socials {
    order: 4;
    flex: 0 0 10%;
    max-width: 10%;
    padding-top: 30px;
  }
  .footer__bottom-line {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
    padding: 13px 43px 20px;
  }
  .footer__bottom-line span,
  .footer__bottom-line a {
    text-decoration: none;
    font: 400 16px/1, 3 "Inter", sans-serif;
    color: #fff;
  }
  .footer__donate-holder {
    flex-flow: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1199px) {
  .footer__donate-button-holder {
    flex-flow: row;
  }
  .footer__donate-title {
    text-align: left;
  }
}
html {
  color: #000;
}

img {
  max-width: 100%;
}

.site {
  background: linear-gradient(180deg, #E3EEFB 0%, #FFFFFF 47.78%);
}

.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

.site {
  padding-top: 0 !important;
}

.hero-video video {
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hero {
  background: #154A99;
  padding-bottom: 66px;
}
.hero .container {
  padding: 0;
}
.hero__element {
  position: relative;
}
.hero__donate-image {
  position: absolute;
  bottom: 10px;
  left: 12vw;
  max-width: 106px;
  animation: spin 10s linear infinite;
  transform-origin: center center; /* rotate around center */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero__clipart {
  background-color: #012F73;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 48%);
  height: 230px;
}
.hero__image {
  margin: auto;
}
.hero__content-holder {
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}
.hero__content-holder h1 {
  font: 800 40px/1.12 "Abhaya Libre", sans-serif;
  color: #fff;
  margin-bottom: 28px;
}
.hero__content-holder p {
  font: 300 18px/1.16 "Inter", sans-serif;
  color: #fff;
}
.hero__button-holder {
  margin-top: 40px;
  padding: 0 20px;
}
.hero__button {
  font: 500 16px/1.12 "Inter", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  width: 256px;
  height: 40px;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.hero .scrolling-banner {
  overflow: hidden;
  background-color: #0E397A;
  white-space: nowrap;
  padding-top: 44px;
  padding-bottom: 36px;
  width: 100%;
}
.hero .scrolling-content {
  display: flex;
  animation: scroll-left 10s linear infinite;
}
.hero .scrolling-content .scrolling-track {
  display: flex;
  flex-shrink: 0;
  gap: 40px; /* space between items */
}
.hero .scrolling-content span {
  font: 500 18px/1.12 "Inter", sans-serif;
  color: #fff;
  margin: 0 20px;
  letter-spacing: 1px;
  display: inline-block;
  white-space: nowrap;
}
.hero .scrolling-content span.star {
  color: #D62329;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.hero .scrolling-banner.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hero__clipart {
    height: 270px;
  }
  .hero__donate-image {
    max-width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .hero {
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
  }
  .hero .container {
    display: flex;
    flex-flow: row;
    padding-top: 40px;
    gap: 60px;
  }
  .hero__image {
    margin-top: -120px;
  }
  .hero__content-holder {
    text-align: left;
  }
  .hero__content {
    max-width: 50%;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .hero__donate-image {
    left: unset;
    right: 20vw;
    bottom: -80px;
    max-width: 190px;
  }
  .hero .scrolling-banner.mobile {
    display: none;
  }
  .hero .scrolling-banner.desktop {
    display: inline-block;
  }
}
@media only screen and (min-width: 1199px) {
  .hero__content-holder {
    max-width: 600px;
  }
  .hero__content-holder h1 {
    font-size: 100px;
  }
  .hero__content-holder p {
    font-size: 24px;
  }
  .hero__button-holder {
    margin-top: 60px;
  }
  .hero__button {
    width: 256px;
    height: 68px;
  }
}
.grey-cta {
  padding: 40px 0;
  background-color: #F5F5F5;
}
.grey-cta__holder {
  margin: 0 auto;
  text-align: center;
}
.grey-cta__holder h2 {
  font: 800 32px/1.12 "Abhaya Libre", sans-serif;
  color: #0045AC;
}

@media only screen and (min-width: 992px) {
  .grey-cta {
    padding: 80px 0 77px;
  }
  .grey-cta__holder {
    margin: 0 auto;
  }
  .grey-cta__holder h2 {
    font-size: 60px;
  }
}
.priorities {
  margin-top: 40px;
  margin-bottom: 120px;
}
.priorities__title-holder {
  text-align: center;
  margin-bottom: 40px;
}
.priorities__title-holder h2 {
  font: 800 40px/1.12 "Abhaya Libre", sans-serif;
  color: #0045AC;
}
.priorities__single-issue {
  margin-bottom: 60px;
}
.priorities__single-issue-image {
  position: relative;
  margin-bottom: 20px;
}
.priorities__single-issue-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.priorities__single-issue-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.priorities__single-issue-content {
  padding: 0 20px;
}
.priorities__single-issue-content h3 {
  font: 800 32px/1.12 "Abhaya Libre", sans-serif;
  color: #808080;
  bottom: 12px;
}
.priorities__single-issue-content p {
  font: 300 18px/1.16 "Inter", sans-serif;
  color: #636363;
}

@media only screen and (min-width: 992px) {
  .priorities {
    margin-top: 148px;
    margin-bottom: 200px;
  }
  .priorities__title-holder {
    margin-bottom: 82px;
  }
  .priorities__title-holder h2 {
    font-size: 100px;
  }
  .priorities__key-issues {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .priorities__single-issue {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
  .priorities__single-issue:nth-of-type(even) .priorities__single-issue-content {
    order: 1;
    background-color: #012F73;
  }
  .priorities__single-issue:nth-of-type(even) .priorities__single-issue-content h3,
  .priorities__single-issue:nth-of-type(even) .priorities__single-issue-content p {
    color: #fff;
  }
  .priorities__single-issue:nth-of-type(even) .priorities__single-issue-image {
    order: 2;
  }
  .priorities__single-issue-image {
    margin-bottom: 0;
    min-height: 450px;
  }
  .priorities__single-issue-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .priorities__single-issue-content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 140px;
  }
  .priorities__single-issue-content h3 {
    font-size: 60px;
  }
  .priorities__single-issue-content p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .priorities {
    margin-bottom: 260px;
  }
}
.gallery {
  margin-bottom: 40px;
}
.gallery__title-holder {
  text-align: center;
  margin-bottom: 40px;
}
.gallery__title-holder h2 {
  font: 800 40px/1.12 "Abhaya Libre", sans-serif;
  color: #0045AC;
}
.gallery__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.gallery__single-image {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .gallery__holder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .gallery {
    margin-bottom: 80px;
  }
  .gallery__title-holder {
    margin-bottom: 80px;
  }
  .gallery__title-holder h2 {
    font-size: 60px;
  }
  .gallery__holder {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1292px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .gallery {
    margin-bottom: 195px;
  }
  .gallery__title-holder {
    margin-bottom: 153px;
  }
  .gallery__holder {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 64px;
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
}
.contact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
}
.contact__title-holder {
  text-align: center;
  margin-bottom: 32px;
}
.contact__title-holder h2 {
  font: 800 40px/1.12 "Abhaya Libre", sans-serif;
  color: #fff;
}
.contact__form-holder {
  max-width: 1027px;
  margin: 0 auto;
}
.contact__form-holder .wpcf7-form .wpcf7-form-control,
.contact__form-holder .wpcf7-form .wpcf7-form-control-wrap,
.contact__form-holder .wpcf7-form label,
.contact__form-holder .wpcf7-form p {
  max-width: 100%;
}
.contact__form-holder .wpcf7-form .wpcf7-form-control,
.contact__form-holder .wpcf7-form .wpcf7-form-control-wrap,
.contact__form-holder .wpcf7-form label {
  width: 100%;
}
.contact__form-holder .wpcf7-form p {
  margin-bottom: 25px;
}
.contact__form-holder .wpcf7-form .wpcf7-form-control {
  background-color: rgba(244, 244, 244, 0.15);
  height: 65px;
  font: 700 18px/1.12 "Inter", sans-serif;
  color: #fff;
  border: 0;
  padding: 16px;
}
.contact__form-holder .wpcf7-form .wpcf7-form-control::-moz-placeholder {
  font: 700 18px/1.12 "Inter", sans-serif;
  color: #fff;
}
.contact__form-holder .wpcf7-form .wpcf7-form-control::placeholder {
  font: 700 18px/1.12 "Inter", sans-serif;
  color: #fff;
}
.contact__form-holder .wpcf7-form .wpcf7-form-control:focus {
  outline: none;
}
.contact__form-holder .wpcf7-form .form-terms {
  margin-top: 20px;
}
.contact__form-holder .wpcf7-form .form-terms p {
  font: 400 14px/1.2 "Inter", sans-serif;
  color: #fff;
}
.contact__form-holder .wpcf7-form .wpcf7-submit {
  background-color: #D62329;
  width: 100%;
  font: 500 18px/1 "Inter", sans-serif;
  padding: 24px 100px;
}

@media only screen and (min-width: 992px) {
  .contact {
    padding: 160px 0 100px;
  }
  .contact__title-holder {
    margin-bottom: 75px;
  }
  .contact__title-holder h2 {
    font-size: 60px;
  }
  .contact__form-holder .wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .contact__form-holder .wpcf7-form p:has(.wpcf7-submit) {
    text-align: center;
  }
  .contact__form-holder .wpcf7-form .wpcf7-submit {
    max-width: 256px;
    margin: 0 auto;
    cursor: pointer;
  }
  .contact__form-holder .wpcf7-form p:first-of-type {
    width: calc(50% - 12px);
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(2) {
    width: calc(50% - 12px);
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(3) {
    width: 100%;
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(4) {
    width: calc(33.33% - 16px);
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(5) {
    width: calc(33.33% - 16px);
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(6) {
    width: calc(33.33% - 16px);
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(7) {
    width: calc(50% - 12px);
  }
  .contact__form-holder .wpcf7-form p:nth-of-type(8) {
    width: calc(50% - 12px);
  }
  .contact__form-holder .wpcf7-form p:last-of-type {
    width: 100%;
  }
}
