body,html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-family: 'EB Garamond','Pangram',sans-serif;
    color: var(--black);
    background-color: #fff;
}

.no-scroll {
    overflow: hidden;
}

body {
    overflow: hidden;
}

main {
    overflow: hidden;
}

:root {
    --black: #380525;
    --yellow: #FFCA1A;
    --silver: #725E6C;
    --burgundy: #681A4F;
    --pink: #F2CAC8
}

::selection {
    background-color: #000;
    color: #fff
}

.f-phosphate {
    font-family: 'Phosphate'
}

section {
    position: relative;
    display: block;
    width: 100%
}

.donate-container {
    z-index:19;
}

.wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 81.25%;
    max-width: 1170px
}

.wrapper.w-footer {
    max-width: 970px
}

.wrapper-big {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 93.5%;
    max-width: 1440px
}

.wrapper-all {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px
}

.enter-y {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1);
    -moz-transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1);
    -ms-transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1);
    -o-transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1)
}

.enter-y-r {
    transform: translateY(-100px);
    opacity: 0;
    transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1)
}

.enter-x {
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1)
}

.enter-x-r {
    transform: translateX(100px);
    opacity: 0;
    transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1)
}

.is-inview .delay-1 {
    transition-delay: .2s!important
}

.is-inview .delay-2 {
    transition-delay: .4s!important
}

.is-inview .delay-3 {
    transition-delay: .6s!important
}

.is-inview .delay-4 {
    transition-delay: .8s!important
}

.is-inview .delay-5 {
    transition-delay: 1s!important
}

.is-inview .delay-6 {
    transition-delay: 1.2s!important
}

.is-inview .delay-7 {
    transition-delay: 1.4s!important
}

.is-inview .delay-8 {
    transition-delay: 1.6s!important
}

.is-inview .delay-9 {
    transition-delay: 1.8s!important
}

.is-inview .delay-10 {
    transition-delay: 2s!important
}

.is-inview .delay-11 {
    transition-delay: 2.2s!important
}

.is-inview .delay-12 {
    transition-delay: 2.4s!important
}

.is-inview .delay-13 {
    transition-delay: 2.6s!important
}

.is-inview .delay-14 {
    transition-delay: 2.8s!important
}

.is-inview .delay-15 {
    transition-delay: 3s!important
}

.is-inview .enter-y,.is-inview .enter-x,.is-inview .enter-y-r,.is-inview .enter-x-r {
    opacity: 1;
    transform: translate(0)
}

header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 200;
    top: 0;
    text-align: left;
    transition: all .4s
}

header.scrolled.shows {
    background: rgba(43,31,80,.8);
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
    top: 0
}

header.hide {
    top: -120px
}

header.black-color,header.back-color {
    background-color: #fff
}

header.black-color .header-links a,header.back-color .header-links a {
    color: var(--black)
}

.header-links a::after {
    height: 2px;
    background: var(--yellow)!important
}

header.black-color svg path,header.back-color svg path {
    fill: var(--black)
}

header.black-color svg path:nth-of-type(n+20),header.back-color svg path:nth-of-type(n+20) {
    fill: var(--yellow)
}

.toggle-nav {
    position: relative;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    pointer-events: auto;
    background: var(--black);
    border-radius: 50%
}

header.scrolled .toggle-nav {
    top: 0;
    transition: all .3s!important
}

.toggle-nav span {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    border-radius: 10px;
    transition: all .3s;
    background: #f5c430;
    overflow: hidden
}

.toggle-nav span:nth-child(2) {
    top: 22px
}

.toggle-nav span:nth-child(3) {
    top: 30px
}

.active.toggle-nav span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(135deg)!important;
    -moz-transform: rotate(135deg)!important;
    -o-transform: rotate(135deg)!important;
    transform: rotate(135deg)!important
}

.active.toggle-nav span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.active.toggle-nav span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-135deg)!important;
    -moz-transform: rotate(-135deg)!important;
    -o-transform: rotate(-135deg)!important;
    transform: rotate(-135deg)!important
}

.toggle-nav span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transition: all .5s;
    background: #874cda
}

.toggle-nav span:nth-child(2)::before {
    transition-delay: .07s
}

.toggle-nav span:nth-child(3)::before {
    transition-delay: .14s
}

.header-container {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.header-links {
    position: relative;
    display: flex;
    align-items: center
}

.header-links a {
    position: relative;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    color: #FFF;
    margin-left: 30px
}

a.js-site-link.is-active {
    font-weight: 900
}

.header-links a:nth-of-type(1) {
    margin-left: 0
}

a.donate {
    padding: 20px 30px;
    background: var(--yellow);
    color: var(--black);
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    border: 2px solid var(--yellow)
}

nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    top: 0vh;
    z-index: -1;
    text-align: center;
    padding-top: 88px;
    left: -100vw;
    transition: all .8s cubic-bezier(.86,0,.07,1)
}

nav a {
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px
}

.h-b-s-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    filter: grayscale(1)
}

.hide.line-fix {
    display: none
}

.line-fix {
    position: relative;
    height: 10px;
    width: 100%;
    background: var(--black);
    z-index: 10;
    margin-top: -5px;
    margin-bottom: -5px
}

section.hero {
    min-height: calc(100vh + 5px);
    overflow: hidden
}

div#hero-back-slide {
    position: absolute;
    width: 100%
}

#hero-back-slide::after {
    background: linear-gradient(161.15deg,rgba(56,5,37,.83) 1.6%,rgba(96,20,71,.71) 56.34%,#331125 100%);
    background-blend-mode: normal,color;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0
}

.hero-texture {
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: 0;
    pointer-events: none;
    left: 0;
    background-image: url(img/texture-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3
}

.our-mission .hero-texture {
    background-image: url(img/texture-mission.png)
}

.home-video .hero-texture {
    background-image: url(img/texture-video.png)
}

.hero-content {
    position: absolute;
    z-index: 1;
    bottom: 170px;
    width: 100%
}

.hero-content h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
    color: var(--yellow);
    display: inline;
    margin-right: 20px;
    position: relative
}

.hero-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #FFF;
    padding-left: 20px;
    margin-top: 30px
}

.h-c-word-effect {
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 120px;
    text-transform: uppercase;
    width: 720px;
    height: 120px;
    font-family: 'Poppins';
    overflow: hidden;
    color: #fff;
    margin-bottom: -19px
}

.h-c-word-effect span {
    position: absolute;
    bottom: 120px;
    transition: all 2s cubic-bezier(.19,1,.22,1)
}

.h-c-word-effect.s1 span:nth-of-type(1),.h-c-word-effect.s2 span:nth-of-type(2),.h-c-word-effect.s3 span:nth-of-type(3) {
    transition: 0s;
    animation: spanup;
    animation-duration: 2s;
    bottom: 0;
    animation-timing-function: cubic-bezier(.19,1,.22,1)
}

.h-c-word-effect span strong {
    color: #f2cac8
}

@keyframes spanup {
    0% {
        bottom: -120px
    }

    100% {
        bottom: 0px!important
    }
}

.our-mission {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
    transition: all 1.5s .5s
}

.our-mission .filter-img.dark {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: 2s
}

.our-mission.home-about {
    background-position: center -150px
}

.our-mission .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.o-m-container {
    position: relative;
    display: flex;
    align-items: center
}

.o-m-c-img {
    position: relative;
    width: 420px;
    transition: all 1s
}

.o-m-c-text {
    position: relative;
    width: 35%;
    margin-left: 12%;
    transition: all .5s
}

.o-m-c-text p:nth-of-type(1) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 8px
}

.o-m-c-text p:nth-of-type(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #FFF;
    margin-bottom: 24px
}

.button {
    position: relative;
    display: block;
    font-family: Poppins;
    width: fit-content;
    width: max-content;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #FFF;
    padding: 20px 30px;
    border: 2px solid #F2CAC8;
    box-sizing: border-box;
    transition: .3s .2s;
    cursor: pointer
}

.button.disabled {
    opacity: .5;
    pointer-events: none
}

.donate::before,.button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .5s cubic-bezier(1,.04,.17,.82);
    background: var(--yellow)
}

.button-wrapper.stacked {
    display:flex;
    flex-direction: column;
    gap:1rem;
    align-items: center;
    justify-content: center;
}

.o-m-c-text p {
    position: relative;
    display: block
}

.our-mission .bg-masks {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

.our-mission svg {
    display: block
}

.our-mission .bg-masks div:nth-child(1) {
    position: absolute;
    bottom: calc(100% - 1px);
    left: -100vh;
    width: 500vh;
    height: 100vh;
    background: var(--black)
}

.our-mission .bg-masks div:nth-child(2) {
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    height: 100%;
    width: 100vw;
    background: var(--black)
}

.our-mission .bg-masks div:nth-child(3) {
    position: absolute;
    top: calc(100% - 1px);
    left: -50vh;
    width: 300vh;
    height: 100vh;
    background: var(--black)
}

.our-mission .bg-masks div:nth-child(4) {
    position: absolute;
    bottom: 0;
    right: calc(100% - 1px);
    width: 50vw;
    height: 100%;
    background: var(--black)
}

.transition .o-m-c-img {
    transform: scale(60)
}

.transition .o-m-c-text {
    opacity: 0
}

.our-impact {
    padding-top: 120px
}

span.section-name {
    position: relative;
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--black);
    margin: 0 auto;
    margin-bottom: 8px;
    width: max-content
}

span.section-name::after {
    position: absolute;
    content: '';
    background: var(--yellow);
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 48%;
    z-index: -1
}

.section-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: var(--black)
}

