:root {
    --font-main: "Open Sans", sans-serif;
    --font-high: "Open Sans Condensed", sans-serif;

    --light-green: #26917d;
    --dark-green: #0c4f4d;

    --nav-height: 55px;

    --action-btn-size: 150px;
}
.nav {
    position: relative;
    padding: 0 0.5rem;
    font-family: "Open Sans Condensed", sans-serif;
    font-family: var(--font-high);
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #26917d;
    color: var(--light-green);
    min-height: 55px;
    min-height: var(--nav-height);
}
[dir="ltr"] .nav__right {
    float: right;
}
[dir="rtl"] .nav__right {
    float: left;
}
[dir="ltr"] .nav__right {
    right: 0;
}
[dir="rtl"] .nav__right {
    left: 0;
}
.nav__right {
    line-height: 55px;
    line-height: var(--nav-height);
}
[dir="ltr"] .nav-logo {
    margin-right: 1rem;
}
[dir="rtl"] .nav-logo {
    margin-left: 1rem;
}
.nav-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5rem;
    direction: ltr
}
.nav-logo > svg {
        display: inline-block;
        vertical-align: top;
    }
@media (max-width: 410px) {
[dir="ltr"] .nav-logo {
        margin-right: 0;
    }
[dir="rtl"] .nav-logo {
        margin-left: 0;
    }
        [dir="ltr"] .nav-logo > .logo-ar,[dir="rtl"] 
        .nav-logo > .logo-en {
            display: none;
        }
    }
.nav-links {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: 24px;
    padding-top: calc((55px - 24px) / 2);
    padding-top: calc((var(--nav-height) - 24px) / 2);
    padding-bottom: calc((55px - 24px) / 2);
    padding-bottom: calc((var(--nav-height) - 24px) / 2);
}
.nav-link {
    display: inline-block;
    margin: 0 0.5rem;
    text-decoration: none;
}
.nav-lang {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
[dir="ltr"] .nav-lang__arrow {
    right: 0.5rem;
}
[dir="rtl"] .nav-lang__arrow {
    left: 0.5rem;
}
.nav-lang__arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -6px;
}
.nav-lang__list {
    display: inline-block;
    vertical-align: top;
    height: 55px;
    height: var(--nav-height);
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0
}
[dir="ltr"] .nav-lang__list > li {

        border-left-width: 1px;
}
[dir="rtl"] .nav-lang__list > li {

        border-right-width: 1px;
}
[dir="ltr"] .nav-lang__list > li {
        padding-right: 2rem;
}
[dir="rtl"] .nav-lang__list > li {
        padding-left: 2rem;
}
.nav-lang__list > li {
        position: relative;
        z-index: 10;
        margin: 0;
        padding: 0 1rem;
        background-color: white;
        border: 0 solid #808080
    }
.nav-lang__list > li:last-child {
            border-bottom-width: 1px;
        }
.nav-lang__list > li > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
.nav-lang__toggle {
    display: none
}
.nav-lang__toggle:checked + .nav-lang__list {
        overflow: visible;
    }
.nav-lang__toggle:checked + .nav-lang__list + .nav-lang__arrow {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }
.action-form {
    position: relative;

}
.action-input,
.action-btn {
    line-height: 48px;
    height: 48px;
    border: 0;
    background: 0;
    margin: 0;
    outline: 0;
    font-size: 1.25rem;
    font-family: inherit;
    vertical-align: top;
    white-space: normal;
}
.action-input {
    background-color: #0c4f4d;
    background-color: var(--dark-green);
    color: white;
    width: 100%;
    padding: 0 0.8rem;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 1rem;
}
.action-btn {
    background-color: white;
    color: #0c4f4d;
    color: var(--dark-green);
    width: 150px;
    width: var(--action-btn-size);
    padding: 0;
}
.action-petition-text {
    white-space: pre-wrap;
}
.action-supporters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between
}
.action-supporters > p {
    margin: 0 0 0.5rem;
  }
