@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "lib/owl.carousel.min.css";
@import "lib/owl.theme.default.min.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --color-primary: #f0512b;
  --color-blue: #0d99e3;
  --color-purple: #a7017e;
  --color-yellow: #ffd600;
  --color-black: #1f101f;
  --color-white: #ffffff;
  --site-background: #12141c;
  --site-color: #f1f1f1;
  --spacing-s1: 56px;
  --spacing-s2: 48px;
  --spacing-s3: 36px;
  --spacing-s4: 32px;
  --xl: 40px;
  --xl-line-height: 48px;
  --xl-font-weight: bold;
  --xl-letter-spacing: normal;
  --xl-font-family: Open Sans, sans-serif;
  --h1: 40px;
  --h1-line-height: 48px;
  --h1-font-weight: 700;
  --h1-letter-spacing: normal;
  --h1-font-family: Open Sans, sans-serif;
  --h1-margin-bottom: 0px;
  --h2: 24px;
  --h2-line-height: 32px;
  --h2-font-weight: 600;
  --h2-letter-spacing: normal;
  --h2-font-family: Open Sans, sans-serif;
  --h3: 16px;
  --h3-line-height: 20px;
  --h3-font-weight: bold;
  --h3-letter-spacing: normal;
  --h3-font-family: Open Sans, sans-serif;
  --h3-margin-bottom: 0px;
  --h4: 22px;
  --h4-line-height: 26px;
  --h4-font-weight: bold;
  --h4-letter-spacing: 0.05em;
  --h4-font-family: Open Sans, sans-serif;
  --h5: 18px;
  --h5-line-height: 24px;
  --h5-font-weight: bold;
  --h5-letter-spacing: normal;
  --h5-font-family: Open Sans, sans-serif;
  --h6: 18px;
  --h6-line-height: 32px;
  --h6-font-weight: 600;
  --h6-letter-spacing: normal;
  --h6-font-family: Open Sans, sans-serif;
  --p-font-size: 16px;
  --p-font-family: Open Sans, sans-serif;
  --p-line-height: 24px;
  --p-letter-spacing: 0px;
  /* These still not all implemented. Secondary and other things are hard-coded and they probably should be all variables */
  --button-font-family: Open Sans, sans-serif;
  --button-font-weight: 600;
  --button-border-radius: 4px;
  --button-font-size: 18px;
  --button-line-height: 50px;
  --button-font-size-small: 14px;
  --button-line-height-small: 34px;
  --button-text-transform: none;
  --button-padding: 0 23px;
  --button-padding: 0 24px;
  --button-width: auto;
  --button-text-transform: uppercase;
  --button-letter-spacing: 0.02em;
  --button-main-background-color: #f0512c;
  --button-main-color: white;
  --button-main-border: 3px solid #f0512c;
  --button-main-background-color-hover: #ff6853;
  --button-main-color-hover: white;
  --button-main-border-hover: 3px solid #ff6853;
  --button-secondary-background-color: white;
  --button-secondary-color: #ff6853;
  --button-secondary-border: 3px solid #ff6853;
  --button-secondary-background-color-hover: #ff6853;
  --button-secondary-color-hover: white;
  --button-secondary-border-hover: 3px solid #ff6853;
  --button-tertiary-background-color: #0d99e3;
  --button-tertiary-color: #221f20;
  --button-tertiary-border: 3px solid #0d99e3;
  --button-tertiary-background-color-hover: #20adf8;
  --button-tertiary-color-hover: #221f20;
  --button-tertiary-border-hover: 3px solid #20adf8;
  --button-quaternary-background-color: #221f20;
  --button-quaternary-color: white;
  --button-quaternary-border: 3px solid #221f20;
  --button-quaternary-background-color-hover: #484244;
  --button-quaternary-color-hover: white;
  --button-quaternary-border-hover: 3px solid #484244;
  --section-max-width: 1261px;
  --section-padding: 0 26px;
}
@media (min-width: 768px) {
  :root {
    --spacing-s1: 136px;
    --spacing-s2: 72px;
    --spacing-s3: 48px;
    --spacing-s4: 40px;
  }
}
@media (min-width: 768px) {
  :root {
    --xl: 88px;
    --xl-line-height: 88px;
    --h1: 56px;
    --h1-line-height: 72px;
    --h2: 32px;
    --h2-line-height: 40px;
    --h3: 24px;
    --h3-line-height: 32px;
    --h4: 30px;
    --h4-line-height: 28px;
    --h4-letter-spacing: normal;
    --h5: 24px;
    --h5-line-height: 32px;
    --h6: 32px;
    --h6-line-height: 48px;
  }
}
@media (min-width: 768px) {
  :root {
    --p-font-size: 16px;
    --p-line-height: 24px;
  }
}
@media (min-width: 768px) {
  :root {
    --button-width: auto;
  }
}
@media (min-width: 768px) {
  :root {
    --section-padding: 0 45px;
  }
}

button,
select {
  font-family: "Open Sans", sans-serif;
}

input,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