.button.yellow {
    color: var(--black);
    border: unset;
    background: var(--yellow);
    border: 2px solid var(--yellow)
}

.our-impact .button.yellow {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 120px
}

.our-impact-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 95px;
    max-width: 1070px
}

#i-slide-2 {
    margin: 0 30px
}

#i-slide-1,#i-slide-2,#i-slide-3 {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 390px
}

#i-slide-1 {
    width: 470px;
    height: 510px
}

.small-slide span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.i-slide-pagination {
    position: absolute;
    bottom: 160px;
    right: 0
}

.tri-slide-text {
    position: absolute;
    bottom: -50px;
    left: -10%;
    width: 300px;
    background: var(--black);
    z-index: 10;
    overflow: hidden
}

.tri-slide-tex-item {
    position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    transform: translateX(100%)
}

.tri-slide-tex-item h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 56px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 15px
}

.tri-slide-tex-item span {
    color: var(--yellow)
}

.tri-slide-tex-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #fff
}

.tri-slide-tex-item p strong {
    font-weight: 600
}

span.swiper-pagination-bullet {
    position: relative;
    background: #C6B9C1;
    opacity: 1;
    margin-right: 16px
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #681A4F
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #681A4F;
    border-radius: 50%;
    top: -4px;
    left: -4px
}

.tri-slide-item {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%
}

#i-slide-1 .tri-slide-item .tri-slide-item-title {
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 9;
    color: var(--yellow)
}

.tri-slide-item-img-container {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 0;
    right: 0;
    z-index: 2
}

.tri-slide-item-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.3);
    transition: all 2s .3s
}

.tri-slide-item.active .tri-slide-item-img {
    transform: scale(1);
    transition: all 0s
}

span.tri-slide-item-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #380525;
    display: block;
    opacity: 0;
    margin-bottom: 8px
}

.active.tri-slide-item {
    z-index: 1
}

#i-slide-1 .tri-slide-item.active::after {
    background: linear-gradient(0deg,rgba(56,5,37,.8),rgba(56,5,37,.8));
    background-blend-mode: normal,saturation;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 5
}

.tri-slide-texture {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6
}

#i-slide-1 .tri-slide-item .tri-slide-item-img-container {
    filter: grayscale(1)
}

.active-old.i-s-1-item {
    right: 20%;
    transform: scale(1.2);
    z-index: 1;
    transition: all 1.4s cubic-bezier(.73,.29,0,1);
    width: 100%;
    transition-delay: .2s
}

.next-custom-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    z-index: 10;
    cursor: pointer
}

.tri-slide-dots {
    position: absolute;
    right: 0;
    bottom: 0
}

.tri-slide-dots span {
    width: 8px;
    height: 8px;
    background: #C6B9C1;
    position: relative;
    display: inline-block;
    border-radius: 100%;
    margin-right: 16px;
    transition: .5s
}

.tri-slide-dots span.active {
    background: var(--black)
}

.tri-slide-dots span.active::after {
    border: 1px solid var(--black)
}

.tri-slide-dots span::after {
    transition: .5s;
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: -4px!important;
    right: -4px
}

.home-video {
    background-color: var(--black)
}

.home-video h2 {
    color: #fff
}

.home-v-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 95px
}

.h-v-c-video {
    position: relative;
    width: 570px;
    height: 457px;
    background-position: 60% 0%;
    background-repeat: no-repeat
}

.h-v-c-text>p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #FFF;
    max-width: 470px;
    margin: 16px 0 27px
}

.h-v-c-text {
    position: relative;
    margin-left: 85px
}

.h-v-c-video .play-video {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 100px;
    padding-left: 5px;
    cursor: pointer
}

.h-v-c-video .play-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--black);
    transition: all .5s cubic-bezier(1,.04,.17,.82)
}

.h-v-c-video .play-video svg {
    position: relative
}

.h-v-c-video::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-blend-mode: normal,saturation,normal;
    opacity: .6;
    z-index: 1;
    background: linear-gradient(0deg,rgba(104,26,79,.61),rgba(104,26,79,.61)),linear-gradient(0deg,#FFFFFF,#FFFFFF),url(img/video.jpg);
    background-size: cover;
    background-position: center
}

.video-back {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    opacity: 0
}

.home-video {
    padding-top: 100px;
    padding-bottom: 190px
}

.section-info {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #380525;
    max-width: 770px;
    margin: 0 auto
}

.our-model {
    padding-top: 120px;
    padding-bottom: 27px
}

.our-model .section-info {
    margin-top: 16px
}

.our-model-slide {
    position: relative;
    margin-top: 85px;
    margin-bottom: 80px;
    width: calc(100% + 40px);
    padding-right: 10px
}

.button.black {
    color: var(--black);
    border: 2px solid #F2CAC8;
    box-sizing: border-box
}

.our-model .button {
    margin: 0 auto
}

.our-model-slide .swiper-slide>span {
    position: absolute;
    bottom: 45px;
    left: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFF;
    z-index: 2;
    transition: .3s
}

.our-model-slide .swiper-slide::before {
    background: linear-gradient(180deg,rgba(198,185,193,.42) 0%,rgba(56,5,37,.72) 100%);
    background-blend-mode: normal,saturation;
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1
}

.model-texture-hover {
    position: absolute;
    left: 0;
    width: calc(100% - 30px);
    z-index: 10;
    filter: none!important;
    transition: .3s;
    opacity: 0;
    top: -10px
}

.our-model-slide .swiper-slide::after {
    background: linear-gradient(0deg,rgba(56,5,37,.8),rgba(56,5,37,.8));
    background-blend-mode: normal,saturation;
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    transition: .3s cubic-bezier(1,.04,.17,.82);
    left: 0;
    opacity: 0;
    transition: .3s
}

.our-model-button.swiper-button-disabled {
    opacity: 0
}

.our-model-button {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    transition: .3s
}

.our-model-button.next {
    right: 10px
}

.our-model-button.prev {
    left: -40px
}

.prev.our-model-button svg path {
    transform: rotate(180deg);
    transform-origin: center
}

.our-model-slide::after {
    position: absolute;
    content: '';
    top: -10px;
    right: 100%;
    width: 100%;
    height: calc(100% + 20px);
    background: #fff;
    z-index: 1
}

.our-model-slide::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 98%;
    width: 100%;
    height: calc(100% + 20px);
    background: #fff;
    z-index: 2
}

.our-model-slide .swiper-slide img:last-of-type {
    filter: grayscale(1);
    position: relative;
    display: block
}

.our-model-slide .swiper-slide {
    padding-right: 30px
}

.model-learn-more {
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 5;
    color: var(--yellow);
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: .3s;
    opacity: 0
}

.model-learn-more svg {
    margin-left: 10px
}

.our-figth-card {
    position: relative;
    display: flex
}

.o-f-c-img {
    position: relative;
    max-width: 468px
}

.o-f-c-img svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.o-f-c-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(198,185,193,.4) 0%,rgba(56,5,37,.7) 82.29%);
    background-blend-mode: normal,saturation;
    z-index: 2
}

.o-f-c-img img {
    filter: grayscale(1);
    z-index: 1
}

.o-f-c-text {
    width: calc(100% - 468px);
    position: relative;
    background: var(--black);
    padding: 105px 130px
}

.o-f-c-text h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 16px
}

.o-f-c-text p {
    font-size: 20px;
    line-height: 31px;
    color: #fff
}

.o-f-c-t-buttons {
    position: relative;
    display: flex;
    margin-top: 50px
}

.o-f-c-t-buttons a {
    margin-right: 16px
}

.our-fight {
    padding-top: 95px;
    padding-bottom: 105px
}

.stay-connected {
    position: relative;
    background: var(--burgundy);
    padding: 55px 0 50px
}

.connected {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    align-items: center
}

.connected-buttons {
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer-links {
    position: relative;
    background: var(--black);
    padding: 75px 0
}

.f-l-container {
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer-logos {
    margin:1rem 0 0 auto;
    display:grid;
    grid-template-columns: repeat(2,75px);
    gap:1rem;
    justify-content: end;
}

.policies {
    position: relative;
    padding: 30px 0
}

.policier-container {
    position: relative;
    display: flex;
    justify-content: space-between
}

.p-c-link {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: -100px
}

.policier-container p {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--silver)
}

.c-text {
    position: relative;
    color: #fff
}

.f-l-c-links {
    position: relative;
    color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.c-text h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px
}

.c-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    max-width: 566px
}

.f-l-c-link {
    position: relative
}

.f-l-c-link p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 8px
}

.f-l-c-link a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
    width: fit-content
}

.p-c-link span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-right: 15px;
    transition: .3s
}

.f-l-c-logo {
    position: relative;
    color: #fff;
    text-align: right
}

.f-l-c-logo p {
    font-size: 16px
}

.footer-links .hero-texture {
    pointer-events: none
}

.connected-buttons .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--yellow);
    padding: 16px 20px;
    font-size: 12px
}

.connected-buttons .button span {
    min-width: 119px
}

.f-l-c-link p:nth-of-type(2) {
    margin-top: 32px
}

.f-l-c-link:nth-of-type(2) {
    margin-left: 55px;
    margin-right: 75px
}

.connected-buttons .button svg {
    margin-right: 20px;
    z-index: 5
}

.f-l-c-logo svg {
    margin-bottom: 30px
}

#hero-about {
    background-size: cover;
    background-position: center -150px;
    transition: all .7s;
    height: 900px;
    overflow: hidden
}

#hero-about.is-inview {
    transition-delay: .5s;
    height: 556px
}

