* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "Space Mono", monospace;
  max-width: 100vw;
  overflow-x: hidden;
}

main {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  margin: 0px auto;
  -moz-box-flex: 1;
  width: 100%;
  box-sizing: border-box;
}

div,
img,
section,
h2,
h1,
p,
h3 {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

ul {
  list-style-type: none;
}

/* Utilities */

/*HEADER (Katia)*/

.header {
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 10px;
}

.container_header {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.logo img {
  height: 52px;
  width: auto;
  cursor: pointer;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 12px;
  line-height: 25px;
  font-family: "Work Sans", sans-serif;
}

.header-right {
  float: right;
}

.header-right a:hover {
  border-bottom: 3px #4a50bb solid;
}

.header-right button {
  border: 1px solid #4a50bb;
  font-weight: 500;
  outline: none;
  background: #4a50bb;
  color: #fff;
  padding: 15px;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
/*MAINSCREEN*/
.container_img {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.img-fluid {
  display: flex;
  max-width: 1280px;
  height: auto;
}
/* OUR PROGRAM PART */

.our-program {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 50px 20px;
  position: relative;
  box-shadow: none;
  background: none;
  z-index: 1;
  flex: 0 0 auto;
  max-width: 1280px;
  margin: auto;
}

.explanation-wrapper {
  width: 100%;
  display: flex;
  margin: 50px 0px;
}

.explanation {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 0px 50px 0px 0px;
  width: 50%;
  order: 1;
}

.op-title {
  padding: 0;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans Bold", sans-serif;
  font-weight: 1000;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
}

.program-info {
  padding: 0;
  color: rgb(45, 48, 55);
  text-align: left;
  max-width: 470px;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  word-break: break-word;
  font-weight: 300;
  margin: 0px 0px 20px 0px;
}

.explanation b {
  color: rgb(74, 80, 187);
  font-family: "Space Mono", monospace;
}

.discover-button {
  font-size: 12px;
  line-height: 160%;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Work Sans Bold", sans-serif;
  background-color: transparent;
  color: rgb(74, 80, 187);
  appearance: auto;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
  margin: 0em;
  box-sizing: border-box;
  margin: 0;
  margin-left: -20px;
}

.arrow-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  width: 0.875em;
  overflow: visible;
  margin-left: 6px;
  margin-top: -2px;
}

.exp-img-outer {
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 400px;
  order: 2;
  padding: 0px 0px 0px 50px;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.exp-img {
  -webkit-box-align: stretch;
  align-items: stretch;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  -webkit-box-flex: 0;
  height: 100%;
  -webkit-box-pack: start;
  justify-content: flex-start;
  max-height: none;
  max-width: none;
  width: 100%;
  z-index: auto;
  position: relative;
  background: url(/img/ourprogram.jpg) 0% 0% / cover transparent;
  flex: 0 1 100%;
  margin: 0px;
  padding: 0px;
  min-height: 300px;
}

/* BEGIN RESULT PART */

.ourResult {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
  position: relative;
  box-shadow: none;
  background: rgb (0, 0, 0, 0) none repeat scroll 0% 0%;
  z-index: 1;
  flex: 0 0 auto;
}

.resultLayout {
  display: flex;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 10px 0px;
  margin: 0px auto;
}

.resultBox {
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  box-shadow: rgb(0, 0, 0, 0.08) 0px 0px 53px;
  padding: 50px;
  margin-bottom: 50px;
}

.resultInfo {
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  margin: 0px 0px 50px;
}

.title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans Bold", sans-serif;
  font-weight: 700;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
}

.titleDefinition {
  color: rgb(45, 48, 55);
  text-align: center;
  max-width: 800px;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 300;
}

.tableResult {
  display: flex;
  width: 100%;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.columnOfTable {
  display: flex;
  flex-direction: column;
  background-color: rgb(74, 80, 187);
  width: 30%;
  padding: 20px;
}

.cTitle {
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans Bold", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: left;
  max-width: none;
}

.cParag {
  color: white;
  text-align: left;
  max-width: none;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 300;
}

/*Core Values*/

.padding-core-values {
  display: flex;
  -moz-box-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  box-shadow: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  z-index: 1;
  flex: 0 0 auto;
}

.margin-core-values {
  display: flex;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 10px 0px;
  margin: 0px;
}

.table-core-values {
  display: flex;
  background-color: rgb(248, 249, 252);
  padding: 100px;
  flex-direction: column;
}

.title-core-values {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans bold", sans-serif;
  font-weight: 700;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
}

.box-core-values {
  display: flex;
  flex-wrap: wrap;
  -moz-box-flex: 1;
  flex-grow: 1;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.box-core-values > .one-value2:nth-child(1) {
  margin-bottom: 50px;
}

.one-value {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
}

.one-value > img {
  margin-bottom: 20px;
  min-height: 70px;
  object-fit: contain;
}

.image-one-value {
  width: auto;
  height: auto;
  object-fit: fill;
  border-radius: 0px;
}

.title-one-value {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
}

.info-one-value {
  color: rgb(45, 48, 55);
  text-align: left;
  max-width: none;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 300;
}

/* successes story */

.padding-suc-sto {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
  position: relative;
  box-shadow: rgb(0, 0, 0, 0.08) 0px 0px 53px;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0px;
  flex-direction: column;
  -moz-box-align: center;
  max-width: 1380px;
  margin: 0px auto;
}

.suc-sto {
  background-color: rgb(255, 255, 255);
  width: 1280px;
  height: 550px;
  border: 0px solid black;
}

.demo1 {
  text-align: center;
  color: rgb(28, 34, 148);
  font-size: 24px;
  font-style: uppercase;
  margin-top: 3%;
}

.pic {
  width: 250px;
  height: 255px;
  margin: 100px;
  float: left;
  margin: auto auto 20px;
  background-position: center center;
  filter: grayscale(100%);
  float: left;
  margin-top: 4%;
  margin-left: 3.5%;
  border-radius: 30%;
  margin-right: 3%;
}

.name {
  color: rgb(28, 34, 148);
  margin-left: 26%;
  margin-right: 9%;
  font-size: 18px;
  margin-top: 6%;
  line-height: 160%;
}

.pos {
  margin-left: 26%;
  margin-right: 9%;
  font-size: 15px;
  color: #4A50BB;
}

.bio {
  margin-top: 1%;
  margin-left: 26%;
  margin-right: 9%;
  font-family: "Space Mono", monospace;
}

.pic2 {
  width: 250px;
  height: 250px;
  margin: 100px;
  float: left;
  margin: auto auto 20px;
  background-position: center center;
  filter: grayscale(100%);
  float: left;
  margin-top: -19%;
  margin-left: 43%;
  border-radius: 50%;
  margin-bottom: 0%;
  border-radius: 30%;
}

.name2 {
  color: rgb(28, 34, 148);
  margin-left: 75%;
  font-size: 18px;
  margin-top: -22%;
  line-height: 160%;
}

.pos2 {
  margin-left: 75%;
  margin-right: 9%;
  font-size: 15px;
  color: #4A50BB;
}

.bio2 {
  margin-top: 1%;
  margin-left: 75%;
  font-family: "Space Mono", monospace;
  line-height: 160%;
}

/* our partners */

.our-partners {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 50px 20px;
  position: relative;
  box-shadow: none;
  background: none;
  z-index: 1;
  flex: 0 0 auto;
}

.our-partners-wrapper {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 10px 0px;
  margin-top: 40px;
}

.our-partners-box {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 10px 0px;
  margin: 0px auto;
}

.box-title {
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.our-partner-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans Bold", sans-serif;
  font-weight: 700;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
  }

.become-partner {
  display: inline-flex;
  font-size: 12px;
  line-height: 160%;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Work Sans Bold", sans-serif;
  background-color: transparent;
  color: rgb(74, 80, 187);
}

.right-arrow {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.partners-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.plogo {
  -webkit-box-align: stretch;
  align-items: stretch;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  flex-direction: row;
  -webkit-box-flex: 0;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  max-height: none;
  max-width: none;
  width: 170px;
  z-index: 0;
  position: static;
  background: none 0% 0% / auto transparent;
  flex: 0 1 170px;
  margin: 0px;
  padding: 0px;
}

.company {
  width: 100%;
  height: auto;
  object-fit: fill;
  border-radius: 0px;
}

/*END RESULT PART */

/* footer part */

.footer {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 53px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  flex: 0 0 auto;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px auto;
  border: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.box {
  -moz-box-align: center;
  align-items: center;
  background: transparent none repeat scroll 0% 0%;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  -moz-box-flex: 0;
  height: auto;
  -moz-box-pack: start;
  justify-content: flex-start;
  margin: 0px;
  max-height: none;
  max-width: none;
  padding: 0px;
  width: 100%;
  position: static;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  font-family: sans-serif;
}

.demo {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
  padding: 0px;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.place {
  color: rgb(45, 48, 55);
  text-align: left;
  max-width: none;
  line-height: 189%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  box-sizing: border-box;
}

.place1 {
  color: rgb(45, 48, 55);
  text-align: center;
  max-width: none;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 300;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}
.footer nav {
  word-spacing: 20px;
  padding-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}
.footer a {
color: rgb(74, 80, 187);
}

/*END RESULT PART */

/* BEGIN SUPPORT DEVELOPERS */

.section-support {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 50px 20px;
  position: relative;
  box-shadow: none;
  background: rgb(248, 249, 252) none repeat scroll 0% 0%;
  z-index: 1;
  flex: 0 0 auto;
  margin: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.outer-container-support {
  display: flex;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 10px 0px;
  margin: 0px auto;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.inner-container-support {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.div-support {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 80px;
}

.div-content--support {
  -moz-box-align: stretch;
  align-items: stretch;
  background: transparent none repeat scroll 0% 0%;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  -moz-box-flex: 0;
  height: auto;
  -moz-box-pack: start;
  justify-content: flex-start;
  margin: 0px;
  max-height: none;
  max-width: 450px;
  padding: 0px;
  width: 100%;
  z-index: 0;
  position: static;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  font-family: sans-serif;
}

.support-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

.support-paragraph {
  color: rgb(45, 48, 55);
  text-align: left;
  max-width: none;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px;
  word-break: break-word;
  font-weight: 300;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

/* END SUPPORT DEVELOPERS */

/* BEGIN DONATE FORM SECTION */

.container-donate {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.form-donate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.select-donate {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.donate-label {
  cursor: pointer;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-right: 20px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.radio-donate {
  cursor: pointer;
  margin-right: 10px;
  font-size: 100%;
  font-style: normal;
  font-family: sans-serif;
}

.donate-times {
  color: rgb(28, 34, 148);
  text-align: left;
  max-width: none;
  line-height: 160%;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  margin: 0px;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: bolder;
}

.amount-labels {
  margin-top: 20px;
}

.options-donate {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.amount-list {
  display: flex;
  margin: 20px 0px;
  list-style: none;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

.amount-options1 {
  display: flex;
  border: 1px solid rgb(28, 34, 148);
  color: white;
  padding: 15px 20px;
  cursor: pointer;
  -moz-box-pack: center;
  justify-content: center;
  background-color: rgb(28, 34, 148);
  font-family: "Work Sans", sans-serif;
  font-weight: bolder;
  margin: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

.amount-options {
  display: flex;
  border: 1px solid rgb(28, 34, 148);
  color: rgb(28, 34, 148);
  padding: 15px 20px;
  cursor: pointer;
  -moz-box-pack: center;
  justify-content: center;
  background-color: white;
  font-family: "Work Sans", sans-serif;
  margin: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: bolder;
}

.input-donate {
  width: 100%;
  border-color: currentcolor currentcolor rgb(28, 34, 148);
  border-style: none none solid;
  border-width: medium medium 1px;
  border-image: none 100% / 1 / 0 stretch;
  margin: 20px 0px;
  font-size: 18px;
  padding: 5px;
  box-sizing: border-box;
  color: rgb(28, 34, 148);
  background-color: transparent;
  outline: currentcolor none medium;
}

.donate-button {
  display: inline-flex;
  font-size: 12px;
  line-height: 160%;
  text-decoration: none;
  background-color: rgb(74, 80, 187);
  color: white;
  font-weight: bolder;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-box-align: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
}

/* END DONATE FORM SECTION */

/*CONTACT US*/
.mainscreen {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0px;
  position: relative;
  box-shadow: none;
  background: none;
  z-index: 1;
  flex: 0 0 auto;
}
.container__mainscreen {
  display: flex;
  width: 100%;
}
.mainscreen_contactus {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: rgb(74, 80, 187);
  padding: 50px 100px;
}
.mainscreen__header {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: left;
  max-width: none;
}

.mainscreen_form {
  color: white;
  text-align: left;
  max-width: 500px;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 0px 0px 20px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 300;
}
.mainscreen__form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  align-items: flex-start;
}
.mainscreen__form__name {
  color: white;
  text-align: left;
  max-width: none;
  line-height: 160%;
  font-size: 16px;
  font-family: "Space Mono", monospace;
  margin: 20px 0px 5px;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 300;
}
.mainscreen__form__input {
  border: 1px solid white;
  border-radius: 3px;
  outline: none;
  background-color: transparent;
  padding: 10px 5px;
  color: white;
  width: 100%;
}
.mainscreen__form__message {
  border: 1px solid white;
  border-radius: 3px;
  outline: none;
  padding: 10px 5px;
  color: white;
  background-color: transparent;
  margin-bottom: 20px;
  width: 100%;
}
.mainscreen__form__button {
  display: inline-flex;
  font-size: 12px;
  line-height: 160%;
  text-decoration: none;
  background-color: white;
  color: rgb(45, 48, 55);
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
}

.mainscreen__center {
  display: flex;
  height: 100%;
  min-height: 400px;
  padding-left: 60px;
  background-color: transparent;
}

.mainscreen__img {
  -webkit-box-align: stretch;
  align-items: stretch;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-box-pack: start;
  justify-content: flex-start;
  height: 695px;
  width: 893px;
}
