html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1280px;
    padding-left: 48px;
    padding-right: 48px;
    margin-left: auto;
    margin-right: auto;
}

main {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    scroll-snap-type: y mandatory;
}

.scroll-snap {
    scroll-snap-align: start;
}

.scroll-snap-none {
    scroll-snap-align: none;
}

#scroll-twenty-img {
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.d-block {
    display: block;
    transition: all 700ms ease-in-out;

}

.d-none {
    display: none;
}

h1,
h3,
p,
span,
a {
    margin: 0px;
}

.text-white {
    color: #fff;
}

.text-centre {
    text-align: center;
}

.position-fix {
    position: relative;
    z-index: 2;
}


.twenty-year-logo, .twenty-top-video, .twenty-detail-section {
    transform: translate(-50%, -50%) scale(0.4) !important;
}

.twenty-year-logo-c, .twenty-top-video-c, .twenty-detail-section-c {
    transform: translate(-50%, -50%) scale(1) !important;

}

.twenty-journey-section, .twenty-support-section, .twenty-fade-left {
    transform: translate(-100%, -50%)!important;
}

.twenty-fade-right {
    transform: translate(0%, -50%)!important;

}

.twenty-year-logo-c {
    width: 610px !important;
}

.twenty-top-video-c {
    width: 350px !important;
}

.video-show-fix {
    display: none;
}

#group-logo-title {
    display: none;
    position: absolute;
    top: 12vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#group-logo-title h3{
    font-size: 40px;
    text-align: center;
}


#header {
    padding: 0px 60px;
    background-color: #00084D;
    position: relative;
    z-index: 2;
    top: 0px;

}

#header .nav-bar {
    height: 86px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .nav-bar .logo {
    width: 218px;
    padding: 10px 00px;
}

#header .nav-bar .gift-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

#header .nav-bar .gift-wrapper img {
    width: 16px;
    height: 16px;
}


#header .nav-bar .gift-wrapper span {
    font-size: 16px;
    color: #DBA236;
    margin-left: 10px;
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
}
#header .nav-bar .gift-wrapper span:hover{
    text-decoration:none;
}
#header .nav-bar .gift-wrapper span:hover:before{
    width: 100%;
    left: 0;
    transform-origin: left;
}
#header .nav-bar .gift-wrapper span:before{
    bottom: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: #DBA236;
    transition: all 0.3s ease;
    transform-origin: right;
    content: "";
    position: absolute;
}
#top-video-section {
    position: relative;
    height: 100vh;
}

#top-video-section video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


#top-video-section .heading-wrapper {
    width: 680px;
    padding: 110px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    z-index: 1;
    position: relative;
    height: calc(100vh - 86px);
}

#top-video-section .heading-wrapper h1 {
    font-size: 70px;
}

#top-video-section .heading-wrapper h3 {
    font-size: 35px;
    margin-top: 50px;
}

#top-video-section .down-arrow-wrapper {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
}

#top-video-section .down-arrow-wrapper div {
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    margin: auto;
}

#top-video-section .down-arrow-wrapper div:last-child {
    margin-top: -9px;
}

#twenty-year-section {
    width: 100%;
    height: 100vh;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00084D;
}


#twenty-year-section div {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    position: relative;
    z-index: 2;
}


.detail-section {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 50px 0px;
    background-color: #00084D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.detail-section .bg-twenty {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 480px;
    transform: translate(-50%, -50%);
}

.detail-section .heading-wrapper {
    width: 700px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.detail-section .heading-wrapper h3,
#gift-section .gift-top h3 {
    font-size: 50px;
}

.detail-section .heading-wrapper p {
    font-size: 18px;
    margin-top: 40px;
}

.detail-section .heading-wrapper p span {
    margin-top: 15px;
    display: block;
}

#journey-section {
    background-color: #00084D;
    padding: 80px 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#journey-section h3 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 70px;
}

#journey-section .journey-wrapper-top,
#support-section .card-wrapper,
#journey-section .journey-bottom .card {
    width: 910px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 2;
}

