.page-template-DigitalBanking #digital-banking{
    font-weight: 700;
}
.easy-banking-save{
  width: 381px;
}
.easy-banking-save-together{
  width: 420px;
}
.easy-banking-save-growth-is-possible{
  width: 420px;
}
.for-everything-money-locate{
  width: 479px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;  
}
.for-everything-money-growth{
  width: 500px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;
}
.for-everything-money-save{
  width: 420px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.48px;
  text-align: left;  
}
.personal-account-a{
    text-decoration: none;
}
.login1-card{
    cursor: pointer;
    border: 0;
    padding: var(--padding-2xs) var(--padding-15xl);
    background-color: var(--color-white);
    border-radius: var(--br-11xl);
    height: 42px;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    /* position: absolute; */
    /* top: 50%; */
    /* bottom:10% */

}
.gallery-container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    position: relative;
    height: 725px;
    overflow: hidden;
}

.gallery-item{
    height: 200px;
    position: absolute;
    transition: 1s ease-in-out;
    width: 330px;
    border-radius: 15px;
    background-size: contain;
}

@keyframes bounce-in-right {
    0% {
      transform: translateX(-20%);
    }
    60% {
      transform: translateX(0%);
    }
  }
  @keyframes bounce-in-right2 {
      0% {
        transform: translateX(-50%);
      }
      60% {
        transform: translateX(-57%);
      }
    }
  
  .bounce-in-right {
      animation: bounce-in-right 3s ease-in-out;
  }
  .bounce-in-right2{
      animation: bounce-in-right2 2s ease-in-out;
  }

.gallery-item-1{
    height: 550px;
    left: 3%;
    opacity: 1;
    z-index: 1;
}
@keyframes zoom-out {
    from {
        transform: scale(1);
      }
    to {
        transform: scale(0.2);
      }
  }

.gallery-item-2{
    height: 500px;
    opacity: 1;
    z-index: 1;
}

.gallery-item-2{
    left: 67%;
    transform: translateX(-50%);
}

.gallery-item-3{
    left: 103%;
    height: 500px;
    width: 230px;
    border:  1px solid solid green;
    transform: translateX(-50%);
    transition:  none;
}

.gallery-item-4{
    height: 200px;
    width: 100px;
    z-index: -1;
    left: 15%;
}


.belowDotContainer{
    position: absolute;
    display: flex;
    left: 145px;
    bottom: 50px;
    gap: 15px;
}
.belowDotStyle{
    width: 15px;
    height: 15px;
    background-color:#575757;
    border-radius: 50%;
    transition: background-color 0.5s ease-in-out;
}
.belowDotStyle.active {
    background-color:  #D9D9D9;
}
.secondBlock{
    width: 690px;
    position: relative;
}