.site-wrapper.ouano {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

html {
  background-color: var(--site-background);
  font-family: "Open Sans", sans-serif;
}

* {
  color: var(--site-color);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.anchor-link {
  position: relative;
  top: -100px;
}

section .section-wrapper,
footer .section-wrapper,
nav .section-wrapper {
  max-width: var(--section-max-width);
  margin: 0 auto;
  position: relative;
  text-align: var(--global-text-align);
  padding: var(--section-padding);
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
div.cb-background-image {
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*
  Usage:
  <div class="cb-play-button">
    <img src="whatever-image.jpg" alt="">
  </div>
*/
.cb-play-button {
  position: relative;
  cursor: pointer;
}
.cb-play-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/hip-casablue-theme/images/play-button.svg");
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
}
.cb-play-button:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.fx-relay-email-input-wrapper {
  z-index: 1 !important;
}

.title-gradient-1 {
  background-image: linear-gradient(30deg, #791b9a 1.21%, #ed7b1d 25.91%, #c09b54 61.97%, #828e7c 82.43%, #828e7c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.image-and-text-section .part {
  display: grid;
  max-width: 982px;
  margin: 0 auto;
  gap: 48px;
  grid-template-columns: 1fr;
  position: relative;
  left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  section.image-and-text-section .part {
    gap: 64px;
    grid-template-columns: 1fr 1fr;
    width: 120%;
    left: -22%;
  }
}
@media (min-width: 1024px) {
  section.image-and-text-section .part {
    gap: 103px;
    left: auto;
    width: 100%;
  }
}
section.image-and-text-section .image {
  text-align: center;
}
@media (min-width: 768px) {
  section.image-and-text-section .image {
    text-align: left;
  }
}
section.image-and-text-section .copy p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  /* or 36px */
  text-align: center;
  /* Neutral/50 */
  color: #f1f1f1;
}
@media (min-width: 768px) {
  section.image-and-text-section .copy p {
    font-size: 24px;
    text-align: left;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #f1f1f1;
}

.anchor-place {
  position: absolute;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .anchor-place {
    margin-top: -150px;
  }
}

main.news h1 {
  font-size: 44px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  main.news h1 {
    font-size: 80px;
  }
}
main.news .news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  main.news .news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 23px;
  }
}
@media (min-width: 1024px) {
  main.news .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 55px;
  }
}
main.news .news-grid h2 {
  line-height: 180%;
  font-size: 20px;
}
@media (min-width: 768px) {
  main.news .news-grid h2 {
    font-size: 24px;
  }
}
main.news .news-grid p {
  font-size: 16px;
  line-height: 180%;
  color: #949599;
}
main.news .news-grid img {
  width: 100%;
}

#wpadminbar {
  position: fixed;
  top: 0px;
}
#wpadminbar .display-name {
  color: white;
}

.button {
  background: var(--button-main-background-color);
  border-radius: var(--button-border-radius);
  color: var(--button-main-color);
  font-family: var(--button-font-family);
  text-transform: var(--button-text-transform);
  text-decoration: none;
  font-weight: var(--button-font-weight);
  padding: var(--button-padding);
  line-height: var(--button-line-height);
  letter-spacing: var(--button-letter-spacing);
  display: inline-block;
  text-align: center;
  font-size: var(--button-font-size);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  border: var(--button-main-border);
  box-sizing: border-box;
  width: var(--button-width);
  text-transform: var(--button-text-transform);
}
.button:hover, .button:focus {
  background: var(--button-main-background-color-hover);
  color: var(--button-main-color-hover);
  border: var(--button-main-border-hover);
}
.button.small {
  font-size: var(--button-font-size-small);
  line-height: var(--button-line-height-small);
  padding: 0 16px;
}
.button.secondary {
  background: var(--button-secondary-background-color);
  color: var(--button-secondary-color);
  border: var(--button-secondary-border);
}
.button.secondary:hover, .button.secondary:focus {
  box-shadow: var(--button-secondary-shadow-focus);
  background: var(--button-secondary-background-color-hover);
  color: var(--button-secondary-color-hover);
  border: var(--button-secondary-border-hover);
}
.button.tertiary {
  background: var(--button-tertiary-background-color);
  color: var(--button-tertiary-color);
  border: var(--button-tertiary-border);
}
.button.tertiary:hover, .button.tertiary:focus {
  background: var(--button-tertiary-background-color-hover);
  color: var(--button-tertiary-color-hover);
  border: var(--button-tertiary-border-hover);
}
.button.quaternary {
  background: var(--button-quaternary-background-color);
  color: var(--button-quaternary-color);
  border: var(--button-quaternary-border);
}
.button.quaternary:hover, .button.quaternary:focus {
  background: var(--button-quaternary-background-color-hover);
  color: var(--button-quaternary-color-hover);
  border: var(--button-quaternary-border-hover);
}

h1,
.h1-style {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
  margin-bottom: var(--h1-margin-bottom);
}
h1.xl,
.h1-style.xl {
  font-family: var(--xl-font-family);
  font-weight: var(--xl-font-weight);
  font-size: var(--xl);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
}

.xl-style {
  font-family: var(--xl-font-family);
  font-weight: var(--xl-font-weight);
  font-size: var(--xl);
  line-height: var(--xl-line-height);
  letter-spacing: var(--xl-letter-spacing);
}

h2,
.h2-style {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
}

h3,
.h3-style {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
  margin-bottom: var(--h3-margin-bottom);
}

h4,
.h4-style {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
}

h5,
.h5-style {
  font-family: var(--h5-font-family);
  font-weight: var(--h5-font-weight);
  font-size: var(--h5);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
}

h6,
.h6-style {
  font-family: var(--h6-font-family);
  font-weight: var(--h6-font-weight);
  font-size: var(--h6);
  line-height: var(--h6-line-height);
  letter-spacing: var(--h6-letter-spacing);
}

p {
  font-size: var(--p-font-size);
  font-family: var(--p-font-family);
  line-height: var(--p-line-height);
  letter-spacing: var(--p-letter-spacing);
}
p a {
  color: var(--color-primary);
  text-decoration: underline;
}
p strong {
  font-weight: bold;
}