#support-section .card-wrapper {
    padding-bottom: 40vh;
}

#journey-section .journey-wrapper-top img,
#journey-section .journey-bottom .card img {
    width: 440px;
    position: relative;
}

#journey-section .journey-wrapper-top .left-section,
#journey-section .journey-bottom .card .text-wrapper {
    width: 400px;
}

#journey-section .journey-bottom .line-wrapper {
    width: 918px;
    margin: 0px auto;
}

#journey-section .journey-bottom .line {
    position: relative;
    z-index: 2;
}

#journey-section .journey-bottom .first {
    left: 171px;
    margin-bottom: -57px;
    width: 550px;
}

#journey-section .journey-bottom .second {
    left: 171px;
    margin-bottom: -105px;
    margin-top: -121px;
    width: 350px;
}

#journey-section .journey-bottom .third {
    left: 155px;
    margin-top: -4px;
    margin-bottom: -25px;
}

#journey-section .journey-bottom .fourth {
    left: 81px;
    margin-top: -4px;
    margin-bottom: -5px;
}

#journey-section .journey-bottom .fifth {
    left: 357px;
    margin-top: -50px;
}


#journey-section .journey-wrapper-top .left-section p,
#journey-section .journey-bottom .card .text-wrapper p {
    font-size: 20px;
}

#journey-section .journey-wrapper-top .left-section button {
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 18px;
    outline: none;
    background: none;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

#journey-section .journey-wrapper-top .left-section button:hover {
    color: #00084D;
    background-color: #fff;
}

#journey-section .journey-wrapper-top .left-section button:hover #arrow-down {
    border-left: 1px solid #00084D;
    border-bottom: 1px solid #00084D;
}

#journey-section .journey-wrapper-top .left-section button div {
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    margin-left: 15px;
    margin-top: -2px;
}



#thankyou-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

#thankyou-section video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

#thankyou-section .title-wrapper {
    width: 665px;
    padding: 40px;
    margin: 0px auto;
    z-index: 6;
    position: relative;
    background-color: #00084D;
}

#thankyou-section .title-wrapper p {
    font-size: 24px;
    text-align: center;
}

#thankyou-section .title-wrapper p span {
    display: block;
    margin-top: 15px;
}

#support-section {
    background-color: rgb(0, 8, 77);
    padding: 120px 0px;
}

#support-section .title {
    font-size: 50px;
    text-align: center;
}


#support-section .author-wrapper {
    width: 910px;
    margin: 100px auto;
}

#support-section .author-wrapper h3 {
    font-size: 36px;
    margin-bottom: 40px;
}

#support-section .author-wrapper img {
    width: 690px;
}


#support-section .card-wrapper .left-section img {
    width: 440px;
    cursor: pointer;
}

#support-section .card-wrapper .right-section h3 {
    font-size: 36px;
    padding-left: 40px;
}

.group-logos {
    background-color: #00084D;
    width: 100%;
}

.group-logos .title-logo-wrapper,
.group-logos .cactus-logo-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group-logos .cactus-logo-wrapper .logos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group-logos .cactus-logo-wrapper .logos .cactus-logo {
    width: 918px;
    margin-bottom: 60px;
}

.group-logos .cactus-logo-wrapper .logos .researcher-logo {
    width: 735px;
    margin-bottom: 35px;
}

.group-logos .cactus-logo-wrapper .logos .paperpal-logo {
    width: 396px;
}

.group-logos .cactus-logo-wrapper .link {
    position: relative;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 8px 18px;
    outline: none;
    background: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    bottom: -7vh;
    transition: all 200ms ease-in-out;
}

.group-logos .cactus-logo-wrapper .link:hover {
    color: #00084D;
    background-color: #fff;
}


.group-logos h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px;
}

.group-logos .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-logos .logo-wrapper img {
    width: 290px;
}

.group-logos .logo-wrapper span {
    font-size: 22px;
    margin-left: 60px;
}