#we-stand.is-inview {
    transform: translateY(0)
}

.hero-about-img {
    position: absolute;
    width: 100%;
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    transition: all 1s
}

#hero-about .hero-texture {
    height: 198px
}

.is-inview .hero-about-img {
    background-position: center -150px;
    transition-delay: .5s
}

#we-stand {
    text-align: left;
    background: #fff;
    transform: translateY(150px);
    transition: all 1s
}

.about-our-mission .section-info {
    font-size: 24px
}

.text-items p strong {
    font-weight: 600
}

.text-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 780px;
    padding: 140px 0 190px
}

.text-content.services .text-items p {
    font-size: 20px
}

.text-content .section-name,.text-content .section-title,.text-content .section-info {
    margin: unset;
    width: fit-content;
    text-align: left
}

.text-content .section-title {
    margin: 8px 0 16px
}

.pos-desc p {
    margin-bottom: 20px
}

.text-items ul li {position: relative;padding-left: 32px;margin-bottom: 20px;}

.text-items ul li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0;
    background: var(--pink);
}

.pos-desc ul {
    position: relative;
    padding: 0 32px
}

.text-items {
    position: relative;
}

.text-items p {
    position: relative;
    margin-top: 40px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 400
}

.pos-desc ul li {
    position: relative;
    margin-top: 20px
}

.pos-desc ul li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    left: -30px;
    background: var(--pink)
}

.b-f-img-container {
    position: relative;
    width: 100%;
    height: 100vh
}

.b-f-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1)
}

.b-f-img-container::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(56,5,37,1),rgba(56,5,37,1));
    background-blend-mode: normal,color;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .7;
    transition: all 1s
}

.scroll.b-f-img-container::after {
    opacity: .9
}

.about-data {
    position: relative;
    padding-top: 115px
}

.a-d-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 670px;
    width: 100%;
    min-height: 350px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    border: 2px solid #F2CAC8;
    box-sizing: border-box
}

section.back-follow {
    background: var(--black);
    padding-bottom: 190px
}

.a-d-card strong {
    color: var(--yellow);
    font-weight: 600
}

.a-d-card p {
    max-width: 307px;
    margin-left: 55px;
    font-weight: 400
}

.a-d-card-container {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 60px
}

.a-d-card-container:nth-of-type(even) {
    justify-content: flex-end
}

.b-f-img-container .hero-texture {
    z-index: 5
}

.back-follow .b-f-text {
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
    z-index: 6
}

.back-follow .b-f-text {
    height: 100vh;
    top: 0
}

.back-follow .b-f-text div {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%
}

.b-f-text-small {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 21px;
    color: var(--yellow);
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase
}

.back-follow .b-f-text h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 8px;
    width: 92%
}

.back-follow .b-f-text h2 span {
    color: var(--yellow)
}

.a-d-card.img-card {
    border: unset;
    display: block;
    max-width: 469px
}

.a-d-img-back {
    width: 469px;
    height: 509px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.a-d-card-container:nth-of-type(even) .a-d-info {
    left: unset;
    right: -10%
}

span.a-d-title {
    position: relative;
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px
}

.a-d-info {
    position: absolute;
    width: 300px;
    background: aliceblue;
    bottom: -48px;
    left: 0;
    color: var(--black);
    padding: 30px;
    left: -10%;
    z-index: 6
}

.a-d-info {
    display: flex;
    min-height: 368px;
    flex-flow: wrap;
    align-items: flex-end;
    right: 0!important;
    left: initial!important
}

.a-d-info h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 48px
}

.a-d-info h3 span {
    color: var(--yellow)
}

.a-d-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    max-width: unset;
    margin: unset
}

.a-d-info p strong {
    color: var(--black)
}

.about-data.impact .a-d-card-container {
    margin: 0 auto;
    margin-bottom: -146px;
    padding: 0 100px 60px;
    padding: 0 0 60px;
    max-width: 969px
}

.about-data.impact .a-d-card-container:last-of-type {
    margin-bottom: 0
}

.about-model {
    padding: 150px 0 170px
}

.about-model .section-info {
    font-size: 24px
}

.about-model-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 84px
}

.a-m-c-img-container {
    position: relative;
    width: 470px;
    height: 404px
}

.a-m-c-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.a-m-c-text {
    position: relative;
    color: var(--black);
    max-width: 466px;
    margin-left: 130px
}

h2.a-m-c-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px
}

p.a-m-c-info {
    margin: 16px 0 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px
}

.about-model-container.story {
    flex-flow: row-reverse
}

.about-model-container.story .a-m-c-text {
    margin: unset
}

.about-model-container.story .a-m-c-img-container {
    margin-left: 130px;
    height: 476px
}

.about-model-container.story span.section-name {
    margin: unset
}

.about-model-container .button {
    color: var(--black)
}

.back-full-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1)
}

.years svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

section.years::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(56,5,37,.7),rgba(56,5,37,.7));
    background-blend-mode: normal,color;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto
}

.back-full-text-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 6
}

.back-full-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 24px
}

.back-full-title span {
    color: var(--yellow)
}

.back-full-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #fff
}

.back-full-text strong {
    font-weight: 600
}

section.years .hero-texture {
    height: 140px
}

.count-on {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-o-links .arrow {
    min-width: 470px;
    margin-bottom: 8px;
    color: var(--black);
    justify-content: space-between;
    display: flex;
    line-height: initial
}

.count-on .text-content {
    max-width: 470px;
    margin: unset
}

.c-o-links {
    position: relative;
    margin-top: 75px;
    margin-left: 40px
}

section.count {
    padding: 170px 0
}

.c-o-links .arrow svg {
    z-index: 5
}

.min-height {
    width: 100%;
    min-height: 100vh;
    max-height: 900px
}

.h-v-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bg-img,.h-v-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(1);
    z-index: 0
}

.filter-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(161.15deg,rgba(56,5,37,.5063) 1.6%,rgba(96,20,71,.427) 56.34%,rgba(51,17,37,.61) 100%);
    background-blend-mode: normal,color;
    z-index: 2
}

.filter-img.dark::after {
    background: linear-gradient(161.15deg,rgba(56,5,37,.664) 1.6%,rgba(96,20,71,.56) 56.34%,rgba(51,17,37,.8) 100%)
}

.filter-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1
}

.f-l-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0
}

.f-l-text h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin: 42px 0 18px
}

.f-l-text>p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    margin-top: 65px
}

.q-r-text-container .special-text {
    display: flex;
    justify-content: center;
    align-items: center
}

.special-text span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    margin-right: 20px;
    width: inherit
}

.special-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.special-text span::after {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 13px;
    background: var(--yellow);
    left: 0;
    top: 4px
}

.special-text span::before {
    position: absolute;
    content: '';
    top: 2px;
    right: -10px;
    width: 2px;
    height: 17px;
    background: #000
}

.quote {
    padding-bottom: 110px
}

.quote-row {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 280px
}

.q-r-img-container {
    position: relative;
    width: 100%;
    max-width: 905px;
    height: 737px
}

.q-r-img-container .filter-img {
    width: 100%;
    height: 100%
}

.q-r-text-container {
    position: absolute;
    width: 100%;
    max-width: 905px;
    height: 735px;
    top: 138px;
    background: var(--black);
    color: #fff;
    z-index: 2;
    padding: 185px 160px
}

.q-r-text-container .q-r-text-content>p {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 48px;
    margin-top: 20px
}

.q-r-text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 550px
}

.q-r-text-container .special-text {
    width: fit-content
}

.q-r-text-container .special-text span {
    color: var(--yellow)
}

.q-r-text-container .special-text span::after {
    display: none
}

.q-r-text-container .special-text span::before {
    background: #fff
}

.q-r-text-container .special-text p {
    opacity: .7
}

.q-r-text-container .hero-texture {
    left: unset;
    right: 0;
    width: 70%
}

.quote-row:nth-of-type(odd) .q-r-text-container {
    right: 0
}

.quote-row:nth-of-type(even) {
    justify-content: flex-end
}

.quote-row:nth-of-type(even) .q-r-text-container {
    left: 0;
    background: var(--burgundy)
}

.quote-row-text {
    position: relative;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #725E6C
}

.video-hero .h-v-c-video::before {
    display: none
}

.video-hero .h-v-c-video {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin: 0 auto;
    z-index: 10
}

section.services-hero {
    overflow: hidden
}

.s-h-img-container {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 556px
}

section.services-hero .hero-texture {
    height: 198px
}

section.services .wrapper {
    max-width: 870px;
    width: 100%
}

.s-card {
    position: relative;
    border: 3px solid #F2CAC8;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 160px
}

.s-c-img-containet {
    position: relative;
    display: block;
    width: 100%;
    height: 264px
}

h3.s-c-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--black);
    margin-bottom: 16px
}

p.s-c-text,p.s-c-text-name {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: var(--black)
}

p.s-c-text-name {
    margin-top: 20px
}

.s-c-text-name p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: var(--black);
    margin-top: 20px
}

span.s-c-line {
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background: var(--pink);
    margin: 23px 0 38px
}

.s-c-contact {
    position: relative;
    display: flex;
    align-items: center
}

.s-c-contact span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-left: 20px;
    width: fit-content;
    position: relative
}

.s-c-contact span::after {
    background: var(--black)
}

.s-c-img.bg-img {
    filter: unset
}

.s-c-text-container {
    position: relative;
    padding: 50px 100px
}

#target-sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: calc(100% - 310px)
}