nav.site-nav {
  z-index: 2;
  position: relative;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 768px) {
  nav.site-nav {
    margin-top: 54px;
  }
}
@media (max-width: 768px) {
  nav.site-nav .section-wrapper {
    max-width: 100%;
  }
}
nav.site-nav .section-wrapper ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  transition: all 0.1s ease-in-out;
  height: 70px;
}
@media (min-width: 768px) {
  nav.site-nav .section-wrapper ul {
    height: 70px;
    gap: 20px;
  }
}
@media (min-width: 900px) {
  nav.site-nav .section-wrapper ul {
    gap: 40px;
  }
}
nav.site-nav .section-wrapper ul li.logo img {
  height: 50px;
}
nav.site-nav .section-wrapper ul li {
  list-style: none;
  display: inline-block;
}
nav.site-nav .section-wrapper ul li.spacer {
  display: flex;
  flex-grow: 1;
}
nav.site-nav .section-wrapper ul li.right a {
  margin-right: 0;
  margin-left: auto;
}
nav.site-nav .section-wrapper a.animate {
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
nav.site-nav .section-wrapper a.animate:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}
nav.site-nav .section-wrapper a.animate:hover {
  background-position: 0%;
}
nav.site-nav .section-wrapper a.animate:hover:before {
  width: 100%;
}
nav.site-nav .section-wrapper a.animate.active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%, #fff 50%);
  background-position: 0%;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
nav.site-nav .mobile.menu {
  position: fixed;
  height: 100%;
  top: 0;
  padding: 30px;
  padding-top: 14px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s ease-in-out;
  top: -100%;
  background: #25272E;
  z-index: 10;
}
nav.site-nav .mobile.menu .logo {
  max-width: 150px;
  margin-top: 14px;
  margin-left: -3px;
}
nav.site-nav .mobile.menu .close {
  position: absolute;
  right: 12px;
  top: 35px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding: 10px;
}
nav.site-nav .mobile.menu.open {
  right: 0;
  top: 0;
}
nav.site-nav .mobile.menu.open .close {
  opacity: 1;
  pointer-events: all;
}
nav.site-nav .mobile.menu ul li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 59px;
}
nav.site-nav .mobile.menu ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
nav.site-nav .mobile.menu ul .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1411764706);
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ouano-wordpress/images/nav/arrow-right.svg");
  background-position: right center;
}
nav.site-nav .mobile.menu ul .donate {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/ouano-wordpress/images/nav/arrow-right-donate.svg");
  background-position: right center;
}
nav.site-nav .mobile.menu ul .donate a {
  color: #FFE600;
}
nav.site-nav .mobile.menu ul .spacer {
  display: flex;
  flex-grow: 1;
}

