/* @font-face { */
/*     font-family: 'Merriweather'; */
/*     src: url(fonts/Merriweather-Regular.ttf); */
/* } */
/* html { */
/*     scroll-behavior: smooth; */
/* } */
/* *{ */
/*     margin: 0; */
/*     font-family: 'Merriweather'; */
/* } */
/* body{ */
/*     background-color: #F3F7FC; */
/* } */
.w-100{
    width: 100%;
}
.d-none{
    display: none;
}
.main{
    /* min-height: 100vh; */
    /* max-width: 100vw; */
    /* overflow: hidden; */
    position: relative;
    background-size: contain;
    background-position-x: center;
    background-repeat: no-repeat;
}
.label{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #394A6C;
    margin-bottom: 18px;
}
input, select{
    /* width: 100%; */
    /* padding: 10px 20px; */
    /* font-weight: 400; */
    /* font-size: 13px; */
    /* line-height: 32px; */
    /* height: 51px; */
    /* color: #394A6C; */
    /* outline: none; */
    /* appearance: none; */
    /* border: 1px solid rgba(15, 30, 58, 0.2); */
    /* border-radius: 4px; */
}
textarea{
    /* width: 100%; */
    /* padding: 10px 20px; */
    /* font-weight: 400; */
    /* font-size: 13px; */
    /* line-height: 32px; */
    /* height: 236px; */
    /* color: #394A6C; */
    /* outline: none; */
    /* resize: none; */
    /* border: 1px solid rgba(15, 30, 58, 0.2); */
    /* border-radius: 4px; */
}
input::placeholder, textarea::placeholder{
    /* opacity: 1; */
    /* color: #94A2BE; */
    /* position: relative; */
    /* left: 0; */
    /* transition: all .3s ease; */
}
input:focus::placeholder, textarea:focus::placeholder{
    /* opacity: 0; */
    /* left: 5px; */
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(15, 30, 58, 0.2);
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #1BB0F4;
    position: absolute;
    top: 3.2px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:before{
    border-color: #1BB0F4 ;
}
[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.home-main {
    background-image: url("../assets/image/home-bg-1440.svg");
}
.about-main {
    background-image: url("../assets/image/about/about-bg-1440.svg");
}
.workwith-main{
    background-image: url("../assets/image/workwith/wwu-bg-1440.svg");
}
.workwith-main .img-bg-workwith{
    /* position: absolute; */
    /* z-index: -1; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* background: linear-gradient(58.62deg, #53B2B8 9.71%, #2675A2 52.57%, #0D5DBB 104.46%); */
}
.workwith-main .img-bg-workwith::after{
    /* content: ""; */
    /* position: absolute; */
    /* top: 786px; */
    /* left: 0; */
    /* background: #F3F7FC; */
    /* height: 100%; */
    /* width: 100%; */
    /* z-index: 1; */
    /* transform: skewY(-6deg); */
}
.contact-main{
    background-image: url("../assets/image/contact/contact-bg-1440.svg");
}
/* .cvb-main { */
/*     background-image: url("../assets/image/cvb-bg-1440.svg"); */
/* } */
/* .moc-main { */
/*     background-image: url("../assets/image/moc-bg-1440.svg"); */
/* } */
.crp-main {
    /* background-image: url("../assets/image/crp-bg-1440.svg"); */
}
/* .ahwaa-main{ */
/*     background-image: url("../assets/image/ahwaa-bg-1440.svg"); */
/* } */
/* .migrant-main{ */
/*     background-image: url("../assets/image/migrant-bg-1440.svg"); */
/* } */
.big-container{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    /* padding: 0; */
}
p, h1, h2, h3, h4, h5{
    margin: 0;
}
.mt-20px{
    margin-top: 20px;
}
.mt-32px{
    margin-top: 32px;
}
.mt-30px{
    margin-top: 30px;
}
.mt-40px{
    margin-top: 40px;
}
.relative{
    position: relative;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.title-primary{
    /* font-weight: 400; */
    /* font-size: 64px; */
    /* line-height: 78px; */
    /* color: #0F1E3A; */
}
.title-primary a{
    /* color: #0F1E3A; */
    /* text-decoration: none; */
}
.title-secondary {
    /* font-weight: 400; */
    /* font-size: 48px; */
    /* line-height: 78px; */
    /* color: #0F1E3A; */
}
.title-24px{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0F1E3A;
}
/* .description { */
/*     font-weight: 400; */
/*     font-size: 18px; */
/*     line-height: 32px; */
/*     color: #394A6C; */
/* } */
/* .description a{ */
/*     color: #394A6C; */
/* } */
.description.white{
    color: #fff;
}
.pointer{
    cursor: pointer;
}
.button{
    border-radius: 4px;
    padding: 20px 30px;
    /* font-weight: 700; */
    font-size: 15px;
    line-height: 19px;
}
.btn-share{
    /* padding: 17px 18px 17px 18px; */
}
.btn-share .close-sosmed{
    /* display: none; */
}
.btn-share.active{
    /* background: #0F1E3A !important; */
}
.btn-share.active img {
    /* display: none; */
}
.btn-share.active .close-sosmed{
    /* display: block; */
}
.button.primary{
    background: #1BB1F4;
    border: none;
    color: #fff;
}
.button.outline {
    background: transparent;
    border: 1px solid rgba(15, 30, 58, 0.2);
    color: #0F1E3A;
}
.btn {
    position: relative;
    top: 0;
    transition: all .3s ease;
    cursor: pointer;
}

.btn:hover {
    top: -6px;
}

.slick-dots{
    bottom:30px;
}
.slick-dots li button:before{
    font-size: 12px;
}
.slick-dots li.slick-active button:before{
    color: #FFF;
    opacity: 1;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.bg-top-1440{
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}


/* Menu */
.icon-logo{
    /* width: 45px; */
    /* position: relative; */
    /* height: 72px; */
    /* margin-right: 4px; */
}
.icon-img{
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* opacity: 0; */
    /* transition: .3s all ease; */
}
.icon-white{
    opacity: 1;
}
.logo-hover:hover .icon-blue{
    /* opacity: 1; */
}
.logo-hover:hover .icon-white {
    /* opacity: 0; */
}
.hamburger{
    /* display: none; */
}
.menu-inner{
    /* display: flex; */
    /* grid-gap: 45px; */
    /* align-items: center; */
}
/* .nav{ */
/*     display: block; */
/* } */
.menu a, span{
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 18px; */
    /* color: #394A6C; */
    /* text-decoration: none; */
    /* position: relative; */
}
.workwith-main .menu a, .workwith-main span{
    /* color: #fff; */
}
.menu .link::before, .link-dropdown span::before{
    /* content: ""; */
    /* position: absolute; */
    /* bottom: -4px; */
    /* width: 0%; */
    /* height: 1px; */
    /* background: #394A6C; */
    /* transition: all .3s ease; */
}
.workwith-main .menu .link::before{
    /* background: #fff; */
}
.menu .link:hover::before, .link-dropdown:hover span::before{
    /* width: 100%; */
}

.menu button{
    /* font-weight: 700; */
    /* font-size: 14px; */
    /* line-height: 18px; */
    /* color: #0F1E3A; */
    /* background: rgba(255, 255, 255, 0.2); */
    /* border-radius: 4px; */
    /* border: none; */
    /* padding: 10px 14px; */
}
.workwith-main .menu button{
    /* color: #fff */
}
.parent-dropdown{
    /* position: absolute; */
    /* top: 15px; */
    /* padding-top: 35px; */
    /* right: -123px; */
    /* width: 570px; */
    /* z-index: 9; */
    /* visibility: hidden; */
    /* opacity: 0; */
    /* transition: all .3s ease; */
}
.dropdown{
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
}
.link:hover .parent-dropdown{
    /* visibility: visible; */
    /* opacity: 1; */
}
.chevron{
    transform: rotate(0deg);
    transition: all .3s ease;
}
.link:hover .chevron{
    /* transform: rotate(180deg); */
}
.dropdown::before{
    content: '';
    position: absolute;
    top: -7px;
    right: 122px;
    background-color: #FFF;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}
.dropdown .top{
    padding: 25px 30px;
    grid-gap: 70px;
}
.dropdown .top h2{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #394A6C;
    margin-bottom: 10px;
}
.dropdown span{
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #0F1E3A;
    margin-left: 20px;
}
.dropdown .top .list{
    padding-top: 15px;
}
.dropdown .bottom{
    background: #F2F8FF;
    padding: 15px 30px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    grid-gap: 85px;
}
.globe-inner{
    /* top: 0; */
    /* left: 0; */
    /* padding-top: 497px; */
    /* position: absolute; */
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: center; */
}
.globe-inner::after{
    content:'';
    top: 1000px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F3F7FC;
    /* z-index: 1; */
    position: absolute  ;
    transform: skewY(-7deg);
}
.home-banner .text-title{
    /* text-align: center; */
    /* margin-top: 131px; */
}
.title-home{
/*     font-weight: 400; */
/*     font-size: 54px; */
/*     line-height: 78px; */
/*     color: #0F1E3A; */
/*     margin-bottom: 32px; */
}
.text-title button{
/*     margin-top: 20px; */
}
.home-slide{
    /* filter: drop-shadow(0px 60px 110px rgba(57, 74, 108, 0.06)); */
    /* background-color: #FFF; */
    /* border-radius: 4px; */
    /* margin-top: 404px; */
    /* padding-top: 36px; */
    /* position: relative; */
}
.multiple-items{
    /* height: 0px; */
    /* visibility: hidden; */
    /* opacity: 0; */
    /* overflow: hidden; */
    /* transition: all .3s ease; */
}
/* #coreYes{ */
/*     height: unset; */
/*     visibility: visible; */
/*     opacity: 1; */
/* } */
.slide-aset{
    /* width: 287px; */
    /* position: absolute; */
    /* bottom: -70px; */
    /* left: -100px; */
    /* z-index: -1; */

}
.text-slide p{
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 18px; */
    /* color: #394A6C; */
}
.text-slide h3{
    /* font-weight: 700; */
    /* font-size: 24px; */
    /* line-height: 30px; */
    /* color: #0F1E3A; */
    /* margin-top: 6px; */
}
.tab-slide{
    /* margin-top: 57px; */
}
.tab-slide .item{
    /* font-size: 15px; */
    /* line-height: 19px; */
    /* color: #94A2BE; */
    /* width: 172px; */
    /* border-bottom: 2px solid transparent; */
    /* padding-bottom: 14px; */
    /* text-align: center; */
    /* cursor: pointer; */
}
/* .tab-slide .item.active{ */
/*     border-bottom: 2px solid #0F1E3A; */
/*     color: #0F1E3A; */
/* } */
.slider .item{
    /* height: 449px; */
    /* position: relative; */
}
/* .slider .item .img{ */
    /* width: 120px; */
    /* margin: 34px auto 23px; */
/* } */
/* .slider .item .img img{ */
/*     width: 100%; */
/* } */
.slider .item .slider-gif{
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}
.slider .item .text, .slider .item .img{
    position: relative;
    z-index: 1;
}
.slider .item h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.slider .item p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
}
.slider .item button{
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 19px;
    color: #0F1E3A;
    margin-top: 20px;
}
/* .slider .item-1{ */
/*     background: linear-gradient(250.64deg, #1689AD 26.32%, #65B97C 95.89%); */
/* } */
/* .slider .item-2{ */
/*     background-image: linear-gradient(290deg, rgb(162, 0, 14), rgb(34, 4, 8)); */
/* } */
/* .slider .item-3{ */
/*     background-image: linear-gradient(290deg, rgb(3, 71, 189), rgb(0, 9, 15)); */
/* } */
/* .slider .item-4{ */
/*     background-image: linear-gradient(290deg, rgb(0, 98, 112), rgb(45, 0, 82), rgb(127, 5, 194)); */
/* } */
/* .slider .item-numun{ */
/*     background-image: linear-gradient(225deg, rgba(247, 94, 52, 0.641) 25.52%, rgba(0, 133, 200, 0.936)); */
/* } */
/* .slider .item-5{ */
/*     background-image: linear-gradient(110deg, rgb(0, 59, 105), rgb(116, 0, 136)); */
/* } */
/* .slider .item-6{ */
/*     background-image: linear-gradient(290deg, rgb(0, 113, 66), rgb(0, 90, 115)); */
/* } */

/* .prev{ */
/*  position: absolute; */
/*  bottom: 200px; */
/*  left: 20px; */
/*  cursor: pointer; */
/*  transition: all .2s ease; */
/* } */
/* .prev:hover{ */
/*     left: 14px; */
/* } */
/* .next{ */
/*     position: absolute; */
/*     bottom: 200px; */
/*     right: 20px; */
/*     cursor: pointer; */
/*     transition: all .2s ease; */
/* } */
/* .next:hover { */
/*     right: 14px; */
/* } */

/*Work With Us*/
.work-with-us{
    /* margin-top: 50px; */
}
.work-with-us .description{
    /* max-width: 1053px; */
    /* margin: 20px auto 0; */
}
.work-with-us .colom-button{
    /* margin-top: 20px; */
    /* grid-gap: 15px; */
}

/*Home Gallery*/
.wwt{
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 100px; */
    /* width: 561px; */
    /* z-index: -1; */
}
.home-gallery{
    /* margin-top: 100px; */
    /* grid-gap: 45px; */
}
.home-gallery .item img{
    /* width: 634px; */
    /* filter: drop-shadow(0px 60px 110px rgba(57, 74, 108, 0.26)); */
    /* border-radius: 4px; */
}
.home-gallery .r-six{
    /* position: relative; */
    /* top: 60px; */
    /* z-index: 1; */
}

/*Footer*/
footer{
    /* position: relative; */
    /* z-index: 1; */
    /* background-image:url("../assets/image/footer-1440.svg"); */
    /* padding-top: 150px; */
    /* background-size: cover; */
    /* object-fit: cover; */
    /* background-repeat: no-repeat; */
    /* position: relative; */
}
footer::before{
    /* content: ''; */
    /* position: absolute; */
    /* left: 0; */
    /* background: #0F1E3A; */
    /* top: 80%; */
    /* width: 100%; */
    /* height: 200%; */
}
.footer-home{
    /* margin-top: -100px; */
    /* z-index: 9; */
}
footer .big-container{
    padding-bottom: 140px;
}
footer .menu-footer{
    margin-left: 74px;
}
footer .menu-footer .item{
    margin-top: 20px;
}
footer .menu-footer .item h2{
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #94A2BE;
    text-transform: uppercase;
    white-space: pre;
}
footer .menu-footer .item a {
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
}
.mob-2{
    position: relative;
    left: 60px;
}
.support-footer{
    margin-left: 0;
    margin-top: 20px;
    width: 474px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.support-footer .text{
    /* padding: 20px; */
}
.support-footer .text h2{
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.support-footer .text p{
    /* font-weight: 400; */
    font-size: 13px;
    line-height: 26px;
    color: #94A2BE;
    /* margin-top: 20px; */
}
.support-footer .btn{
    /* margin-top: 20px; */
    /* padding: 14px 20px; */
    /* background: rgba(255, 255, 255, 0.2); */
    /* border: none; */
    /* font-weight: 700; */
    /* font-size: 15px; */
    /* line-height: 19px; */
    /* color: #FFFFFF; */
}
.news-footer{
    margin-left: 20px;
    width: 328px;
}

.news-footer .form{
    /* margin-top: 33px; */
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.news-footer input{
    /* width: 100%; */
    /* height: auto; */
    /* background: transparent; */
    /* font-weight: 400; */
    /* font-size: 12px; */
    /* line-height: 32px; */
    /* color: #94A2BE; */
    /* padding: 0; */
    /* border: none; */
    /* outline: none; */
}
.news-footer input::placeholder{
    /* opacity: 1; */
    /* color: #94A2BE; */
    /* position: relative; */
    /* left: 0; */
    /* transition: all .3s ease; */
}
.news-footer input:focus::placeholder{
    /* opacity: 0; */
    /* left: 5px; */
}
.illus-1{
    /* position: absolute; */
    /* bottom: -60px; */
    /* left: -85px; */
    /* z-index: -1; */
    /* width: calc(100% + 150px); */
}
.illus-2 {
    position: absolute;
    bottom: -10px;
    right: 0;
}

/*About Us*/
.about-banner .text-title{
    /* margin: 126px auto 0; */
    /* text-align: center; */
    /* max-width: 658px; */
}
.img-bg-about{
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* object-fit: cover; */
    /* z-index: -1; */
    /* background: linear-gradient(58.62deg, #E2FDFF 9.71%, #D7E9EA 52.57%, #B5D7FF 104.46%); */
}
.img-bg-about::after{
    /* content: ""; */
    /* position: absolute; */
    /* top: 550px; */
    /* left: 0; */
    /* background: #F3F7FC; */
    /* height: 100%; */
    /* width: 100%; */
    /* z-index: 1; */
    /* transform: skewY(-4deg); */
}
.about-banner .text-title .description{
    /* margin-top: 32px; */
}
.about-photo{
    /* margin-top: 103px; */
}
.about-photo .image{
    /* margin-left: -135px; */
}
.about-photo .image img{
    /* width: 624px; */
}
.about-photo .description{
    /* margin-left: 56px; */
    /* max-width: 581px; */
    /* padding-top: 252px; */
}
.about-after{
    /* margin-top: -165px; */
    /* position: relative; */
    /* z-index: 1; */
}
.about-after .box{
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* padding: 91px 69px 54px; */
    /* position: relative; */
}
.about-after .box .icon{
    /* position: absolute; */
    /* top: -40px; */
    /* left: 0; */
    /* width: 100%; */
}
.about-after .box .icon img{
    /* box-shadow: 0px 20px 50px rgba(57, 74, 108, 0.15); */
    /* border-radius: 50%; */
    /* position: relative; */
}
.about-after .box .icon .blue{
    /* content: ""; */
    /* position: absolute; */
    /* left: -22px; */
    /* top: -22px; */
    /* background: linear-gradient(225deg, #ADEAFF 0%, rgba(173, 234, 255, 0) 100%); */
    /* opacity: 0.4; */
    /* width: 123px; */
    /* height: 123px; */
    /* border-radius: 50%; */
}
.about-after .box .title-secondary{
    /* font-size: 36px; */
    /* line-height: 52px; */
}
.about-slider{
    margin-top: 60px;
}
.about-slider .prev{
    left: -80px;
}
.about-slider .prev:hover{
    left: -86px;
}
.about-slider .next{
    right: -80px;
}
.about-slider .aset{
    position: absolute;
    right: 0;
    bottom: -50px;
}
.about-slider .next:hover {
    right: -86px;
}
.about-slider .slider{
    margin-top: 80px;
    grid-gap: 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
}
.about-slider .slider .slick-track{
    display: flex;
    grid-gap: 30px;
}
.about-slider .slider .item{
    background: #FFFFFF;
    border-radius: 4px;
    /*box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06);*/
    /*padding: 60px 40px;*/
    height: 460px;
}
.about-slider .slider .item p{
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #394A6C;
    margin-top: 24px;
}
.about-slider .slider .item .year{
    margin-top: 35px;
    font-weight: 700;
}
.about-slider .slider .item .img{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #94A2BE;
    border-radius: 50%;
    margin: 60px auto 0;
}
.about-slider .slider .item .text{
    padding: 0 40px 20px;
}
.about-keep{
    /* margin-top: 217px; */
    /* padding-bottom: 143px; */
}
.about-keep .description{
    /* margin: 20px auto 0; */
    /* max-width: 910px; */
}
.about-keep .colom-button{
    /* grid-gap: 20px; */
    /* margin-top: 30px; */
}
.illus-about{
    /* position: absolute; */
    /* left: 0; */
    /* bottom: -110px; */
    /* z-index: -1; */
}

/*Work With Us*/
.workwith-banner .text-title{
    /* margin-top: 131px; */
}
.workwith-banner .text-title h1, .workwith-banner .text-title p{
    /* color: #fff; */
    /* width: 100%; */
}
.workwith-banner .text-title h1{
    /* margin-bottom: 20px; */
}
.workwith-banner .wwt-column{
    /* grid-gap: 31px; */
}
.wwt-after{
    /* margin-top: 147px; */
}
.wwt-after .box .title-secondary{
    /* font-size: 28px; */
    /* line-height: 52px; */
}
.wwt-whatwecan{
    margin-top: 100px;
}
.wwt-whatwecan .accordion{
    /* margin-top: 17px; */
}
.wwt-whatwecan .accordion-item{
    /* margin: 20px 0 0; */
    /* border-radius: 4px; */
    /* border: 1px solid #1BB0F4; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
}
.wwt-whatwecan .accordion-item.collapsed{
    /* border: none; */
    /* background: rgba(255, 255, 255, 0.5); */
}
.wwt-whatwecan .accordion-item.collapsed .accordion-button::after{
    /* transform: rotate(180deg); */
}
.wwt-whatwecan .accordion-item .accordion-button::after{
    /* transform: rotate(0deg); */
}
.wwt-expertise{
    /* margin-top: 100px; */
}
.accordion-button:not(.collapsed){
    /* box-shadow: none; */
    /* color: #0F1E3A; */
    /* background-color: unset; */
}
.accordion-button::after{
    /* background-image: url("../assets/image/accordion-aow.svg"); */
    /* background-size: 15px; */
    /* width: 15px; */
    /* height: 15px; */
}
.accordion-button:not(.collapsed)::after{
    /* background-image: url("../assets/image/accordion-aow.svg"); */
}
.accordion-button{
    /* font-weight: 400; */
    /* font-size: 20px; */
    /* line-height: 25px; */
    /* color: #0F1E3A; */
    /* padding: 18px 20px; */
}
.accordion-body{
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 32px; */
    /* color: #394A6C; */
    /* padding: 0 20px 18px; */
}
.wwt-grid{
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    /* grid-gap: 30px; */
    /* margin-top: 40px; */
}
.wwt-grid .item{
    /* width: 100%; */
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
}
.wwt-grid .item .inner-item{
    /* padding: 17px 23px 20px; */
}
.wwt-grid .item .logo{
    /* width: 100%; */
    /* height: 88px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.wwt-grid .item .logo img{
    /* max-width: 100%; */
}
.wwt-grid .item .description{
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 22px; */
    /* text-align: center; */
    /* margin-top: 12px; */
}
.wws-contact{
    /* margin-top: 120px; */
}
.wws-contact .box{
    /* padding: 36px 140px; */
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
}
.wws-contact form{
    /* margin-top: 71px; */
}
.wws-contact .column{
    /* grid-gap: 50px; */
}
.wws-contact .name_email{
    /* margin-top: 30px; */
}
.wws-contact .name_email .email{
    /* margin-top: 15px ; */
}
.wws-button{
    /* margin-top: 20px; */
}
.wws-illustrasi{
    /* margin-top: -165px; */
    /* bottom: -140px; */
    /* z-index: 9; */
}
.contact-banner .text-title{
    /* margin: 44px auto 0; */
    /* max-width: 1049px; */
    /* text-align: center; */
}
.contact-banner .text-title .description{
    /* margin-top: 20px; */
}
.contact-form .box{
    /* padding: 50px; */
}
.footer-contact{
    /* margin-top: 80px; */
}
.img-bg-history {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(72.11deg, #FFCA7C 2.14%, #8DFFE7 72.3%);
}
.img-bg-history::after {
    content: "";
    position: absolute;
    top: 551px;
    left: 0;
    background: #F3F7FC;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: skewY(-5deg);
}
.crowd-banner .text-title{
    /* margin-top: 87px; */
    /* max-width: 570px; */
}
.crowd-banner .text-title .little-title{
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 32px; */
    /* color: #0F1E3A; */
    /* margin-bottom: 20px; */
}
.crowd-banner .text-title .description{
    /* margin-top: 20px; */
}
.crowd-banner .mouse{
    /* width: 48px; */
    /* margin-top: 40px; */
}
.cvb-desc{
    margin-top: 90px;
    max-width: 570px;
    margin-left: auto;
}
.cvb-desc p{
    margin-top: 20px;
}
.cvb-video{
    /* margin-top: 60px; */
}
.cvb-video video{
    /* filter: drop-shadow(0px 80px 120px rgba(57, 74, 108, 0.2)); */
    /* border-radius: 10px; */
}
.cvb-video .absolute{
    position: absolute;
    left: -50px;
    top: -130px;
    z-index: -1;
}
.cvb-video .description{
    max-width: 910px;
    margin: 70px auto 0;
}
.cvb-grid{
    /* margin-top: 82px; */
}
.cvb-grid .grid{
    /* margin-top: 101px; */
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-gap: 30px; */
}
.cvb-grid .icon img{
    /* width: 130px; */
    /* filter: drop-shadow(0px 40px 60px rgba(57, 74, 108, 0.1)); */
}
.cvb-grid .title{
    /* font-weight: 700; */
    /* font-size: 20px; */
    /* line-height: 25px; */
    /* text-align: center; */
    /* color: #0F1E3A; */
    /* margin: 40px 0 30px; */
}
.cvb-grid .description, .cvb-grid .description a{
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 19px; */
    /* text-align: center; */
    /* color: #394A6C; */
    /* text-align: center; */
}
.cvb-grid .image{
    /* margin-top: 36px; */
    /* width: 100%; */
}
.donation-form{
    /* margin-top: 50px; */
}
.donation-form .box{
    /* background-color: #FFFFFF; */
    /* filter: drop-shadow(0px 60px 110px rgba(57, 74, 108, 0.06)); */
    /* border-radius: 4px; */
    /* overflow: hidden; */
}
.donation-form .box .left{
    /* background-color: #FBFDFD; */
    /* padding: 40px 48px 28px 40px; */
    /* max-width: calc(100% - 800px); */
}
.donation-form .box .left .description{
    /* margin-top: 26px; */
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 28px; */
}
.donation-form .box .right{
    /* padding: 40px 45px 36px 40px; */
}
.donation-form .box .right .description{
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 20px; */
    /* color: #0F1E3A; */
}
.money-button{
    margin-top: 18px;
    grid-gap: 10px;
}
.money-button .button{
    padding: 0px;
    min-width: 59px;
    height: 51px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 4px;
    box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06);
    font-size: 13px;
    transition: all .1s ease;
}
.money-button .button:focus{
    border-color: #1BB0F4;
}
.money-button input{
    /* height: 51px; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* width: 100px; */
    /* font-size: 13px; */
}
.payment-method{
    /* margin-top: 39px; */
}
.payment-method .tab{
    /* margin-top: 24px; */
    /* padding-bottom: 17px; */
    /* border-bottom: 1px solid rgba(57, 74, 108, 0.2); */
    /* grid-gap: 33px; */
}
.payment-method .tab .item{
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 18px; */
    /* color: #394A6C; */
    /* opacity: 0.4; */
    /* position: relative; */
}
.payment-method .tab .item.active {
    /* font-weight: 700; */
    /* color: #0F1E3A; */
    /* opacity: 1; */
}
.payment-method .tab .item.active::before{
    /* content: ''; */
    /* width: 100%; */
    /* height: 2px; */
    /* background: #0F1E3A; */
    /* bottom: -18.5px; */
    /* left: 0; */
    /* border-radius: 4px; */
    /* position: absolute; */
}
.payment-method form{
    /* width: calc(100% - 20px); */
}
.payment-method form .grid{
    /* margin-top: 15px; */
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-gap: 13px 15px; */
}
.payment-method form .grid .column{
    /* grid-gap: 15px; */
}
.payment-method form .checkbox{
    /* grid-gap: 33px; */
}
.payment-method form .checkbox label{
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 18px; */
    /* color: #0F1E3A; */
    /* padding-left: 30px; */
    /* padding-top: 2.5px; */
}
.payment-method form .form-bottom{
    /* margin-top: 30px; */
}
/* .explore-component{ */
/*     margin-top: 150px; */
/* } */
/* .explore-component .item{ */
/*     width: 270px; */
/*     height: 330px; */
/*     border-radius: 4px; */
/*     position: relative; */
/*     overflow: hidden; */
/*     background: linear-gradient(216.21deg, #D069FC 21.13%, #FF879B 88.24%); */
/* } */
/* .explore-component .item-2{ */
/*     background: linear-gradient(211.13deg, #47B2D5 3.27%, #65B97C 97.98%); */
/* } */
/* .explore-component .item-3 { */
/*     background: linear-gradient(225deg, #E672E1 0%, #FFB388 100%); */
/* } */
/* .explore-component .item-4 { */
/*     background: linear-gradient(327.62deg, #F1A73A 15.31%, #70EAD0 85.67%); */
/* } */
/* .explore-component .item-5 { */
/*     background: linear-gradient(216.21deg, #C99BF8 21.13%, #E98989 88.24%); */
/* } */
/* .explore-component .item-6 { */
/*     background: linear-gradient(216.21deg, #8186FF 21.13%, #77C6CB 88.24%); */
/* } */
/* .explore-component .item img{ */
/*     width: 125px; */
/*     height: 125px; */
/*     margin: 55px auto 50px; */
/*     position: relative; */
/*     z-index: 1; */
/* } */
/* .explore-component .item p{ */
/*     font-weight: 700; */
/*     font-size: 20px; */
/*     line-height: 25px; */
/*     color: #FFFFFF; */
/*     position: relative; */
/*     z-index: 1; */
/* } */
/* .explore-component a{ */
/*     text-decoration: none; */
/* } */
/* .explore-component .exc-column{ */
/*     grid-gap: 30px; */
/*     margin-top: 40px; */
/* } */
/* .explore-component .item .absolute { */
/*     position: absolute; */
/*     top: 0; */
/*     left: 0; */
/*     width: 100%; */
/*     margin: 0; */
/*     z-index: unset; */
/*     height: 100%; */
/*     transition: all .3s ease; */
/* } */
/* .explore-component a:hover .absolute{ */
/*     width: calc(100% + 20px); */
/*     height: calc(100% + 20px); */
/*     left: -10px; */
/*     top: -10px; */
/* } */
.img-bg-moc{
    background: linear-gradient(247.96deg, #DFBFFF 35.59%, #FFB6B6 98.71%);
}
.moc-banner .text-title{
    width: 100%;
    max-width: 100%;
}
.moc-desc {
    max-width: 910px;
    margin: 184px auto 0;
}
.moc-desc .description{
    margin-top: 20px;
}
.moc-video{
    margin-top: 131px;
}
.moc-video video{
    filter: drop-shadow(0px 80px 120px rgba(57, 74, 108, 0.2));
    border-radius: 10px;
}
.moc-video .absolute{
    position: absolute;
    z-index: -1;
    bottom: -130px;
    left: -150px;
}
.moc-column{
    /* grid-gap: 30px; */
    /* margin-top: 148px; */
}
.moc-column .description{
    /* margin-top: 20px; */
}
.moc-image{
    /* margin-top: 100px; */
}
.moc-image .absolute{
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    /* padding: 58px; */
}
.moc-image .title-secondary{
    /* color: #fff; */
}
.moc-image .title-24px{
    /* color: rgba(255, 255, 255, 0.8); */
}
.moc-image .line{
    /* width: 463px; */
    /* height: 1px; */
    /* background: rgba(255, 255, 255, 0.3); */
    /* margin-left: 30px; */
}
.moc-image .play{
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5); */
}
.crp-column .text {
    /* max-width: 570px; */
    /* width: 100%; */
}
.crp-column .text .description {
    /* margin-top: 20px; */
}
.crp-column .image {
    /* max-width: 570px; */
    /* width: 100%; */
    /* position: relative; */
}
.crp-column .image img{
    /* width: 805px; */
    /* filter: drop-shadow(0px 55.057px 82.5855px rgba(57, 74, 108, 0.2)); */
    /* border-radius: 6.88213px; */
}
.crp-column-1{
    /* margin-top: 96px; */
}
.crp-column-1 .image{
    /* left: 110px; */
}
.crp-column-2 {
    /* margin-top: 184px; */
}
.crp-column-2 .image {
    /* right: 330px; */
}
.column-yt{
    grid-gap: 24px;
    margin-top: 23px;
}
.column-yt .item {
    width: 174px;
    height: 109px;
    border-radius: 4px;
    filter: drop-shadow(0px 60px 110px rgba(57, 74, 108, 0.06));
    cursor: pointer;
}
.column-yt .item .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}
.crp-column-3 {
    /* margin-top: 237px; */
}
.crp-column-3 .image {
    /* left: 110px; */
}
.crp-column-4 {
    /* margin-top: 228px; */
}
.crp-column-4 .image {
    right: 330px;
}
.ahwaa-uniq{
    margin-top: 203px;
}
.ahwaa-uniq .text{
    max-width: 570px;
}
.ahwaa-image{
    /* margin-top: 74px; */
}
.ahwaa-image .aset{
    /* position: absolute; */
    /* bottom: -100px; */
    /* left: -200px; */
}
.ahwaa-image img{
    /* max-width: 867px; */
}
.ahwaa-image .column{
    /* margin-top: 127px; */
}
.ahwaa-uniq .text .title-24px{
    color: #394A6C;
}
.ahwaa-image .column .paragraph{
    /* max-width: 500px; */
    /* color: #394A6C; */
}
.ahwaa-purpose{
    /* margin-top: 34px; */
    /* padding-top: 173px; */
    /* padding-bottom: 150px; */
}
.ahwaa-purpose::before{
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 63px; */
    /* background: #fff; */
    /* transform: skewY(-5deg); */
    /* z-index: -1; */
}
.ahwaa-purpose .left{
    /* max-width: 500px; */
}
.ahwaa-purpose .right {
    /* max-width: 603px; */
}
.ahwaa-gs{
    /* padding-top: 272px; */
    /* padding-bottom: 310px; */
}
.ahwaa-gs::before{
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 63px; */
    /* transform: skewY(-5deg); */
    /* z-index: -1; */
    /* background: linear-gradient(198.88deg, #DFD1FD 19.35%, #D0E8F5 87.26%); */
}
.ahwaa-gs .text{
    /* max-width: 570px; */
}
.ahwaa-number{
    /* margin-top: -115px; */
}
.ahwaa-number .aset{
    /* position: absolute; */
    /* top: 30px; */
    /* left: -30px; */
}
.ahwaa-number .box{
    /* background: #FFFFFF; */
    /* box-shadow: 0px 55px 80px rgba(57, 74, 108, 0.2); */
    /* border-radius: 6.88px; */
    /* padding: 52px 115px 69px; */
    /* width: 720px; */
    /* margin: 0 auto; */
}
.ahwaa-number .box h1{
    /* font-size: 96px; */
    /* line-height: 113px; */
    /* margin-top: 27px; */
    /* margin-bottom: 41px; */
    /* background: linear-gradient(92.93deg, #7000FF 0%, #FF46C0 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.ahwaa-after .box{
    /* background-image: url('../assets/image/ahwaa-slider.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* padding-top: 45px; */
    /* padding-bottom: 66px; */
}
.ahwaa-after .box .icon .blue{
    /* background: linear-gradient(225deg, #E39FFF 0%, rgba(255, 184, 196, 0) 100%); */
}
.ahwaa-slider .text {
    /* max-width: 952px; */
    /* margin: 0 auto; */
}
.ahwaa-slider .slick-dots{
    /* bottom: -40px; */
}
.ahwaa-slider h2{
    /* font-weight: 400; */
    /* font-size: 36px; */
    /* line-height: 78px; */
    /* color: #ffffff; */
}
.ahwaa-slider .description{
    /* font-weight: 700; */
    /* font-size: 20px; */
    /* line-height: 34px; */
    /* text-align: center; */
    /* color: #FFFFFF; */
}
.ahwaa-slider .description-two{
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 30px; */
    /* color: #FFFFFF; */
}
.ahwaa-help{
    /* margin-top: 80px; */
}
.ahwaa-help .description{
    /* max-width: 910px; */
    /* margin: 20px auto 0; */
}
.ahwaa-help .item p{
    /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 32px; */
    /* color: #394A6C; */
    /* text-align: center; */
}
.gap-20px{
    grid-gap: 20px;
}
.sosmed-button .btn-sosmed{
    /* position: absolute; */
}
.sosmed-button .btn-1{
    /* top: -80px; */
    /* left: 0; */
}
.sosmed-button .btn-2{
    /* top: -40px; */
    /* left: 80px; */
}
.sosmed-button .btn-3{
    /* top: 40px; */
    /* left: 80px; */
}
.sosmed-button .btn-4{
    /* top: 80px; */
    /* left: 0; */
}
.sosmed-button .btn-5{
    /* top: -40px; */
    /* left: -80px; */
}
.sosmed-button .btn-6{
    /* top: 40px; */
    /* left: -80px; */
}
/* .explore-component-ahwaa{ */
/*     margin-top: 76px; */
/* } */
.migrant-banner .text-title h2{
    white-space: pre;
}
.migrant-column{
    /* margin-top: 158px; */
}
.migrant-column .column{
    /* grid-gap: 30px; */
}
.migrant-vision{
    /* margin-top: 80px; */
}
.migrant-vision .title-24px{
    /* text-align: center; */
    /* max-width: 910px; */
    /* margin: 0 auto; */
}
.migrant-vision .column{
    /* grid-gap: 30px; */
    /* margin-top: 100px; */
}
.migrant-vision .column .item{
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* text-align: center; */
    /* padding: 70px 20px 25px; */
    /* position: relative; */
}
.migrant-vision .column .item p{
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 30px; */
    /* color: #0F1E3A; */
}
.migrant-vision .column .item .icon{
    /* position: absolute; */
    /* top: -40px; */
    /* left: 0; */
    /* width: 100%; */
}
.migrant-vision .column .item .icon .blue{
    /* content: ""; */
    /* position: absolute; */
    /* left: -22px; */
    /* top: -22px; */
    /* background: linear-gradient(225deg, #ADEAFF 0%, rgba(173, 234, 255, 0) 100%); */
    /* opacity: 0.4; */
    /* width: 123px; */
    /* height: 123px; */
    /* border-radius: 50%; */
}
.migrant-vision .column .item .icon img{
    /* box-shadow: 0px 20px 50px rgb(57 74 108 / 15%); */
    /* border-radius: 50%; */
    /* position: relative; */
}
.migrant-platform{
    /* margin-top: 120px; */
}
.migrant-platform .title-24px{
    /* text-align: center; */
    /* max-width: 910px; */
    /* margin: 0 auto; */
}
.migrant-platform .tab{
    /* margin-top: 80px; */
}
.migrant-platform .tab .title-24px{
    /* height: 110px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* position: relative; */
    /* color: #94A2BE; */
    /* font-weight: 400; */
    /* cursor: pointer; */
}
.migrant-platform .tab .title-24px:hover {
    /* background-color: rgba(175, 175, 175, 0.1); */
}
.migrant-platform .tab .title-24px.active{
    /* color: #0F1E3A; */
    /* font-weight: 700; */
    /* border-bottom: 4px solid #0F1E3A; */
}
.migrant-platform .image{
    /* margin-top: 30px; */
}
.migrant-platform .image img{
    /* border-radius: 10px; */
    /* filter: drop-shadow(0px 80px 120px rgba(57, 74, 108, 0.2)); */
    /* width: 100%; */
}
.migrant-priority{
    /* margin-top: 120px; */
}
.migrant-priority .title-secondary{
    /* max-width: 910px; */
    /* margin: 0 auto; */
    /* text-align: center; */
}
.migrant-priority .column .item{
    /* min-height: 412px; */
}
.migrant-priority .column .item:before{
    /* content: ''; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 4px; */
    /* background: linear-gradient(250.64deg, #5BD0F5 26.32%, #C6F7D4 95.89%); */
    /* border-radius: 4px; */
}
.migrant-priority .column .item h3 {
    /* font-weight: 400; */
    /* font-size: 20px; */
    /* line-height: 30px; */
    /* color: #0F1E3A; */
    /* margin-bottom: 15px; */
}
.migrant-priority .column .item p{
    /* font-size: 12px; */
    /* line-height: 26px; */
    /* color: #394A6C; */
}
.migrant-after .box{
    /* background-image: url('../assets/image/impact-slider.png'); */
}
.migrant-after .box .icon .blue{
    /* background: linear-gradient(225deg, #ADEAFF 0%, rgba(173, 234, 255, 0) 100%); */
}
.img-bg-ahwaa{
    /* background: linear-gradient(216.21deg, #E29EFF 21.13%, #FFB8C4 88.24%); */
}
.img-bg-crp{
    /* background: linear-gradient(216.21deg, #FFBEAF 21.13%, #F2E0B1 88.24%); */
}
.img-bg-migrant{
    /* background: linear-gradient(250.64deg, #5BD0F5 26.32%, #C6F7D4 95.89%); */
}
.cvo-main .bg-square1{
    /* width: 35%; */
    /* height: 215px; */
    /* background: #E585DE; */
    /* transform: skewY(-8deg); */
    /* position: absolute; */
    /* top: -48px; */
    /* opacity: .2 */
}
.cvo-main .bg-square2{
    /* content: ""; */
    /* width: 30%; */
    /* height: 215px; */
    /* background: #FFC6A9; */
    /* transform: skewY(-8deg); */
    /* position: absolute; */
    /* opacity: .2; */
    /* bottom: 20px; */
    /* right: 0; */
    /* z-index: 2; */
}
/* .cvo-main { */
/*     background-image: url("../assets/image/cvo-bg-1440.svg"); */
/* } */
.img-bg-cvo{
    /* background: linear-gradient(225deg, #FDBAFA 0%, #F9CEB5 100%); */
}
.cvo-information{
    /* margin-top: 150px */
}
.cvo-information .description{
    /* margin: 20px auto 100px; */
    /* max-width: 910px; */
}
.cvo-data .description{
    /* margin: 20px auto 100px; */
    /* max-width: 910px; */
}

.cvo-information .information-cards-wrapper {
    /* margin: auto; */
    /* position: relative; */
}

.cvo-information .information-cards-wrapper .card {
    /* width: 230px; */
}

.cvo-information .information-cards-wrapper .card-body {
    /* padding: 20px; */
}

.cvo-information .information-cards-wrapper .card-title {
    /* font-weight: 700; */
    /* font-size: 13px; */
    /* line-height: 16px; */
    /* color: #94A2BE; */
}

.cvo-information .information-cards-wrapper .card-title-tweet {
    /* font-weight: 700; */
    /* font-size: 13px; */
    /* line-height: 16px; */
    /* color: #3EAFEE; */
    /* padding-left: 5px; */
}

.cvo-information .information-cards-wrapper .card#cardItem-3 {
    /* position: absolute; */
    /* top: -200px; */
    /* left: 100px; */
    /* z-index: 4; */
}
.cvo-information .information-cards-wrapper .card#cardItem-4 {
    /* position: absolute; */
    /* top: -200px; */
    /* right: 100px; */
    /* z-index: 4; */
}
.cvo-information .information-cards-wrapper .card#cardItem-5 {
    /* left: 200px; */
    /* z-index: 3; */
}
.cvo-information .information-cards-wrapper .card#cardItem-6 {
    /* right: 200px; */
    /* z-index: 3; */
}
.cvo-information .information-cards-wrapper .card#cardItem-7 {
    /* left: 200px; */
    /* top: -120px; */
    /* opacity: .6; */
    /* z-index: 2; */
    /* transform: rotate(-24deg); */
}
.cvo-information .information-cards-wrapper .card#cardItem-8 {
    /* right: 200px; */
    /* top: -120px; */
    /* opacity: .6; */
    /* z-index: 2; */
    /* transform: rotate(24deg); */
}