.sticky-container {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.services-index {
    position: absolute;
    width: 300px;
    top: 142px;
    left: 0;
    z-index: 15
}

.text-content.services>.button {
    margin-top: 32px;
    margin-bottom: 115px
}

.text-content.services span.section-name:nth-of-type(2) {
    margin-bottom: 16px
}

.text-content.services p.section-info:nth-of-type(2) {
    margin-top: 32px
}

span.s-index {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--silver);
    transition: .4s;
    cursor: pointer
}

span.s-index::before {
    position: absolute;
    content: '';
    background-image: url(img/services/arrow.svg);
    width: 11px;
    height: 17px;
    top: 3px;
    left: 0;
    opacity: 0;
    transition: .3s
}

span.s-index.active {
    padding-left: 20px;
    font-weight: 600;
    color: var(--black)
}

span.s-index.active::before {
    opacity: 1;
    transition-delay: .2s
}

span.s-index:nth-of-type(1)::before,span.s-index:nth-of-type(2)::before {
    top: 0
}

span.s-index:nth-of-type(1) {
    margin-bottom: 21px
}

span.s-index:nth-of-type(2) {
    margin-bottom: 18px
}

.s-index-container {
    position: fixed;
    width: 300px;
    top: 39vh
}

span.s-index:nth-of-type(1),span.s-index:nth-of-type(2) {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase
}

span.s-index:nth-of-type(1)::before,span.s-index:nth-of-type(2)::before {
    top: 0
}

span.s-index:nth-of-type(1) {
    margin-bottom: 21px
}

span.s-index:nth-of-type(2) {
    margin-bottom: 18px
}

section.join-us-detail {
    padding-top: 240px
}

section.join-us-hero {
    min-height: 776px;
    background: var(--black)
}

.join-us-h-content {
    position: absolute;
    top: 38%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5
}

h2.h-c-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center
}

h2.h-c-title span {
    color: var(--yellow)
}

p.h-c-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    max-width: 661px;
    margin: 0 auto;
    margin-top: 16px
}

.join-us-h-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 115px
}

.join-us-h-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 115px;
    max-width: 968px
}

.join-us-h-l-item {
    position: relative;
    width: 230px;
    height: 230px;
    cursor: pointer
}

.join-us-h-l-item>img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: .3s
}

.join-us-h-l-item>svg {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    transition: .3s;
    transition-delay: .1s
}

.join-us-h-l-item::after {
    opacity: 0;
    transition: .3s;
    z-index: 3;
    background: linear-gradient(0deg,rgba(56,5,37,.8),rgba(56,5,37,.8))!important;
    background-blend-mode: normal,saturation
}

.join-us-h-l-item::before,.join-us-h-l-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(198,185,193,.42) 0%,rgba(56,5,37,.72) 100%);
    background-blend-mode: normal,saturation;
    z-index: 1;
    transition: .3s
}

p.h-l-item-text {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    z-index: 3;
    transition: .3s
}

section.join-us-hero {
    margin-bottom: 150px
}

.j-u-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 93px 0;
    padding-right: 71px;
    margin-bottom: 205px
}

.j-u-c-img-container {
    position: relative;
    width: 470px;
    height: 320px
}

.j-u-c-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.j-u-c-text h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 21px;
    display: block;
    position: relative
}

.j-u-c-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    display: block;
    margin-bottom: 20px
}

.j-u-c-text {
    position: relative;
    max-width: 557px
}

.j-u-c-text .model-learn-more {
    opacity: 1;
    color: var(--black);
    position: relative;
    bottom: unset;
    left: unset;
    cursor: pointer;
    width: fit-content
}

.j-u-card::before {
    position: absolute;
    width: 84%;
    height: 100%;
    content: '';
    background: #C6B9C1;
    opacity: .1;
    top: 0;
    right: 0
}

.j-u-card:last-of-type {
    margin-bottom: 0
}

.back-y::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 43%;
    background: var(--yellow);
    top: 15px;
    top: 33%;
    left: 0;
    z-index: -1
}

.w-d-subtitle::after {
    top: 26%!important;
    height: 45%
}

.back-y {
    position: relative
}

.join-us-h-arrow {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    margin-top: 32px;
    cursor: pointer
}

.join-us-h-arrow svg {
    transition: .3s
}

section.join-us-cards {
    padding-top: 75px;
    padding-bottom: 240px
}

.join-us-cards .board-title h2 {
    margin-bottom: 16px
}

.j-u-c-img-container img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 405px
}

.count-on.join-us {
    flex-flow: wrap;
    width: 100%
}

.count-on.join-us .text-content {
    width: 100%;
    max-width: unset;
    padding: unset;
    text-align: center
}

.count-on.join-us .c-o-links {
    width: 100%;
    margin: 0 auto
}

.count-on.join-us .text-content span,.count-on.join-us .text-content h2,.count-on.join-us .text-content p {
    max-width: unset;
    text-align: center;
    margin: 0 auto
}

.count-on.join-us .c-o-links a {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8px
}

.count-on.join-us .text-content h2 {
    margin-top: 8px;
    margin-bottom: 16px
}

.count-on.join-us .text-content p {
    max-width: 853px;
    margin-bottom: 20px
}

img.back-svg {
    position: absolute;
    bottom: 0;
    left: 0
}

.no-positions {
    position: relative;
    display: none;
    background: #f9f8f9;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    height: 166px
}

.work-types {
    position: relative;
    width: 100%;
    padding-top: 70px
}

.no-positions p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--silver);
    text-transform: uppercase;
    letter-spacing: .2em;
    text-align: center
}

.work-types.disable>div:nth-of-type(1) {
    display: none
}

.work-types.disable>div:nth-of-type(2) {
    display: block
}

.join-us-detail>svg {
    position: absolute;
    top: 0;
    right: 0
}

button.back {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    background: unset;
    border: unset;
    color: var(--black);
    cursor: pointer
}

button.back svg {
    transition: .3s
}

button.back span {
    margin-left: 24px;
    position: relative;
    width: fit-content;
    letter-spacing: .2em
}

.work-detail-container {
    position: relative;
    padding-top: 123px
}

.w-d-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px
}

.w-d-block {
    position: relative;
    padding-top: 60px;
    max-width: 770px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px
}

.w-d-subtitle.back-y {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 8px;
    display: block;
    width: fit-content;
    letter-spacing: .2em
}

.w-d-block .text-items p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 20px
}

.w-d-contact {
    position: relative;
    margin-top: 70px
}

.w-d-contact p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 38px
}

.join-us-d-img {
    position: absolute;
    top: 113px;
    right: 0
}

section.count.team {
    background: var(--black);
    padding: 60px 0
}

.team .text-content h2,.team .text-content p {
    color: #fff
}

.team .text-content h2 span {
    color: var(--yellow)
}

.arrow.bg-b span {
    color: #fff;
    transition: .5s
}

.arrow.bg-b svg path {
    fill: var(--yellow);
    stroke: var(--yellow)
}

section.board {
    padding-top: 160px
}

.board-title {
    position: relative;
    display: block;
    text-align: center;
    color: var(--black);
    margin-bottom: 110px
}

.board-title h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px
}

.board-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px
}

.board-block {
    position: relative;
    display: block;
    margin-bottom: 56px
}

.board-block .section-name,.board-in-line .section-name {
    margin: unset;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em
}

.board-flex {
    position: relative;
    display: flex;
    border-top: 1px solid #F2CAC8;
    padding-top: 32px;
    margin-top: 10px
}

.board-in-line {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    max-width: 371px
}

.board-block .board-colum {
    position: relative;
    width: 31.71%;
    width: 100%;
    display: flex;
    flex-flow: wrap
}

.board-row {
    position: relative;
    color: var(--black);
    margin-bottom: 32px
}

.b-name,.board-row p:first-of-type {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 8px
}

.b-info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.board-colum .board-row:last-of-type {
    margin-bottom: 0
}

.board-block .board-colum .board-row {
    width: 32%
}

.board-block .board-colum .board-row:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%
}

section.our-staff {
    padding-top: 160px
}

.staff-container {
    position: relative;
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 30px);
    margin-bottom: 110px
}

.staff {
    position: relative;
    width: 170px;
    margin-right: 30px;
    margin-bottom: 70px;
    color: var(--black);
    width: calc(16.66% - 30px)
}

.staff-img-container {
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden
}

.staff-img-container::after {
    transition: .3s
}

.staff-img {
    transition: .3s
}

.staff-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 4px
}

.staff-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.door-open {
    position: relative;
    display: flex;
    background-color: var(--black);
    color: #fff;
    padding: 80px 100px;
    justify-content: space-between;
    align-items: center
}

.d-o-text {
    position: relative;
    width: 48%
}

.d-o-text h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px
}

.d-o-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px
}

.d-o-buttons {
    position: relative
}

.d-o-buttons a {
    display: inline-block;
    margin-left: 16px
}

section.patners {
    padding-top: 195px
}

.funders-text {
    position: relative;
    font-style: normal;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 155px
}

.patners .staff {
    margin-bottom: 150px
}

#patners .staff-container {
    margin-bottom: 0
}

section#founders {
    padding-top: 0
}

section.join-us-cards.press {
    padding-top: 166px
}

.press-date {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .2em;
    position: relative;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px
}

.press .j-u-c-img-container {
    width: 369px;
    height: 293px
}

.press.j-u-card::before {
    border: 2px solid #F2CAC8;
    box-sizing: border-box;
    background: unset;
    opacity: 1;
    width: 91%
}

.j-u-card.press {
    padding: 58px 0;
    justify-content: unset;
    align-items: flex-start;
    margin-bottom: 80px
}

.j-u-card.press .j-u-c-text {
    margin-left: 65px;
    max-width: 634px
}