.action-progress {
  border: 2px solid white;
  height: 1rem;
  margin-bottom: 1rem;
}
.action-progress__bar {
  background-color: white;
  width: 0%;
  height: 100%;
  transition: width 0.2s ease-out;
}
.action__optin,
.action-opt-no-text,
.action-fields,
.action-privacy {
    display: none;
}
.action-fields {
    margin-top: 1rem;
}
[dir="ltr"] .action-optin-label {
  margin-right: 0.5rem;
}
[dir="rtl"] .action-optin-label {
  margin-left: 0.5rem;
}
.action-optin-label {
  font-weight: bold;
}
.action-opt-no-text {
    padding: 0.5rem 1rem;
    border: 1px solid #C81D25;
}
.action-privacy {
  font-size: 0.8rem;
}
.action-step2 {
    position: relative;
    background: #26917d;
    background: var(--light-green);
    margin-top: -3rem
}
@media (min-width: 1024px) {
.action-step2 {
        position: absolute;
        z-index: 5;
        top: 100%;
        left: 0;
        right: 0;
        padding: 1rem;
        margin-top: -5rem
}
    }
.action-step2 {

    display: none
}
.is-active .action-step2 {
        display: block
}
.is-submitting .action-step2::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: color(#26917d a(0.5));
        background-color: color(var(--light-green) a(0.5))
}
[dir="ltr"] .action-cancel {
  margin-left: 1rem;
}
[dir="rtl"] .action-cancel {
  margin-right: 1rem;
}
.action-cancel {
  border: 0;
  background: none;
  color: inherit;
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 40% {
        transform: scale(1.0);
    }
}
.action-spinner {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 70px;
    text-align: center;

    display: none
}
.is-submitting .action-spinner {
        display: block
}
.action-spinner > div {
      width: 18px;
      height: 18px;
      background-color: white;

      border-radius: 100%;
      display: inline-block;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }
.action-spinner .bounce1 {
        animation-delay: -0.32s;
    }
.action-spinner .bounce2 {
        animation-delay: -0.16s;
    }
.action-cta {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    background: #26917d;
    background: var(--light-green);
    color: white;
    padding: 1rem;
    box-sizing: border-box;

    opacity: 0;
    pointer-events: none
}
.action-cta.is-sticky {
        transition: opacity 0.2s ease-out;
        opacity: 1;
        pointer-events: auto;
    }
.action-cta__curve {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    margin-top: -1px;
    padding-bottom: 1.699854467%
}
.action-cta__curve > svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.action-cta-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center
}
[dir="ltr"] .action-cta-content > h3 {
      margin-right: 1rem;
}
[dir="rtl"] .action-cta-content > h3 {
      margin-left: 1rem;
}
.action-cta-content > h3 {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      margin: 0
    }
@media (max-width: 410px) {
.action-cta-content > h3 {
        font-size: 1rem
    }
      }
html[lang=de] .action-cta-content > .action-btn {
      font-size: 1rem
}
.action-thanks,
.action-failed,
.is-thanks .action-details,
.is-failed .action-details {
    display: none;
}
.is-thanks .action-thanks,
.is-failed .action-failed {
    display: block
}
.is-thanks .action-thanks p, .is-failed .action-failed p {
        margin-top: 0;
    }
.share-btn {
    display: inline-block;
    width: calc(50% - 0.5rem);
    color: white;
    box-sizing: border-box
}
[dir="ltr"] .share-btn:first-child {
        margin-right: 1rem;
}
[dir="rtl"] .share-btn:first-child {
        margin-left: 1rem;
}
.share-btn.share-btn--fb {
        background-color: #475d9e;
    }
.share-btn.share-btn--twitter {
        background-color: #11a8e9;
    }
@media (min-width: 1024px) {
.header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
            align-items: stretch
}
    }
.header__img {
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: left;
    background-image: url(./assets/header-small.jpg?v=1542206475)
}
@media (min-width: 600px) {
.header__img {
        background-image: url(./assets/header-large.jpg?v=1542206475)
}
    }
@media (min-width: 1024px) {
.header__img {
        padding-bottom: 0;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%
}
    }
.header__img__charter {
  width: 100%;
  height: 60vh;
  max-height: 550px;
  background-image: url(./assets/12-syriacampaign_train_wagner-20220113-2335.jpg?v=1655585252);
  background-size: cover;
  background-position: center;
}
.header__form {
    padding: 1rem;
    color: white;
    background-color: #26917d;
    background-color: var(--light-green)
}
.header__form h3 {
        margin-top: 0;
    }
@media (min-width: 1024px) {
.header__form {
        width: 400px
}
    }
html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.056rem;
    color: #0c4f4d;
    color: var(--dark-green);
}
nav,
header,
section,
footer {
    display: block;
}
h1,
h2,
h3 {
    font-family: "Open Sans Condensed", sans-serif;
    font-family: var(--font-high);
    text-transform: uppercase;

    line-height: 1.15
}
html[lang='ar'] h1,
html[lang='ar'] h2,
html[lang='ar'] h3 {
        line-height: 1.4
}
@media (min-width: 600px) {
html[lang='ar'] h1,
html[lang='ar'] h2,
html[lang='ar'] h3 {
            line-height: 1.3
}
        }
