@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
    font-family: 'Montserrat', sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body{
    margin:0;
    font-family: 'Montserrat', sans-serif;
    color: rgb(0,0,0);
    font-size: 16px;
    overflow:hidden;
    overscroll-behavior: contain;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent;
    text-decoration: none;
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    margin:.67em 0;
    font-size:2em
}
mark{
    color:#000;
    background:#ff0
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0;
    max-width: 100%;
    display:block;
}
video{
    max-width: 100%;
    display:block;
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    height:0;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    margin:0;
    font:inherit;
    color:inherit
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0
}
input{
    line-height:normal
}
input[type=checkbox],input[type=radio]{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
input[type=search]{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    padding:.35em .625em .75em;
    margin:0 2px;
    border:1px solid silver
}
legend{
    padding:0;
    border:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:700
}
table{
    border-spacing:0;
    border-collapse:collapse
}
td,th{
    padding:0
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#site-wrap{
    max-width:1920px;
    margin:0 auto;
    position:fixed;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.9s;
    -moz-transition: all ease 0.9s;
    -ms-transition: all ease 0.9s;
    -o-transition: all ease 0.9s;
    transition: all ease 0.9s;
    z-index:1000;
}

.fullscreen{
    width:100vw;
    height:100vh;
    position:relative;
    max-width:1920px;
    margin:0 auto;
}

.section{
    width:100vw;
    height:100vh;
    max-width:1920px;
    margin:0 auto;
    overflow: hidden;
}

.homeSection .layer{
    width:100vw;
    height:100vh;
    max-width:1920px;
    margin:0 auto;
}

.homeSection .background{
    background-size:cover;
    background-repeat:no-repeat;
    background-image:url(/images/Layer-1.jpeg);
    background-position: center;
}

.homeSection .layer .relative{
    width:100%;
    padding-top:100%;
}

.homeSection .layer img{
    bottom:0;
    position: absolute;
}

#top-logo{
    position:fixed;
    left:0;
    top:15vh;
    z-index:1100;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
}

.homeSection .layer .bottomText{
    color:rgb(255,255,255);
    bottom:10px;
    position:absolute;
    text-align:center;
    font-size:0.9vw;
    width:100%;
    max-width:1920px;
    margin:0 auto;
}

.homeSection .layer .relative .responsive{
    display:none;
}
.fp-watermark{display:none}

.playersSection{
    font-size:0;
    text-align:center;
}

.playerWrap{
    font-size:16px;
    display:inline-block;
    vertical-align:middle;
    width:20%;
    height:50vh;
    background-color:rgb(42,42,42);
}