.j-u-card.press.no-img {
    padding-left: 12.1%
}

.press .j-u-c-img-container img {
    max-width: 368px
}

a.press-contact span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    margin-left: 16px;
    display: block;
    position: relative;
    width: fit-content
}

a.press-contact {
    display: flex;
    align-items: center
}

a.press-contact:nth-of-type(1) {
    margin-bottom: 18px
}

.door-open.press {
    padding: 55px 100px
}

.press-pagination {
    position: relative;
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto;
    width: fit-content;
    margin-top: 0;
    margin-bottom: 100px
}

span.p-p-index {
    padding: 6px 15px;
    margin-right: 17px;
    cursor: pointer
}

span.active.p-p-index {
    background: var(--black);
    color: #fff
}

span.p-p-index:last-of-type {
    margin-right: 0
}

.press-pagination svg {
    margin: 0 16px;
    cursor: pointer
}

.j-u-card.press.no-img .j-u-c-text {
    max-width: 869px
}

section.join-us-hero.contact {
    margin: unset
}

.contact-info {
    position: relative;
    color: var(--black);
    background: #fff;
    padding: 20px 100px;
    margin-top: 110px
}

.c-info-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #F2CAC8
}

.c-info-row:last-of-type {
    border: unset
}

.c-info-row a.press-contact {
    margin: unset
}

.c-info-row a.press-contact span {
    color: var(--black);
    fill: var(--black)
}

.c-info-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px
}

section.send-us {
    background: var(--black);
    color: #fff;
    padding-top: 310px
}

.send-form-container {
    position: relative
}

.send-form-container>span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--yellow);
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em
}

.send-form-container>h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: block;
    text-align: center;
    margin: 8px 0
}

.send-form-container>p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    display: block;
    text-align: center
}

form.contact-form {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 52px;
    padding-bottom: 265px
}

.form-colum {
    position: relative;
    width: 40.2%
}

.form-colum label {
    position: relative;
    display: block;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #F2CAC8;
    margin-bottom: 11px
}

.form-colum input,.form-colum textarea {
    position: relative;
    display: block;
    padding: 13px 18px;
    border: 2px solid #F2CAC8;
    box-sizing: border-box;
    background: transparent;
    font-family: EB Garamond;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    width: 100%
}

.form-colum textarea {
    height: 303px;
    resize: none
}

.form-colum input:nth-of-type(1) {
    margin-bottom: 34px
}

.form-colum:last-of-type {
    margin-left: 30px
}

::placeholder {
    color: #fff
}

.form-colum button {
    position: absolute;
    right: 0;
    bottom: -110px;
    min-width: 170px
}

section.hubs {
    padding-top: 160px;
    padding-bottom: 100px
}

h2.hubs-title {
    position: relative;
    display: block;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px
}

.hubs-cards-container {
    position: relative;
    margin-top: 120px;
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 30px)
}

.h-cards {
    position: relative;
    width: fit-content;
    width: calc(33.33% - 30px);
    border: 2px solid #F2CAC8;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 66px
}

.h-c-img-container {
    position: relative;
    width: 366px;
    width: 100%;
    height: 250px
}

.h-c-img-container iframe {
    width: 100%;
    height: 100%
}

span.hubs-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--black)
}

.hubs-icon-text {
    position: relative;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    align-items: baseline;
    align-items: center
}

.hubs-icon-text:first-of-type {
    align-items: baseline
}

.hubs-icon-text svg {
    margin-right: 20px;
    min-width: 16px
}

.hubs-info {
    position: relative;
    padding: 32px 23px
}

div.hubs-icon-text:nth-of-type(1) {
    min-height: 93px;
    margin: 16px 0 12px
}

.hubs-icon-text:last-of-type {
    margin-top: 7px
}

span.hubs-line {
    position: relative;
    display: block;
    background: #F2CAC8;
    height: 1px;
    width: 100%;
    margin: 24px 0
}

button.back span::after,.s-c-contact span::after,a.press-contact .under-line::after {
    background: var(--yellow);
    height: 2px;
    bottom: -3px
}

.popup-newsletter {
    position: fixed;
    top: 0vh;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    pointer-events: none
}

.modal-content {
    position: absolute;
    max-width: 770px;
    background: #fff;
    margin: 0 auto;
    color: var(--black);
    padding: 80px 95px 90px;
    right: 0;
    left: 0;
    top: 70%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .4s;
    overflow: hidden;
    transition-delay: 0s;
    max-height: 90vh;
    overflow: auto
}

.is-inview.popup-newsletter .modal-content {
    opacity: 1;
    top: 50%;
    transition-delay: .1s
}

.modal-content h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px
}

.modal-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px
}

.modal-content small {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--silver);
    display: block
}

.modal-content .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: var(--black);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10
}

.modal-content .close svg {
    transition: .3s
}

.modal-content .close svg {
    position: absolute;
    top: 13px;
    right: 13px
}

form.form-newsletter {
    position: relative;
    display: block;
    margin: 55px 0
}

.popup-newsletter .overlay {
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    background: var(--black);
    opacity: 0;
    transition: .3s
}

form.form-newsletter .form-colum {
    width: 100%;
    margin: unset;
    display: block
}

form.form-newsletter .form-colum .f-c-row {
    position: relative;
    display: flex;
    justify-content: space-between
}

form.form-newsletter .form-colum .f-c-row .f-c-r-field {
    position: relative;
    width: 47.37%
}

.form-colum label {
    color: var(--silver);
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px
}

.form-colum input,.form-colum textarea,.contact-form .custom-select {
    border: 2px solid #C6B9C1!important;
    color: #fff
}

form.form-newsletter .form-colum input::placeholder {
    color: var(--silver)
}

form.form-newsletter button {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: 0
}

form.form-newsletter button {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: 0
}

.is-inview.popup-newsletter {
    pointer-events: all
}

.is-inview.popup-newsletter .overlay {
    opacity: .8
}

.custom-select {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    margin-bottom: 34px;
    border: 2px solid #F2CAC8;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    cursor: pointer
}

.custom-select input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none
}

span.c-s-selected {
    position: relative;
    text-overflow: ellipsis;
    width: calc(100% - 25px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 13px 18px
}

span.c-s-arrow {
    position: absolute;
    padding: 7px;
    top: 5px;
    right: 18px;
    transition: .4s
}

.c-s-values {
    position: absolute;
    background: var(--black);
    width: calc(100% + 4px);
    top: 57px;
    left: -2px;
    z-index: 10;
    border: 2px solid #F2CAC8
}

span.c-s-value {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 22px;
    transition: .2s
}

span.c-s-arrow.active {
    transform: rotate(180deg)
}

.under-line::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: .4s cubic-bezier(1,.04,.17,.82)
}

.is-active.under-line::after {
    width: calc(100% - 2px);
    opacity: 1
}

header.black-color .under-line::after,header.back-color .under-line::after {
    background: var(--black)
}

.donate::before,.button.yellow::before {
    background: #fff
}

.button svg path {
    transition: .3s .25s
}

.burgundy::before {
    background: var(--black)!important
}

.model-learn-more svg,.p-c-link svg {
    transition: .3s
}

.our-model-button svg,.next-custom-slide svg {
    transition: all .5s cubic-bezier(1,.04,.17,.82)
}

.donate span,.button span {
    position: relative;
    z-index: 5
}

.home-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
    transition: all .5s
}

.home-video-popup.active {
    opacity: 1;
    pointer-events: auto
}

.home-video-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0;
    transition: all .5s
}

.home-video-popup.active .overlay {
    opacity: .9
}

.home-video-popup .close {
    position: absolute;
    top: -60px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--burgundy);
    border-radius: 50%;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    transition: all .3s,top .5s .5s
}

.home-video-popup.active .close {
    top: 30px
}

.home-video-popup .iframe-container {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    width: 70%;
    padding-bottom: 39.51%;
    transform: translateY(-50%);
    margin: 0 auto;
    opacity: 0;
    transition: all .5s
}

.home-video-popup.active .iframe-container {
    opacity: 1;
    top: 50%
}

.home-video-popup .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mobile {
    display: none
}

h2.ctct-form-header {
    font-family: Poppins!important;
    font-style: normal!important
}

p.ctct-form-text {
    font-family: EB Garamond!important;
    margin-bottom: 55px!important
}

label#email_address_label_0,label#first_name_label_0,label#last_name_label_0 {
    font-family: Poppins!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 10px!important;
    line-height: 15px!important;
    letter-spacing: 0.2em!important;
    text-transform: uppercase!important;
    color: var(--silver)!important
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    border: 2px solid #C6B9C1!important;
    box-sizing: border-box!important;
    font-family: EB Garamond!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 20px!important;
    line-height: 31px!important
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
    font-family: EB Garamond!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: var(--silver)!important
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    font-family: Poppins!important;
    font-style: normal!important;
    font-weight: bold!important;
    font-size: 14px!important;
    line-height: 14px!important;
    text-align: center!important;
    letter-spacing: 0.2em!important;
    text-transform: uppercase!important;
    width: 270px!important;
    margin-left: auto!important;
    margin-bottom: 53px!important
}

form#ctct_form_0 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative
}

div#email_address_field_0 {
    order: 3;
    width: 100%
}

div#first_name_field_0 {
    order: 2;
    width: 47%;
    margin-right: auto!important
}

div#last_name_field_0 {
    order: 2;
    width: 47%
}

div#gdpr_text {
    order: 5
}

button.ctct-form-button {
    order: 4
}

p.ctct-form-footer {
    display: none
}

span.back-y {
    display: inline-block
}