h1,
h2 {
    width: calc(100% - 1rem);
    font-size: 2.2rem;
    margin: 1rem 0 2rem

}
h1 > span, h2 > span {
        -webkit-box-decoration-break: clone;
                box-decoration-break: clone;
        background-color: #0c4f4d;
        background-color: var(--dark-green);
        color: white;
        padding: 0.05rem 0.5rem;
    }
@media (min-width: 600px) {
h1,
h2 {
        width: calc(100% - 2rem);
        font-size: 2.5rem

}

        h1 > span, h2 > span {
            padding: 0 1rem;
        }
    }
h3 {
    font-size: 1.5rem
}
@media (min-width: 600px) {
h3 {
        font-size: 1.7rem
}
    }
ol,
li,
h3,
p {
    margin: 1.5rem 0;
}
ol {
    padding: 0 1.5rem
}
@media (min-width: 600px) {
ol {
        padding: 0 2.5rem
}
    }
img {
    width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
figcaption {
    text-align: center;
}
a {
    color: inherit;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    font-family: "Open Sans Condensed", sans-serif;
    font-family: var(--font-high);
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    outline: 0;
    padding: 0 0.5rem
}
.btn.btn--small {
        font-size: 1rem;
    }
.share {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    margin: -2px 0.2rem 0
}
.share.share--fb {
        background-color: #475d9e;
    }
.share > svg {
        display: block;
    }
@media (max-width: 410px) {
      .share,
      .share > svg {
        width: 25px;
        height: 25px;
      }
    }
.section {
    position: relative;
    padding: 2rem 1rem
}
@media (min-width: 600px) {
.section {
        padding: 2rem
}
    }
.section.section--top .section__title {
        margin-top: 0
    }
@media (min-width: 1024px) {
.section.section--top .section__title {
            margin-top: calc(-2rem - 0.5em)
    }
        }
.section.section--action .section__title {
        margin-top: calc(-2rem - 0.5em);
    }
.section.section--video {
        padding: 0;
        background-color: black
    }
.section.section--video .section__content {
            position: absolute;
            z-index: 2;
            top: calc(-2rem - 0.5em);
            left: 0;
            right: 0;
            padding: 0 1rem
        }
@media (min-width: 600px) {
.section.section--video .section__content {
                padding: 0 2rem
        }
            }
.section.section--facts {
        background-color: #26917d;
        background-color: var(--light-green);
        color: white;
    }
.section.section--people::before,
    .section.section--people::after {
        content: "";
        position: absolute;
        bottom: 0;
        background-size: 100% 100%;
        opacity: 0.2;
    }
.section.section--people::before {
        left: 0;
        width: 200px;
        height: 81px;
        background-image: url(./assets/people-left.png?v=1495995508);
    }
@media (min-width: 600px) {
        .section.section--people::after {
            right: 0;
            width: 200px;
            height: 104px;
            background-image: url(./assets/people-right.png?v=1495995508);
        }
    }
.section.section--carousel {
        padding: 1rem;
        background-color: #0c4f4d;
        background-color: var(--dark-green);
        color: white;
        overflow: hidden;
    }
.section.section--action {
        background-color: #e3e3e3;
    }
.section.section--photo {
        padding: 0;
        background-size: cover;
        background-position: center;
        background-image: url('./assets/london-small.jpg?v=1541606474');
        padding-bottom: calc(467 / 700 * 100%)
    }
@media (min-width: 940px) {
.section.section--photo {
          background-image: url('./assets/london.jpg?v=1541606474');
          height: 90vh;
          padding: 0
    }
        }
.section__content {
    max-width: 620px;
    margin: 0 auto;
}
.section__video-container {
    margin: 0 auto;
}
.section__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}
.section__video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.carousel {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
}
.carousel__btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;

    transition: opacity 0.1s ease-out

}
.carousel__btn[disabled] {
        opacity: 0.2;
        cursor: auto;
    }
.carousel__btn > svg {
        display: block;
        width: 100%;
        height: 100%;
    }
@media (min-width: 600px) {
.carousel__btn {
        margin-top: -25px;
        width: 50px;
        height: 50px

}
    }