.playerWrap .imageWrap{
    margin:0 auto;
    position:relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.playerWrap .imageWrap .image{
    position:relative;
    z-index:100;
}

.playerWrap .imageWrap .bsgLogo{
    position:absolute;
    z-index:200;
    top:-23px;
    right:-7px;
}

.playerWrap .imageWrap .clubLogo{
    position:absolute;
    z-index:200;
    width:60px;
    top:30px;
    left:0px;
}

.playerWrap .imageWrap .signature{
    position:absolute;
    z-index:200;
    top:60px;
    width:100px;
    right:3px;
}

.playerWrap .imageWrap .name{
    position:absolute;
    z-index:200;
    bottom:0px;
    text-align:center;
    font-size:20px;
    font-weight:900;
    bottom:-25px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.playerWrap .imageWrap .name .firstName{
    
    color:rgb(0,0,0);
    font-size:14px;
}

.playerWrap .imageWrap .name .firstName span{
    background-color:rgb(49,200,222);
    padding:0 5px;
}

.playerWrap .imageWrap .name .lastName{
    color:rgb(255,255,255);
    font-size:22px;
}

.playerWrap .imageWrap .moreWrap{
    position:absolute;
    top:0%;
    left:0%;
    bottom:0%;
    width:100%;
    height:0%;
    overflow: hidden;
    z-index:200;
    background-color:rgba(49,200,222,0.8);
    color:rgb(255,255,255);
    font-size:22px;
    font-weight:500;
    text-align:center;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
}

.playerWrap .imageWrap .moreWrap .moreText{
    width:100%;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.playerWrap .imageWrap:hover .moreWrap{
    height:100%;
}

.topLogoMoved{
    top:0px !important;
}

.aboutUsSection{
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-image:url(/images/about-us.jpeg);
    position:relative;
}

.aboutUsSection .topRightLogo{
    top:20px;
    right:20px;
    position:absolute;
}

.aboutUsSection .dualInline{
    position: absolute;
    width:80%;
    max-width:1800px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size:0;
    color:rgb(255,255,255);
}


.aboutUsSection .dualInline .leftWrap, .aboutUsSection .dualInline .rightWrap{
    font-size:16px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
}

.aboutUsSection .dualInline .leftWrap{
    width:60%;
    text-align:left;
}

.aboutUsSection .dualInline .rightWrap{
    width:40%;
    padding-left:5%;
}

.aboutUsSection .dualInline .leftWrap .title{
    font-weight:800;
    font-size:40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.aboutUsSection .dualInline .leftWrap .text{
    font-weight:400;
    font-size:20px;
    text-transform: uppercase;
    margin-bottom:15px;
}

.aboutUsSection .dualInline .leftWrap .firstQuote{
    width:100px;
    left:-110px;
    top:-50px;
    position:absolute;
}

.aboutUsSection .dualInline .leftWrap .endQuote{
    width:100px;
    right:-50px;
    bottom:-50px;
    position:absolute;
}

.aboutUsSection .dualInline .rightWrap .itemWrap{
    font-size:0;
}

.aboutUsSection .dualInline .rightWrap .itemWrap .imageWrap, .aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap{
    display:inline-block;
    vertical-align:middle;
    margin-bottom:20px;
    font-size:16px;
}

.aboutUsSection .dualInline .rightWrap .itemWrap .imageWrap{
    width:100px;
}

.aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap{
    padding-left:26px;
    text-align:left;
}

.aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap .firstName{
    font-weight:500;
    font-size:20px;
    text-transform: uppercase;
}

.aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap .lastName{
    font-weight:500;
    font-size:26px;
    text-transform: uppercase;
}

.aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap .titula{
    font-weight:300;
    font-size:16px;
    text-transform: uppercase;
}

#player-lightbox{
    position:fixed;
    z-index:2000;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
    background-color:rgb(72,167,181);
}

#player-lightbox .content{
    position:relative;
    width:100vw;
    height:100vh;
    max-width:1920px;
    margin:0 auto;

}

#player-lightbox .content .background, #player-lightbox .content .background-r{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    width:100vw;
    height:100vh;
    max-width:1920px;
    margin:0 auto;
}

#player-lightbox .content .background-r{
    display:none !important;
    background-position: left top;
}

#player-lightbox .content .playerImageWrap{
    width:60vw;
    max-width:1300px;
    bottom:0px !important;
    top: auto !important;
    left:-5vw !important;
	display:none !important;
}

#player-lightbox .content .playerContentWrap{
    position:absolute;
    top:30vh !important;
    left:22vw !important;
    width:56vw;
    padding:2vh 0;
    padding-left:10vw;
    background-color:rgb(72,167,181);
    color:rgb(255,255,255);
    max-width:924px;
    min-width:800px;
}

#player-lightbox .playerNameMany{
    text-align:center;
    width:100vw;
    max-width:1920px;
    margin:0 auto;
    position:absolute;
    bottom:0px;
    color:rgb(255,255,255);
}

#player-lightbox .playerNameMany .actualText{
    position:absolute;
    bottom:10px;
    width:100%;
    font-size:0.85vw;
}

#player-lightbox .tmButton{
    position: absolute;
    top:-130px;
    right:210px;
}

#player-lightbox .videoButton{
    position: absolute;
    top:-130px;
    right:100px;
}

#player-lightbox .firstName{
    font-weight:900;
    font-size:30px;
}

#player-lightbox .lastName{
    font-weight:900;
    font-size:50px;
    color:rgb(38,37,40);
}

#player-lightbox .nationality, #player-lightbox .birthday, #player-lightbox .height{
    font-weight:500;
    font-size:20px;
}

#player-lightbox .nationality span, #player-lightbox .birthday span, #player-lightbox .height span{
    font-weight:700;
}


#player-lightbox .smallText{
    font-size:12px;
    width:100px;
    height:20px;
    position: relative;
    margin:20px 0;
}

#player-lightbox .smallText .actualText{
    position:absolute;
    top:0;
    left:0;
    width:1000vw;
}

#player-lightbox .position{
    font-size:20px;
    font-weight:900;
}