.grecaptcha-badge {
    display: none!important
}

span#our-story-mob {
    display: none
}

.quote-name {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    align-items: center
}

.j-u-c-fix .j-u-c-img-container {
    width: 45%
}

.j-u-c-fix .j-u-c-text {
    width: 52%
}

@media screen and (min-width: 900px) {
    .donate:hover::before,.button:hover::before {
        height:100%
    }

    .model-learn-more:hover svg,.p-c-link:hover svg {
        transform: scale(1.2) translateX(5px)
    }

    .our-model-button:hover svg,.next-custom-slide:hover svg {
        transform: scale(1.1)
    }

    .under-line:hover::after {
        width: calc(100% - 2px);
        opacity: 1
    }

    .donate:hover,.button.yellow:hover {
        color: var(--black);
        border: 2px solid #F2CAC8
    }

    .toggle-nav:hover span::before {
        left: 100%
    }

    .h-v-c-video .play-video:hover::before {
        transform: scale(1.2)
    }

    .our-model-slide .swiper-slide:hover .model-texture-hover {
        opacity: 1;
        top: 0
    }

    .our-model-slide .swiper-slide:hover::after {
        opacity: 1
    }

    .our-model-slide .swiper-slide:hover>span {
        bottom: 55px
    }

    .our-model-slide .swiper-slide:hover .model-learn-more {
        opacity: 1;
        left: 30px
    }

    span.s-index:hover {
        color: var(--black)
    }

    .join-us-h-l-item:hover>img {
        opacity: 1
    }

    .join-us-h-l-item:hover::after {
        opacity: 1
    }

    .join-us-h-l-item:hover>svg {
        bottom: 17px;
        opacity: 1
    }

    .join-us-h-l-item:hover p.h-l-item-text {
        bottom: 44px
    }

    .join-us-h-arrow:hover svg {
        transform: scale(1.1)
    }

    button.back:hover svg {
        transform: translateX(-5px)
    }

    button.back:hover span::after {
        width: 100%;
        opacity: 1
    }

    .arrow.bg-b:hover span {
        color: var(--black)
    }

    .arrow.bg-b:hover svg path {
        fill: var(--black);
        stroke: var(--black)
    }

    .our-staff .staff:hover .staff-img {
        transform: scale(1.1)
    }

    .patners .staff:hover .bg-img {
        filter: grayscale(0)
    }

    .our-staff .staff:hover .bg-img {
        filter: grayscale(0)
    }

    .our-staff .staff:hover .staff-img-container::after {
        opacity: 0
    }

    a.press-contact:hover .under-line::after {
        width: 100%;
        opacity: 1
    }

    .modal-content .close:hover svg {
        transform: scale(1.2)
    }

    span.c-s-value:hover {
        background: var(--yellow);
        color: var(--black);
        padding-left: 29px
    }

    .button:hover {
        color: var(--black);
        border: 2px solid var(--yellow)
    }

    .button:hover svg path {
        fill: var(--black)
    }

    .burgundy:hover {
        background: transparent;
        color: white!important
    }

    .home-video-popup .close:hover {
        transform: rotate(90deg)
    }
}

@media screen and (max-width: 1350px) {
    .o-f-c-text {
        padding:100px 69px
    }
}

@media screen and (max-width: 1330px) {
    .logo svg:first-of-type {
        display:none
    }

    .logo svg:last-of-type {
        display: inline!important
    }

    .sticky-container {
        display: block
    }

    .services-index {
        position: fixed;
        z-index: 100;
        background: #fff;
        width: 100%;
        top: 0;
        height: 100%;
        padding: 80px 37px 0;
        right: 100%;
        left: unset;
        transition: all .8s cubic-bezier(.86,0,.07,1)
    }

    .services-index.active {
        right: 0
    }

    .services-nav {
        position: absolute;
        bottom: 0;
        right: -45px;
        display: block
    }
}

@media screen and (max-width: 1280px) {
    .staff {
        width:calc(20% - 30px)
    }
}

@media screen and (max-width: 1220px) {
    .o-f-c-t-buttons {
        display:block;
        margin-top: 24px
    }

    .o-f-c-t-buttons a {
        margin: 0 auto;
        margin-bottom: 22px;
        width: 100%;
        max-width: 313px
    }

    .o-f-c-text h2 {
        font-size: 24px;
        line-height: 32px
    }

    .q-r-text-container {
        width: 50%;
        padding: 100px;
        min-height: 735px;
        height: auto
    }

    .q-r-text-content {
        transform: unset;
        top: unset;
        position: relative
    }

    .q-r-text-container .special-text {
        display: block;
        text-align: left
    }

    .q-r-text-container .special-text span {
        text-align: left
    }

    .q-r-text-container .special-text span::before {
        display: none
    }

    .q-r-text-container .special-text p {
        max-width: 60%;
        text-align: left
    }

    .about-data.impact .a-d-card-container {
        padding: unset!important;
        margin-bottom: 120px!important
    }
}

