.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: " ";
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: Dinpro, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.container {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__link {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}

.nav__link:hover {
    color: #ffcd34;
}

.nav__lang-switch {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.nav__lang-switch:hover {
    color: #ffcd34;
}

.nav__lang-switch.active {
    color: #00adef;
}

.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200px;
    background-color: #ffcd34;
    box-shadow: 0 4px 14px 0 rgba(255, 205, 52, 0.33);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
    background-color: #f0bd23;
    box-shadow: 0 4px 14px 0 rgba(255, 205, 52, 0.6);
}

.button.blue {
    background-color: #00adef;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.button.blue:hover {
    background-color: #019fdb;
    box-shadow: 0 10px 20px 0 rgba(228, 179, 30, 0.64);
}

.button.blue.margin {
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition-property: all;
    transition-property: all;
}

.button.margin {
    margin-top: 40px;
}

.button.with-icon {
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
}

.nav__switch-wrap {
    margin-right: 15px;
}

.section {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.section.header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 400;
    background: transparent;
    transition: all 0.3s ease-in-out;
}
.section.header.fixed {
    background: #fff;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
}

.section.header.fixed .nav__link {
    color: #000;
}

.hero {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 740px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 510px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.hero__image-wrap {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50vw;
    height: 740px;
}

.hero__paragraph {
    margin-top: 40px;
    font-weight: 400;
}

.hero__slider {
    width: 100%;
    height: 100%;
}

.left-arrow {
    display: none;
}

.right-arrow {
    display: none;
}

.slide {
    background-image: url("../images/hero-image.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero__slider-dots {
    margin-bottom: 50px;
}

.shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 33;
    width: 100%;
    margin-bottom: -1px;
}

.mission {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 150px;
}

.mission__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mission__image-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.button-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 200px;
    background-color: #ffcd34;
    box-shadow: 0 4px 14px 0 rgba(255, 205, 52, 0.33);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    text-transform: uppercase;
}

.button-header:hover {
    background-color: #f0bd23;
    box-shadow: 0 6px 14px 0 rgba(255, 205, 52, 0.59);
}

.mission__big-image {
    width: 486px;
    height: 486px;
    border-radius: 20px;
    background-image: url("../images/image3.jpeg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.mission__small-image {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 262px;
    height: 296px;
    margin-bottom: -80px;
    margin-left: 30px;
    border-radius: 20px;
    background-image: url("../images/mission-2.jpeg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.23);
}

.payform {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 900px;
    padding-top: 110px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payform__bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    width: 100%;
    height: 900px;
    background-image: url("../images/payform.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.payform__shape {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 33;
    width: 100%;
    margin-top: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.payform__form-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    height: 700px;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
}

.payform__paragraph {
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
}

.payform__logo {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 40px;
    margin-bottom: 40px;
}

.payform__fields-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
}

.payform__subheading {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.payform__text-field {
    width: 360px;
    height: 50px;
    margin-bottom: 14px;
    padding-right: 30px;
    padding-left: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    border-radius: 200px;
    background-color: #fbfbfb;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 500;
}

.payform__text-field.active {
    border-color: #ffcd34;
    background-color: #fefaec;
    color: #ffc30b;
}

.payform__text-field:hover {
    border-color: #dadada;
}

.payform__text-field::-webkit-input-placeholder {
    color: #3a3a3a;
}

.payform__text-field:-ms-input-placeholder {
    color: #3a3a3a;
}

.payform__text-field::-ms-input-placeholder {
    color: #3a3a3a;
}

.payform__text-field::placeholder {
    color: #3a3a3a;
}

.payform__text-field.other {
    width: 170px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.payform__text-field.area {
    height: 110px;
    max-height: 110px;
    max-width: 360px;
    padding-top: 20px;
    border-radius: 30px;
    -o-object-fit: fill;
    object-fit: fill;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payform__parts-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.form-block {
    width: 100%;
}

.payform__divider {
    width: 1px;
    margin-right: 30px;
    margin-left: 30px;
    background-color: #efefef;
}

.payform__radio {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    height: 50px;
    margin-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    border-radius: 200px;
    background-color: #fbfbfb;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-weight: 500;
    cursor: pointer;
}

.payform__radio:hover {
    border-color: #dadada;
}

.payform__radio::-webkit-input-placeholder {
    color: #3a3a3a;
}

.payform__radio:-ms-input-placeholder {
    color: #3a3a3a;
}

.payform__radio::-ms-input-placeholder {
    color: #3a3a3a;
}

.payform__radio::placeholder {
    color: #3a3a3a;
}

.payform__radio.active {
    border-color: #ffcd34;
    background-color: #fefaec;
    color: #ffc30b;
}

.payform__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.payform__text-many {
    color: #ffcd34;
    font-weight: 500;
}

.payform__type-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    margin-top: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.payform__selector {
    width: 44px;
    height: 24px;
    margin-right: 12px;
    margin-left: 12px;
    border: 1px solid #ffcd34;
    border-radius: 200px;
}

.payform__circle {
    width: 18px;
    height: 18px;
    margin: 2px 0px 0px 2px;
    border-radius: 300px;
    background-color: #ffcd34;
}

.radio-button-field {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 33;
    margin-bottom: 0px;
    opacity: 0;
    cursor: auto;
}

.payform__type-item {
    position: relative;
}

.checkbox-field {
    margin-bottom: 40px;
    font-size: 16px;
}

.checkbox-label {
    margin-bottom: 0px;
    margin-left: 5px;
}

.stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    padding-bottom: 120px;
}

.stats__slider-wrap {
    width: 50%;
}

.stats__points-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.right-arrow-2 {
    display: none;
}

.left-arrow-2 {
    display: none;
}

.stats__slider {
    height: 590px;
    border-radius: 20px;
}

.slide-nav {
    margin-bottom: -50px;
}

.stats__slide {
    border-radius: 20px;
    background-image: url("../images/stats-1.jpeg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.stats__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    margin-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
}

.stats__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stats__number {
    color: #00adef;
    font-size: 52px;
    line-height: 42px;
    font-weight: 700;
}

.stats__tagline {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 500;
}

.stats__divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    margin-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #d9d9d9;
    border-radius: 200px;
    background-color: #efefef;
    color: #efefef;
}

.stats__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.story {
    padding-top: 80px;
    padding-bottom: 120px;
}

.story__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}

.story__left-wrap {
    width: 50%;
}

.story__right-wrap {
    position: relative;
    width: 50%;
}

.story__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.story-paragraph {
    margin-top: 40px;
    color: #202020;
}

.blue-text {
    color: #00adef;
}

.story__person-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    margin-top: 40px;
}

.story__person-image {
    width: 78px;
    height: 78px;
}

.story__person-name-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.story__name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.story__tagline {
    margin-top: 10px;
    font-size: 18px;
}

.story__link {
    margin-top: 12px;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
}

.story__link.blue {
    color: #00adef;
}

.yellow-text {
    color: #ffcd34;
}

.story__fixed-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 560px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.story__circle-image-wrap {
    width: 400px;
    height: 400px;
    border-radius: 10000px;
    background-image: url("../images/story-circle-1.jpeg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.story__circle-big {
    position: absolute;
}

.story__circle-1 {
    position: absolute;
    width: 420px;
    height: 420px;
    border: 2px solid #ffcd34;
    border-radius: 30000px;
}

.section-sky {
    position: relative;
    height: 700px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url("../images/sky-image.jpg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sky__headline {
    width: 900px;
}

.sky__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    margin-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
}

.projects__subhead {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}

.projects__grid {
    margin-top: 80px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.projecs__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 20px;
    box-shadow: 0 5px 44px 0 rgba(0, 0, 0, 0.14);
    text-align: left;
}

.projects__image {
    height: 240px;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/dergava.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects__paragraph {
    margin-top: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
}

.prokects__content-wrap {
    padding: 30px;
}

.partners {
    margin-bottom: 0px;
    padding-bottom: 80px;
    text-align: center;
    padding-top: 120px;
}

.partners__grid {
    margin-top: 60px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
}

.partners__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners__item-wrap._1 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._2 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._3 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._4 {
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._5 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._6 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._7 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._8 {
    border-bottom: 1px solid #efefef;
}

.partners__item-wrap._9 {
    border-right: 1px solid #efefef;
}

.partners__item-wrap._10 {
    border-right: 1px solid #efefef;
}

.partners__item-wrap._11 {
    border-right: 1px solid #efefef;
}

.parners__image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
}

.partners__image-hover {
    position: absolute;
    opacity: 0;
}

.reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.section-reviews {
    text-align: center;
}

.reviews__slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.reviews__review-wrap {
    display: block;
    width: 50%;
    padding: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #00adef;
}

.reviews__slider {
    width: 100%;
    height: 100%;
}

.left-arrow-3 {
    display: none;
}

.right-arrow-3 {
    display: none;
}

.slide-nav-2 {
    margin-bottom: 12px;
    padding-right: 50%;
}

.reviews__image-wrap {
    width: 50%;
}

.reviews__image-wrap._1 {
    background-image: url("../images/review-1.jpeg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews__image-wrap._2 {
    background-image: url("../images/review-2.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews__image-wrap._5 {
    background-image: url("../images/andrii.jpg");
    background-position: 76% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.reivews__white-bg {
    position: relative;
    height: 100%;
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
}

.image {
    position: absolute;
    left: auto;
    top: 40px;
    right: 40px;
    bottom: auto;
}

.reviews__name {
    margin-top: 20px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.reviews__tagline {
    max-width: 509px;
    margin-top: 4px;
    font-size: 18px;
    line-height: 30px;
}

.reviews__paragraph {
    max-width: 509px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
}

.section-vena {
    position: relative;
    height: 960px;
    background-image: url("../images/vena-1.jpg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.vena {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.form__bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: #00adef;
}

.subs-form-wrap {
    position: relative;
    z-index: 44;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.subscribe-form {
    width: 100%;
}

.blue-shape {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: -38px;
}

.form__form-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 960px;
    margin-top: -160px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
}

.form__contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__contact-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form__icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__content-wrap {
    margin-left: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 24px;
}

.social-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #005ba9;
    border-radius: 200px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social-icon-wrap:hover {
    opacity: 0.8;
}

.social-wrap {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 160px;
    padding-right: 170px;
    padding-left: 170px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.social__backgorund {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 33;
    height: 778px;
    margin-top: -180px;
    background-image: url("../images/social-image.jpg");
    background-position: 50% 0%;
    background-size: cover;
}

.social__buttons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.button-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 248px;
    padding-top: 80px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer__headline {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
}

.footer__grid {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 140px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    border-radius: 20px;
    text-align: center;
}

.footer__icon {
    height: 24px;
}

.footer__text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}

.footer__social-icons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__social-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #005ba9;
    border-radius: 200px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.footer__social-icon-wrap:hover {
    opacity: 0.8;
}

.footer__social-icon {
    height: 18px;
}

.footer__bot-text {
    margin-top: 20px;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.nav__tagline {
    margin-left: 14px;
}

.section--hero {
    position: relative;
    background: url("../images/bg-hero.jpeg") center / cover no-repeat;
}
.section--hero h1 {
    color: #fff;
    max-width: 400px;
}
.hero__play {
    padding-right: 12%;
    color: #fff;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
}
.hero__play svg {
    width: 100px;
    height: auto;
}
.hero__play svg path {
    fill: #fff;
}

.radio-button {
    position: relative;
    z-index: 500;
    display: none;
}

.radio-button-label {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    font-size: 14px;
    cursor: auto;
}

.payform__text-one {
    color: #000;
    font-weight: 500;
}

.radio-button-label-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.radio-button-label-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.slide-2 {
    background-image: url("../images/image1.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.slide-3 {
    background-image: url("../images/image2.jpeg");
    background-position: 50% 50%;
    background-size: cover;
}

.slide-4 {
    border-radius: 20px;
    background-image: url("../images/mission-1.jpeg");
    background-position: 50% 50%;
    background-size: cover;
}

.projects__image2 {
    height: 240px;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/liberal-arts.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects__image3 {
    height: 240px;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/vertep.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects__image4 {
    height: 240px;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/pidqom.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects__image5 {
    height: 240px;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/bym.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects__image6 {
    height: 240px;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/dobrodvig.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.story__circle-2 {
    position: absolute;
    width: 420px;
    height: 420px;
    border: 2px solid #ffcd34;
    border-radius: 30000px;
}

.form__additional-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.story-paragraph-hidden {
    overflow: hidden;
    margin-top: 20px;
    color: #202020;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav__link {
        margin-right: 10px;
        margin-left: 10px;
    }

    .hero {
        min-width: auto;
    }

    .hero__content-wrap {
        width: 344px;
    }

    .hero__paragraph {
        font-size: 16px;
    }

    .mission {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .mission__content-wrap {
        padding-right: 20px;
    }

    .mission__small-image {
        margin-bottom: -50px;
    }

    .payform {
        height: auto;
        padding-top: 70px;
    }

    .payform__bg {
        height: 1140px;
    }

    .payform__form-wrap {
        width: auto;
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .payform__paragraph {
        font-size: 20px;
    }

    .payform__fields-wrap {
        padding-right: 0px;
        padding-left: 0px;
    }

    .payform__subheading.margin {
        margin-top: 20px;
    }

    .payform__part-wrap.slide-from-top {
        margin-bottom: 20px;
    }

    .payform__parts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .payform__divider {
        display: none;
    }

    .payform__type-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .radio-button-field {
        position: absolute;
    }

    .stats {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .stats__item-wrap {
        margin-left: 40px;
    }

    .stats__number {
        font-size: 46px;
    }

    .stats__tagline {
        font-size: 18px;
    }

    .stats__divider {
        margin-left: 40px;
    }

    .story-paragraph {
        font-size: 16px;
        line-height: 26px;
    }

    .story__person-wrap {
        height: 70px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .story__person-image {
        width: 70px;
        height: 70px;
    }

    .story__name {
        font-size: 18px;
    }

    .story__tagline {
        font-size: 16px;
    }

    .story__fixed-wrap {
        height: 390px;
    }

    .story__circle-big {
        width: 280px;
        height: 280px;
    }

    .story__circle-1 {
        width: 330px;
        height: 330px;
    }

    .sky__headline {
        width: auto;
        font-size: 24px;
        line-height: 31px;
    }

    .sky__content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .projects {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .projects__subhead {
        font-size: 20px;
    }

    .projects__grid {
        margin-top: 60px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .prokects__content-wrap {
        padding: 20px;
    }

    .partners {
        padding-bottom: 80px;
    }

    .partners__item-wrap {
        padding: 24px;
    }

    .reviews {
        height: auto;
    }

    .reviews__slider-wrap {
        height: 860px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .reviews__review-wrap {
        padding: 20px;
    }

    .reviews__image-wrap._3 {
        background-position: 30% 0%;
    }

    .reivews__white-bg {
        padding-right: 20px;
        padding-left: 20px;
    }

    .reviews__name {
        font-size: 20px;
        line-height: 28px;
    }

    .reviews__tagline {
        font-size: 16px;
    }

    .form__contact-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .social-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer__grid {
        grid-column-gap: 20px;
    }

    .footer__item-wrap {
        height: 160px;
    }

    .footer__text {
        font-size: 16px;
        line-height: 22px;
    }

    .nav__tagline {
        display: none;
    }

    .section--hero {
        padding-right: 20px;
        padding-left: 20px;
    }

    .form__headline {
        text-align: center;
    }

    .stats__item-icon {
        height: 60px;
    }

    .story__circle-2 {
        width: 330px;
        height: 330px;
    }

    .form__additional-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story-paragraph-hidden {
        font-size: 16px;
        line-height: 26px;
    }

    .paragraph {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    .nav__link {
        display: none;
    }

    .button.with-icon.margin {
        margin-top: 20px;
    }

    .hero__content-wrap {
        width: auto;
        margin-top: 260px;
    }

    .hero__image-wrap {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 100vw;
        height: 300px;
    }

    .hero__slider-dots {
        margin-bottom: 0px;
    }
    .section--hero h1 {
        display: none;
    }
    .hero {
        justify-content: center;
    }
    .hero__play {
        padding: 0;
    }

    .mission {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mission__content-wrap {
        width: auto;
    }

    .mission__image-wrap {
        width: auto;
        margin-top: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mission__big-image {
        width: 100%;
        height: 520px;
    }

    .mission__small-image {
        width: 230px;
        height: 260px;
        margin-bottom: -70px;
        margin-left: 60px;
    }

    .payform__bg {
        height: 1152px;
    }

    .payform__form-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .payform__logo {
        display: none;
    }

    .payform__fields-wrap {
        margin-top: 40px;
    }

    .payform__subheading.margin {
        margin-top: 21px;
    }

    .payform__text-field {
        width: 100%;
    }

    .payform__text-field.other {
        width: 48%;
    }

    .payform__text-field.area {
        max-width: none;
    }

    .form {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .payform__divider {
        display: none;
    }

    .payform__radio {
        width: 48%;
    }

    .payform__group {
        width: auto;
    }

    .payform__type-wrapper {
        width: auto;
    }

    .radio-button-field {
        width: 100%;
        height: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .stats {
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stats__slider-wrap {
        width: auto;
    }

    .stats__points-wrap {
        width: auto;
        margin-top: 30px;
    }

    .stats__slider {
        height: 540px;
    }

    .stats__item-wrap {
        margin-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .stats__divider {
        margin-left: 0px;
    }

    .story {
        padding-bottom: 0px;
    }

    .story__content-wrap {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .story__left-wrap {
        width: 100%;
    }

    .story__right-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .story__fixed-wrap {
        position: static;
        height: 410px;
        margin-bottom: 80px;
    }

    .story__circle-big {
        width: 340px;
        height: 340px;
    }

    .story__circle-1 {
        width: 410px;
        height: 410px;
    }

    .partners__grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .partners__item-wrap._3 {
        border-right-style: none;
    }

    .partners__item-wrap._4 {
        border-right: 1px solid #efefef;
    }

    .partners__item-wrap._6 {
        border-right-style: none;
    }

    .partners__item-wrap._8 {
        border-right: 1px solid #efefef;
    }

    .partners__item-wrap._9 {
        border-bottom: 1px solid #efefef;
        border-left: 1px none #efefef;
        border-right-style: none;
    }

    .reviews__slider-wrap {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__review-wrap {
        width: 100%;
        height: 640px;
        padding-bottom: 40px;
    }

    .slide-nav-2 {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 0px;
    }

    .reviews__image-wrap {
        width: 100%;
        height: 280px;
        min-height: 280px;
    }

    .reviews__image-wrap._1 {
        width: 100%;
    }

    .reviews__image-wrap._3 {
        width: 100%;
    }

    .reviews__image-wrap._4 {
        width: 100%;
    }

    .reviews__image-wrap._5 {
        width: 100%;
    }

    .reviews__image-wrap._6 {
        width: 100%;
    }

    .vena {
        margin-top: 80px;
    }

    .form__form-wrap {
        padding: 40px 20px 0px;
    }

    .form__contact-wrap {
        width: auto;
    }

    .social-wrap {
        padding-right: 0px;
        padding-left: 0px;
    }

    .social__buttons-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer__item-wrap {
        height: auto;
    }

    .footer__social-icons-wrap {
        margin-bottom: 40px;
    }

    .form__headline {
        font-size: 25px;
    }

    .story__circle-2 {
        width: 410px;
        height: 410px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 40px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .button {
        width: 100%;
    }

    .button.blue.margin {
        width: 100%;
        margin-top: 30px;
    }

    .button.with-icon {
        margin-right: 0px;
        margin-left: 0px;
    }

    .nav__switch-wrap {
        display: block;
    }

    .section {
        padding-right: 15px;
        padding-left: 15px;
    }

    .section.header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero {
        height: 800px;
    }

    .hero__content-wrap {
        margin-top: 280px;
    }

    .hero__paragraph {
        margin-top: 20px;
        line-height: 28px;
    }

    .hero__slider-dots {
        margin-bottom: 0px;
    }

    .mission {
        padding-top: 60px;
        padding-bottom: 130px;
    }

    .mission__content-wrap {
        padding-right: 0px;
    }

    .button-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mission__big-image {
        height: 300px;
    }

    .mission__small-image {
        width: 170px;
        height: 180px;
        margin-bottom: -98px;
        margin-left: 101px;
    }

    .payform {
        padding-top: 60px;
    }

    .payform__bg {
        height: 1150px;
    }

    .payform__form-wrap {
        padding-right: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
    }

    .payform__paragraph {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .payform__subheading {
        font-size: 18px;
    }

    .payform__type-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .radio-button-field {
        width: auto;
        padding-left: 0px;
    }

    .payform__type-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .stats__slider {
        height: 320px;
    }

    .stats__item-wrap {
        height: 120px;
    }

    .stats__number {
        font-size: 38px;
    }

    .stats__tagline {
        margin-top: 10px;
    }

    .story {
        padding-top: 60px;
    }

    .story__content-wrap {
        margin-top: 40px;
    }

    .story__right-wrap {
        overflow: hidden;
    }

    .story__item-wrap {
        margin-bottom: 60px;
    }

    .story-paragraph {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .story__person-wrap {
        height: 60px;
        margin-top: 30px;
    }

    .story__person-image {
        width: 60px;
        height: 60px;
    }

    .story__tagline {
        font-size: 14px;
    }

    .story__fixed-wrap {
        height: 280px;
        margin-bottom: 40px;
    }

    .story__circle-big {
        width: 200px;
        height: 200px;
    }

    .story__circle-1 {
        width: 240px;
        height: 240px;
    }

    .section-sky {
        background-position: 50% 50%;
    }

    .sky__headline {
        font-size: 18px;
        line-height: 24px;
    }

    .projects {
        margin-top: 60px;
    }

    .projects__subhead {
        font-size: 18px;
        line-height: 26px;
    }

    .projects__grid {
        margin-top: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .projects__image {
        height: 220px;
    }

    .projects__paragraph {
        font-size: 16px;
    }

    .heading {
        font-size: 18px;
        line-height: 24px;
    }

    .partners__grid {
        margin-top: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .partners__item-wrap._2 {
        border-right-style: none;
    }

    .partners__item-wrap._3 {
        border-right-style: solid;
    }

    .partners__item-wrap._4 {
        border-right-style: none;
    }

    .partners__item-wrap._8 {
        border-right-style: none;
    }

    .partners__item-wrap._9 {
        border-right-style: solid;
    }

    .partners__item-wrap._10 {
        border-bottom: 1px solid #efefef;
        border-right-style: none;
    }

    .reviews {
        margin-top: 40px;
    }

    .reviews__review-wrap {
        height: 730px;
        padding: 15px 15px 60px;
    }

    .slide-nav-2 {
        margin-bottom: 5px;
    }

    .reviews__image-wrap {
        height: 220px;
        min-height: 220px;
    }

    .reivews__white-bg {
        padding: 15px 15px 30px;
    }

    .image {
        display: none;
    }

    .reviews__name {
        font-size: 20px;
    }

    .reviews__tagline {
        font-size: 16px;
    }

    .reviews__paragraph {
        margin-top: 29px;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    .section-vena {
        height: 820px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .form__form-wrap {
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .social-wrap {
        padding-top: 129px;
    }

    .social__backgorund {
        height: 680px;
    }

    .social__headline {
        font-size: 22px;
        line-height: 34px;
    }

    .footer-wrap {
        margin-top: 118px;
    }

    .footer__headline {
        font-size: 20px;
        line-height: 30px;
    }

    .footer__icon {
        height: 20px;
    }

    .section--hero {
        padding-right: 0;
        padding-left: 0;
    }

    .form__headline {
        font-size: 24px;
        line-height: 36px;
    }

    .stats__item-icon {
        height: 54px;
    }

    .radio-button {
        position: static;
    }

    .projects__image2 {
        height: 220px;
    }

    .projects__image3 {
        height: 220px;
    }

    .projects__image4 {
        height: 220px;
    }

    .projects__image5 {
        height: 220px;
    }

    .projects__image6 {
        height: 220px;
    }

    .story__circle-2 {
        width: 240px;
        height: 240px;
    }

    .story-paragraph-hidden {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .paragraph {
        font-size: 14px;
        line-height: 24px;
    }

    .paragraph-2 {
        font-size: 14px;
        line-height: 24px;
    }
}

@font-face {
    font-family: "Dinpro";
    src: url("../fonts/DINPro-Bold.eot") format("embedded-opentype"),
        url("../fonts/DINPro-Bold.woff") format("woff"),
        url("../fonts/DINPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Dinpro";
    src: url("../fonts/DINPro-Medium.eot") format("embedded-opentype"),
        url("../fonts/DINPro-Medium.woff") format("woff"),
        url("../fonts/DINPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Dinpro";
    src: url("../fonts/DINPro-Regular.eot") format("embedded-opentype"),
        url("../fonts/DINPro-Regular.woff") format("woff"),
        url("../fonts/DINPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