[dir="ltr"] .carousel__btn:first-child {
        left: 0;
}
[dir="rtl"] .carousel__btn:first-child {
        right: 0;
}
@media (min-width: 940px) {
[dir="ltr"] .carousel__btn:first-child {
            margin-left: -50px;
    }
[dir="rtl"] .carousel__btn:first-child {
            margin-right: -50px;
    }
        }
[dir="ltr"] .carousel__btn:last-child {
        right: 0;
}
[dir="rtl"] .carousel__btn:last-child {
        left: 0;
}
@media (min-width: 940px) {
[dir="ltr"] .carousel__btn:last-child {
            margin-right: -50px;
    }
[dir="rtl"] .carousel__btn:last-child {
            margin-left: -50px;
    }
        }
[dir="ltr"] .carousel__btn:first-child {
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    }
[dir="rtl"] .carousel__btn:last-child {
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    }
.carousel__list {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    font-size: 0;
    transition: transform 0.2s ease-out;
}
.carousel__list__item {
    margin: 0;
    padding: 0 0.5rem;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
    white-space: normal;

    transition: opacity 0.2s ease-out;
    opacity: 0.3
}
.carousel__list__item.is-current {
        opacity: 1;
    }
.carousel-img {
    display: block;
    margin: 0 auto 5px;
    width: auto;
    max-width: 100%;
    max-height: 400px;
    pointer-events: none;
}
.footer {
    position: relative;
    background-image: url(./assets/people-footer.png?v=1495995508);
    background-repeat: no-repeat;
    background-size: 25% auto
}
[dir="ltr"] .footer {
        background-position: 90% bottom;
    }
[dir="rtl"] .footer {
        background-position: 10% bottom;
    }
@media (max-width: 410px) {
.footer {
        background-image: none
}
    }
[dir="ltr"] .footer__share {

    right: 1rem;
}
[dir="rtl"] .footer__share {

    left: 1rem;
}
.footer__share {
    position: absolute;
    top: 2rem
}
@media (min-width: 600px) {
[dir="ltr"] .footer__share {
        right: 2rem;
    }
[dir="rtl"] .footer__share {
        left: 2rem;
    }
    }
[dir="ltr"] .footer-logo {

    float: left;
}
[dir="rtl"] .footer-logo {

    float: right;
}
.footer-logo {
    position: relative;
    width: 100px;
    height: 110px;
    margin: -2rem -5px 0 0
}
[dir="rtl"] .footer-logo {
        margin-left: 1rem;
    }
.footer-logo > svg {
        display: block;
        width: 100%;
        height: 100%;
    }
.footer-contact {
    margin: 0;
    max-width: 600px;
    font-size: 1.25rem;
    text-transform: uppercase;

    clear: both
}
@media (min-width: 600px) {
[dir="ltr"] .footer-contact {
        margin-right: 100px;
    }
[dir="rtl"] .footer-contact {
        margin-left: 100px;
    }
.footer-contact {
        clear: none
}
    }
.footer-about {
    max-width: 600px;

}
.section__content-charter-list h3 {
  margin-bottom: 0.5rem;
}
.section__content-charter-list ul {
  margin-top: 0;
}
.section__content-charter-list li {
  margin: 0; 
}
.bricks-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brick {
  -ms-flex: 25%;
      flex: 25%;
  margin: 1rem;
  min-width: 250px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.brick-inner {
  border: 5px solid black;  
  position: relative;
  -ms-flex: 500px 0 0px;
      flex: 500px 0 0;
}
.brick-inner.has-embed {
  background: black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.brick-inner.has-embed iframe {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  min-height: 300px;
}
.brick-outer {
  text-align: center;
}
.brick-outer a {
  font-weight: bold;
}
.brick-link {
  position: absolute;
  font-family: "Times New Roman";
  bottom: -1em;
  width: 200px;
  left: calc(50% - 100px);
  background: rgb(206, 214, 75);
  padding: .5rem;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
}
.brick-link:hover {
  background: rgb(242, 191, 94);
}
.brick img {
  max-width: 100%;
}
.section--side-bricks {
  padding: 1rem;
}
.section--side-bricks .section__content {
  max-width: 1000px;
}
.side-brick {
  display: -ms-flexbox;
  display: flex;
  background: #474747;
  color: white;
  margin: 2rem 0;
  min-height: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.side-brick > * {
  -ms-flex: 50%;
      flex: 50%;
  min-width: 400px;
  min-height: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  .side-brick > * {
    min-width: 100%;
    max-width: 100%;
  }
}
.side-brick iframe {
  border: none;
  max-width: 100%;
}
.side-brick p {
  padding: 0 2rem 3rem;
}