@media screen and (max-width: 1180px) {
    .logo svg:last-of-type {
        width:175px
    }

    .header-links {
        display: none
    }

    a.js-site-link.is-active {
        font-weight: 400
    }

    a.js-site-link.is-active::after {
        z-index: -1;
        position: absolute;
        content: '';
        width: 100%;
        height: 13px;
        background: var(--yellow);
        left: 0;
        top: 4px
    }

    nav a::after {
        height: 9px!important
    }

    nav a.donate {
        width: 91.3%;
        max-width: 345px
    }

    nav.active {
        left: 0
    }

    .toggle-nav {
        display: block!important
    }

    .h-cards {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 1040px) {
    body,html {
        overflow:unset
    }

    .desktop {
        display: none!important
    }

    .hero-content h1 {
        font-size: 56px
    }

    .h-c-word-effect {
        font-size: 52px;
        height: 55px;
        margin: -30px 0 0
    }

    .hero-content {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%)
    }

    .hero-content p {
        padding-left: 0;
        margin-top: 16px
    }

    .mobile {
        display: initial
    }

    .donate.hero {
        position: absolute;
        display: block;
        bottom: 45px;
        z-index: 10;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 92%;
        max-width: 345px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        letter-spacing: .2em
    }

    .o-m-container {
        display: block;
        text-align: center
    }

    .o-m-c-img {
        margin: 0 auto;
        width: 70%
    }

    .o-m-c-text {
        margin: 0 auto;
        margin-top: -30px;
        width: 100%
    }

    .o-m-c-text p:nth-of-type(2) {
        font-size: 20px;
        margin-bottom: 75px
    }

    .o-m-c-text .button {
        margin: 0 auto
    }

    .section-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px
    }

    .home-v-container {
        display: block;
        text-align: center;
        margin-top: 24px
    }

    .h-v-c-video {
        width: 100%;
        height: 280px;
        margin: 0 auto;
        background-position: center
    }

    .h-v-c-video::before {
        right: 0;
        left: 0;
        margin: 0 auto;
        opacity: 1
    }

    section.home-video .wrapper {
        z-index: 5!important
    }

    .h-v-c-text {
        margin: 0 auto;
        width: fit-content
    }

    .h-v-c-text svg {
        display: none
    }

    .h-v-c-text>p {
        margin: 24px 0;
        font-size: 20px;
        line-height: 31px
    }

    .h-v-c-text a.button {
        margin: 0 auto
    }

    .our-figth-card {
        display: block;
        width: 100%
    }

    .o-f-c-img {
        width: 100%;
        display: block;
        max-width: unset;
        height: 205px
    }

    .o-f-c-text {
        width: 100%;
        padding: 32px 25px 38px;
        text-align: center
    }

    .connected {
        display: block;
        justify-content: unset;
        text-align: center;
        margin-bottom: 72px
    }

    .c-text p {
        margin: 0 auto;
        max-width: unset;
        margin-top: 16px;
        margin-bottom: 24px
    }

    .c-button .button {
        margin: 0 auto;
        width: 100%;
        max-width: 187px
    }

    .connected-buttons {
        display: block;
        justify-content: unset
    }

    .connected-buttons .button {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 24px;
        max-width: 187px
    }

    .f-l-container {
        flex-flow: wrap;
        flex-direction: column-reverse
    }

    .f-l-c-links {
        width: 100%
    }

    .f-l-c-logo {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: -8px
    }

    .f-l-c-logo p {
        position: relative;
        display: block;
        width: fit-content
    }

    .f-l-c-link {
        width: 100%;
        text-align: center;
        margin: 0 auto!important
    }

    .f-l-c-link a {
        margin: 0 auto;
        margin-bottom: 8px
    }

    .f-l-c-link p {
        margin-top: 40px
    }

    .policier-container {
        display: block
    }

    .policier-container p {
        text-align: center
    }

    .p-c-link {
        position: relative;
        justify-content: space-between;
        right: unset;
        top: unset;
        margin-top: 40px
    }

    .o-f-c-img svg {
        width: 143px;
        height: auto
    }

    .o-f-c-img img {
        display: none
    }

    .o-f-c-img::after {
        position: absolute;
        content: '';
        background-image: url(img/joinus.jpg);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center 30%;
        background-size: cover;
        z-index: -2;
        filter: grayscale(1)
    }

    .connected-buttons .button svg {
        position: relative;
        margin: unset;
        width: fit-content
    }

    .h-v-c-video>svg {
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 1
    }

    div#i-slide-3 {
        display: none
    }

    div#i-slide-1 {
        width: 82.61%;
        height: 368px
    }

    div#i-slide-2 {
        position: absolute;
        right: -260px
    }

    .tri-slide-tex-item {
        padding: 30px 16px
    }

    .tri-slide-tex-item p {
        font-size: 16px;
        line-height: 24px
    }

    .our-impact-slide {
        justify-content: flex-start
    }

    .tri-slide-dots {
        left: 0;
        margin: 0 auto;
        bottom: -94px;
        text-align: center
    }

    .our-impact .button.yellow {
        margin-top: 120px;
        margin-bottom: 60px
    }

    .next-custom-slide {
        display: none
    }

    .hero-content p br {
        content: ''
    }

    header svg path {
        transition: .3s
    }

    section.our-impact {
        padding-top: 60px
    }

    .our-impact-slide {
        margin-top: 24px
    }

    .home-video {
        padding-top: 60px;
        padding-bottom: 60px
    }

    section.our-model {
        padding: 60px 0 40px
    }

    section.our-fight {
        padding-top: 55px;
        padding-bottom: 60px
    }

    .o-f-c-t-buttons a:last-of-type {
        margin-bottom: 0
    }

    .stay-connected {
        padding-top: 60px
    }

    .connected-buttons>div:last-of-type .button {
        margin-bottom: 0
    }

    .footer-links {
        padding: 60px 0 85px
    }

    .policies {
        padding: 20px 0 40px
    }

    section.join-us-cards.press {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .board-title {
        margin-bottom: 60px
    }

    .j-u-card.press {
        border: 2px solid #F2CAC8;
        box-sizing: border-box;
        padding: 40px 16px!important;
        margin-bottom: 40px
    }

    .press.j-u-card::before {
        display: none
    }

    .j-u-card.press .j-u-c-text {
        margin: unset;
        max-width: unset
    }

    .j-u-c-img-container.mobile {
        display: block;
        width: 100%;
        margin-bottom: 16px;
        height: 237px
    }

    .j-u-c-img {
        background-position: center top
    }

    .j-u-c-text h3 {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px
    }

    .j-u-c-text p {
        margin-bottom: 20px
    }

    .j-u-card.press .j-u-c-text p {
        margin-bottom: 40px
    }

    .modal-content {
        max-height: 85vh;
        overflow: auto
    }

    .modal-content .close {
        position: fixed;
        top: 5vh
    }

    .door-open {
        display: block
    }

    .d-o-buttons a {
        margin-left: 0
    }

    .d-o-text {
        width: 100%;
        margin-bottom: 27px
    }

    .d-o-text p strong {
        display: block
    }

    .door-open.press {
        padding: 44px 22px;
        text-align: left
    }

    .s-h-img-container {
        max-height: 200px
    }

    .join-us-h-content {
        top: unset;
        position: relative;
        transform: translateY(50px)
    }

    section.join-us-hero {
        padding-top: 138px;
        margin-bottom: 0;
        min-height: unset
    }

    h2.h-c-title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 600
    }

    p.h-c-text {
        font-size: 20px;
        line-height: 31px
    }

    .join-us-h-link {
        display: block;
        margin-top: 32px
    }

    .join-us-h-l-item {
        display: block;
        width: 100%;
        height: 88px;
        margin-bottom: 16px
    }

    .join-us-h-l-item .h-l-item-img.bg-img {
        background-position: center 10%
    }

    .join-us-h-l-item:nth-of-type(2) .h-l-item-img.bg-img {
        background-position: center 30%
    }

    .join-us-h-l-item:nth-of-type(3) .h-l-item-img.bg-img {
        background-position: center 25%
    }

    .join-us-h-l-item:nth-of-type(4) .h-l-item-img.bg-img {
        background-position: center 15%
    }

    p.h-l-item-text {
        font-size: 20px;
        line-height: 24px;
        bottom: 11px
    }

    p.h-l-item-text br {
        content: ''
    }

    .join-us-h-arrow {
        display: none
    }

    section.join-us-cards {
        padding-top: 160px;
        padding-bottom: 0
    }

    .j-u-card::before {
        display: none
    }

    .j-u-card {
        display: block;
        padding: unset;
        margin: unset;
        margin-bottom: 120px
    }

    section.count.join-us {
        padding-top: 124px
    }

    .count-on.join-us .text-content p {
        text-align: left!important
    }

    .count-on.join-us .text-content h2 {
        text-align: left;
        margin: 8px 0 16px
    }

    .count-on.join-us .text-content span {
        text-align: left;
        margin: unset
    }

    section.join-us-detail.is-inview {
        padding-top: 154px
    }

    .count-on {
        display: block
    }

    .text-content {
        max-width: unset!important;
        padding: unset;
        margin-top: 60px!important;
        margin-bottom: 40px!important;
        text-align: center;
        display: block
    }

    .team .text-content h2 {
        text-align: center;
        width: 100%;
        font-size: 32px;
        line-height: 40px
    }

    .section-info {
        text-align: center!important
    }

    .c-o-links {
        margin: unset
    }

    .c-o-links .arrow {
        width: 100%;
        min-width: unset;
        padding: 20px 15px;
        font-size: 12px;
        line-height: 18px
    }

    section.board {
        padding-top: 60px;
        padding-bottom: 14px
    }

    .board-title h2 {
        font-size: 24px;
        line-height: 32px
    }

    .board-flex {
        display: block;
        width: 100%
    }

    .board-block .board-colum {
        width: 100%;
        margin-bottom: 32px
    }

    .board-in-line {
        display: block;
        max-width: unset;
        margin-bottom: 60px
    }

    section.our-staff {
        padding-top: 60px
    }

    .staff-container {
        justify-content: center;
        width: calc(100% + 32px);
        margin-bottom: 40px;
        margin-left: -8px
    }

    .staff {
        margin-right: 16px;
        margin-bottom: 18px;
        width: 165px
    }

    .staff-img-container {
        width: 165px;
        height: 165px
    }

    .staff-desc {
        min-height: 72px
    }

    .door-open {
        padding: 46px 16px;
        text-align: center
    }

    .d-o-buttons {
        display: block
    }

    .d-o-buttons a {
        width: 100%;
        display: block;
        margin-bottom: 16px
    }

    section.patners {
        padding-top: 120px!important;
        padding-bottom: 55px
    }

    .patners .staff {
        margin-bottom: 39px
    }

    .funders-text {
        margin-bottom: 0
    }

    a.press-contact span {
        font-size: 12px;
        margin-left: unset
    }

    a.press-contact {
        display: flex
    }

    a.press-contact svg {
        margin-right: 8px
    }

    div#Our-Model {
        text-align: left
    }

    div#Our-Model .section-info {
        text-align: left!important
    }

    .s-c-img-containet {
        height: 150px
    }

    .s-c-text-container {
        padding: 37px 23px
    }

    .s-card {
        margin-bottom: 60px
    }

    h3.s-c-title {
        font-size: 20px;
        line-height: 24px
    }

    a.s-c-contact svg {
        margin-right: 12px;
        width: 14px;
        height: 14px
    }

    .s-c-contact span {
        font-size: 12px;
        margin: unset
    }

    p.s-c-text {
        font-size: 16px;
        line-height: 24px
    }

    p.s-c-text-name {
        font-size: 16px;
        line-height: 24px
    }

    section.join-us-hero.contact {
        padding-top: 0
    }

    .contact .join-us-h-content {
        transform: unset;
        padding-top: 260px
    }

    .contact-info {
        margin-top: 40px;
        padding: 20px 25px
    }

    .c-info-row {
        display: block
    }

    .c-info-row p {
        margin-bottom: 25px
    }

    .c-info-row a.press-contact {
        margin-bottom: 16px
    }

    .contact .h-v-img {
        background-position: 40% -160px
    }

    section.send-us {
        padding-top: 65px
    }

    .send-form-container>h2 {
        font-size: 32px;
        line-height: 40px
    }

    .send-form-container>p {
        font-size: 20px;
        line-height: 31px
    }

    form.contact-form {
        display: block;
        padding-bottom: 190px
    }

    .form-colum {
        width: 100%;
        margin: unset!important
    }

    .form-colum input {
        margin-bottom: 27px
    }

    .custom-select {
        display: block
    }

    .form-colum:first-of-type {
        z-index: 10
    }

    .form-colum button {
        width: 100%
    }

    section.hubs {
        padding: 60px 0
    }

    .hubs-cards-container {
        margin-top: 45px;
        width: 100%
    }

    .h-cards {
        margin: 0 auto;
        margin-bottom: 40px
    }

    .h-cards:last-of-type {
        margin-bottom: 0
    }

    .h-c-img-container {
        width: 100%
    }

    section#hero-about {
        height: 200px!important
    }

    .hero-about-img {
        height: 200px;
        background-position: center!important
    }

    #hero-about .hero-texture {
        height: 120px
    }

    #we-stand .text-content {
        text-align: left!important
    }

    #we-stand .section-info {
        text-align: left!important;
        font-size: 20px;
        line-height: 31px
    }

    #we-stand .text-items p {
        font-size: 20px;
        line-height: 31px;
        margin-top: 32px
    }

    .b-f-img-container .hero-texture {
        height: 200px
    }

    .about-data {
        padding-top: 60px
    }

    section.back-follow {
        padding-bottom: 85px
    }

    section.about-model {
        padding: 60px 0 16px
    }

    .about-model .section-name {
        margin: 0 0 8px
    }

    .about-model .section-info {
        text-align: left!important;
        font-size: 20px;
        line-height: 31px
    }

    .about-model-container {
        display: block;
        margin-top: 25px
    }

    .a-m-c-img-container {
        width: 100%;
        margin-bottom: 20px;
        height: 300px
    }

    .a-m-c-text {
        max-width: unset;
        margin: unset
    }

    h2.a-m-c-title {
        font-size: 24px;
        line-height: 32px
    }

    .about-model-container.story .a-m-c-img-container {
        margin-left: 0;
        height: 300px
    }

    section.years {
        height: 100vh
    }

    section.years {
        height: 100vh
    }

    .years svg {
        width: 40%;
        height: auto
    }

    .back-full-text-container {
        padding: 0 16px
    }

    h2.back-full-title {
        font-size: 24px;
        line-height: 32px
    }

    h2.back-full-title br {
        content: ''
    }

    section#we-stand {
        padding-top: 0;
        padding-bottom: 60px
    }

    section.about-model.supporting {
        padding-top: 0
    }

    section.about-model.supporting .about-model-container.story {
        margin-top: 0
    }

    .our-fight .hero-texture {
        height: 200px;
        bottom: 60px
    }

    section.services-hero .hero-texture {
        height: 124px
    }

    section.our-mission {
        height: auto;
        padding: 60px 0 80px
    }

    .home-video-popup.active .close {
        top: 20px;
        right: 4%
    }

    .special-text.st-one-line {
        display: flex;
        margin: 0 auto;
        width: fit-content
    }

    .a-d-card-container::after {
        position: absolute;
        content: '';
        background-image: url(img/about/about-card-mobile.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        bottom: -110px;
        right: 0;
        left: 0;
        margin: 0 a
    }

    section.about-model.supporting span.section-name {
        margin-bottom: 24px
    }

    .a-m-c-img {
        background-position: center top
    }

    section.about-model.supporting .tri-slide-texture {
        height: 180px;
        overflow: hidden
    }

    .our-mission .hero-texture.mobile {
        z-index: 0;
        bottom: -80px
    }

    .o-m-c-buttons {
        z-index: 2;
        position: relative
    }

    h2.hubs-title {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px
    }

    .about-team {
        margin-top: 60px
    }

    .f-l-c-logo {
        text-align: center
    }

    span#our-story-mob {
        display: block
    }

    .j-u-c-fix .j-u-c-text {
        width: 100%;
        max-width: unset
    }
}