.cvo-information .information-cards-wrapper .card#cardItem-9 {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* opacity: .3; */
    /* top: -250px; */
    /* z-index: 1; */
}
.cvo-information .information-cards-wrapper .card#cardItem-10 {
    /* opacity: .2; */
    /* top: -50px; */
    /* right: 50%; */
    /* transform: translateX(50%); */
}

.cvo-information .information-cards-wrapper .card-text {
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 20px; */
    /* color: #0F1E3A; */
}

.cvo-information .information-cards-wrapper .hole {
    /* width: 350px; */
    /* height: 100px; */
    /* background: linear-gradient(225deg, #C053BC 0%, #F09C6C 100%); */
    /* border-radius: 50%; */
    /* margin: auto; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* z-index: -1; */
}

.cvo-information .information-cards-wrapper .hole::before {
    /* content: ''; */
    /* border: 1px solid #F09C6C; */
    /* position: absolute; */
    /* width: 480px; */
    /* height: 140px; */
    /* padding: 23px 88px; */
    /* border-radius: 50%; */
    /* right: -65px; */
    /* top: -18px; */
    /* opacity: .4; */
}

.cvo-information .information-cards-wrapper .hole::after {
    /* content: ''; */
    /* border: 1px solid #F09C6C; */
    /* position: absolute; */
    /* width: 600px; */
    /* height: 170px; */
    /* padding: 23px 88px; */
    /* border-radius: 50%; */
    /* right: -125px; */
    /* top: -32px; */
    /* opacity: .4; */
}