#gift-section {
    background-color: #00084D;
    padding-bottom: 35px;
}

#gift-section .gift-top {
    width: 975px;
    padding: 100px 0px;
    margin: 0px auto;
    background-image: url("/flourish/images/twenty-half.png");
    background-position: center;
    background-size: 376px;
    background-repeat: no-repeat;
}

#gift-section .gift-top p {
    font-size: 22px;
    margin-top: 20px;
}

#gift-section .gift-first {
    text-align: center;
}

#gift-section .gift-first span::after,
#gift-section .gift-first span::before {
    position: absolute;
    content: '';
    top: 18px;
    background: transparent linear-gradient(270deg, #DBA23600 0%, #DBA236 100%) 0% 0% no-repeat padding-box;
    width: 340px;
    height: 2px;
}

#gift-section .gift-first span::after {
    left: 160px;
}

#gift-section .gift-first span::before {
    right: 160px;
    transform: rotate(180deg);
}

#gift-section .gift-first span {
    font-size: 24px;
    color: #DBA236;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

#gift-section .gift-twenty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    margin: 20px auto 0px;
}

#gift-section .gift-twenty img {
    width: 164px;
}

#gift-section .gift-twenty div {
    margin-left: 30px;
}

#gift-section .gift-twenty div h3 {
    font-size: 26px;
}

#gift-section .gift-twenty div p {
    font-size: 15px;
    margin-top: 10px;
}

#gift-section .gift-card {
    width: 918px;
    margin: 40px auto 80px;
}

#gift-section .gift-card .title-wrapper {
    padding: 0px 30px;
}

#gift-section .gift-card .title-wrapper .title {
    font-size: 22px;
}

#gift-section .gift-card .title-wrapper .sub-title {
    font-size: 18px;
    margin-top: 15px;
}

#gift-section .gift-card .card-wrapper {
    margin-top: 40px;
}

#gift-section .gift-card .card-wrapper div {
    display: flex;
    justify-content: center;
}

#gift-section .gift-card .card-wrapper .cards-second {
    margin-top: 20px;
}

#gift-section .gift-card .card-wrapper div img {
    width: 306px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    transition: all 300ms;
    margin: 0px 22px;
}
#gift-section .gift-card .card-wrapper div img:hover{
    box-shadow: 0px 0px 57px 6px rgba(227, 161, 0, 0.6);
}
/*#gift-section .gift-card .card-wrapper div img:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transform: scale(1.02);
}*/


#gift-section .gift-card .cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    padding-bottom: 50px;
}

#gift-section .gift-card .cta-wrapper a {
    text-decoration: none;
    padding: 16px;
    background-color: #103DCC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 340px;
    transition: all 200ms ease-in-out;
}

#gift-section .gift-card .cta-wrapper a .first-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
}

#gift-section .gift-card .cta-wrapper a .first-title .arrow-wrapper {
    margin-top: 2px;
}

#gift-section .gift-card .cta-wrapper a .first-title .arrow-wrapper div {
    width: 13px;
    height: 13px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(225deg);
    margin: auto;
}

#gift-section .gift-card .cta-wrapper a .first-title .arrow-wrapper div:last-child {
    margin-top: -13px;
    margin-left: 14px;
}


#gift-section .gift-card .cta-wrapper a:hover {
    background-color: #233B86;
    color: #ffffffe8;
}

#gift-section .gift-card .cta-wrapper a span {
    font-size: 16px;
    font-weight: 400;
}


#gift-section .gift-card .cta-wrapper a:first-child {
    margin-right: 25px;
}

#gift-section .gift-card .service-wrapper {
    width: 705px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 50px 60px 35px;
    margin: 50px auto;
}

#gift-section .gift-card .service-wrapper .title {
    font-size: 22px;
    position: absolute;
    background-color: #00084D;
    padding: 0px 7px;
    top: -17px;
    transform: translateX(-50%);
    left: 50%;
    white-space: nowrap;
}