@media screen and (max-width: 900px) {
    .wrapper-big,.wrapper-all,.wrapper {
        width:92%
    }

    .our-model-slide {
        width: 119%;
        padding-right: 100px;
        margin-top: 32px;
        margin-bottom: 40px
    }

    .our-model-button svg,.next-custom-slide svg {
        width: 40px;
        height: 40px
    }

    .our-model-button {
        top: unset;
        bottom: -20px
    }

    .our-model-button.prev {
        left: -2%
    }

    .our-model-button.next {
        right: 13.7%
    }

    .our-model-button svg:last-of-type {
        display: block!important
    }

    .our-model-button svg:first-of-type {
        display: none
    }

    .our-model-slide .swiper-slide>span {
        font-size: 20px;
        max-width: 220px;
        bottom: 55px
    }

    .our-impact .button.yellow {
        margin-top: 120px;
        margin-bottom: 60px;
        width: 100%;
        font-size: 3.6vw;
        font-size: 14px;
        padding: 20px 0
    }

    .our-model-slide .swiper-slide .model-learn-more {
        opacity: 1;
        left: 30px
    }

    .tri-slide-text {
        left: 15px
    }

    section.hero {
        min-height: 95vh
    }

    .home-video-popup.active .iframe-container {
        width: 100%;
        height: 60%
    }

    .tri-slide-text {
        pointer-events: none;
        width: 78%;
        bottom: -60px
    }

    .modal-content {
        max-width: 90%;
        max-height: 85vh;
        overflow: auto
    }

    div#last_name_field_0 {
        width: 100%
    }

    div#first_name_field_0 {
        width: 100%;
        margin-right: unset!important
    }

    .filter-img.dark-m::after {
        background: linear-gradient(161.15deg,rgba(56,5,37,.664) 1.6%,rgba(96,20,71,.56) 56.34%,rgba(51,17,37,.8) 100%)
    }

    .f-l-text-container.min-height {
        min-height: unset;
        position: relative;
        width: 100%;
        display: block;
        padding-top: 60px;
        padding-bottom: 100px;
        z-index: 5
    }

    .f-l-text {
        position: relative;
        top: unset;
        transform: unset
    }

    .f-l-text h3 {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px
    }

    .f-l-text>p {
        margin-top: 21px
    }

    .quote-row {
        display: block;
        margin-bottom: 60px
    }

    .q-r-img-container {
        display: block;
        height: 512px;
        margin-bottom: -100px
    }

    .q-r-text-container {
        position: relative;
        display: block;
        top: unset;
        padding: 40px 30px;
        width: 95.7%;
        margin-left: auto;
        height: auto;
        min-height: unset
    }

    .q-r-text-container .q-r-text-content>p {
        font-size: 24px;
        line-height: 31px
    }

    .quote-row:last-of-type {
        margin-bottom: 40px
    }

    section.quote {
        padding-bottom: 10px
    }

    .s-h-img-container {
        max-height: 200px
    }

    .work-detail-container {
        padding-top: 0
    }

    h2.w-d-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
        font-weight: 600
    }

    .w-d-block {
        padding-top: 40px
    }

    .w-d-contact {
        margin-top: 40px
    }

    section.count.join-us {
        padding: 95px 0 100px
    }

    .work-types {
        padding-top: 32px
    }

    .count-on.join-us .c-o-links a {
        min-width: unset
    }

    .b-f-img {
        display: none
    }

    section.back-follow {
        background-repeat: no-repeat;
        background-size: auto 100vh;
        background-attachment: fixed;
        background-position: center;
        overflow: hidden
    }

    section#back-follow-2 {
        background-image: url(img/about/back-section-mob-2.png);
        background-image: url(img/about/impact.jpg)
    }

    .b-f-img-container::after {
        opacity: 0
    }

    section#back-follow-1:before,section#back-follow-2:before {
        position: absolute;
        content: '';
        width: 100vw;
        height: 100%;
        background: linear-gradient(0deg,rgba(56,5,37,1),rgba(56,5,37,1));
        background-blend-mode: normal,color;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: .7;
        transition: all 1s;
        z-index: 1
    }

    .q-r-text-container .special-text p {
        max-width: 100%
    }

    .services-links {
        margin: 40px 0;
        position: relative;
        display: block
    }

    .count-on .text-content {
        margin-top: 0px!important
    }

    .board-title p br {
        content: ''
    }

    .no-positions p {
        font-size: 12px;
        max-width: 60%
    }

    .press .board-title h2 {
        font-size: 32px
    }

    .header-container {
        margin: 10px 0
    }

    .back-g-follow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .back-g-img.bg-img {
        background-attachment: fixed
    }

    section.back-follow .wrapper {
        z-index: 2
    }

    .board-block .board-colum .board-row {
        width: 100%;
        margin-left: unset!important;
        margin-right: unset!important
    }
}

@media screen and (max-width: 800px) {
    .a-d-card {
        display:block;
        text-align: center;
        min-height: unset;
        padding: 45px 32px
    }

    .a-d-card p {
        margin: unset;
        max-width: unset;
        margin-top: 40px;
        margin-top: 8px
    }

    .a-d-card-container {
        padding: unset!important;
        margin-bottom: 220px!important
    }

    .a-d-card.img-card {
        max-width: unset;
        padding: unset
    }

    span.a-d-title {
        text-align: left
    }

    .a-d-img-back {
        width: 100%;
        height: 512px
    }

    .a-d-info {
        text-align: left;
        min-height: 256px
    }

    .a-d-card-container:last-of-type {
        margin-bottom: 85px!important
    }

    .a-d-card svg {
        margin-bottom: 32px
    }

    .our-mission .filter-img.dark {
        width: 80%;
        height: 73%;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 0
    }

    .our-mission .filter-img.dark .bg-img {
        background-position: 10% 100%
    }

    section#back-follow-2 .a-d-card p {
        font-size: 16px;
        line-height: 24px
    }

    .hubs-cards-container {
        display: block
    }

    .h-cards {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .modal-content {
        padding:40px
    }

    div#ctct_recaptcha_0 {
        display: none
    }
}

@media screen and (max-width: 400px) {
    .our-model-slide .swiper-slide>span {
        font-size:5vw;
        max-width: calc(100% - 70px)
    }

    .modal-content {
        padding: 5px
    }

    h2.ctct-form-header {
        width: 70%
    }

    div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
        width: 100%!important;
        max-width: unset!important;
        display: block;
        margin-bottom: 25px!important
    }

    p.ctct-form-text {
        margin-bottom: 25px!important
    }

    .modal-content .close {
        top: 50px
    }

    .our-impact .button.yellow {
        font-size: 3.6vw
    }

    .s-c-contact span {
        font-size: 2.8vw
    }
}

@media screen and (max-width: 375px) {
    a.press-contact span {
        font-size:3.1vw
    }

    header.black-color svg path,header.menu-open svg path,header.back-color svg path {
        fill: var(--yellow)
    }

    header.black-color svg path:nth-of-type(1),header.black-color svg path:nth-of-type(2),header.black-color svg path:nth-of-type(3),header.menu-open svg path:nth-of-type(1),header.menu-open svg path:nth-of-type(2),header.menu-open svg path:nth-of-type(3),header.back-color svg path:nth-of-type(1),header.back-color svg path:nth-of-type(2),header.back-color svg path:nth-of-type(3) {
        fill: var(--black)
    }

    .logo svg:last-of-type {
        display: none!important
    }

    .logo svg:nth-of-type(2) {
        display: block!important
    }
}