.cvo-image img{
    max-width: 974px;
    margin: 0 auto;
}
.cvo-data{
    /* margin-top: 150px */
}
.cvo-data .description{
    /* margin-bottom: 20px; */
}
.illus-cvo{
    /* margin-top: -300px; */
    /* position: relative; */
    /* z-index: -1; */
}
.cvo-red{
    /* padding: 171px 0px 150px; */
}
.cvo-red .container{
    /* max-width: 1370px; */
}
.cvo-red::before{
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 63px; */
    /* transform: skewY(-5deg); */
    /* z-index: -1; */
    /* background: linear-gradient(225deg, #971F52 0%, #FFABD3 100%), #E4E9F1; */
}
.cvo-red .title-secondary,
.cvo-red .description{
    /* color: #FFF; */
}
.cvo-red .square1{
    /* position: absolute; */
    /* width: 400px; */
    /* height: 220px; */
    /* background: #888DFF; */
    /* opacity: .3; */
    /* top: -80px; */
    /* right: 0; */
    /* transform: skewY(-5deg); */
}
.cvo-red .square2{

    /* position: absolute; */
    /* width: 250px; */
    /* height: 220px; */
    /* background: #888DFF; */
    /* opacity: .3; */
    /* bottom: -217px; */
    /* left: 0; */
    /* transform: skewY(-5deg); */
}
.cvo-red .text{
    /* max-width: 570px; */
}
.cvo-red img {
    /* max-width: 610px; */
    /* filter: drop-shadow(0px 41.7094px 62.5641px rgba(57, 74, 108, 0.2)); */
    /* border-radius: 5.21368px; */
}
.cvo-tracking{
    /* margin-top: 250px; */
}
.cvo-tracking .text{
    /* max-width: 470px; */
}
.cvo-tracking .text .title-secondary {
    /* font-weight: 400; */
    /* font-size: 48px; */
    /* line-height: 78px; */
    /* color: #0F1E3A; */
}
.cvo-tracking .text .description {
    /* font-weight: 400; */
    /* font-size: 18px; */
    /* line-height: 32px; */
    /* color: #394A6C; */
}
.cvo-tracking .video .absolute{
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
}
.cvo-tracking .video-frame {
    /* height: 350px; */
}
.cvo-tracking .video .little{
    /* margin-top: 20px; */
    /* grid-gap: 20px; */
}
.cvo-tracking .video .little {
    /* margin-top: 20px; */
    /* grid-gap: 20px; */
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
}