#player-lightbox .position .positionWriteOut{
    background-color:rgb(0,0,0);
    padding:3px;
}

#player-lightbox .position .positionTag{
    color:rgb(38,37,40);
    font-size:80px;
}

#player-lightbox .closeButton{
    position:fixed;
    top:30px;
    right:30px;
    width:30px;
    cursor:pointer;
    z-index:2200;
}

#player-lightbox .binaryLogo{
    position:fixed;
    top:30px;
    right:100px;
    z-index:2200;
}

#player-lightbox .clubLogoLeft{
    position:fixed;
    left:0;
    top:15vh;
    z-index:1100;
}

#player-lightbox .clubLogoRight{
    position:absolute;
    right:0;
    top:70px;
    z-index:1100;
}

#player-lightbox .countryFlag{
    padding-left:5px;
}

#player-lightbox .countryFlag img{
    display:inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1920px) {
    .homeSection .layer .bottomText{
        font-size:18px;
    }

    #player-lightbox .playerNameMany .actualText{
        font-size:14px;
    }

    #player-lightbox .content .playerContentWrap{
        padding-left:100px;
    }
}    


@media screen and (max-width: 1200px) {
    .playerWrap{
        width:25%;
        height:30vh;
    }

    .aboutUsSection .dualInline .leftWrap{
        width:50%;
    }

    .aboutUsSection .dualInline .rightWrap{
        width:50%;
    }

}

@media screen and (max-width: 1100px) {
    .homeSection .layer .relative .responsive{
        display:block;
    }

    .homeSection .layer .relative .nonResponsive{
        display:none;
    }

    #player-lightbox .content .background-r{
        display:block !important;
    }

    #player-lightbox .content .background{
        display:none !important;
    }

    #player-lightbox .content .playerContentWrap{
        top:12vh !important;
        left:20vw !important;
        padding-left:1vw;
        min-width:1px;
        width:80vw;
    }

    #player-lightbox .tmButton{
        width:50px;
        top:-45px;
        right:calc( 20vw - 70px );
    }

    #player-lightbox .videoButton{
        width:50px;
        top:-45px;
        right:20vw;
    }
}

@media screen and (max-width: 900px) {
    .playerWrap{
        width:30%;
        height:20vh;
    }

    .playerWrap .imageWrap .clubLogo{
        width:30px;
    }

    .playerWrap .imageWrap .bsgLogo{
        width:30px;
    }

    .playerWrap .imageWrap .signature{
        width:50px;
    }

    .aboutUsSection .dualInline{
        width:100%;
    }

    .aboutUsSection .dualInline .leftWrap{
        width:90%;
        display:block;
        margin:0 auto;
        margin-bottom:10px;
    }

    .aboutUsSection .dualInline .rightWrap{
        width:90%;
        display:block;
        margin:0 auto;
        text-align:center;
        padding:0;
    }

    .aboutUsSection .dualInline .rightWrap .itemWrap{
        display:inline-block;
        vertical-align: middle;
        width:45%;
    }

    .aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap{
        padding:0;
    }

    .aboutUsSection .dualInline .rightWrap .itemWrap .imageWrap, .aboutUsSection .dualInline .rightWrap .itemWrap .contentWrap{
        display: block;
        text-align:center;
        margin:0 auto;
    }

    .aboutUsSection .dualInline .rightWrap .itemWrap .imageWrap img{
        margin:0 auto;
    }
}


@media screen and (max-width: 700px) {
    #player-lightbox .clubLogoLeft{
        top:20px;
        width:75px;
    }

    #player-lightbox .clubLogoRight{
        top:30px;
        width:75px;
    }

    #player-lightbox .content .playerImageWrap{
        width:75vw;
    }

    .aboutUsSection .dualInline .leftWrap .title{
        font-size:18px;
    }

    .aboutUsSection .dualInline .leftWrap .text{
        font-size:12px;
    }
}

@media screen and (max-width: 500px) {
    #player-lightbox .nationality, #player-lightbox .birthday, #player-lightbox .height{
        font-size:14px;
    }

    #player-lightbox .position .positionTag{
        font-size:60px;
    }

    #player-lightbox .position{
        font-size:16px;
    }

    #player-lightbox .smallText{
        margin:8px 0;
    }

    #player-lightbox .content .playerImageWrap{
        width:90vw;
    }
}