#gift-section .gift-card .service-wrapper .cta-wrapper1 {
    display: flex;
    justify-content: space-between;
}

#gift-section .gift-card .service-wrapper .cta-wrapper1 a {
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 2px;
    position: relative;
}

#gift-section .gift-card .service-wrapper .cta-wrapper1 a:hover{
    text-decoration:none;
}
#gift-section .gift-card .service-wrapper .cta-wrapper1 a:hover:before{
    width: 100%;
    left: 0;
    transform-origin: left;
}
#gift-section .gift-card .service-wrapper .cta-wrapper1 a:before{
    bottom: 0;
    right: 0;
    display: block;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    transform-origin: right;
    content: "";
    position: absolute;
}

#gift-section .gift-card .desc-wrapper {
    font-size: 18px;
    font-weight: 600;
}

#gift-section .gift-card .desc-wrapper ul {
    margin-top: 0px;
    padding-left: 18px;
}


#gift-section .gift-card .desc-wrapper ul li {
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
}

#gift-section .gift-card .editage-plus {
    text-align: center;
}

#gift-section .gift-card .editage-plus img {
    width: 328px;
}

#gift-section .gift-card .title-wrapper .plus-title {
    font-size: 30px;
    margin-bottom: 28px;
}

#gift-section .gift-card .title-wrapper .plus-title span {
    font-weight: 400;
}

#gift-section .gift-card .title-wrapper .plus-title del {
    color: #9BA3E8;
}

#gift-section .gift-card .title-wrapper .plus-para {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 600;
}

#gift-section .gift-card .title-wrapper .plus-para1 {
    font-size: 18px;
    margin-bottom: 40px;
}

#gift-section .gift-card .cta-wrapper-plus .title {
    font-size: 22px;
    margin-bottom: -20px;
}

#gift-section .gift-card .card-wrapper-plus .cards {
    display: flex;
    justify-content: space-between;
}

#gift-section .gift-card .card-wrapper-plus .cards div {
    width: 208px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    transition: all 300ms;
}

#gift-section .gift-card .card-wrapper-plus .cards div:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    transform: scale(1.03);
}


#gift-section .gift-card .card-wrapper-plus .cards div p {
    font-size: 18px;
    color: #00084D;
    text-align: center;
}

#gift-section .gift-card .card-wrapper-plus .desc-wrapper ul li {
    font-size: 15px;
    color: #9EA6EF;
    margin-top: 16px;
    margin-bottom: 50px;
    list-style-type: none;
    margin-left: -17px;
}

.copyright {
    border-top: 1px solid #ffffff;
}

.copyright p {
    font-size: 14px;
    padding-top: 40px;
    opacity: 0.8;
}

.gift-stickey-card {
    position: fixed;
    bottom: 0px;
    right: 70px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background-color: #DBA236;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 50;
    cursor: pointer;
    text-decoration: none;
}

.gift-stickey-card img {
    width: 29px;
    height: 29px;
}

.gift-stickey-card p {
    font-size: 12px;
    color: #07084D;
    padding-left: 12px;
    font-weight: bold;
}

#iframe-section {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.75);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    z-index: 20;
}

#iframe-section .frame-wrapper {
    width: 80%;
    height: 90%;
    padding: 40px 60px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    max-width: 900px;
}

#close-icon-wrapper {
    position: absolute;
    top: 24px;
    right: 26px;
    cursor: pointer;
}

#close-icon-wrapper div{ 
    width: 16px;
    height: 2px;
    background-color: #92a1aa;
    transform: rotate(-135deg);
}

#close-icon-wrapper div:last-child {
    margin-top: 5px;
    transform: translate(0px, -7px) rotate(135deg);
}


/* tab view  */
@media only screen and (min-width:950px) and (max-width:1299px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #header {
        padding: 0px 20px;
    }

    #gift-section .gift-top {
        width: 718px;
    }
}

