@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
    overflow: hidden;
}
p{
    margin: 0;
    padding: 0;
}
body{
    background:url('/six6s/assets/kieron-pollard/src/background.png');
    width: 100vw;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
main{
    max-width: 430px;
    margin: auto;
}
section>p{
    padding: 25px 35px;
}
.banner{
    width: 100%;
    height:auto;
}

.banner{
    padding-top: 40px;
    padding-left: 85px;
    padding-right: 75px;
}
.banner-container>div{
    padding-top:23px;
    padding-bottom: 23px;
}
.ambassador-info{
    background-color: white;
    width: 102%;
    padding: 25px 35px;
}
.ambassador-info>.col:first-child{
    border:none;
}
.ambassador-info>.col{
    padding: 0 !important;
    border-left: 1px #112741 solid;
    height: 60px;
}
.text-header{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 7px;
    line-height: 17px;
    color: #112741;
}
.text-body{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #1E365B;
}
.ambassador-body>p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #BFCFF5;
    margin: auto;
}
.ambassador-body>p>span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #7AC2EB;
}

.ambassador-cricket{
    background-image: url('/six6s/assets/kieron-pollard/src/Rectangle\ 7948.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px;
    padding: 15px;
    color: white;
    &:first-child
}
.ambassador-cricket1{
    margin-top: 0 !important;
    padding-top: 0 !important ;
}
.title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BFCFF5;
    padding: 20px 0;
}
.sub-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #7AC2EB;
    padding: 15px 0;
}
table{
    color: white;
    margin: auto;

}
tr td{
    text-align: start;
    padding: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #BFCFF5;
}
td:first-child{
    width: 42%;
}
ul{

    padding-left: 0;
    margin-left: 0;
}
ul li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #BFCFF5;
    list-style-type: none;
}
li>strong{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #BFCFF5;
}
.title-info{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #BFCFF5;
}
.year{
    width: 162px;
    height: 18px;
    background-color: #B2D1F6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1C3C62;
    margin: 15px auto;
    border-radius: 3px;

}
.ambassador-photos{
    /* gallery */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.gallery-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.gallery-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}