.pos-cont-image{
    width: 100%;
    position: relative;
    /* height: 624px; */
    object-fit: cover;
}
.easy-banking {
    margin: 0;
  }
  .easy-banking-possibility-container {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-family: inherit;
    font-size: 64px;
    letter-spacing: 4px;
  }
  .experience-a-life-changing {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-base);
    line-height: 128%;
    display: inline-block;
    height: 59px;
    flex-shrink: 0;
  }
  .texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-xl);
  }
  .cont-inner {
    width: 529px;
    position: relative;
    height: 650px;
    object-fit: cover;
    padding-left: 175px;
  }
  .cont18,
  .hero-11 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .cont18 {
    flex: 1;
    align-items: center;
    gap: var(--gap-18xl);
  }
  .hero-11 {
    align-self: stretch;
    background-color: var(--color-gray-100);
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 55px 0 0 var(--padding-93xl);
    z-index: 0;
    font-size: var(--font-size-59xl);
    padding-right: 112px;
  }
  .one-app-all-container {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: inherit;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-family: inherit;
    width: 522px;
    height: 128px;

    gap: 0px;
    opacity: 0px;

  }
  .download-our-bank {
    margin: 0;
    position: relative;
    font-size: var(--font-size-base);
    line-height: 128%;
  }
  .texts1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-xl);
  }
  .google-child {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
  }
  .google {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    width: 162.9px;
    position: relative;
    height: 47.2px;
  }
  .group-icon,
  .group-icon1 {
    position: absolute;
    height: 64.19%;
    width: 77.55%;
    top: 19.7%;
    right: 13.25%;
    bottom: 16.1%;
    left: 9.2%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
  }
  .group-icon1 {
    height: 15.89%;
    width: 51.17%;
    top: 21.19%;
    right: 16.75%;
    bottom: 62.92%;
    left: 32.09%;
  }
  .apple-store {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    width: 163px;
    position: relative;
    height: 47.2px;
  }
  .content2,
  .cta3 {
    display: flex;
    justify-content: flex-start;
  }
  .cta3 {
    flex-direction: row;
    align-items: center;
    gap: var(--gap-xl);
  }
  .content2 {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 180px;
    height: 500px;
  }
  .group-child,
  .group-inner,
  .group-item {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    object-fit: cover;
  }
  .group-inner,
  .group-item {
    left: 24px;
  }
  .group-inner {
    left: 48px;
  }
  .ellipse-parent,
  .instance-child {
    position: absolute;
    top: 512px;
    left: 82px;
    width: 60px;
    height: 12px;
  }
  .instance-child {
    top: 29px;
    left: 702px;
    border-radius: 22.09px;
    width: 197.3px;
    height: 430px;
    object-fit: cover;
  }
  .instance-inner,
  .instance-item,
  .rectangle-icon {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25.07px;
    width: 223.9px;
    height: 488px;
    object-fit: cover;
  }
  .instance-inner,
  .rectangle-icon {
    top: 20px;
    left: 249.4px;
    border-radius: 23.01px;
    width: 205.6px;
    height: 448px;
  }
  .rectangle-icon {
    top: 29px;
    left: 480px;
    border-radius: 22.09px;
    width: 197.3px;
    height: 430px;
  }
  .group-parent {
    width: 547px;
    position: relative;
    height: 540px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .cont19,
  .download-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .cont19 {
    flex: 1;
    align-items: flex-end;
    /* gap: var(--gap-61xl); */
    gap:40px;
  }
  .download-cont {
    align-self: stretch;
    background-color: var(--color-gray-100);
    flex-wrap: wrap;
    align-items: flex-start;
    padding: var(--padding-41xl) 0 var(--padding-41xl) var(--padding-93xl);
    padding-left: 112px;
    z-index: 1;
  }
  .for-everything-money {
    margin: 0;
    align-self: stretch;
    position: relative;
    font-size: var(--font-size-base);
    line-height: 128%;
  }
  .texts2 {
    /* align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center; */
    gap: var(--gap-xl);
    /* padding: 250px; */
    /* top: 43%; */
    /* position: absolute; */
    /* left: 25%; */
    /* position: absolute; */
  }
  .log-in1 {
    position: relative;
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-family: var(--font-inter);
    color: var(--color-gray-100);
    text-align: left;
  }
  .content3,
  .login1,
  .pos-cont {
    display: flex;
    align-items: center;
  }
  .login1 {
    cursor: pointer;
    border: 0;
    padding: var(--padding-2xs) var(--padding-15xl);
    background-color: var(--color-white);
    border-radius: var(--br-11xl);
    height: 42px;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
  }
  .content3,
  .pos-cont {
    align-self: stretch;
    flex-direction: column;
  }
  .content3 {
    gap: var(--gap-21xl);
    justify-content: center;
    align-items: center;
    position: absolute;
    padding-top: 75px;
    width: 100%;
  }
  .pos-cont {
    justify-content: center;
    /* padding: 236px var(--padding-93xl); */
    /* background-image: url(./public/poscont@3x.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
    text-align: center;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  }
  .cont-child1 {
    width: 388px;
    position: relative;
    border-radius: 17.72px;
    height: 508px;
    object-fit: cover;
  }
  .content4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-21xl);
  }
  .cont20,
  .personal-cont {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .cont20 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: var(--gap-61xl);
  }
  .personal-cont {
    background-color: var(--color-gray-100);
    padding: var(--padding-41xl) var(--padding-93xl);
    z-index: 3;
  }
  .business-cont,
  .cont21,
  .personal-cont {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
  }
  .cont21 {
    flex-direction: row;
    align-items: center;
    gap: var(--gap-61xl);
  }
  .business-cont {
    background-color: var(--color-gray-100);
    /* border: 1px solid var(--color-black); */
    flex-direction: column;
    align-items: flex-start;
    padding: var(--padding-41xl) var(--padding-93xl);
    z-index: 4;
  }
  .cont22,
  .locate-atm-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .cont22 {
    flex: 1;
    gap: var(--gap-61xl);
  }
  .locate-atm-cont {
    align-self: stretch;
    background-color: var(--color-gray-100);
    flex-wrap: wrap;
    padding: var(--padding-41xl) var(--padding-93xl);
    z-index: 5;
  }
  .digital-banking3 {
    margin: 0;
    position: relative;
    font-size: inherit;
    font-weight: 200;
    font-family: inherit;
  }
  .digital-platforms1 {
    text-decoration: none;
    position: relative;
    color: inherit;
  }
  .list5 {
    align-self: stretch;
    flex-direction: column;
    gap: var(--gap-xs);
    font-size: var(--font-size-3xs);
  }
  .cont23,
  .d-banking1,
  .list5,
  .menu-cont1,
  .quick-links2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .d-banking1,
  .quick-links2 {
    flex: 1;
    flex-direction: column;
    gap: var(--gap-xl);
  }
  .cont23,
  .menu-cont1 {
    flex-direction: row;
    gap: var(--gap-61xl);
  }
  .cont23 {
    flex: 1;
  }
  .menu-cont1 {
    align-self: stretch;
  }
  .gti-bank1 {
    width: 86px;
    position: relative;
    font-size: var(--font-size-3xs);
    display: flex;
    align-items: center;
    height: 18px;
    flex-shrink: 0;
  }
  .left2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-61xl);
  }
  .divider-icon2,
  .divider-icon3 {
    width: 1px;
    position: relative;
    height: 220px;
  }
  .divider-icon3 {
    width: 388px;
    height: 1px;
    display: none;
  }
  .apple-icon1 {
    width: 162px;
    position: relative;
    height: 48px;
    object-fit: cover;
  }
  .store-cta1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-base);
  }
  .union-icon2 {
    position: absolute;
    height: 76.11%;
    width: 42.22%;
    top: 12.22%;
    right: 28.89%;
    bottom: 11.67%;
    left: 28.89%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
  }
  .solidbrandsfacebook1 {
    text-decoration: none;
    width: 18px;
    position: relative;
    height: 18px;
  }
  .subtract-icon2,
  .vector-icon3 {
    position: absolute;
    height: 76.67%;
    width: 76.67%;
    top: 11.67%;
    right: 11.67%;
    bottom: 11.67%;
    left: 11.67%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
  }
  .vector-icon3 {
    height: 67.78%;
    width: 81.11%;
    top: 16.67%;
    right: 9.44%;
    bottom: 15.56%;
    left: 9.44%;
    display: none;
  }
  .layer-x0020-1-icon1,
  .subtract-icon3,
  .union-icon3,
  .vector-icon4 {
    position: absolute;
    height: 70%;
    width: 77.78%;
    top: 15.56%;
    right: 9.44%;
    bottom: 14.44%;
    left: 12.78%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
  }
  .subtract-icon3,
  .union-icon3,
  .vector-icon4 {
    height: 80%;
    width: 78.33%;
    top: 7.78%;
    right: 10.56%;
    bottom: 12.22%;
    left: 11.11%;
  }
  .subtract-icon3,
  .vector-icon4 {
    height: 61.11%;
    width: 84.44%;
    top: 19.44%;
    right: 7.78%;
    bottom: 19.44%;
    left: 7.78%;
  }
  .vector-icon4 {
    height: 78.33%;
    width: 72.78%;
    top: 11.11%;
    right: 13.33%;
    bottom: 10.56%;
    left: 13.89%;
  }
  .socials1 {
    align-self: stretch;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--gap-3xl);
  }
  .footer1,
  .right2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-61xl);
  }
  .footer1 {
    align-self: stretch;
    background-color: var(--color-gray-100);
    flex-direction: row;
    flex-wrap: wrap;
    padding: var(--padding-41xl) var(--padding-93xl);
    gap: var(--gap-41xl);
    z-index: 6;
    text-align: left;
    font-size: var(--font-size-sm);
    color: var(--color-white);
    font-family: var(--font-inter);
  }
  .left-child {
    width: 145px;
    position: relative;
    height: 28.8px;
    object-fit: cover;
  }
  .personal-banking3 {
    position: relative;
    font-weight: 500;
  }
  .icon6 {
    width: 9.5px;
    position: relative;
    height: 5.5px;
  }
  .icon5,
  .menu4 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .icon5 {
    width: 15px;
    height: 13px;
    justify-content: center;
  }
  .menu4 {
    position: absolute;
    top: 0;
    left: 10px;
    justify-content: flex-start;
    gap: var(--gap-10xs);
  }
  .pers-b-links-child3 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    width: 180px;
    height: 164px;
  }
  .pers-b-links-child4,
  .pers-b-links-child5,
  .pers-b-links-child6,
  .pers-b-links-child7,
  .pers-b-links-child8 {
    position: absolute;
    top: 6px;
    left: 5px;
    background-color: var(--color-white);
    width: 170px;
    height: 28px;
  }
  .pers-b-links-child5,
  .pers-b-links-child6,
  .pers-b-links-child7,
  .pers-b-links-child8 {
    top: 47px;
  }
  .pers-b-links-child6,
  .pers-b-links-child7,
  .pers-b-links-child8 {
    top: 88px;
  }
  .pers-b-links-child7,
  .pers-b-links-child8 {
    top: 129px;
  }
  .pers-b-links-child8 {
    top: 170px;
  }
  .current-accounts1,
  .savings-accounts1 {
    position: absolute;
    top: 13px;
    left: 9px;
    font-weight: 300;
  }
  .savings-accounts1 {
    top: 54px;
  }
  .investments-calculator2,
  .loans1,
  .remittances1 {
    position: absolute;
    top: 95px;
    left: 9px;
    font-weight: 300;
  }
  .investments-calculator2,
  .remittances1 {
    top: 136px;
  }
  .investments-calculator2 {
    top: 177px;
  }
  .pers-b-links1 {
    position: absolute;
    top: 41px;
    left: 0;
    width: 180px;
    height: 198px;
    display: none;
    color: var(--color-gray-100);
  }
  .personal1 {
    width: 128px;
    position: relative;
    height: 15.2px;
  }
  .icon-container {
    position: absolute;
    top: 2px;
    left: 110.3px;
    width: 17px;
    height: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .corporate-banking3 {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
  }
  .list-child4,
  .menu5 {
    position: absolute;
    top: 0;
    left: -0.2px;
    width: 127.3px;
    height: 15px;
  }
  .list-child4 {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
  }
  .list-child5,
  .list-child6,
  .list-child7,
  .list-child8,
  .list-child9 {
    position: absolute;
    height: 13.4%;
    width: 94.44%;
    top: 2.87%;
    right: 2.78%;
    bottom: 83.73%;
    left: 2.78%;
    background-color: var(--color-white);
  }
  .list-child6,
  .list-child7,
  .list-child8,
  .list-child9 {
    top: 22.49%;
    bottom: 64.11%;
  }
  .list-child7,
  .list-child8,
  .list-child9 {
    top: 42.11%;
    bottom: 44.5%;
  }
  .list-child8,
  .list-child9 {
    top: 61.72%;
    bottom: 24.88%;
  }
  .list-child9 {
    top: 81.34%;
    bottom: 5.26%;
    display: none;
  }
  .corp-current-accounts1 {
    position: absolute;
    top: 6.22%;
    left: 5%;
    font-weight: 300;
  }
  .gti-business-savings1,
  .gti-flex-business1 {
    position: absolute;
    top: 25.84%;
    left: 5%;
    font-weight: 300;
  }
  .gti-business-savings1 {
    top: 45.45%;
  }
  .investments-calculator3,
  .trade-facility1 {
    position: absolute;
    top: 65.07%;
    left: 5%;
    font-weight: 300;
  }
  .investments-calculator3 {
    top: 84.69%;
    display: none;
  }
  .list9 {
    position: absolute;
    top: 41px;
    left: -10px;
    width: 180px;
    height: 209px;
    display: none;
    color: var(--color-gray-100);
  }
  .corporate1,
  .digital-banking4 {
    width: 128px;
    position: relative;
    height: 18.3px;
  }
  .digital-banking4 {
    height: 15.2px;
  }
  .left3,
  .menu3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-base);
  }
  .left3 {
    align-self: stretch;
    flex-wrap: wrap;
    gap: var(--gap-41xl);
  }
  .cont-child4 {
    width: 16px;
    position: relative;
    height: 16px;
  }
  .cont25 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-11xs);
  }
  .dropdown-icon1 {
    width: 24px;
    position: relative;
    height: 24px;
  }
  .languages1,
  .login5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .login5 {
    border-radius: var(--br-11xl);
    background-color: var(--color-white);
    height: 42px;
    justify-content: center;
    padding: var(--padding-2xs) var(--padding-15xl);
    box-sizing: border-box;
    color: var(--color-gray-100);
  }
  .vector-icon5 {
    position: absolute;
    height: 58.33%;
    width: 75%;
    top: 20.83%;
    right: 12.5%;
    bottom: 20.83%;
    left: 12.5%;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
  }
  .menu-1 {
    width: 24px;
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: none;
  }
  .right3,
  .web-header1 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .right3 {
    align-self: stretch;
    justify-content: flex-end;
    gap: var(--gap-base);
  }
  .web-header1 {
    width: 1280px;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-gray-100);
    justify-content: space-between;
    padding: var(--padding-smi) var(--padding-93xl);
    box-sizing: border-box;
    z-index: 7;
    font-size: var(--font-size-xs);
  }
  .digital {
    width: 100%;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: var(--font-size-45xl);
    color: var(--color-white);
    font-family: var(--font-inter);
  }
  @media screen and (max-width: 1200px) {
    .menu-cont1 {
      gap: var(--gap-xl);
    }
    .left2 {
      width: auto;
      align-self: unset;
    }
    .footer1 {
      width: 1200px;
    }
    .digital-banking4 {
      width: 100px;
    }
    .web-header1 {
      width: 1200px;
    }
  }
  @media screen and (max-width: 960px) {
    .texts {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
    .cont-inner {
      width: 440px;
      height: 520px;
    }
    .cont18 {
      flex: 1;
      gap: var(--gap-18xl);
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
    .download-cont,
    .hero-11 {
      padding-left: var(--padding-5xl);
      box-sizing: border-box;
    }
    .pos-cont {
      padding: var(--padding-101xl) var(--padding-5xl);
      box-sizing: border-box;
    }
    .cont20 {
      gap: var(--gap-41xl);
    }
    .personal-cont {
      padding-left: var(--padding-5xl);
      padding-right: var(--padding-5xl);
      box-sizing: border-box;
    }
    .cont21 {
      gap: var(--gap-41xl);
    }
    .business-cont {
      padding-left: var(--padding-5xl);
      padding-right: var(--padding-5xl);
      box-sizing: border-box;
    }
    .cont22 {
      gap: var(--gap-41xl);
    }
    .locate-atm-cont {
      padding-left: var(--padding-5xl);
      padding-right: var(--padding-5xl);
      box-sizing: border-box;
    }
    .d-banking1,
    .quick-links2 {
      flex: 1;
    }
    .cont23,
    .menu-cont1 {
      gap: var(--gap-21xl);
    }
    .gti-bank1,
    .menu-cont1 {
      align-self: stretch;
      width: auto;
    }
    .left2 {
      flex: 1;
    }
    .right2,
    .store-cta1 {
      width: auto;
      align-self: unset;
    }
    .footer1 {
      flex-direction: row;
    }
    .footer1,
    .web-header1 {
      width: 960px;
      padding-left: var(--padding-5xl);
      padding-right: var(--padding-5xl);
      box-sizing: border-box;
    }
  }
  @media screen and (max-width: 420px) {
    .easy-banking-possibility-container {
      font-size: var(--font-size-21xl);
    }
    .experience-a-life-changing {
      font-size: var(--font-size-sm);
      flex: 1;
    }
    .texts {
      padding-left: 0;
      padding-top: 0;
      padding-right: 0;
      box-sizing: border-box;
      flex: unset;
      align-self: stretch;
    }
    .cont-inner {
      width: 388px;
      height: 496px;
    }
    .cont18,
    .hero-11 {
      box-sizing: border-box;
    }
    .cont18 {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding-left: 0;
      padding-top: 0;
      padding-right: 0;
    }
    .hero-11 {
      align-self: stretch;
      width: auto;
      flex-direction: row;
      flex-wrap: wrap;
      padding-left: var(--padding-base);
      padding-top: 98px;
      padding-right: var(--padding-base);
    }
    .one-app-all-container {
      font-size: var(--font-size-21xl);
      flex: 1;
    }
    .download-our-bank {
      font-size: var(--font-size-sm);
      flex: 1;
    }
    .content2 {
      gap: var(--gap-21xl);
      flex: unset;
      align-self: stretch;
    }
    .cont19 {
      flex-direction: column;
    }
    .download-cont {
      padding-left: var(--padding-base);
      box-sizing: border-box;
    }
    .for-everything-money {
      font-size: var(--font-size-sm);
    }
    .pos-cont {
      height: auto;
      align-items: flex-start;
      justify-content: flex-start;
      padding: var(--padding-41xl) 0;
      box-sizing: border-box;
    }
    .content4 {
      flex: unset;
      align-self: stretch;
    }
    .cont20 {
      flex-direction: column;
      gap: var(--gap-21xl);
    }
    .personal-cont {
      padding-left: var(--padding-base);
      padding-right: var(--padding-base);
      box-sizing: border-box;
    }
    .cont21 {
      flex-direction: column;
      gap: var(--gap-21xl);
    }
    .business-cont {
      padding-left: var(--padding-base);
      padding-right: var(--padding-base);
      box-sizing: border-box;
    }
    .cont22 {
      flex-direction: column;
      gap: var(--gap-21xl);
      align-items: flex-start;
      justify-content: flex-start;
    }
    .locate-atm-cont {
      padding-left: var(--padding-base);
      padding-right: var(--padding-base);
      box-sizing: border-box;
    }
    .d-banking1 {
      flex: 1;
    }
    .quick-links2 {
      width: 160px;
    }
    .left2,
    .menu-cont1 {
      height: auto;
      flex-direction: row;
      flex-wrap: wrap;
      gap: var(--gap-21xl);
      align-items: flex-start;
      justify-content: flex-start;
    }
    .menu-cont1 {
      flex: 1;
      transform: rotate(0deg);
    }
    .left2 {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
      flex: unset;
      align-self: stretch;
    }
    .divider-icon2 {
      display: none;
      height: 0;
      transform: rotate(0deg);
    }
    .divider-icon3 {
      display: flex;
      width: 388px;
      transform: rotate(0deg);
    }
    .store-cta1 {
      flex-direction: row;
      gap: var(--gap-5xl);
    }
    .socials1 {
      gap: var(--gap-5xl);
      align-items: flex-start;
      justify-content: flex-start;
    }
    .footer1,
    .right2 {
      flex-direction: column;
      gap: var(--gap-21xl);
    }
    .right2 {
      align-items: flex-start;
      justify-content: flex-start;
    }
    .footer1 {
      width: 420px;
      height: auto;
      padding: var(--padding-41xl) var(--padding-base) var(--padding-21xl);
      box-sizing: border-box;
    }
    .languages1,
    .menu3 {
      display: none;
    }
    .vector-icon5 {
      background-color: var(--color-white);
    }
    .menu-1 {
      display: flex;
    }
    .digital,
    .web-header1 {
      width: 420px;
    }
    .digital {
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  @media screen and (max-width: 350px) {
    .d-banking1,
    .quick-links2 {
      width: 120px;
    }
    .cont23 {
      flex: unset;
      align-self: stretch;
    }
    .menu-cont1 {
      flex-direction: column;
      gap: var(--gap-61xl);
      align-items: flex-start;
      justify-content: center;
    }
    .left2 {
      align-items: center;
      justify-content: flex-start;
    }
    .right2 {
      gap: var(--gap-21xl);
    }
    .footer1 {
      align-items: flex-start;
      justify-content: center;
      padding-left: var(--padding-base);
      padding-right: var(--padding-base);
      box-sizing: border-box;
    }
  }
  