.cvo-tracking .video .image-play-button {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* height: 100%; */
    /* width: 100%; */
}

.cvo-tracking .video .little img {
    /* opacity: .5 */
}

.cvo-tracking .video .little img:hover {
    /* opacity: 1 */
}

.cvo-tracking .video .little img.active {
    /* opacity: 1 */
}

.cvo-thepress{
    /* margin-top: 175px; */
}
.press-slider .item{
    /* padding-right: 30px; */
}
.press-slider{
    /* width: calc(100% + 20px); */
    /* margin-top: 70px; */
}
.press-slider .item img{
    /* height: 32px; */
}
.press-slider .item .title{
    /* font-weight: 700; */
    /* font-size: 14px; */
    /* line-height: 32px; */
    /* color: #0F1E3A; */
    /* margin-top: 16px; */
}
.press-slider .item .description{
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 26px; */
    /* color: #394A6C; */
}
.press-slider .slick-dots{
    /* bottom: -50px; */
}
.press-slider .slick-dots li.slick-active button:before,
.press-slider .slick-dots li button:before{
    /* color: #1BB1F4; */
}
.press-slider-parent .prev {
    /* top: 85px; */
    /* bottom: unset; */
    /* left: -90px; */
}
.press-slider-parent .next {
    /* top: 85px; */
    /* bottom: unset; */
    /* right: -90px; */
}
.cvo-help{
    margin-top: 150px;
}
.press-main{
    background-image: url("../assets/image/press-bg-1440.svg");
}
.press-banner .column {
    /* margin-top: 40px; */
}
.press-banner .column .img{
    /* position: relative; */
    /* left: 125px; */
}
.press-banner .text-title{
    /* margin-top: 0; */
}
.brand-asset{
    /* margin-top: 200px; */
}
.brand-asset .column .text{
    /* max-width: 355px; */
    /* padding-top: 20px; */
}
.brand-asset .column .text .title-secondary{
    /* font-weight: 700; */
}
.brand-asset .column .text .description{
    /* margin-top: 18px; */
}
.brand-asset .grid{
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-gap: 20px; */
    /* width: 760px; */
}
.brand-asset .grid .item{
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* padding: 25px 20px; */
    /* grid-gap: 15px; */
}
.brand-asset .grid .item .image{
    /* width: 60px; */
    /* height: 60px; */
    /* border: 1px solid #D6DCE9; */
    /* border-radius: 50%; */
}
.brand-asset .grid .item .image img{
    /* position: relative; */
    /* top: 0; */
    /* transition: .2s all ease; */
}
.brand-asset .grid .item .image:hover img{
    /* top: 4px; */
}
.brand-asset .grid .item .title{
    /* font-weight: 400; */
    /* font-size: 20px; */
    /* line-height: 30px; */
    /* color: #0F1E3A; */
}
.brand-asset .grid .item .name{
    /* font-weight: 400; */
    /* font-size: 12px; */
    /* line-height: 15px; */
    /* color: #394A6C; */
    /* margin-top: 5px; */
}
.press-af{
    /* margin-top: 100px; */
}
.press-af .grid{
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    /* grid-gap: 18px; */
    /* margin-top: 30px; */
}
.press-af .grid .item{
    /* width: 180px; */
    /* height: 180px; */
    /* border: 1px solid #D6DCE9; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.press-media{
    /* margin-top: 100px; */
}
.press-media .media-description{
    /* max-width: 910px; */
    /* margin: 20px auto 0; */
}
.press-media .media-description a{
    /* color: #1BB1F4; */
    /* font-weight: 700; */
}
.press-media .grid{
    /* margin-top: 96px; */
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    /* grid-column-gap: 20px; */
    /* grid-row-gap: 66px; */
}
.press-media .grid a{
    /* text-decoration: none; */
    /* color: #0F1E3A; */
}
.press-media .grid a:hover .item .description{
    /* text-decoration: underline; */
}
.press-media .grid .item{
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* position: relative; */
    /* padding: 66px 15px 10px; */
    /* min-height: 210px; */
}
.press-media .grid .item .image{
    /* position: absolute; */
    /* top: -40px; */
    /* left: 0; */
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.press-media .grid .item .image img{
    /* box-shadow: 0px 30px 80px rgba(57, 74, 108, 0.15); */
    /* border-radius: 4px; */
}
.press-media .grid .item .title{
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 19px; */
    /* text-align: center; */
    /* color: #394A6C; */
}
.press-media .grid .item .description {
    /* font-weight: 400; */
    /* font-size: 15px; */
    /* line-height: 25px; */
    /* text-align: center; */
    /* color: #0F1E3A; */
    /* margin-top: 10px; */
}
.numun-main{
    /* background-image: url("../assets/image/numun-bg-1440.svg"); */
}
.img-bg-numun{
    /* background: linear-gradient(225deg, rgba(239, 132, 101, 0.21) 25.52%, rgba(115, 191, 230, 0.35) 83.85%); */
}
.numun-text{
    /* max-width: 1080px; */
    /* margin: 212px auto 0; */
    /* display: grid; */
    /* grid-template-columns: repeat(1, 1fr); */
    /* grid-gap: 60px; */
}
.numun-goal{
    /* max-width: 910px; */
    /* margin: 73px auto 0; */
}
.nm-absolute{
    /* position: absolute; */
    /* top: 238px; */
    /* left: -180px; */
}
.numun-column{
    /* margin-top: 140px; */
    /* position: relative; */
}
.numun-column .column{
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* grid-row-gap: 88px; */
}
.numun-column .column .item{
    /* max-width: 370px; */
    /* width: 100%; */
}
/* .mideast-main { */
/*     background-image: url("../assets/image/mideast-bg-1440.svg"); */
/* } */
.img-bg-mideast{
    background: linear-gradient(216.21deg, #BEC1FF 21.13%, #CDFCFF 88.24%);
}
.md-streaming{
    margin-top: 140px;
    max-width: 570px;
}
.md-device-1{
    /* margin-top: 109px; */
}
.md-column{
    margin-top: 80px;
}
.md-column .column{
    grid-gap: 30px;
}
.md-column .column img{
    width: 270px;
    height: 270px;
    box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06);
}
.md-column .text{
    margin-top: 60px;
}
.md-column .description{
    max-width: 500px;
}
.md-number{
    /* margin-top: 110px; */
    /* padding: 241px 0 65px; */
}
.md-number::before{
    /* content: ''; */
    /* position: absolute; */
    /* height: 100%; */
    /* width: 100%; */
    /* transform: skewY(-5deg); */
    /* z-index: 1; */
    /* top: -1147px; */
    /* left: 0; */
    /* background-color: #F3F7FC; */
}
.md-number::after {
    /* content: ''; */
    /* position: absolute; */
    /* height: 100%; */
    /* width: 100%; */
    /* transform: skewY(-5deg); */
    /* z-index: 1; */
    /* bottom: -1147px; */
    /* left: 0; */
    /* background-color: #F3F7FC; */
}
.md-number .background-absolute{
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* transform: skewY(-5deg); */
    /* background: linear-gradient(216.21deg, #8186FF 21.13%, #77C6CB 88.24%); */
    /* z-index: -1; */
}
.md-number .background-absolute img{
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
    /* opacity: .3; */
    /* object-fit: cover; */
    /* object-position: center; */
}
.md-number .n-1{
    /* font-size: 128px; */
    /* line-height: 78px; */
    /* color: #fff; */
    /* margin-bottom: 64px; */
}
.md-number .title-24px{
    /* margin-bottom: 13px; */
    /* color: #FFF; */
}
.md-number .description{
    /* color: #fff; */
}
.md-number .bottom{
    /* margin-top: 121px; */
}
.md-number .bottom .text{
    /* padding-top: 30px; */
}
.md-number .bottom .image{
    /* width: 549px; */
}
.md-number .bottom img{
    /* width: 100%; */
}
.md-number .bottom .pb2{
    margin-top: 38px;
    grid-gap: 20px;
}
.md-number .diag{
    /* position: absolute; */
    /* bottom: -145px; */
    /* left: 50%; */
    /* width: 100%; */
    /* max-width: 1440px; */
    /* transform: translate(-50%, 0%); */
    /* z-index: -1; */
}
.md-number .big-container{
    /* z-index: 0; */
}
.md-radio{
    /* margin-top: 120px; */
}
.md-radio .left{
    /* max-width: 476px; */
}
.md-radio .left img{
    /* box-shadow: 0px 55px 80px rgba(57, 74, 108, 0.3); */
}
.md-radio .right{
    /* max-width: 570px; */
    /* width: 100%; */
}
.md-radio .right .button{
    /* border: 1px solid rgba(15, 30, 58, 0.2); */
    /* padding: 20px 30px; */
}
.md-radio .right img{
    /* width: 154px; */
}
.md-academy{
    /* margin-top: 200px; */
    /* position: relative; */
}
.md-academy .left{
    /* width: 570px; */
    /* padding-top: 50px; */
    /* z-index: -1; */
}
.md-academy .left::before{
    /* content: ''; */
    /* position: absolute; */
    /* right: -170px; */
    /* top: -50px; */
    /* background: #0F1C42; */
    /* height: 1039.24px; */
    /* width: 1334.45px; */
    /* z-index: -1; */
    /* transform: skewY(-5deg); */
    /* border-radius: 4px; */
}
.md-academy .left img{
    /* width: 353px; */
}
.md-academy .left .description{
    /* color: #fff; */
    /* margin-top: 30px; */
}
.md-academy .left button{
    /* padding: 20px 30px; */
    /* color: #fff; */
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    /* margin-top: 30px; */
}
.md-academy .right{
    /* width: 400px; */
    /* position: relative; */
    /* left: 82px; */
}
.md-academy .right img{
    /* width: 668px; */
}
.md-purpose{
    /* margin-top: 300px; */
}
.md-purpose .box{
    /* background-color: #fff; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* position: relative; */
    /* padding: 64px 130px 76px; */
    /* text-align: center; */
}
.md-purpose .text{
    /* position: relative; */
    /* z-index: 1; */
}
.md-purpose .box .play{
    /* margin-top: 52px; */
    /* position: relative; */
    /* z-index: 1; */
}
.md-purpose .spectrum{
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
}
.art-absolute{
    position: absolute;
    top: -100px;
    left: 0;
}
.md-thepress{
    /* margin-top: 160px; */
}
.md-help{
    /* margin-top: 110px; */
}
.thankyou{
    /* display: none; */
    /* position: fixed; */
    /* bottom: 80px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
    /* z-index: 9; */
}
.thankyou .box{
    /* width: 500px; */
    /* padding: 12px 20px; */
    /* background-color: #5CC487; */
    /* border-radius: 4px; */
}
.thankyou .box .d-flex{
    /* grid-gap: 12px; */
}
.img-bg-history{
    background: linear-gradient(61.47deg, #99E0E4 8.34%, #5EA2C8 42.79%, #498EDF 104.66%);
}
.history-main{
    background-image: url("../assets/image/history-1440.svg");
}
.prssbtn{
    margin-top: 80px;
}
@media (min-width: 1500px){
    .history-main, .home-main, .about-main, .contact-main, .workwith-main, .cvb-main, .moc-main, .ahwaa-main, .crp-main, .migrant-main, .cvo-main, .numun-main, .press-main, .mideast-main{
        background-size: auto;
        background-position-x: center;
        background-repeat: no-repeat;
    }
    .history-main{
        background-image: url("../assets/image/history-1920.svg");
    }
    .home-main{
        background-image: url("../assets/image/home-bg-1920.svg");
    }
    .about-main{
        background-image: url("../assets/image/about/about-bg-1920.svg");
    }
    .img-bg-about{
        /* max-height: 1306px; */
        /* overflow: hidden; */
    }
    .contact-main{
        background-image: url("../assets/image/contact/donation-bg-1920.svg");
    }
    .workwith-main{
        background-image: url("../assets/image/workwith/wwu-bg-1920.svg");
    }
    .workwith-main .img-bg-workwith::after{
        /* top: 580px; */
    }
    .workwith-main .img-bg{
        top: -300px;
        object-fit: cover;
        max-height: 883px;
    }
    /* .cvb-main{ */
    /*     background-image: url("../assets/image/cvb-bg-1920.svg"); */
    /* } */
    .crowd-banner .text-title{
        /* margin-top: 135px; */
    }
    /* .ahwaa-main{ */
    /*     background-image: url("../assets/image/ahwaa-bg-1920.svg"); */
    /* } */
    .crp-main{
        /* background-image: url("../assets/image/crp-bg-1920.svg"); */
    }
    /* .migrant-main{ */
    /*     background-image: url("../assets/image/migrant-bg-1920.svg"); */
    /* } */
    /* .moc-main { */
    /*     background-image: url("../assets/image/moc-bg-1920.svg"); */
    /* } */
    /* .cvo-main { */
    /*     background-image: url("../assets/image/cvo-bg-1920.svg"); */
    /* } */
    .numun-main{
        /* background-image: url("../assets/image/numun-bg-1920.svg"); */
    }
    .press-main{
        background-image: url("../assets/image/press-bg-1920.svg");
    }
    /* .mideast-main{ */
    /*     background-image: url("../assets/image/md-bg-1920.svg"); */
    /* } */
}
.migrant-coverage{
    /* margin-top: 120px; */
    /* text-align: center; */
}
.migrant-coverage .grid{
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-gap: 30px; */
    /* margin-top: 40px; */
}
.migrant-coverage .grid .item{
    /* background: #FFFFFF; */
    /* box-shadow: 0px 60px 110px rgba(57, 74, 108, 0.06); */
    /* border-radius: 4px; */
    /* height: 128px; */
}
.migrant-help{
    /* margin-top: 120px; */
}
@media (max-width: 1200px){
    .mob-2{
        left: 0;
    }
    .img-bg-history::after {
        top: 470px;
    }
    .nav{
        /* position: relative; */
        /* z-index: 9; */
    }
    .nav.active{
        /* position: fixed; */
        /* background: #FFF; */
        /* width: 100vw; */
        /* height: 100vh; */
        /* top: 0; */
        /* left: 0; */
        /* padding: 0 0; */
        /* align-items: flex-start; */
        /* background: rgba(0, 0, 0, 0.4); */
        /* z-index: 999; */
    }
    .nav.active .flex-active{
        /* padding: 0 1rem; */
        /* border-bottom: 1px solid #D9D9D9; */
    }
    .menu{
        /* position: fixed; */
        /* left: 0; */
        /* top: 0; */
        /* z-index: -1; */
        /* width: 100%; */
        /* background: #FFF; */
        /* padding: 115px 0 55px 0; */
    }
    .menu-inner{
        /* padding: 0 77px 0; */
        /* flex-direction: column; */
        /* grid-gap: 40px; */
        /* align-items: flex-start; */
        /* width: 100%; */
    }
    .menu .relative{
        /* width: 100%; */
        /* justify-content: space-between; */
    }
    .menu .relative .chevron{
        /* width: 18px; */
    }
    .parent-dropdown{
        /* position: relative; */
        /* top: 0; */
        /* right: 0; */
        /* width: 100%; */
        /* padding: 0; */
        /* height: 0px; */
        /* overflow: hidden; */
    }
    .dropdown .top{
        padding: 20px 0 36px;
        grid-gap: 140px;
    }
    .dropdown .top .item{
        padding-left: 32px;
        border-left: 1px solid #E9EEEF;
    }
    .dropdown .bottom{
        padding: 0;
        background-color: transparent;
        border: none;
        grid-gap: 154px;
    }
    .dropdown .bottom .link-dropdown{
        /* padding-left: 32px; */
        /* border-left: 1px solid #E9EEEF; */
    }
    .link:hover .parent-dropdown{
        /* visibility: visible; */
        /* opacity: 1; */
        /* min-height: 374px; */
    }
    .menu button{
        /* background-color: #F1FEFF; */
        /* padding: 11px 40px; */
    }
    .platform-link::before{
        /* display: none !important; */
    }
    .home-main{
        background-image: url("../assets/image/home-bg-900.svg");
    }
    .about-main{
        background-image: url("../assets/image/about/about-bg-900.svg");
    }
    .workwith-main{
        background-image: url("../assets/image/workwith/wwu-bg-900.svg");
    }
    .menu{
        /* display: none; */
    }
    .hamburger{
        /* display: block; */
    }
    .container{
        /* padding: 0 77px; */
    }
    .title-primary{
        /* font-size: 40px; */
        /* line-height: 78px; */
    }
    .home-banner .text-title{
        /* margin-top: 75px; */
    }
    .globe-inner{
        /* padding-top: 270px; */
    }
    .globe lottie-player{
        /* width: 1440px !important; */
    }
    .globe-inner::after{
        /* top: 610px; */
    }
    .title-home{
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .description{
        font-size: 14px;
        line-height: 26px;
    }
    .home-slide{
        /* margin-top: 198px; */
    }
    .text-slide p{
        /* font-size: 13px; */
        /* line-height: 16px; */
    }
    .text-slide h3{
        /* font-size: 20px; */
        /* line-height: 25px; */
        /* margin-top: 8px; */
    }
    .tab-slide{
        /* margin-top: 63px; */
    }
    .slider .item .text{
        max-width: 402px;
        margin: 0 auto;
    }
    .slider .item h2{
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 35px;
    }
    .slider .item p{
        font-size: 16px;
        line-height: 30px;
    }
    .title-secondary{
        /* font-size: 30px; */
        /* line-height: 48px; */
    }
    .work-with-us .description{
        /* font-size: 14px; */
        /* line-height: 32px; */
    }
    .work-with-us .colom-button {
        /* grid-gap: 11px; */
    }
    .work-with-us .colom-button button{
        /* padding: 11px 17px; */
        /* font-size: 14px; */
        /* line-height: 18px; */
    }
    .slide-aset{
        /* width: 213px; */
        /* left: -60px; */
    }
    .wwt{
        /* width: 314px; */
        /* bottom: 245px; */
    }
    .home-gallery .item img{
        /* width: 442px; */
    }
    .home-gallery .r-six{
        /* top: 40px; */
    }
    .mob-block{
        display: block !important;
    }
    footer{
        /* padding-top: 50px; */
    }
    .footer-home{
        /* margin-top: -70px; */
    }
    footer .menu-footer{
        margin: 0;
    }
    footer .big-container{
        padding-bottom: 78px;
    }
    .support-footer{
        margin-left: 38px;
        margin-top: 90px;
        width: calc(100% - 38px);
    }
    .news-footer{
        margin-right: 0;
        margin-top: 20px;
    }
    .img-bg-about img{
        /* height: 615px; */
        /* object-fit: cover; */
    }
    .img-bg-about::after{
        /* top: 380px; */
    }
    .about-photo .image img{
        /* width: 335px; */
    }
    .about-photo .description{
        /* max-width: 374px; */
        /* margin-left: 45px; */
        /* padding-top: 130px; */
        /* font-size: 13px; */
        /* line-height: 24px; */
    }
    .about-photo{
        /* margin-top: 65px; */
    }
    .about-photo .image{
        /* margin-left: -77px; */
    }
    .about-after{
        /* margin-top: 10px; */
    }
    .about-banner .text-title .description{
        /* margin-top: 16px; */
        /* line-height: 32px; */
    }
    .about-banner .text-title{
        /* max-width: 480px; */
        /* margin-top: 50px; */
    }
    .about-after .box{
        /* padding: 79px 30px 54px; */
    }
    .about-after .box .title-secondary{
        /* font-size: 28px; */
        /* line-height: 42px; */
    }
    .about-slider .slider{
        margin-top: 50px;
    }
    .about-slider .slider .item{
        height: 261px;
        max-width: 211px;
    }
    .about-slider .slider .item .img{
        width: 68px;
        height: 68px;
        margin: 30px auto 0;
    }
    .about-slider .slider .item .text{
        padding: 0 12px;
    }
    .about-slider .slider .item .year{
        margin-top: 16px;
    }
    .about-slider .slider .item p{
        font-size: 12px;
        line-height: 15px;
        margin-top: 16px;
    }
    .about-slider .prev{
        left: 20px;
        bottom: 100px;
    }
    .about-slider .prev:hover{
        left: 26px;
    }
    .about-slider .next{
        right: 20px;
        bottom: 100px;
    }
    .about-slider .next:hover{
        right: 26px;
    }
    .about-slider .slider .slick-track{
        grid-gap: 0px;
    }
    .about-slider .aset{
        bottom: 0;
        width: 385px;
    }
    .about-keep{
        /* margin-top: 140px; */
    }
    .about-keep .description{
        /* font-size: 13px; */
        /* line-height: 32px; */
    }
    .button{
        padding: 11px 17px;
        font-size: 14px;
        line-height: 18px;
    }
    .illus-about{
        /* bottom: -60px; */
    }
    .about-after .box .icon{
        /* top: -30px; */
    }
    .about-after .box .icon img{
        /* width: 64px; */
    }
    .about-after .box .icon .blue{
        /* width: 100px; */
        /* height: 100px; */
        /* left: -18px; */
        /* top: -16px; */
    }
    .workwith-banner .text-title{
        /* margin-top: 90px; */
    }
    .workwith-banner .text-title h1{
        /* margin-bottom: 10px; */
    }
    .workwith-banner .text-title .description{
        /* line-height: 24px; */
    }
    .workwith-main .img-bg-workwith img{
        /* height: 862px; */
        /* object-fit: cover; */
    }
    .workwith-main .img-bg-workwith::after{
        /* top: 636px; */
        /* transform: skewY(-4deg); */
    }
    .wwt-after{
        /* margin-top: 90px; */
    }
    .wwt-after .box .title-secondary{
        /* font-size: 20px; */
        /* line-height: 42px; */
    }
    .wwt-whatwecan{
        margin-top: 80px;
    }
    .wwt-whatwecan .accordion{
        /* margin-top: 28px; */
    }
    .wwt-grid{
        /* grid-template-columns: repeat(1, 1fr); */
    }
    .wwt-expertise{
        /* margin-top: 80px; */
    }
    .wwt-expertise .text-title-description{
        /* margin-top: 20px; */
        /* font-size: 13px; */
        /* line-height: 24px; */
    }
    .wwt-grid .item .logo{
        /* height: unset; */
    }
    .wwt-grid .item .description{
        /* margin-top: 28px; */
    }
    .wws-contact{
        /* margin-top: 130px; */
    }
    .wws-contact .box{
        /* padding: 36px 77px; */
    }
    .wws-contact .column{
        /* flex-direction: column; */
        /* grid-gap: 30px; */
    }
    .wws-illustrasi{
        /* margin-top: -105px; */
        /* bottom: -83px; */
    }
    .accordion-body{
        /* font-size: 14px; */
        /* line-height: 28px; */
    }
    .accordion-button{
        /* font-size: 16px; */
        /* line-height: 20px; */
    }
    .accordion-button img{
        /* width: 35px; */
        /* height: 35px; */
    }
    .donation-form .box{
        /* flex-direction: column; */
    }
    .contact-main{
        background-image: url("../assets/image/contact/contact-bg-900.svg");
    }
    .contact-banner .text-title{
        /* margin-top: 72px; */
    }
    .contact-banner .text-title .description{
        /* font-size: 14px; */
        /* line-height: 26px; */
    }
    .donation-form{
        /* margin-top: 62px; */
    }
    .donation-form .box .left{
        /* width: 100%; */
        /* padding: 40px; */
        /* max-width: 100%; */
    }
    .donation-form .box .left .description{
        /* font-weight: 400; */
        /* font-size: 14px; */
        /* line-height: 28px; */
    }
    .donation-form .box .left .description b{
        /* color: #0F1E3A ; */
    }
    .payment-method form{
        /* width: 100%; */
    }
    .donation-form .box .right{
        /* padding: 40px 40px 36px; */
    }
    .contact-form{
        /* margin-top: 48px; */
    }
    .contact-form .box{
        /* padding: 45px 50px; */
    }
    /* .cvb-main{ */
    /*     background-image: url("../assets/image/cvb-bg-900.svg"); */
    /* } */
    .cvb-desc{
        max-width: 412px;
    }
    .img-bg-history img {
        height: 506px;
        object-fit: cover;
    }
    .crowd-banner .text-title .little-title{
        /* font-size: 13px; */
    }
    .crowd-banner .text-title .title-primary{
        /* line-height: 48px; */
    }
    .crowd-banner .text-title .description{
        /* max-width: 449px; */
        /* line-height: 32px; */
    }
    .crowd-banner .mouse{
        /* margin-top: 20px; */
        /* width: 36px; */
    }
    .cvb-desc{
        margin-top: 90px;
    }
    .cvb-desc .title-24px{
        font-size: 20px;
        line-height: 32px;
    }
    .cvb-desc p{
        font-size: 14px;
        line-height: 26px;
    }
    .cvb-video .absolute{
        width: 314px;
        left: 0;
        top: -119px;
    }
    .cvb-video{
        margin-top: 50px;
    }
    .cvb-video video{
        width: 100% !important;
    }
    .cvb-video .description{
        max-width: 674px;
        margin: 50px auto 0;
        font-size: 14px;
        line-height: 32px;
    }
    .cvb-grid{
        /* margin-top: 50px; */
    }
    .cvb-grid .grid{
        /* margin-top: 70px; */
        /* grid-gap: 24px; */
    }
    .cvb-grid .icon img{
        /* width: 73px; */
    }
    .cvb-grid .title{
        /* font-size: 13px; */
        /* line-height: 16px; */
        /* margin: 23px 0 15px; */
    }
    .cvb-grid .description, .cvb-grid .description a{
        /* font-size: 9px; */
        /* line-height: 11px; */
    }
    .cvb-grid .image{
        /* margin-top: 20px; */
    }

    /* .explore-component{ */
    /*     margin-top: 90px; */
    /* } */
    /* .explore-component .item{ */
    /*     width: 203px; */
    /*     height: 247px; */
    /* } */
    /* .explore-component .item img{ */
    /*     width: 94px; */
    /*     height: 94px; */
    /*     margin: 45px auto 37px; */
    /* } */
    /* .explore-component .item p{ */
    /*     font-size: 15px; */
    /*     line-height: 19px; */
    /* } */
    /* .moc-main{ */
    /*     background-image: url("../assets/image/moc-bg-900.svg"); */
    /* } */
    .moc-desc{
        margin: 150px auto 0;
    }
    .moc-desc .description{
        font-size: 14px;
        line-height: 26px;
    }
    .moc-video{
        margin-top: 83px;
    }
    .moc-video .absolute{
        width: 314px;
        left: 0;
        bottom: -100px;
    }
    .moc-column{
        /* margin-top: 136px; */
    }
    .moc-column .title-24px{
        /* font-size: 20px; */
        /* line-height: 25px; */
    }
    .moc-column .description{
        /* font-size: 14px; */
        /* line-height: 26px; */
    }
    .moc-image{
        /* margin-top: 80px; */
    }
    .moc-image .title-24px{
        /* font-size: 13.8256px; */
        /* line-height: 18px; */
    }
    .moc-image .absolute{
        /* padding: 34px 35px; */
    }
    .moc-image .title-secondary{
        /* font-size: 27.6513px; */
        /* line-height: 45px; */
    }
    .moc-image .line{
        /* width: 268px; */
        /* margin-left: 20px; */
    }
    .moc-image .play{
        /* width: 64px; */
        /* height: 64px; */
    }
    .crp-main{
        /* background-image: url("../assets/image/crp-bg-900.svg"); */
    }
    .crp-column{
        /* margin-top: 108px; */
    }
    .crp-column .d-flex{
        /* flex-direction: column; */
        /* grid-gap: 58px; */
    }
    .crp-column-1 .d-flex,
    .crp-column-3 .d-flex{
        /* flex-direction: column-reverse; */
    }
    .crp-column .image{
        /* left: 0; */
        /* right: 0; */
        /* max-width: 100%; */
    }
    .crp-column .image img{
        /* width: 100%; */
    }
    .crp-column .text{
        /* max-width: 100%; */
    }
    .crp-column .text .description{
        /* font-size: 14px; */
        /* line-height: 26px; */
    }
    .crp-column .d-flex .column-yt{
        /* flex-direction: row; */
        /* grid-gap: 24px; */
    }
    /* .ahwaa-main{ */
    /*     background-image: url("../assets/image/ahwaa-bg-900.svg"); */
    /* } */
    .ahwaa-image img{
        /* max-width: 100%; */
    }
    .ahwaa-image .aset{
        /* width: 314px; */
        /* bottom: -60px; */
        /* left: -180px; */
    }
    .ahwaa-uniq{
        margin-top: 200px;
    }
    .ahwaa-uniq .text .title-24px{
        font-size: 20px;
    }
    .ahwaa-image{
        /* margin-top: 54px; */
    }
    .ahwaa-uniq .text .description{
        font-size: 14px;
        line-height: 32px;
    }
    .ahwaa-image .column{
        /* margin-top: 109px; */
    }
    .ahwaa-image .column .paragraph{
        /* font-size: 14px; */
        /* line-height: 26px; */
        /* max-width: 307px; */
    }
    .ahwaa-purpose .left{
        /* max-width: 325px; */
    }
    .ahwaa-purpose .left .title-secondary{
        /* font-size: 36px; */
        /* line-height: 58px; */
    }
    .ahwaa-purpose .left .description{
        /* font-size: 14px; */
        /* line-height: 26px; */
        /* margin-top: 30px; */
    }
    .ahwaa-purpose{
        /* margin-top: 24px; */
        /* padding-bottom: 50px; */
    }
    .ahwaa-purpose .d-flex{
        /* align-items: flex-start !important; */
        /* grid-gap: 24px; */
    }
    .ahwaa-gs{
        /* padding-top: 228px; */
        /* padding-bottom: 200px; */
    }
    .ahwaa-gs img{
        /* width: 266px; */
        /* height: 266px; */
    }
    .ahwaa-gs .d-flex{
        /* grid-gap: 72px; */
    }
    .ahwaa-gs .title-secondary{
        /* font-size: 36px; */
        /* line-height: 58px; */
    }
    .ahwaa-gs .description{
        /* font-size: 14px; */
        /* line-height: 26px; */
    }
    .ahwaa-gs .safety{
        /* margin-top: 116px; */
    }
    .ahwaa-number .box{
        /* width: 500px; */
        /* padding: 36px 55px; */
    }
    .ahwaa-number .aset{
        /* display: none; */
    }
    .ahwaa-number .aset-2{
        /* display: block  !important; */
        /* left: 9px; */
    }
    .ahwaa-number .box .description{
        /* font-size: 14px; */
        /* line-height: 32px; */
    }
    .ahwaa-number .box h1{
        /* font-size: 64px; */
        /* line-height: 78px; */
        /* margin: 16px 0; */
    }
    .ahwaa-after .box{
        /* padding: 53px 63px 63px; */
    }
    .ahwaa-slider h2{
        /* font-size: 28px; */
        /* line-height: 58px; */
    }
    .ahwaa-slider .description{
        /* font-size: 16px; */
        /* line-height: 26px; */
    }
    .ahwaa-slider .description-two{
        /* font-size: 14px; */
        /* line-height: 24px; */
    }
    .ahwaa-help{
        /* margin-top: 60px; */
    }
    /* .migrant-main{ */
    /*     background-image: url("../assets/image/migrant-bg-900.svg"); */
    /* } */
    .migrant-column .column{
        /* grid-gap: 24px; */
    }
    .migrant-column .description{
        /* font-size: 14px; */
        /* line-height: 26px; */
    }
    .migrant-vision{
        /* margin-top: 66px; */
    }
    .migrant-vision .title-24px{
        /* font-size: 20px; */
        /* line-height: 38px; */
    }
    .migrant-vision .column .item .icon{
        /* top: -35px */
    }
    .migrant-vision .column .item .icon img{
        /* width: 65px; */
        /* height: 65px; */
    }
    .migrant-vision .column .item .icon .blue{
        /* width: calc(65px + 34px); */
        /* height: calc(65px + 34px); */
        /* top: -17px; */
        /* left: -17px; */
    }
    .migrant-vision .column{
        /* grid-gap: 24px; */
    }
    .migrant-vision .column .item{
        /* padding: 64px 20px 25px; */
    }
    .migrant-vision .column .item p{
        /* font-size: 14px; */
        /* line-height: 30px; */
    }
    .migrant-platform{
        /* margin-top: 46px; */
    }
    .migrant-platform .title-24px{
        /* font-size: 20px; */
        /* line-height: 38px; */
    }
    .migrant-platform .tab{
        /* margin-top: 46px; */
    }
    .migrant-platform .tab .title-24px{
        /* font-size: 13px; */
        /* line-height: 18px; */
        /* height: 63px; */
    }
    .migrant-vision .column-2{
        /* flex-direction: column; */
        /* grid-gap: 104px; */
    }
    .migrant-priority .column .item{
        /* min-height: 283px; */
    }
    .migrant-after{
        /* margin-top: 113px; */
    }
    .migrant-coverage{
        /* margin-top: 80px; */
    }
    .migrant-coverage .title-secondary{
        /* font-size: 36px; */
        /* line-height: 58px; */
    }
    .migrant-coverage .grid{
        /* margin-top: 32px; */
        /* grid-template-columns: repeat(2, 1fr); */
        /* grid-gap: 24px; */
    }
    .migrant-help{
        /* margin-top: 80px; */
    }
    .cvo-main .bg-square1{
        /* top: -80px; */
    }
    .cvo-main .bg-square2 {
        /* height: 120px; */
    }
    .cvo-red .text{
        /* max-width: 450px; */
    }
    .cvo-tracking .text{
        /* max-width: 336px; */
    }
    .cvo-tracking .text .title-secondary {
        /* font-size: 36px; */
        /* line-height: 58px; */
    }
    .cvo-tracking .text .description {
        /* font-size: 14px; */
    }
    .press-main{
        background-image: url('../assets/image/press-bg-900.svg');
    }
    .press-banner .column{
        /* margin-top: 100px; */
        /* position: relative; */
    }
    .press-banner .text-title{
        /* width: 364px; */
    }
    .press-banner .column .img{
        /* position: absolute; */
        /* width: 500px; */
        /* left: unset; */
        /* right: -200px; */
        /* top: 0; */
    }
    .brand-asset{
        /* margin-top: 260px; */
    }
    .brand-asset .grid-parent{
        /* width: 400px; */
        /* position: relative; */
        /* left: 60px; */
    }
    .brand-asset .grid{
        /* width: 571px; */
    }
    .brand-asset .grid .item{
        /* padding: 19px 15px; */
    }
    .brand-asset .grid .item .image{
        /* width: 45px; */
        /* height: 45px; */
    }
    .brand-asset .grid .item .title{
        /* font-size: 15px; */
        /* line-height: 22px; */
    }
    .brand-asset .grid .item .name{
        /* font-size: 9px; */
        /* line-height: 11px; */
        /* margin-top: 3px; */
    }
    .press-af .grid{
        /* grid-gap: 15px; */
    }
    .press-af .grid .item{
        /* width: 157px; */
        /* height: 157px; */
    }
    .press-af .grid .item img{
        /* max-width: calc(100% - 10px); */
    }
    .press-af{
        /* margin-top: 90px; */
    }
    .press-media .grid{
        /* margin-top: 63px; */
        /* grid-template-columns: repeat(3, 1fr); */
    }
    .press-media .grid .item .image img{
        /* width: 52px; */
        /* height: 52px; */
    }
    .press-media .grid .item .image{
        /* top: -24px; */
    }
    .press-media .grid .item{
        /* padding: 51px 12px 5px; */
        /* min-height: 162px; */
    }
    .press-media .grid .item .title{
        /* font-size: 12px; */
        /* line-height: 15px; */
    }
    .press-media .grid .item .description{
        /* font-size: 12px; */
        /* line-height: 20px; */
        /* margin-top: 8px; */
    }
    .press-media{
        /* margin-top: 90px; */
    }
    .press-media .title-secondary{
        /* font-size: 36px; */
        /* line-height: 48px; */
    }
    .numun-main{
        /* background-image: url('../assets/image/numun-bg-900.svg'); */
    }
    .numun-goal .title-24px{
        /* font-size: 20px; */
        /* line-height: 36px; */
    }
    .numun-column{
        /* margin-top: 124px; */
    }
    .numun-column .column .item{
        /* max-width: 209px; */
    }
    .numun-column .column{
        /* flex-direction: row; */
        /* grid-column-gap: 24px; */
        /* grid-row-gap: 74px; */
    }
    .numun-column .column .item{
        /* padding-left: 14px; */
        /* padding-right: 14px; */
    }
    .numun-column .column .item h3{
        /* font-size: 18px; */
        /* line-height: 24px; */
    }
    .numun-column .column .item p{
        /* font-size: 12px; */
        /* line-height: 20px; */
    }
    .numun-illustration{
        /* margin-top: 50px; */
    }
    /* .mideast-main{ */
    /*     background-image: url('../assets/image/mideast-bg-900.svg'); */
    /* } */
    .md-device-1{
        /* margin-top: 90px; */
    }
    .md-column .column img{
        width: 212px;
        height: 212px;
    }
    .md-column .column{
        grid-gap: 23px;
    }
    .md-column .description{
        max-width: 325px;
    }
    .md-number{
        /* padding: 100px 0 0; */
    }
    .md-number .n-1{
        /* font-size: 84px; */
        /* line-height: 78px; */
        /* margin-bottom: 32px; */
    }
    .md-number .title-24px{
        /* font-size: 20px; */
        /* line-height: 32px; */
        /* margin-bottom: 8px; */
    }
    .md-number .description{
        /* line-height: 32px; */
    }
    .md-number .bottom .image{
        /* width: 300px; */
        /* height: 438px; */
        /* position: relative; */
        /* left: 70px; */
    }
    .md-number .bottom .image img{
        /* width: 495px; */
    }
    .md-number .bottom .text{
        /* padding: 0; */
    }
    .md-number::after{
        /* bottom: -800px; */
    }
    .md-number .bottom .pb2{
        /* grid-gap: 15px; */
        /* margin-top: 28px; */
    }
    .md-number .bottom .pb2 img{
        /* width: 146px; */
    }
    .md-number .diag{
        /* bottom: -60px; */
    }
    .md-radio .left{
        /* width: 304px; */
    }
    .md-radio .right{
        /* width: 294px; */
    }
    .md-radio .column{
        /* align-items: flex-start !important; */
    }
    .md-academy .left{
        /* width: 412px; */
        /* padding: 0; */
    }
    .md-academy .right{
        /* width: 200px; */
        /* left: 24px; */
    }
    .md-academy .right img{
        /* width: 431px; */
    }
    .md-academy .left::before{
        /* height: 816px; */
        /* right: -100px; */
        /* top: -90px; */
    }
    .md-purpose{
        /* margin-top: 150px; */
    }
    .art-absolute{
        /* left: -200px; */
    }
    .md-purpose .box{
        /* padding: 37px 75px; */
    }
    .md-purpose .box .title-secondary{
        /* font-size: 36px; */
        /* line-height: 45px; */
    }
    .md-purpose .box .play{
        /* margin-top: 32px; */
    }
    .md-purpose .box .play img{
        /* width: 72px; */
        /* height: 72px; */
    }
    .cvo-main{
        /* background-image: url('../assets/image/cvo-bg-900.svg'); */
    }
    .cvo-red .mb-4{
        /* margin-bottom: 68px !important; */
    }
    .press-slider-parent .prev{
        /* top: 150px; */
        /* left: -60px; */
    }
    .press-slider-parent .next{
        /* top: 150px; */
        /* right: -60px; */
    }
    .press-slider .item img{
        /* max-width: 100%; */
    }
    .illus-cvo{
        /* margin-top: -170px; */
    }
    .history-main{
        background-image: url("../assets/image/history-900.svg");
    }
    .img-bg-history img{
        height: 700px;
    }
    .img-bg-history::after{
        top: 550px;
    }
    .press-banner .text-title{
        /* margin-top: 40px; */
    }
}

@media (max-width: 970px){
    .cvo-information, .cvo-thepress{
        /* margin-top: 70px */
    }
    .cvo-data{
        /* margin-top: 50px */
    }
    .cvo-information .information-cards-wrapper {
        /* padding: 0 70px; */
    }
    .cvo-information .information-cards-wrapper .card {
        /* width: 156px; */
    }

    .cvo-information .information-cards-wrapper .card-body {
        /* padding: 14px; */
    }

    .cvo-information .information-cards-wrapper .tweet-img {
        /* width: 12px; */
    }

    .cvo-information .information-cards-wrapper .card-title {
        /* font-weight: 700; */
        /* font-size: 9px; */
        /* line-height: 16px; */
        /* color: #94A2BE; */
    }

    .cvo-information .information-cards-wrapper .card-title-tweet {
        /* font-weight: 700; */
        /* font-size: 9px; */
        /* line-height: 16px; */
        /* color: #3EAFEE; */
    }
    .cvo-information .information-cards-wrapper .card-text {
        /* font-size: 12px; */
        /* line-height: 14px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-3 {
        /* top: -150px; */
        /* left: 80px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-4 {
        /* position: absolute; */
        /* top: -150px; */
        /* right: 80px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-5 {
        /* left: 150px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-6 {
        /* right: 150px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-7 {
        /* left: 150px; */
        /* top: -100px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-8 {
        /* right: 150px; */
        /* top: -100px; */
    }

    .cvo-information .information-cards-wrapper .card#cardItem-9 {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* opacity: .3; */
        /* top: -200px; */
        /* z-index: 1; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-10 {
        /* opacity: .2; */
        /* top: -50px; */
        /* right: 50%; */
        /* transform: translateX(50%); */
    }
    .cvo-red .square1{
        /* width: 290px; */
        /* height: 170px; */
        /* top: -50px; */
        /* right: 0; */
    }
    .cvo-red .square2{
        /* width: 200px; */
        /* height: 170px; */
        /* bottom: -179px; */
        /* left: 0; */
    }
    .press-slider .item .description{
        /* font-weight: 400; */
        /* font-size: 14px; */
        /* line-height: 26px; */
        /* color: #394A6C; */
    }
    .cvo-tracking .video-frame {
        /* height: 250px; */
    }
}


@media (max-width: 768px){
    .row-impact-2 {
        flex-direction: column-reverse;
    }
    .cvo-red {
        /* padding: 171px 0px 1px; */
    }
    .cvo-red .row {
        /* margin-bottom: 64px !important; */
    }
    .cvo-red .title-secondary {
        /* font-size: 24px; */
        /* line-height: 34px; */
        /* margin-bottom: 16px; */
    }
    .cvo-red .description {
        /* font-size: 14px; */
        /* line-height: 24px; */
        /* margin-bottom: 16px; */
    }
    .cvo-information .information-cards-wrapper .hole {
        /* width: 250px; */
        /* height: 60px; */
    }

    .cvo-information .information-cards-wrapper .hole::before {
        /* width: 350px; */
        /* height: 90px; */
        /* right: -50px; */
        /* top: -13px; */
    }

    .cvo-information .information-cards-wrapper .hole::after {
        /* width: 430px; */
        /* height: 130px; */
        /* right: -86px; */
        /* top: -32px; */
    }

}

@media (max-width: 600px){
    .thankyou{
        /* bottom: 30px; */
    }
    .thankyou .box{
        /* width: 300px; */
        /* padding: 12px 20px; */
        /* background-color: #5CC487; */
        /* border-radius: 4px; */
    }
    .thankyou .box .d-flex{
        /* grid-gap: 12px; */
    }
    .img-bg-history::after {
        top: 490px;
    }
    .main {
        background-size: auto;
        background-position-x: left;
        background-repeat: no-repeat;
    }
    .home-main, .contact-main, .press-main{
        background-size: contain;
        background-position-x: center;
        background-repeat: no-repeat;
    }
    .home-main{
        background-image: url("../assets/image/home-bg-600.svg");
    }
    .container{
        /* padding: 0 24px; */
    }
    .button{
        padding: 13px 15px;
        font-size: 12px;
        line-height: 15px;
    }
    /* .nav{ */
    /*     padding-top: 24px; */
    /* } */
    /* .nav .logo img{ */
    /*     width: 96px; */
    /* } */
    /* .nav.active .logo img{ */
    /*     width: 138px; */
    /* } */
    /* .nav.active .flex-active{ */
    /*     padding: 24px 24px 10px; */
    /* } */
    .menu{
        /* height: 100%; */
        /* width: 100%; */
    }
    .dropdown .top, .dropdown .bottom{
        flex-direction: column;
        grid-gap: 28px;
    }
    .dropdown .top .item, .dropdown .bottom .link-dropdown{
        /* padding-left: 24px; */
    }
    .menu-inner{
        /* padding: 0 24px 0 24px; */
    }
    .parent-dropdown{
        /* width: 100%; */
        /* max-height: 380px; */
        /* overflow-y: scroll; */
    }
    .home-banner .text-title{
        /* text-align: left; */
        /* margin-top: 32px; */
    }
    .globe-inner{
        /* padding-top: 400px; */
    }
    .globe lottie-player{
        /* width: 604px !important; */
    }
    .globe-inner::after{
        /* top: 564px; */
    }
    .title-home{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 8px;
    }
    .text-title .button-home{
        /* text-align: center; */
    }
    .text-title button{
        margin-top: 24px;
    }
    .home-slide{
        /* margin-top: 138px; */
        /* padding: 16px 0 0; */
    }
    .text-slide{
        /* text-align: left; */
        /* padding: 0 16px; */
    }
    .text-slide h3{
        /* font-size: 18px; */
        /* line-height: 23px; */
        /* margin-top: 12px; */
    }
    .tab-slide{
        /* margin-top: 40px; */
        /* grid-gap: 55px; */
    }
    .tab-slide .item{
        /* font-size: 14px; */
        /* line-height: 18px; */
        /* padding-bottom: 12px; */
        /* width: auto; */
    }
    .slider .item{
        height: 340px;
    }
    /* .slider .item img{ */
    /*     margin: 24px auto 8px; */
    /*     width: 40px !important; */
    /*     height: 40px; */
    /* } */
    .slider .item .text{
        padding: 0 48px;
    }
    .slider .item h2{
        text-align: center;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 8px;
    }
    .slider .item p{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    .slick-dots{
        bottom: 20px;
    }
    .slick-dots li button:before{
        font-size: 8px;
    }
    .slick-dots li{
        margin: 0;
    }
    /* .prev{ */
    /*     left: 12px; */
    /*     bottom: 215px; */
    /* } */
    /* .next{ */
    /*     right: 12px; */
    /*     bottom: 215px; */
    /* } */
    /* .next img, .prev img{ */
    /*     width: 24px; */
    /* } */
    .slide-aset{
        /* width: 160px; */
        /* bottom: -48px; */
        /* left: -15px; */
    }

    .work-with-us{
        /* margin-top: 56px; */
    }
    .work-with-us .text{
        /* text-align: left; */
    }
    .title-secondary{
        /* font-size: 24px; */
        /* line-height: 34px; */
    }
    .work-with-us .description{
        /* margin-top: 16px; */
        /* font-size: 14px; */
        /* line-height: 24px; */
    }
    .work-with-us .colom-button{
        /* margin-top: 24px; */
        /* flex-direction: column; */
    }
    .work-with-us .colom-button button{
        /* width: 100%; */
    }
    .home-gallery{
        /* margin-top: 66px; */
        /* grid-gap: 10px; */
    }
    .home-gallery .item img{
        /* width: 167px; */
    }
    .home-gallery .r-six{
        /* top: 18px; */
    }
    .wwt{
    /*     width: 160px; */
    /*     bottom: 30px; */
    }
    footer{
        /* padding-top: 46px; */
        /* background-image: url("../assets/image/footer-600.svg"); */
    }
    .footer-home{
        /* margin-top: -32px; */
    }
    .footer-column{
        flex-wrap: wrap;
    }
    .logo-footer, .support-footer{
        width: 100%;
        margin: 0;
    }
    footer .menu-footer{
        display: flex;
        grid-gap: 89px;
    }
    footer .menu-footer .item{
        margin-top: 24px;
    }
    footer .menu-footer .item h2{
        font-size: 14px;
        line-height: 20px;
    }
    footer .menu-footer .item div{
        line-height: 20px;
        height: 20px;
        margin-top: 20px;
    }
    footer .menu-footer .item a{
        font-size: 14px;
        line-height: 20px;
    }
    .support-footer{
        margin-top: 70px;
    }
    .support-footer .text{
        /* padding: 16px; */
    }
    .support-footer .text h2{
        font-size: 15px;
        line-height: 19px;
    }
    .support-footer .text p{
        font-size: 12px;
        line-height: 22px;
        /* margin-top: 12px; */
    }
    .support-footer .btn{
        /* margin-top: 24px; */
    }

    /*About*/
    .about-main{
        background: transparent;
    }
    .img-bg-about img{
        /* height: 395px; */
    }
    .rec-mobile{
        position: absolute;
        right: 0;
        top: 306px;
        display: block;
    }
    .img-bg-about::after{
        /* top: 350px; */
        /* transform: skewY(-5deg); */
    }
    .about-banner .text-title{
        /* text-align: left; */
        /* margin-top: 32px; */
    }
    .about-banner .text-title .title-primary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .about-banner .text-title .description{
        /* margin-top: 8px; */
        /* font-size: 18px; */
        /* line-height: 26px; */
    }
    .about-photo{
        /* margin-top: 32px; */
    }
    .about-photo .column{
        /* display: block; */
    }
    .about-photo .image{
        margin-left: -24px;
    }
    .about-photo .image img{
        /* width: 210px; */
    }
    .about-photo .description{
        /* margin: -38px 0 0 0; */
        /* padding: 0; */
    }
    .about-after{
        /* margin-top: 70px; */
    }
    .about-after .box{
        /* padding: 66px 16px 24px; */
    }
    .about-after .box .title-secondary{
        /* font-size: 24px; */
        /* line-height: 34px; */
        /* text-align: left !important; */
    }
    .about-slider .slider{
        margin-top: 24px;
        margin-left: 0;
        width: 100%;
    }
    .about-slider .slider .item{
        max-width: 100%;
        height: 313px;
    }
    .about-slider{
        margin-top: 46px;
    }
    .about-slider .slider .item .img img{
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-slider .slider .item .img{
        margin: 32px auto 0;
        width: 90px;
        height: 90px;
    }
    .about-slider .slider .item .text{
        padding: 0 11px;
    }
    .about-slider .slider .item .year{
        margin-top: 40px;
        font-weight: 500;
        text-align: center;
    }
    .about-slider .slider .item p{
        text-align: left;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
        margin-top: 24px;
    }
    .news-footer{
        margin-top: 24px;
    }
    .news-footer .form{
        /* margin-top: 12px; */
    }
    .about-slider .prev{
        left: 40%;
        bottom: -55px;
    }
    .about-slider .prev:hover{
        left: 39%;
    }
    .about-slider .next{
        right: 40%;
        bottom: -55px;
    }
    .about-slider .next:hover{
        right: 39%;
    }
    .about-keep .title-secondary{
        /* text-align: left; */
    }
    .about-keep{
        /* padding-bottom: 90px; */
    }
    .about-keep .description{
        /* text-align: left; */
        /* font-size: 18px; */
        /* line-height: 32px; */
        /* margin-top: 16px; */
    }
    .illus-about{
        /* bottom: -31px; */
    }
    .about-slider .aset{
        display: none;
        bottom: -63px;
        width: 264px;
    }
    .about-slider .aset-mobile{
        display: block;
    }
    .workwith-main .img-bg-workwith::after{
        /* top: 665px; */
    }
    .workwith-main{
        background-image: url("../assets/image/workwith/wwu-bg-600.svg");
    }
    .workwith-banner .text-title{
        /* margin-top: 44px; */
    }
    .workwith-banner .text-title h1{
        /* font-size: 24px; */
        /* line-height: 34px; */
        /* margin-bottom: 24px; */
    }
    .workwith-banner .wwt-column{
        /* flex-direction: column; */
        /* grid-gap: 16px; */
    }
    .workwith-banner .text-title .description{
        /* font-size: 14px; */
        /* line-height: 22px; */
    }
    .wwt-whatwecan{
        margin-top: 56px;
    }
    .wwt-whatwecan .accordion{
        /* margin-top: 32px; */
    }
    .accordion-button img{
        /* width: 24px; */
        /* height: 24px; */
        /* margin-right: 16px; */
    }
    .accordion-button{
        /* padding: 16px; */
    }
    .accordion-body{
        /* padding: 0 16px 16px; */
        /* font-size: 12px; */
        /* line-height: 22px; */
    }
    .wwt-expertise{
        /* margin-top: 56px; */
    }
    .wwt-expertise .title-secondary{
        /* text-align: left !important; */
    }
    .wwt-expertise .description{
        /* text-align: left !important; */
        /* font-size: 18px; */
        /* line-height: 32px; */
        /* margin-top: 16px; */
    }
    .wwt-grid{
        /* grid-gap: 24px; */
    }
    .wws-contact{
        /* margin-top: 85px; */
    }
    .wws-contact .box{
        /* padding: 24px; */
    }
    .wws-contact .box .title-secondary{
        /* text-align: left !important; */
    }
    .wws-contact form{
        /* margin-top: 40px; */
    }
    .wws-button{
        /* justify-content: center !important; */
        /* margin-top: 52px; */
    }
    .wws-button .button{
        /* padding: 20px 30px; */
        /* font-size: 15px; */
        /* line-height: 19px; */
    }
    .wws-illustrasi{
        /* margin-top: -38px; */
        /* bottom: -31px; */
    }
    .contact-main{
        background-image: url("../assets/image/contact/contact-bg-600.svg");
    }
    .contact-banner .text-title{
        /* margin-top: 32px; */
        /* text-align: left; */
    }
    .contact-banner .text-title .title-primary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .contact-banner .text-title .description{
        /* margin-top: 8px; */
        /* font-size: 18px; */
        /* line-height: 28px; */
    }
    .donation-form{
        /* margin-top: 27px; */
    }

    footer .big-container{
        padding-bottom: 295px;
    }
    .illus-1{
        /* padding: 0 20px; */
        /* width: 1150px; */
        /* bottom: -57px; */
        /* left: -45px; */
    }
    .donation-form .box .left{
        /* padding: 24px; */
    }
    .donation-form .box .right{
        /* padding: 24px; */
    }
    .money-button{
        flex-wrap: wrap;
        grid-gap: 16px;
    }
    .money-button .button{
        width: 38px;
        min-width: 38px;
        height: 38px;
        font-size: 12px;
        line-height: 22px;
    }
    .money-button input{
        /* height: 38px; */
        /* padding: 5px 10px; */
        /* font-size: 12px; */
        /* line-height: 22px; */
    }
    .payment-method form .grid{
        /* margin-top: 20px; */
        /* grid-template-columns: repeat(1, 1fr); */
        /* grid-gap: 12px; */
    }
    .payment-method form .form-bottom{
        /* flex-direction: column; */
    }
    .payment-method form .form-bottom .button{
        /* margin-top: 58px; */
        /* padding: 20px 30px; */
        /* font-size: 15px; */
        /* line-height: 19px; */
    }
    .contact-form{
        /* margin-top: 24px; */
    }
    /* .cvb-main{ */
    /*     background-image: url("../assets/image/cvb-bg-600.svg"); */
    /* } */
    .crowd-banner .text-title{
        /* margin-top: 68px; */
    }
    .crowd-banner .text-title .title-primary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .crowd-banner .text-title .little-title{
        /* font-size: 14px; */
        /* line-height: 32px; */
    }
    .crowd-banner .text-title .description{
        /* margin-top: 8px; */
        /* font-size: 18px; */
        /* line-height: 32px; */
    }
    .cvb-desc{
        margin-top: 120px;
    }
    .cvb-desc .title-24px{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .cvb-desc p{
        margin-top: 0;
        margin-bottom: 24px;
    }
    .cvb-video{
        margin-top: 83px;
    }
    .cvb-video .absolute{
        width: 212px;
        top: -37px;
    }
    .cvb-video video{
        border-radius: 4px;
    }
    .cvb-grid{
        /* margin-top: 64px; */
    }
    .cvb-grid .title-secondary{
        /* text-align: left !important; */
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .cvb-grid .grid{
        /* grid-template-columns: repeat(1, 1fr); */
        /* margin-top: 54px; */
        /* grid-gap: 62px; */
    }
    .cvb-grid .icon img{
        /* width: 96px; */
    }
    .cvb-grid .title{
        /* font-size: 16px; */
        /* line-height: 20px; */
        /* margin: 40px 0 24px; */
        /* text-align: left; */
    }
    .cvb-grid .description, .cvb-grid .description a{
        /* font-size: 14px; */
        /* line-height: 18px; */
        /* text-align: left; */
    }
    .cvb-grid .image{
        /* margin-top: 40px; */
    }
    /*.explore-component{*/
    /*    margin-top: 72px;*/
    /*}*/
    /*.explore-component .title-secondary{*/
    /*    font-size: 32px;*/
    /*    line-height: 42px;*/
    /*    padding: 0 24px;*/
    /*    text-align: left !important;*/
    /*}*/
    /*.explore-component .exc-column{*/
    /*    grid-gap: 16px;*/
    /*    margin-top: 36px;*/
    /*    /*justify-content: flex-start !important;*/
    /*    margin-left: -77px;*/*/
    /*}*/
    /*.explore-component .exc-column a:nth-child(4),*/
    /*.explore-component .exc-column a:nth-child(5),*/
    /*.explore-component .exc-column a:nth-child(6){*/
    /*    display: none;*/
    /*}*/
    /*.explore-component .item{*/
    /*    width: 160px;*/
    /*    height: 190px;*/
    /*}*/
    /*.explore-component .item img{*/
    /*    margin: 34px auto 28px;*/
    /*    width: 72px;*/
    /*    height: 72px;*/
    /*}*/
    /*.explore-component .item p{*/
    /*    font-size: 12px;*/
    /*    line-height: 15px;*/
    /*}*/
    /* .moc-main{ */
    /*     background-image: url("../assets/image/moc-bg-600.svg"); */
    /* } */
    .img-bg-moc img{
        height: 526px !important;
    }
    .img-bg-moc::after{
        top: 508px;
    }
    .moc-desc{
        margin-top: 158px;
    }
    .moc-desc .title-24px{
        font-size: 18px;
        line-height: 28px;
        text-align: left !important;
    }
    .moc-desc .description{
        margin-top: 10px;
        line-height: 26px;
        text-align: left !important;
    }
    .moc-video{
        margin-top: 44px;
    }
    .moc-video video{
        border-radius: 4px;
    }
    .moc-video .absolute{
        width: 212px;
        bottom: -65px;
    }
    .moc-column{
        /* margin-top: 104px; */
        /* grid-gap: 32px; */
        /* flex-direction: column; */
    }
    .moc-column .description{
        /* margin-top: 12px; */
        /* line-height: 24px; */
    }
    .moc-image{
        /* margin-top: 48px; */
    }
    .moc-image .absolute{
        /* padding: 15px 14px; */
    }
    .moc-image .title-secondary{
        /* font-size: 12.7854px; */
        /* line-height: 21px; */
    }
    .moc-image .title-24px{
        /* font-size: 6.39269px; */
        /* line-height: 9px; */
    }
    .moc-image .line{
        /* display: none; */
    }
    .moc-image .play{
        /* width: 40px; */
        /* height: 40px; */
    }
    .crp-main{
        /* background-image: url("../assets/image/crp-bg-600.svg"); */
    }
    .crp-column{
        /* margin-top: 72px; */
    }
    .crp-column .d-flex{
        /* flex-direction: column-reverse; */
        /* grid-gap: 32px; */
    }
    .crp-column-1 .d-flex,
    .crp-column-3 .d-flex{
        /* flex-direction: column; */
    }
    .crp-column .text .description{
        /* margin-top: 14px; */
        /* line-height: 24px; */
    }
    .crp-column .text .title-secondary{
        /* line-height: 32px; */
    }
    .crp-column .image img{
        /* border-radius: 4px; */
    }
    .crp-column .d-flex .column-yt{
        /* display: grid !important; */
        /* grid-template-columns: repeat(3, 1fr); */
        /* grid-gap: 12px; */
    }
    .column-yt .item{
        height: 60px;
        width: 100%;
    }
    .crp-play{
        width: 32px;
        height: 32px;
    }
    /* .ahwaa-main{ */
    /*     background-image: url("../assets/image/ahwaa-bg-600.svg"); */
    /* } */
    .ahwaa-uniq .text .title-24px{
        font-size: 18px;
        line-height: 28px;
        color: #0F1E3A;
    }
    .ahwaa-uniq .text .description{
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .ahwaa-image .aset{
        /* width: 244px; */
    }
    .ahwaa-image .column{
        /* margin-top: 72px; */
        /* flex-direction: column; */
        /* grid-gap: 32px; */
    }
    .ahwaa-purpose{
        /* margin-top: -24px; */
        /* padding-top: 98px; */
        /* padding-bottom: 0; */
    }
    .ahwaa-purpose .d-flex{
        /* flex-direction: column; */
        /* grid-gap: 32px; */
    }
    .ahwaa-purpose .left .description{
        /* margin-top: 14px; */
    }
    .ahwaa-gs{
        /* padding-top: 157px; */
        /* margin-top: -60px; */
        /* z-index: 9; */
    }
    .ahwaa-gs img{
        /* width: 160px; */
        /* height: 160px; */
    }
    .ahwaa-gs .d-flex{
        /* flex-direction: column; */
        /* grid-gap: 32px; */
    }
    .ahwaa-gs .title-secondary{
        /* font-size: 24px; */
        /* line-height: 34px; */
    }
    .ahwaa-gs .description{
        /* margin-top: 14px; */
        /* font-size: 14px; */
        /* line-height: 24px; */
    }
    .ahwaa-gs .safety{
        /* margin-top: 52px; */
        /* flex-direction: column-reverse; */
    }
    .ahwaa-number{
        /* position: relative; */
        /* z-index: 99; */
    }
    .ahwaa-number .box{
        /* padding: 52px 16px; */
        /* width: 100%; */
    }
    .ahwaa-number .box .description{
        /* font-size: 12px; */
        /* line-height: 22px; */
    }
    .ahwaa-number .box h1{
        /* margin: 24px 0 32px; */
        /* font-size: 56px; */
        /* line-height: 66px; */
    }
    .ahwaa-number .aset-2{
        /* display: none !important; */
    }
    .ahwaa-number .aset-3{
        /* display: block !important; */
        /* top: 17px; */
        /* left: -48px; */
    }
    .about-after .box{
        /* padding: 78px 16px; */
    }
    .ahwaa-slider h2{
        /* text-align: left; */
    }
    .ahwaa-slider .description{
        /* text-align: left; */
        /* font-size: 14px; */
        /* line-height: 24px; */
    }
    .ahwaa-slider .description-two{
        /* text-align: left; */
        /* font-size: 12px; */
        /* line-height: 22px; */
    }
    .ahwaa-help{
        /* margin-top: 42px; */
    }
    .ahwaa-help .title-secondary{
        /* font-size: 32px; */
        /* line-height: 42px; */
        /* text-align: left !important; */
    }
    .ahwaa-help .description{
        /* font-size: 14px; */
        /* line-height: 24px; */
        /* text-align: left !important; */
        /* margin-top: 24px; */
    }
    .ahwaa-help .mt-40px{
        /* margin-top: 32px; */
    }
    /* .migrant-main{ */
    /*     background-image: url("../assets/image/migrant-bg-600.svg"); */
    /* } */
    .img-bg-migrant img{
        /* height: 600px; */
    }
    .img-bg-migrant::after{
        /* top: 540px; */
    }
    .migrant-banner .text-title .title-primary{
        /* white-space: break-spaces; */
        /* line-height: 42px; */
    }
    .migrant-banner .text-title .description{
        font-size: 14px;
        line-height: 26px;
    }
    .migrant-column{
        /* margin-top: 150px; */
    }
    .migrant-column .column{
        /* flex-direction: column; */
    }
    .migrant-vision, .migrant-platform, .migrant-platform .tab{
        /* margin-top: 56px; */
    }
    .migrant-vision .title-24px, .migrant-platform .title-24px{
        /* font-size: 16px; */
        /* line-height: 26px; */
        /* text-align: left; */
    }
    .migrant-vision .column{
        /* flex-direction: column; */
        /* grid-gap: 66px; */
    }
    .migrant-vision .column .item{
        /* padding: 70px 16px 36px; */
    }
    .migrant-vision .column .item p{
        /* font-size: 14px; */
        /* line-height: 24px; */
        /* text-align: left; */
    }
    .migrant-vision .column .item .icon img{
        /* width: 56px; */
        /* height: 56px; */
    }
    .migrant-vision .column .item .icon .blue{
        /* width: calc(56px + 44px); */
        /* height: calc(56px + 44px); */
        /* top: -22px; */
        /* left: -22px; */
    }
    .migrant-vision .column .item .icon{
        /* top: -29px; */
    }
    .migrant-platform .tab{
        /* grid-gap: 32px; */
    }
    .migrant-platform .tab .title-24px{
        /* white-space: pre; */
    }
    .migrant-platform .tab .title-24px{
        /* font-size: 14px; */
        /* line-height: 24px; */
        /* height: 35px; */
    }
    .migrant-platform .tab .title-24px.active{
        /* border-bottom: 2px solid #0F1E3A; */
    }
    .migrant-scroll{
        /* overflow: scroll; */
        /* max-width: calc(100% + 24px); */
    }
    .migrant-scroll::-webkit-scrollbar,
    .migrant-scroll::-webkit-scrollbar-thumb,
    .migrant-scroll::-webkit-scrollbar-track{
        /* display: none; */
    }
    .migrant-platform .image img{
        /* border-radius: 4px; */
    }
    .migrant-priority .title-secondary{
        /* text-align: left; */
    }
    .migrant-priority{
        /* margin-top: 72px; */
    }
    .migrant-vision .column{
        /* margin-top: 84px; */
    }
    .migrant-priority .column .item{
        /* padding: 71px 16px 16px; */
    }
    .migrant-priority .column .item p{
        /* font-size: 12px; */
        /* line-height: 24px; */
    }
    .migrant-priority .column .item h3{
        /* font-size: 16px; */
        /* line-height: 26px; */
        /* text-align: left; */
        /* margin-bottom: 16px; */
    }
    .migrant-after{
        /* margin-top: 109px; */
    }
    .migrant-coverage, .migrant-help{
        /* margin-top: 72px; */
    }
    .migrant-coverage .title-secondary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .migrant-coverage .grid .item .image{
        /* padding: 17px 20px; */
        /* width: 100%; */
        /* height: 100%; */
        /* overflow: hidden; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }
    .migrant-coverage .grid .item .image img{
        /* max-width: 100%; */
    }
    .migrant-coverage .grid{
        /* grid-template-columns: repeat(1, 1fr); */
        /* grid-gap: 32px; */
    }
    .migrant-help .title-secondary{
        /* white-space: pre; */
    }
    .cvo-information .information-cards-wrapper {
        /* padding: 0 24px; */
    }
    .cvo-information .information-cards-wrapper .card {
        /* width: 120px; */
    }

    .cvo-information .information-cards-wrapper .card-body {
        /* padding: 8px; */
    }

    .cvo-information .information-cards-wrapper .tweet-img {
        /* width: 10px; */
    }

    .cvo-information .information-cards-wrapper .card-title {
        /* font-weight: 700; */
        /* font-size: 8px; */
        /* line-height: 5px; */
        /* color: #94A2BE; */
    }

    .cvo-information .information-cards-wrapper .card-title-tweet {
        /* font-weight: 700; */
        /* font-size: 8px; */
        /* line-height: 5px; */
        /* color: #3EAFEE; */
        /* padding-left: 2px; */
    }
    .cvo-information .information-cards-wrapper .card-text {
        /* font-size: 10px; */
        /* line-height: 14px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-3 {
        /* top: -150px; */
        /* left: 50px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-4 {
        /* position: absolute; */
        /* top: -150px; */
        /* right: 50px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-5 {
        /* left: 80px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-6 {
        /* right: 80px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-7 {
        /* left: 70px; */
        /* top: -100px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-8 {
        /* right: 70px; */
        /* top: -100px; */
    }

    .cvo-information .information-cards-wrapper .card#cardItem-9 {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* opacity: .3; */
        /* top: -200px; */
        /* z-index: 1; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-10 {
        /* opacity: .2; */
        /* top: -50px; */
        /* right: 50%; */
        /* transform: translateX(50%); */
    }
    .cvo-red .square1{
        /* width: 240px; */
        /* height: 110px; */
        /* top: -5px; */
        /* right: 0; */
    }
    .cvo-red .square2{
        /* width: 240px; */
        /* height: 120px; */
        /* bottom: -140px; */
        /* left: 0; */
    }
    .press-slider .item .description{
        /* font-weight: 400; */
        /* font-size: 14px; */
        /* line-height: 26px; */
        /* color: #394A6C; */
    }
        .brand-asset .column .text{
            /* padding: 0 0 20px; */
        }
    .cvo-tracking {
        /* margin-top: 200px; */
    }
    .cvo-tracking .text {
        /* max-width: 100%; */
    }
    .cvo-tracking .text .title-secondary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .cvo-tracking .text .description{
        /* font-size: 14px; */
        /* line-height: 24px; */
        /* margin-bottom: 16px; */
    }
    .cvo-tracking .video-frame {
        /* height: 350px; */
    }
    .cvo-thepress .title-secondary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .cvo-help .title-secondary{
        /* font-size: 32px; */
        /* line-height: 42px; */
    }
    .press-main{
        background-image: url('../assets/image/press-bg-600.svg');
    }
    .press-banner .column{
        /* margin: 0; */
    }
    .press-banner .column .img{
        /* bottom: -210px; */
        /* top: unset; */
        /* right: -90px; */
        /* width: 270px; */
    }
    .press-banner .text-title{
        /* width: 288px; */
    }
    .brand-asset .column{
        /* flex-direction: column; */
    }
    .brand-asset .grid-parent{
        /* width: 100%; */
        /* left: 0; */
    }
    .brand-asset .grid{
        /* width: 100%; */
        /* grid-template-columns: repeat(1, 1fr); */
        /* grid-gap: 16px; */
    }
    .brand-asset .grid .item{
    /* padding: 25px 20px; */
}
    .brand-asset .grid .item .image{
        /* width: 60px; */
        /* height: 60px; */
    }
    .brand-asset .grid .item .title{
        /* font-size: 20px; */
        /* line-height: 30px; */
    }
    .brand-asset .grid .item .name{
        /* font-size: 12px; */
        /* line-height: 15px; */
        /* margin-top: 5px; */
    }
    .press-af{
        /* margin-top: 46px; */
    }
    .press-af .title-24px{
        /* text-align: left !important; */
        /* line-height: 24px; */
    }
    .press-af .grid{
        /* margin-top: 16px; */
        /* grid-gap: 16px; */
    }
    .press-af .grid .item{
        /* width: calc(50% - 8px); */
    }
    .press-media{
        /* margin-top: 40px; */
    }
    .press-media .title-secondary{
        /* font-size: 32px; */
        /* line-height: 32px; */
        /* text-align: left !important; */
    }
    .press-media .description{
        /* font-size: 14px; */
        /* line-height: 24px; */
        /* text-align: left !important; */
    }
    .press-media .grid{
        /* margin-top: 56px; */
        /* grid-template-columns: repeat(1, 1fr) */
    }
    .press-media .grid .item{
        /* padding: 66px 24px 10px; */
        /* min-height: 210px; */
    }
    .press-media .grid .item .image img{
        /* width: 62px; */
        /* height: 62px; */
    }
    .press-media .grid .item .image{
        /* top: -30px; */
    }
    .press-media .grid .item .title{
        /* font-size: 15px; */
        /* line-height: 19px; */
    }
    .press-media .grid .item .description{
        /* font-size: 15px; */
        /* line-height: 25px; */
        /* text-align: center !important; */
    }
    .numun-text{
        /* grid-gap: 24px; */
    }
    .numun-main{
        /* background-image: url('../assets/image/numun-bg-600.svg'); */
    }
    .numun-text .description{
        /* text-align: left !important; */
    }
    .numun-goal .title-24px{
        /* font-size: 16px; */
        /* line-height: 26px; */
        /* text-align: left !important; */
    }
    .numun-goal{
        /* margin-top: 56px; */
    }
    .numun-column .column .item{
        /* max-width: 100%; */
    }
    .nm-absolute{
        /* display: none; */
    }
    .numun-illustration{
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* width: 500px; */
        /* position: relative; */
        /* left: 50%; */
        /* translate: -50% -0%; */
    }
    .illus-cvo{
        /* margin-top: -70px; */
        /* width: 400px; */
        /* position: relative; */
        /* left: 50%; */
        /* transform: translate(-50%, 0%); */
    }
    .press-slider{
        /* width: 100%; */
    }
    .press-slider .item{
        /* padding: 0; */
    }
    .press-slider .slick-dots{
        /* bottom: -30px; */
    }
    .cvvo-help{
        /* margin-top: 100px; */
    }
    /* .mideast-main{ */
    /*     background-image: url('../assets/image/mideast-bg-600.svg'); */
    /* } */
    .mideast-banner .text-title .description{
        font-size: 14px;
        line-height: 32px;
    }
    .img-bg-mideast img{
        height: 600px;
    }
    .img-bg-mideast:after{
        top: 545px;
    }
    .md-device-1{
        /* margin-top: 40px; */
    }
    .md-column{
        margin-top: 32px;
    }
    .md-column .column{
        grid-gap: 12px;
    }
    .md-column .column img{
        width: 120px;
        height: 120px;
    }
    .md-column .text{
        margin-top: 32px;
        flex-direction: column;
        grid-gap: 24px;
    }
    .md-number .n-1{
        /* font-size: 64px; */
        /* line-height: 78px; */
        /* margin-bottom: 16px; */
        /* text-align: center; */
    }
    .md-number .title-24px{
        /* font-size: 24px; */
        /* line-height: 38px; */
        /* margin-bottom: 12px; */
    }
    .md-number .description{
        /* font-size: 18px; */
        /* line-height: 32px; */
        /* text-align: center; */
    }
    .md-number .bottom{
        /* margin-top: 64px; */
        /* flex-direction: column; */
    }
    .md-number .bottom .image{
        /* width: 100%; */
        /* left: 0; */
        /* margin-top: 130px; */
        /* height: auto; */
    }
    .md-number .diag{
        /* width: 700px; */
        /* left: 100px; */
    }
    .md-number::after{
        /* bottom: -960px; */
    }
    .md-number .bottom .image img{
        /* width: 100%; */
    }
    .md-radio{
        /* margin-top: 32px; */
    }
    .md-radio .column{
        /* flex-direction: column-reverse; */
    }
    .md-radio .right{
        /* width: 100%; */
    }
    .md-radio .left{
        /* display: none; */
    }
    .md-academy .column{
        /* flex-direction: column-reverse; */
    }
    .md-academy .right img{
        /* width: 100%; */
    }
    .md-academy .right{
        /* width: 100%; */
        /* left: 0; */
    }
    .md-academy{
        /* margin-top: 40px; */
    }
    .md-academy .left{
        /* width: 100%; */
        /* margin-top: 32px; */
    }
    .md-academy .left img{
        /* width: 196px; */
        /* margin-bottom: 8px; */
    }
    .md-academy .left .description{
        /* margin-top: 16px; */
    }
    .md-academy .left::before{
        /* top: -165px; */
        /* height: 895px; */
    }
    .art-absolute{
        /* height: 155px; */
        /* left: 0; */
        /* top: -80px; */
    }
    .md-purpose .box{
        /* padding: 40px 16px 52px; */
    }
    .md-purpose .box .title-secondary{
        /* font-size: 24px; */
        /* line-height: 34px; */
    }
    .md-purpose .box .description{
        /* margin-top: 16px; */
        /* line-height: 26px; */
        /* text-align: left !important; */
    }
    .md-purpose .box .play{
        /* margin-top: 48px; */
    }
    .md-purpose .spectrum{
        /* bottom: 40px; */
    }
    .md-thepress .press-slider{
        /* width: 100%; */
        /* grid-gap: 32px; */
        /* flex-wrap: wrap; */
    }
    .md-thepress .press-slider .item{
        /* width: 100%; */
        /* padding: 0; */
    }
    .md-number::before{
        /* display: none; */
    }
    .history-main{
        background-image: url("../assets/image/history-600.svg");
    }
    .img-bg-history::after{
        top: 673px;
    }
}

@media (max-width: 412px){
    .cvo-information .information-cards-wrapper {
        /* padding: 0 24px; */
    }
    .cvo-information .information-cards-wrapper .card {
        /* width: 100px; */
    }

    .cvo-information .information-cards-wrapper .card-body {
        /* padding: 6px; */
    }

    .cvo-information .information-cards-wrapper .tweet-img {
        /* width: 8px; */
    }

    .cvo-information .information-cards-wrapper .card-title {
        /* font-weight: 700; */
        /* font-size: 7px; */
        /* line-height: 5px; */
        /* color: #94A2BE; */
    }

    .cvo-information .information-cards-wrapper .card-title-tweet {
        /* font-weight: 700; */
        /* font-size: 7px; */
        /* line-height: 5px; */
        /* color: #3EAFEE; */
        /* padding-left: 2px; */
    }
    .cvo-information .information-cards-wrapper .card-text {
        /* font-size: 8px; */
        /* line-height: 14px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-3 {
        /* top: -125px; */
        /* left: 45px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-4 {
        /* position: absolute; */
        /* top: -125px; */
        /* right: 45px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-5 {
        /* left: 55px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-6 {
        /* right: 55px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-7 {
        /* left: 35px; */
        /* top: -90px; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-8 {
        /* right: 35px; */
        /* top: -90px; */
    }

    .cvo-information .information-cards-wrapper .card#cardItem-9 {
        /* left: 50%; */
        /* transform: translateX(-50%); */
        /* opacity: .3; */
        /* top: -200px; */
        /* z-index: 1; */
    }
    .cvo-information .information-cards-wrapper .card#cardItem-10 {
        /* opacity: .2; */
        /* top: -50px; */
        /* right: 50%; */
        /* transform: translateX(50%); */
    }
    .cvo-information .information-cards-wrapper .hole {
        /* width: 200px; */
        /* height: 50px; */
    }

    .cvo-information .information-cards-wrapper .hole::before {
        /* width: 270px; */
        /* height: 70px; */
        /* right: -35px; */
        /* top: -10px; */
    }

    .cvo-information .information-cards-wrapper .hole::after {
        /* width: 357px; */
        /* height: 95px; */
        /* right: -79px; */
        /* top: -22px; */
    }
}