.skip-nav-link {
  position: absolute;
  top: -100px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: transparent;
  color: transparent;
  text-decoration: none;
  text-shadow: none;
  font-size: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.skip-nav-link:focus {
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  overflow: visible;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
  padding: 10px;
}

.cb-footer {
  background: linear-gradient(-180deg, #12141c 37.76%, #371211 122.86%);
  background-size: cover;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cb-footer {
    padding-top: 130px;
    height: 110px;
  }
  .cb-footer ul {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .cb-footer ul {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .cb-footer ul li {
    flex: 1;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cb-footer ul img.go-top {
    position: absolute;
    top: -17px;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .cb-footer ul a.casablue {
    padding-right: 50px;
  }
}
.cb-footer ul.desktop a.animate {
  text-decoration: none;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.cb-footer ul.desktop a.animate:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}
.cb-footer ul.desktop a.animate:hover {
  background-position: 0%;
}
.cb-footer ul.desktop a.animate:hover:before {
  width: 100%;
}
.cb-footer .mobile.menu ul li {
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url("/wp-content/themes/ouano-wordpress/images/icons/arrow-footer.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 14px;
}
.cb-footer .mobile.menu ul li a {
  padding: 24px 0;
  display: block;
}
.cb-footer .mobile.menu ul li.by {
  border-bottom: none;
  margin-top: 30px;
}
.cb-footer .mobile.menu ul li.by {
  background: none;
}

section.cb-hero {
  background-color: #5b5b5b;
  background-size: cover;
}
section.cb-hero .section-wrapper {
  min-height: 451px;
}
@media (max-width: 768px) {
  section.cb-hero .section-wrapper.no-title {
    min-height: 242px;
  }
}
@media (min-width: 768px) {
  section.cb-hero .section-wrapper {
    min-height: 418px;
    display: grid;
    align-items: center;
    justify-content: flex-start;
  }
}
section.cb-hero h1,
section.cb-hero p {
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  section.cb-hero h1,
  section.cb-hero p {
    text-align: left;
  }
}
section.cb-hero p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
section.cb-hero .cta-container {
  text-align: center;
}
@media (min-width: 768px) {
  section.cb-hero .cta-container {
    text-align: left;
  }
}

section.cb-simple {
  overflow: hidden;
}
section.cb-simple.hide-mobile-image img.mobile {
  display: none !important;
}
section.cb-simple .section-wrapper .grid {
  display: grid;
  grid-template-areas: "image" "content";
  gap: 28px;
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .grid {
    grid-template-areas: "content image";
    gap: 47px;
  }
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .grid.left {
    grid-template-areas: "image content";
    gap: 47px;
  }
}
section.cb-simple .section-wrapper .content {
  grid-area: content;
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .content {
    align-content: center;
    display: grid;
    max-width: 606px;
  }
}
section.cb-simple .section-wrapper .content h2 + p {
  margin-top: 16px;
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .content h2 + p {
    margin-top: 12px;
  }
}
section.cb-simple .section-wrapper .content ul {
  margin-top: 24px;
}
section.cb-simple .section-wrapper .content ul li {
  background-image: url("/wp-content/themes/forward-promise/images/li-icon.svg");
  background-repeat: no-repeat;
  background-position: -7px -2px;
  padding-left: 32px;
  margin-top: 18px;
}
section.cb-simple .section-wrapper .content .cta-container {
  margin-top: 28px;
}
section.cb-simple .section-wrapper .content .cta-container .button {
  background: transparent;
  color: var(--color-primary);
  width: 100%;
  border: 2px solid var(--color-primary);
  line-height: 52px;
  border-radius: 4px;
  font-size: 18px;
  padding: 0;
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .content .cta-container .button {
    width: auto;
    font-size: 20px;
    border: 0;
    border-bottom: 2px solid var(--color-primary);
    border-radius: 0px;
    font-size: 14px;
    line-height: 36px;
  }
}
section.cb-simple .section-wrapper .content .cta-container p.aftercta {
  font-weight: 400;
  font-size: 9px;
  line-height: 16px;
  color: #71889C;
  margin-top: 8px;
}
section.cb-simple .section-wrapper .image {
  grid-area: image;
  text-align: right;
  display: grid;
  align-items: center;
}
section.cb-simple .section-wrapper .image img {
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  section.cb-simple .section-wrapper .image img.full-size {
    max-width: calc(100% + 37px);
    position: relative;
    left: -19px;
  }
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .image img.full-size {
    position: relative;
    left: 79px;
  }
}
@media (min-width: 768px) {
  section.cb-simple .section-wrapper .grid.left .image {
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
  section.cb-simple .section-wrapper .grid.left .image img.full-size {
    left: -68px;
  }
}

section.cb-content-and-columns .cards {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  section.cb-content-and-columns .cards {
    gap: 47px;
    grid-template-columns: 1fr 1fr;
  }
}
section.cb-content-and-columns .cb-card h3 {
  margin-top: 19px;
}
@media (min-width: 768px) {
  section.cb-content-and-columns.three-columns .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

section.cb-gutenberg-section h1 {
  margin-bottom: 0.25em;
}
section.cb-gutenberg-section h2, section.cb-gutenberg-section h3, section.cb-gutenberg-section h4, section.cb-gutenberg-section h5, section.cb-gutenberg-section h6 {
  margin-bottom: 0.5em;
}
section.cb-gutenberg-section p {
  font-size: 20px;
  line-height: 34px;
}
section.cb-gutenberg-section ul {
  margin-top: 24px;
  margin-bottom: 1em;
}
section.cb-gutenberg-section ul li {
  background-image: url("/wp-content/themes/forward-promise/images/li-icon.svg");
  background-repeat: no-repeat;
  background-position: -7px -2px;
  padding-left: 32px;
  margin-top: 18px;
  font-size: var(--p-font-size);
  font-family: var(--p-font-family);
  line-height: var(--p-line-height);
}
@media (min-width: 768px) {
  section.cb-gutenberg-section ul li {
    font-size: 20px;
    line-height: 34px;
    background-position: -7px 4px;
  }
}
section.cb-gutenberg-section ul li a {
  color: #F0512C;
  text-decoration: underline;
}

main.front-page h1 {
  font-weight: 600;
}
@media (min-width: 768px) {
  main.front-page h1 {
    padding-right: 20px;
  }
}

section.cb-gradient-hero {
  background-image: url(/wp-content/themes/ouano-wordpress/images/gradient-base.png);
  background-size: cover;
  background-position: bottom;
  color: white;
  display: grid;
  height: 100%;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
section.cb-gradient-hero.g2 {
  background-image: url(/wp-content/themes/ouano-wordpress/images/gradient-base-2.jpg);
}
section.cb-gradient-hero.g3 {
  background-image: url(/wp-content/themes/ouano-wordpress/images/gradient-base-3.png);
}
section.cb-gradient-hero .over-gradient {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.1s ease-in-out;
  background: linear-gradient(180deg, rgba(18, 20, 28, 0) 0%, #12141c 100%);
  height: 50vh;
}
section.cb-gradient-hero .content {
  z-index: 1;
}

section.section-center-blob {
  position: relative;
  overflow: hidden;
  height: 570px;
}
@media (min-width: 600px) {
  section.section-center-blob {
    height: 970px;
  }
}
section.section-center-blob .title-container {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: -50px;
}
section.section-center-blob .title-container h2 {
  position: relative;
  text-transform: uppercase;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  top: 338px;
  font-size: 34px;
}
@media (min-width: 768px) {
  section.section-center-blob .title-container h2 {
    top: 50%;
    font-size: 6.4vw;
    margin-top: -100px;
  }
}
@media (min-width: 1100px) {
  section.section-center-blob .title-container h2 {
    font-size: 70px;
  }
}
section.section-center-blob .title-container h2 span {
  display: inline-block;
}
section.section-center-blob .home-1 {
  top: 100px;
}
section.section-center-blob .floating {
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.section-center-blob .floating.blob-1 {
  margin-left: -360px;
  margin-top: 300px;
}
section.section-center-blob .floating.blob-2 {
  margin-top: -320px;
  margin-left: 290px;
}
section.section-center-blob .floating.rectangle-1 {
  margin-top: -140px;
  margin-left: -400px;
}
section.section-center-blob .floating.rectangle-2 {
  margin-top: 150px;
  margin-left: 340px;
}

section.copy-1 {
  position: relative;
}
@media (min-width: 768px) {
  section.copy-1.first {
    margin-top: -390px;
    margin-bottom: -380px;
  }
}
@media (min-width: 768px) {
  section.copy-1.last {
    margin-bottom: -270px;
  }
}
section.copy-1 h2 {
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
}
@media (min-width: 410px) {
  section.copy-1 h2 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  section.copy-1 h2 {
    font-size: 80px;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    text-align: left;
    max-width: 560px;
  }
}
section.copy-1 .copy {
  position: relative;
}
section.copy-1 p {
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 410px) {
  section.copy-1 p {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  section.copy-1 p {
    text-align: left;
    font-size: 24px;
    max-width: 568px;
  }
}
section.copy-1 .link-container {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  section.copy-1 .link-container {
    text-align: left;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  section.copy-1 a.cta-link {
    margin-top: 60px;
    text-align: center;
    display: inline-block;
  }
}
section.copy-1.first .masked-section {
  top: 170px;
  left: -490px;
  scale: 1.3;
}
@media (min-width: 768px) {
  section.copy-1.first .section-wrapper {
    max-width: 535px !important;
    left: 150px;
    top: -290px;
  }
}
section.copy-1.last .masked-section {
  top: -1150px;
  left: 500px;
  scale: 1.5;
}
section.copy-1.last .floating-under-blob {
  position: absolute;
  top: 730px;
  right: calc(27vw - 1%);
}

a.cta-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ffe600;
  background-image: url("/wp-content/themes/ouano-wordpress/images/icons/arrow-right.svg");
  background-repeat: no-repeat;
  padding-right: 40px;
  background-position: 97%;
  transition: all 0.2s ease-in-out;
}
a.cta-link:hover {
  background-position: 100%;
  color: #CCB800;
}

section.home-carousel {
  z-index: 2;
  position: relative;
}
section.home-carousel .card .copy {
  margin-top: 23px;
}
section.home-carousel .card .copy h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  section.home-carousel .card .copy h3 {
    font-size: 1.7rem;
  }
}
section.home-carousel .card .copy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #949599;
}
section.home-carousel .navigation-buttons {
  text-align: right;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 30px;
  margin-bottom: 50px;
}
section.home-carousel .navigation-buttons::selection {
  color: white;
  background: transparent;
}
section.home-carousel .navigation-buttons svg {
  margin-left: 16px;
  cursor: pointer;
}
section.home-carousel .owl-stage {
  left: 20px;
}
@media (min-width: 768px) {
  section.home-carousel .owl-stage {
    left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section.nobel {
  background-image: url("/wp-content/themes/ouano-wordpress/images/front-page/maria-mobile-background.png");
  background-size: 150vw;
  padding-top: 130vw;
  background-position: center 10%;
  background-repeat: no-repeat;
}
@media (min-width: 587px) {
  section.nobel {
    padding-top: 110vw;
  }
}
@media (min-width: 768px) {
  section.nobel {
    padding-top: 0;
    background-image: none;
  }
}
section.nobel h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  /* or 83px */
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: -140px;
  z-index: 4;
  position: relative;
}
@media (min-width: 768px) {
  section.nobel h2 {
    font-size: 88px;
    line-height: 130%;
  }
}
@media (min-width: 1202px) {
  section.nobel h2 {
    font-size: 112px;
  }
}
section.nobel p.subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  section.nobel p.subtitle {
    font-size: 32px;
    letter-spacing: 0.12em;
  }
}
section.nobel .copy p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
}
@media (min-width: 768px) {
  section.nobel .copy p {
    font-size: 24px;
    max-width: 776px;
    margin: 0 auto;
  }
}
section.nobel .desktop.maria {
  position: relative;
  margin-top: -30px;
  margin-bottom: 90px;
}
section.nobel .desktop.maria img {
  position: absolute;
  z-index: 3;
  width: 1150px;
}
@media (min-width: 768px) {
  section.nobel .desktop.maria img {
    top: -10px;
    margin-left: -50px;
  }
}
@media (min-width: 1224px) {
  section.nobel .desktop.maria img {
    top: -80px;
    margin-left: 0px;
  }
}
section.nobel .desktop.maria img.maria-background {
  z-index: -1;
}

section.woman h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.woman h2 {
    margin-bottom: 40px;
    font-size: 80px;
    max-width: 970px;
  }
}
section.woman .copy {
  text-align: center;
}
section.woman .copy a {
  margin-top: 50px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  section.woman .copy a {
    margin-top: 100px;
  }
}
section.woman .copy p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.woman .copy p {
    font-size: 24px;
    max-width: 776px;
  }
}

section.acknowledgement h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  /* identical to box height, or 36px */
  letter-spacing: 0.24em;
  text-transform: uppercase;
  /* Backgrounds/Text/Titles */
  color: #f1f1f1;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  section.acknowledgement h2 {
    text-align: left;
  }
}
section.acknowledgement p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  font-style: normal;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  section.acknowledgement p {
    text-align: left;
    font-size: 24px;
    margin-bottom: 60px;
  }
}
section.acknowledgement p strong {
  font-weight: bold;
  text-decoration: solid underline white 4px;
}
section.acknowledgement p span.orange {
  color: #f87001;
}
section.acknowledgement p span.green {
  color: #93d157;
}

.decoration-rectangle {
  height: 60px;
  position: absolute;
  transition: all 0.1s ease-in-out;
}

svg.svg-blob {
  position: fixed;
  top: 0;
  pointer-events: none;
}

main.front-page section.woman {
  position: relative;
}
main.front-page section.woman .floating {
  position: absolute;
  left: calc(50% - 200px);
  top: 0;
  pointer-events: none;
}
main.front-page section.woman .floating.w-2 {
  left: 120px;
  top: -110px;
}
main.front-page section.woman .floating.w-3 {
  left: calc(100% - 290px);
  top: 230px;
}
main.front-page section.woman .floating.w-4 {
  left: -300px;
}
main.front-page section.woman .floating.w-5 {
  left: calc(100% - 400px);
  top: 90px;
}

main.women-of-the-global-majority .image .desktop.hero-image {
  position: absolute;
  left: calc(50% + 170px);
}
@media (min-width: 768px) {
  main.women-of-the-global-majority .image .desktop.hero-image {
    left: calc(50% + 150px);
    width: 350px;
    top: 390px;
  }
}
@media (min-width: 924px) {
  main.women-of-the-global-majority .image .desktop.hero-image {
    top: 280px;
    left: calc(50% + 200px);
    width: auto;
  }
}
main.women-of-the-global-majority .cb-gradient-hero h1 {
  font-size: 44px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  main.women-of-the-global-majority .cb-gradient-hero h1 {
    margin-bottom: 60px;
    font-size: 80px;
  }
}
main.women-of-the-global-majority .cb-gradient-hero p {
  font-weight: normal;
  font-size: 24px;
  line-height: 180%;
}
@media (min-width: 768px) {
  main.women-of-the-global-majority .cb-gradient-hero p {
    max-width: 436px;
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  main.women-of-the-global-majority .cb-gradient-hero p {
    max-width: 568px;
  }
}
main.women-of-the-global-majority .cb-gradient-hero p a {
  font-weight: bold;
  text-decoration: underline;
  color: inherit;
}

main.leaders h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  main.leaders h1 {
    font-size: 80px;
  }
}
main.leaders .cb-gradient-hero p {
  font-weight: 400;
  line-height: 180%;
  font-size: 24px;
}
@media (min-width: 768px) {
  main.leaders .cb-gradient-hero p {
    font-size: 28px;
  }
}
main.leaders section.members h2 {
  font-weight: 700;
  line-height: 130%;
  /* or 83px */
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 44px;
  margin-top: 44px;
}
@media (min-width: 768px) {
  main.leaders section.members h2 {
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  main.leaders section.members h2 {
    font-size: 80px;
  }
}
main.leaders section.members .members-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  main.leaders section.members .members-grid {
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1240px) {
  main.leaders section.members .members-grid {
    gap: 56px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.leader.generated {
  cursor: pointer;
}
.leader.generated .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.leader.generated .image img {
  width: 100%;
}
.leader.generated h3 {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.12em;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 436px) {
  .leader.generated h3 {
    font-size: 18px;
  }
}
@media (min-width: 905px) {
  .leader.generated h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .leader.generated h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
  }
}
.leader.generated p {
  font-weight: 400;
  line-height: 180%;
  color: #949599;
  font-size: 14px;
}
@media (min-width: 905px) {
  .leader.generated p {
    font-size: 16px;
  }
}

.leader-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.leader-modal.visible {
  opacity: 1;
  pointer-events: all;
}
.leader-modal.visible .background {
  opacity: 1;
}
.leader-modal .background {
  background-image: url(/wp-content/themes/ouano-wordpress/images/gradient-base.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.leader-modal .close {
  position: fixed;
  cursor: pointer;
  pointer-events: none;
  top: 0px;
  right: 0px;
}
@media (min-width: 768px) {
  .leader-modal .close {
    top: 30px;
    right: 30px;
  }
}
.leader-modal .grid {
  box-shadow: 0 0 60px 0px rgba(0, 0, 0, 0.6784313725);
  background: #12141c;
  display: grid;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  grid-template-columns: 1fr;
  max-width: 80%;
  width: 80%;
}
@media (min-width: 768px) {
  .leader-modal .grid {
    grid-template-columns: 320px 1fr;
    max-width: 75%;
    width: 75%;
  }
}
@media (max-width: 768px) {
  .leader-modal .grid {
    max-height: 80vh;
    overflow: scroll;
  }
}
.leader-modal .image {
  max-width: 100%;
  z-index: 10;
}
.leader-modal .image video {
  max-width: 100%;
}
.leader-modal .wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .leader-modal .wrapper {
    max-height: 500px;
    overflow: scroll;
  }
}
.leader-modal .wrapper ::after {
  content: "";
}
@media (min-width: 768px) {
  .leader-modal .wrapper ::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset -10px -100px 60px -90px #12141c;
  }
}
.leader-modal .copy-container {
  padding: 20px 27px;
}
@media (min-width: 768px) {
  .leader-modal .copy-container {
    padding: 20px 50px;
    padding-bottom: 100px;
  }
}
.leader-modal .copy-container h2 {
  font-size: 5vw;
  line-height: 130%;
}
@media (max-width: 768px) {
  .leader-modal .copy-container h2 {
    font-size: 4vw;
  }
}
.leader-modal .copy-container p {
  font-size: 16px;
  line-height: 180%;
  color: #c4c4c6;
}
.leader-modal .copy-container p a {
  color: white;
}
.leader-modal .copy-container p.title {
  font-size: 16px;
  line-height: 180%;
  color: #949599;
  margin-bottom: 1em;
}

main.declaration .cb-gradient-hero h1 {
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 36px;
}
@media (min-width: 425px) {
  main.declaration .cb-gradient-hero h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  main.declaration .cb-gradient-hero h1 {
    font-size: 80px;
  }
}
main.declaration .cb-gradient-hero p {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media (min-width: 768px) {
  main.declaration .cb-gradient-hero p {
    font-size: 48px;
  }
}
main.declaration .central h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main.declaration .central h2 {
    font-size: 80px;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
main.declaration .central p {
  font-size: 24px;
  line-height: 180%;
  font-weight: 400;
  /* or 43px */
  text-align: center;
  margin-bottom: 30px;
}
main.declaration .new-subtitle {
  font-size: 1.6em !important;
  font-weight: normal !important;
  margin-top: 1.5em !important;
  line-height: 1.7em !important;
}
@media (max-width: 768px) {
  main.declaration .new-subtitle {
    font-size: 1.2em !important;
  }
}
main.declaration .new-title {
  margin-bottom: 0.5em !important;
  margin-top: 2em;
  font-weight: bold !important;
  text-transform: uppercase;
}
main.declaration .pillars {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  main.declaration .pillars {
    margin-top: 100px;
    margin-bottom: 80px;
    gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
main.declaration .pillars .card {
  height: 434px;
  display: grid;
  grid-template-rows: 320px 1fr;
  background: black;
  align-items: center;
  cursor: pointer;
}
main.declaration .pillars .card .gap {
  background-image: url(/wp-content/themes/ouano-wordpress/images/declaration/pillar-1.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
main.declaration .pillars .card p {
  margin-bottom: 0px;
  padding: 13px;
  background: black;
  text-align: left;
  color: #F1F1F1;
  font-weight: 700;
  font-size: 24px;
  line-height: 180%;
  background-image: url(/wp-content/themes/ouano-wordpress/images/declaration/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 94% 80%;
}
main.declaration .leader-modal.pillar .content {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #12141C;
  width: 1160px;
  transform: translate(-50%, -50%);
  display: grid;
  max-width: calc(100% - 60px);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  main.declaration .leader-modal.pillar .content {
    padding-right: 60px;
    max-width: calc(100% - 110px);
    grid-template-columns: 340px 1fr;
    padding-right: 30px;
    gap: 60px;
    min-height: 537px;
  }
}
main.declaration .leader-modal.pillar .content .gap {
  background-size: cover;
  background-position: left;
  height: 150px;
}
@media (min-width: 768px) {
  main.declaration .leader-modal.pillar .content .gap {
    height: auto;
  }
}
@media (max-width: 768px) {
  main.declaration .leader-modal.pillar .content .text {
    padding: 32px;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  main.declaration .leader-modal.pillar .content .text {
    padding-bottom: 40px;
  }
}
main.declaration .leader-modal.pillar .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  padding-top: 30px;
  letter-spacing: 0.02em;
  /* Backgrounds/Text/Titles */
  color: #F1F1F1;
}
@media (min-width: 768px) {
  main.declaration .leader-modal.pillar .content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1036px) {
  main.declaration .leader-modal.pillar .content h2 {
    font-size: 57px;
  }
}
main.declaration .leader-modal.pillar .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 15px;
  margin-top: 15px;
  /* Backgrounds/Text/Titles */
  color: #F1F1F1;
}
@media (min-width: 768px) {
  main.declaration .leader-modal.pillar .content p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1036px) {
  main.declaration .leader-modal.pillar .content p {
    font-size: 24px;
  }
}

main.about-us h1 {
  line-height: 130%;
  font-weight: 700;
  line-height: 130%;
  /* or 104px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 36px;
}
@media (min-width: 425px) {
  main.about-us h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  main.about-us h1 {
    font-size: 80px;
  }
}
main.about-us .cb-gradient-hero p {
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 0.5em;
  max-width: 984px;
  font-weight: 700;
  font-weight: 600;
}
@media (min-width: 768px) {
  main.about-us .cb-gradient-hero p {
    font-size: 48px;
    line-height: 150%;
  }
}
main.about-us .image-and-text-section .image {
  position: relative;
}
main.about-us .image-and-text-section img.decoration {
  position: absolute;
  left: -270px;
  top: 470px;
  width: 230px;
}
main.about-us section.about-us-1 h2 {
  font-size: 44px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 768px) {
  main.about-us section.about-us-1 h2 {
    font-size: 80px;
  }
}
main.about-us section.about-us-1 p {
  font-size: 24px;
  line-height: 180%;
  font-weight: 400;
  text-align: center;
  max-width: 775px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  main.about-us section.about-us-1 p {
    font-size: 28px;
  }
}
main.about-us section.about-team h2 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 700;
  /* identical to box height, or 104px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  main.about-us section.about-team h2 {
    text-align: left;
    font-size: 80px;
    line-height: 130%;
  }
}
main.about-us section.about-team .member {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  main.about-us section.about-team .member {
    margin-bottom: 200px;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}
@media (min-width: 768px) {
  main.about-us section.about-team .member.lewis .image {
    text-align: right;
  }
}
main.about-us section.about-team .member h3 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media (min-width: 768px) {
  main.about-us section.about-team .member h3 {
    margin-top: 0;
    font-size: 48px;
  }
}
main.about-us section.about-team .member p.title {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #949599;
}
main.about-us section.about-team .member p {
  font-size: 20px;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  main.about-us section.about-team .member p {
    font-size: 24px;
  }
}
main.about-us section.about-team .member p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 768px) {
  main.about-us section.about-team .member:nth-child(even) .image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  main.about-us section.about-team .member:nth-child(even) .image img {
    margin-right: 0;
    margin-left: auto;
  }
}
main.about-us section.three-images {
  text-align: center;
}
@media (min-width: 768px) {
  main.about-us section.three-images {
    text-align: center;
  }
}
main.about-us section.three-images .desktop.triad {
  position: absolute;
}
main.about-us section.three-images .first {
  margin-top: -90px;
  z-index: 10;
  left: 50%;
  translate: -150%;
}
main.about-us section.three-images .second {
  left: 50%;
  translate: -50%;
  z-index: 9;
}
main.about-us section.three-images .third {
  margin-left: 13vw;
  margin-top: 280px;
  z-index: 8;
}

main.support h1 {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 44px;
}
@media (min-width: 768px) {
  main.support h1 {
    font-size: 80px;
  }
}
main.support .cb-gradient-hero p {
  font-weight: 400;
  line-height: 180%;
  margin-top: 1em;
  font-size: 24px;
}
@media (min-width: 768px) {
  main.support .cb-gradient-hero p {
    font-size: 28px;
  }
}
main.support .image-and-text-section h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  main.support .image-and-text-section h2 {
    text-align: left;
  }
}
main.support .image-and-text-section p {
  margin-top: 20px;
}
main.support .image-and-text-section .link-container {
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 768px) {
  main.support .image-and-text-section .link-container {
    text-align: left;
  }
}
main.support .image-and-text-section .link-container a {
  display: inline-block;
}
main.support .image-and-text-section .image p {
  font-size: 16px;
  line-height: 180%;
  color: rgba(233, 225, 225, 0.38);
}
@media (min-width: 768px) {
  main.support .image-and-text-section .image p {
    padding-left: 170px;
  }
}
@media (min-width: 1024px) {
  main.support .image-and-text-section .image p {
    padding-left: 0;
  }
}

.gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient-background {
  background: linear-gradient(to right, #ff5e3a 0%, #ff2a68 70%, #12abab 100%);
  background-size: 200% 200%;
  opacity: 0.5;
  background-blend-mode: difference;
}
@media (min-width: 768px) {
  .gradient-background {
    animation: gradient 9s ease-in-out infinite, fade 12s ease-in-out infinite;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
section.newsletter {
  position: relative;
  text-align: center;
  background-image: url("/wp-content/themes/ouano-wordpress/images/footer-bubble.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  section.newsletter {
    margin-bottom: 220px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    background: none;
  }
}
section.newsletter .section-wrapper {
  position: relative;
}
section.newsletter .masked-section {
  position: absolute;
  width: 750px;
  top: -220px;
  left: calc(50% - 180px);
}
section.newsletter .image {
  z-index: 1;
  position: relative;
}
section.newsletter .image img {
  position: absolute;
  left: calc(50% + 70px);
  top: -150px;
}
section.newsletter .copy {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  section.newsletter .copy {
    max-width: 430px;
  }
}
section.newsletter .copy h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  /* or 42px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}
section.newsletter .copy p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
}
@media (min-width: 768px) {
  section.newsletter .copy p {
    font-size: 24px;
  }
}
section.newsletter .input .indicates-required,
section.newsletter #mc_embed_signup .indicates-required {
  grid-template-columns: 1fr;
  display: grid;
  gap: 2px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.newsletter .input .indicates-required,
  section.newsletter #mc_embed_signup .indicates-required {
    margin-top: 80px;
    gap: 0px;
    grid-template-columns: 358px 162px;
  }
}
section.newsletter .input input[type=email],
section.newsletter #mc_embed_signup input[type=email] {
  background-color: #c4c4c6;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  width: 100%;
  color: black;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 14px;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  section.newsletter .input input[type=email],
  section.newsletter #mc_embed_signup input[type=email] {
    text-align: left;
    padding: 14px 0px 14px 14px;
  }
}
section.newsletter .input input[type=submit],
section.newsletter #mc_embed_signup input[type=submit] {
  height: 60px;
  border-radius: 0;
  background: #ffe600;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  /* identical to box height, or 20px */
  letter-spacing: 0.5em;
  text-transform: uppercase;
  /* Backgrounds/Text/Titles_Dark */
  color: #12141c;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
}
section.newsletter .input .clear,
section.newsletter #mc_embed_signup .clear {
  width: 100%;
}
section.newsletter .thank-you {
  margin-top: 2em;
  position: relative;
  z-index: 2;
  max-width: 100%;
  opacity: -1;
  scale: 1 0;
  transition: all 0.3s ease-in-out;
}
section.newsletter .thank-you.visible {
  opacity: 1;
  scale: 1 1;
}
@media (min-width: 768px) {
  section.newsletter .thank-you {
    max-width: 310px;
  }
}
section.newsletter .thank-you p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
}
@media (min-width: 768px) {
  section.newsletter .thank-you p {
    font-size: 24px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.green-audio-player {
  height: 72px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #2E3037;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 24px;
  border-radius: 15px;
  max-width: 400px;
  overflow: hidden;
}
.green-audio-player .volume {
  display: none;
}
.green-audio-player .holder {
  background: #FFFFFF;
  border-radius: 100px;
  padding: 9px;
  width: 24px;
  height: 24px;
}
.green-audio-player .holder svg path {
  fill: #2E3037;
}
.green-audio-player .holder .play-pause-btn {
  left: 4px;
  position: relative;
}
.green-audio-player .controls__current-time,
.green-audio-player .controls__total-time {
  position: relative;
  top: 9px;
}
.green-audio-player .play-pause-btn[aria-label=Play] {
  position: relative;
  left: 6px;
  top: -19px;
}
.green-audio-player .play-pause-btn[aria-label=Pause] {
  position: relative;
  left: 3px;
  top: -19px;
}
.green-audio-player .play-pause-btn svg {
  scale: 0.9;
}

.green-audio-player.player-accessible .controls:hover,
.green-audio-player.player-accessible .download:hover,
.green-audio-player.player-accessible .play-pause-btn:hover,
.green-audio-player.player-accessible .volume__button:hover,
.green-audio-player.player-accessible .volume__controls:hover {
  outline: 1px dotted #999;
}

.green-audio-player img,
.green-audio-player svg {
  display: block;
}

.green-audio-player .holder {
  position: relative;
}

.green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}

.green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
}

.green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}

.green-audio-player .slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
}

.green-audio-player .slider .gap-progress {
  background-color: #C4C4C6;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}

.green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #C4C4C6;
  position: absolute;
  pointer-events: all;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
  display: none;
}

.green-audio-player .slider .gap-progress .pin:after {
  content: "";
  display: block;
  background: transparent;
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}

.green-audio-player .controls {
  font-size: 16px;
  line-height: 18px;
  color: #55606e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 22px;
  outline: none;
}

.green-audio-player .controls .controls__slider {
  margin-left: -40px;
  margin-right: -40px;
  border-radius: 2px;
  height: 5px;
  top: -6px;
}
.green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}

.green-audio-player .controls span {
  cursor: default;
}

.green-audio-player .controls:focus {
  outline: none;
}

.green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
}

.green-audio-player .download:focus,
.green-audio-player:focus {
  outline: none;
}

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.loading__spinner {
  top: 3px;
  position: relative !important;
  left: 2px !important;
}

.leader-modal .wrapper .loading__spinner::after {
  box-shadow: none !important;
}

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