/* mobile view */
@media only screen and (max-width: 949px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .twenty-year-logo-c {
        width: 316px !important;
    }

    .twenty-top-video-c, .twenty-detail-section-c, .twenty-detail-section-s, .twenty-support-section, .twenty-fade-right, .twenty-fade-left {
        width: 230px !important;
    }

    #header {
        padding: 0px 16px;
    }

    #header .nav-bar .gift-wrapper img {
        width: 22px;
        height: 22px;
    }

    .sm-none {
        display: none;
    }

    .video-show-fix {
        display: block;
    }

    #top-video-section .heading-wrapper {
        width: 320px;
    }

    #top-video-section .heading-wrapper h1 {
        font-size: 24px;
    }

    #top-video-section .heading-wrapper h3 {
        font-size: 21px;
    }

    .detail-section {
        padding: 50px 0px;
        background-position: center 145px;
        background-size: 341px;
    }

    .detail-section .bg-twenty {
        width: 341px;
    }

    .detail-section .heading-wrapper h3,
    #gift-section .gift-top h3 {
        font-size: 30px;
    }

    .detail-section .heading-wrapper p,
    #thankyou-section .title-wrapper p,
    #gift-section .gift-top p {
        font-size: 18px;
    }

    .detail-section .heading-wrapper {
        width: 320px;
    }

    #journey-section h3 {
        font-size: 30px;
        margin-bottom: 45px;
        position: relative;
        z-index: 2;
    }

    #journey-section .journey-wrapper-top,
    #support-section .card-wrapper,
    #journey-section .journey-bottom .card {
        width: 328px;
        flex-direction: column;
    }

    #journey-section .journey-wrapper-top .left-section,
    .order-1 {
        order: 1;
    }

    #journey-section .journey-wrapper-top img,
    #journey-section .journey-bottom .card img,
    #journey-section .journey-bottom .card .text-wrapper,
    #journey-section .journey-wrapper-top .left-section {
        width: 320px;
        margin-bottom: 40px;
    }

    #journey-section .journey-bottom .card {
        height: 60vh;
        justify-content: center !important;
    }

    #journey-section .journey-wrapper-top .left-section p,
    #journey-section .journey-bottom .card .text-wrapper p {
        font-size: 16px;
    }

    #journey-section .journey-wrapper-top .left-section button {
        font-size: 14px;
    }

    #thankyou-section .title-wrapper {
        width: 360px;
        padding: 28px;
    }

    #support-section .card-wrapper .left-section img {
        width: 320px;
        margin-bottom: 40px;
    }

    #support-section .title,
    .group-logos h3 {
        font-size: 30px;
    }

    #support-section .card-wrapper .left-section {
        order: 1;
        margin-top: 45px;
    }

    #support-section .card-wrapper .right-section h3 {
        font-size: 22px;
        padding-left: 0px;
    }

    #support-section .author-wrapper h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .group-logos .first-logo {
        background-size: 246px;
    }

    .group-logos .logo-wrapper {
        flex-direction: column;
    }

    .group-logos .logo-wrapper span {
        font-size: 18px;
        margin-left: 0px;
        margin-top: 25px;
        text-align: center;
    }

    .group-logos .cactus-logo-wrapper .logos .cactus-logo {
        width: 328px;
        margin-bottom: 35px;
    }

    .group-logos .cactus-logo-wrapper .logos .researcher-logo {
        width: 300px;
        margin-bottom: 25px;
    }

    .group-logos .cactus-logo-wrapper .logos .paperpal-logo {
        width: 220px;
    }

    .group-logos .logo-wrapper img {
        width: 220px;
    }

    #support-section .author-wrapper img {
        width: 328px;
    }

    #support-section .author-wrapper {
        margin: 50px auto;
    }

    #gift-section {
        padding-bottom: 20px;
    }

    #gift-section .gift-top {
        width: 328px;
        background-position: center -5px;
        background-size: 340px;
    }

    #gift-section .gift-first span {
        font-size: 20px;
    }

    #support-section .author-wrapper {
        width: 328px;
    }

    #gift-section .gift-first span::after,
    #gift-section .gift-first span::before {
        width: 100px;
        top: 15px;
    }

    #gift-section .gift-first span::after {
        left: 127px;
    }

    #gift-section .gift-first span::before {
        right: 127px;
    }

    #gift-section .gift-card {
        width: 328px;
    }

    #gift-section .gift-card .title-wrapper {
        padding: 0px;
    }

    #gift-section .gift-card .title-wrapper p {
        font-size: 16px;
    }

    #gift-section .gift-card .cta-wrapper a:first-child {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    #gift-section .gift-card .cta-wrapper {
        flex-direction: column;
        padding-bottom: 30px;
    }

    #gift-section .gift-card .cta-wrapper a {
        width: 328px;
    }

    #gift-section .gift-card .cta-wrapper a span {
        font-size: 15px;
    }

    #gift-section .gift-card .service-wrapper .title {
        font-size: 18px;
    }

    #gift-section .gift-card .service-wrapper {
        width: 328px;
        padding: 40px 50px 25px;
    }

    #gift-section .gift-card .service-wrapper .cta-wrapper1 {
        flex-direction: column;
        align-items: center;
    }

    #gift-section .gift-card .service-wrapper .cta-wrapper1 a {
        width: fit-content;
        margin-bottom: 8px;
    }

    #gift-section .gift-card .service-wrapper .cta-wrapper1 a:last-child {
        margin-bottom: 0px;
    }

    #gift-section .gift-card .title-wrapper .plus-title {
        font-size: 22px;
        display: flex;
        flex-direction: column;
    }

    #gift-section .gift-card .title-wrapper .plus-para,
    #gift-section .gift-card .cta-wrapper .title {
        font-size: 18px;
    }

    #gift-section .gift-card .title-wrapper .plus-para1 {
        font-size: 16px;
    }

    .copyright {
        padding: 0px 20px;
    }


    .copyright p {
        font-size: 12px;
        padding-top: 20px;
    }

    #gift-section .gift-card .card-wrapper-plus .cards {
        flex-wrap: wrap;
    }

    #gift-section .gift-card .card-wrapper-plus .cards div p {
        font-size: 15px;
    }

    #gift-section .gift-card .card-wrapper-plus .cards div {
        width: 152px;
        padding: 20px 8px;
    }

    #gift-section .gift-card .card-wrapper-plus .cards div:nth-last-child(-n + 2) {
        margin-top: 20px;
    }

    #gift-section .gift-card .card-wrapper-plus .desc-wrapper ul li {
        font-size: 13px;
    }

    #gift-section .gift-card .card-wrapper div img {
        width: 328px;
        margin-top: 20px;
    }

    #gift-section .gift-card .card-wrapper div {
        flex-direction: column;
    }

    #gift-section .gift-card .card-wrapper div img:last-child {
        margin-top: 20px;
    }

    .gift-stickey-card {
        right: 20px;
    }

    #iframe-section .frame-wrapper {
        width: 100%;
        height: 100%;
        padding: 45px 16px;
        border-radius: 0px;
    }

    #journey-section .journey-bottom {
        background-image: none;
    }

    #group-logo-title h3{
        font-size: 30px !important;
        width: 235px;
    }
    #top-video-section .down-arrow-wrapper {
        bottom: 84px;
    }

    #gift-section .gift-card .cta-wrapper a .first-title {
        font-size: 20px;
    }

    .group-logos .cactus-logo-wrapper .link {
        font-size: 12px;
        padding: 6px 14px;
    }

    #gift-section .gift-twenty div h3 {
        font-size: 20px;
    }
    
    #gift-section .gift-twenty div p {
        font-size: 12px;
    }

    #gift-section .gift-twenty {
        width: 328px;
    }

    #gift-section .gift-twenty img {
        width: 130px;
    }

    #gift-section .gift-twenty div {
        margin-left: 20px;
    }
}

.service-cta-title{
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
}

