body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #FFFFFF;
}

.bpArAX {
    position: relative;
    display: flex;
    background-image: url(/static/images/matches-block-bg-desktop.png?v=2025);
    background-position: center center;
    background-size: cover;
}

.bpArAX:after {
    content: "";
    background: linear-gradient(179.21deg, rgba(13, 17, 22, 0) 0.69%, rgb(13, 17, 22) 99.33%);
    inset: 0px;
    position: absolute;
}

@media screen and (max-width:1199px) {
    .bpArAX {
        background-image: url(/static/images/matches-block-bg-tablet.png?v=2025);
    }
}

@media screen and (max-width:767px) {
    .bpArAX:before {
        background: linear-gradient(179.21deg,rgba(13,17,22,0) 0.69%,#0d1116 55.33%);
    }
    .bpArAX {
        background-position-y: bottom;
    }
}

.imhwFd {
    overflow: auto !important;
    display: flex;
    width: 100%;
    z-index: 5;
}

@media screen and (max-width:1199px) {
    .imhwFd {
        margin: 0px 3.13vw !important;
        gap: 3.13vw;
    }

    .imhwFd::-webkit-scrollbar {
        width: 6.52vw;
        height: 1.3vw;
        border-radius: unset;
    }
}

@media screen and (max-width:767px) {
    .imhwFd {
        margin: 0px 4.27vw !important;
        gap: 4.27vw;
    }

    .imhwFd::-webkit-scrollbar {
        height: 1.07vw;
    }
}

.gDGeJJ {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width:1199px) {
    .gDGeJJ {
        display: none;
    }
}

.hqeVES {
    display: none;
}

@media screen and (max-width:1199px) {
    .hqeVES {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

.fhFd {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    width: fit-content;
    -moz-box-pack: end;
    justify-content: end;
    flex: 1 1 0%;
}

@media screen and (max-width:1199px) {
    .fhFd {
        row-gap: 0.52vw;
    }
}

@media screen and (max-width:767px) {
    .fhFd {
        row-gap: 1.07vw;
    }
}

.eaalxS {
    display: grid;
    grid-template-columns: repeat(4, auto);
    column-gap: 0.22vw;
    font-family: FCSM Text, sans-serif;
    margin-bottom: 0.57vw;
    align-items: flex-start;
}

@media screen and (max-width:1199px) {
    .eaalxS {
        column-gap: 1.04vw;
        margin-top: 2.09vw;
        margin-bottom: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .eaalxS {
        column-gap: 1vw;
        margin-bottom: 4.27vw;
    }
}

.ieMgcd {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
}

.ieMgcd:first-child {
    margin-right: 2.083vw;
}

.kHoEUz {
    width: 100%;
    height: 2.71vw;
    position: relative;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    overflow: hidden;
}

.bAyXxT {
    width: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.cIhjeY {
    /*width: 6.77vw;*/
}

@media screen and (max-width:1199px) {
    .cIhjeY {
        width: 10.56vw;
    }
    
    .kHoEUz {
        overflow: hidden;
        width: 100%;
        height: 6.78vw;
    }
}

@media screen and (max-width:767px) {
    .cIhjeY {
        width: 21.6vw;
    }
    
    .kHoEUz {
        height: 10.67vw;
    }
}

.fuZvWv {
    font-family: 'Pf Din Text Comp Pro';
    font-weight: 700;
    background-color: #fff;
    color: #C8102E;
    font-size: 1.401vw;
    line-height: 1.401vw;
    padding: 0.11vw 0.73vw 0;
    transform: skew(-10deg);
}

.fuZvWv span {
    display: block;
    transform: skew(10deg);
}

@media screen and (max-width:1199px) {
    .fuZvWv {
        font-size: 1.83vw;
        padding: 0.52vw 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .fuZvWv {
        font-size: 3.73vw;
        padding: 1.07vw 3.73vw 0.31vw;
        line-height: 3.95vw;
    }
}

.kQetBx {
    font-family: 'Pf Din Text Comp Pro';
    font-weight: 700;
    background: #FF6A13;
    color: #FFFFFF;
    font-size: 1.401vw;
    line-height: 1.401vw;
    padding: 0.11vw 0.73vw 0;
    transform: skew(-10deg);
}

.kQetBx span {
    display: block;
    transform: skew(10deg);
}

@media screen and (max-width:1199px) {
    .kQetBx {
        font-size: 1.83vw;
        padding: 0.52vw 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .kQetBx {
        font-size: 3.73vw;
        padding: 1.07vw 3.73vw 0.31vw;
        line-height: 3.95vw;
    }
}

.jLiEeX {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.47vw;
    color: #A5ACB8;
    text-transform: uppercase;
    font-size: 0.73vw;
}

@media screen and (max-width:1199px) {
    .jLiEeX {
        font-size: 1.17vw;
    }
}

@media screen and (max-width:767px) {
    .jLiEeX {
        font-size: 2.4vw;
    }
}

.eCYdTD {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    -moz-box-align: center;
    align-items: center;
    margin: 0px 0.83vw;
    width: 100%;
    box-sizing: border-box;
}

.kohzuE > .eCYdTD {
    width: 26.67vw;
}

@media screen and (max-width:1199px) {
    .eCYdTD {
        margin: 0;
    }
    
    .kohzuE > .eCYdTD {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .eCYdTD {
        width: 91.47vw;
    }
    
    .kohzuE > .eCYdTD {
        width: 91.47vw;
    }
}

.iZtbCR {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-box-align: center;
    align-items: flex-start;
    width: 100%;
    column-gap: 0.42vw;
}

@media screen and (max-width:1199px) {
    .iZtbCR {
        column-gap: 1.04vw;
    }
}

@media screen and (max-width:767px) {
    .iZtbCR {
        column-gap: 2.13vw;
    }
}

.lfMirw {
    display: flex;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    align-items: center;
}

.obLGp {
    position: relative;
    width: 5.42vw;
    height: 5.42vw;
}

.agLGe {
    width: 5.42vw;
    height: 5.42vw;
    scale: 0.8;
}

@media screen and (max-width:1199px) {
    .agLGe {
        width: 8.27vw;
        height: 8.27vw;
    }
}

@media screen and (max-width:767px) {
    .agLGe {
        width: 17.07vw;
        height: 17.07vw;
    }
}

.kohzuE .obLGp {
    width: 5.469vw;
    height: 5.469vw;
}

@media screen and (max-width:1199px) {
    .obLGp {
        width: 8.27vw;
        height: 8.27vw;
    }
    
    .kohzuE .obLGp {
        width: 8.27vw;
        height: 8.27vw;
    }
}

@media screen and (max-width:767px) {
    .obLGp {
        width: 17.07vw;
        height: 17.07vw;
    }
    
    .kohzuE .obLGp {
        width: 17.07vw;
        height: 17.07vw;
    }
}

.TIlah {
    width: 6.25vw;
}

@media screen and (max-width:1199px) {
    .TIlah {
        width: 15.65vw;
    }
}

@media screen and (max-width:767px) {
    .TIlah {
        width: 17.07vw;
    }
}

.dSgoRe {
    text-align: center;
    font-family: "FCSM Text", sans-serif;
    font-size: 0.94vw;
    font-weight: 500;
}

.kohzuE .dSgoRe {
    font-weight: 500;
    font-size: 0.94vw;
}

@media screen and (max-width:1199px) {
    .dSgoRe {
        font-family: "FCSM Text", sans-serif;
        font-size: 2.09vw;
    }
    
    .kohzuE .dSgoRe {
        font-family: "FCSM Text", sans-serif;
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .dSgoRe {
        font-size: 4.27vw;
        width: 26vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .kohzuE .dSgoRe {
        font-size: 4.27vw;
    }
}

.ezgugC {
    text-transform: uppercase;
    text-align: center;
    font-family: FCSM-Bold,sans-serif;
    font-size: 1.25vw;
}

@media screen and (max-width:1199px) {
    .ezgugC {
        font-family: FCSM-Normal,sans-serif;
        font-size: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .ezgugC {
        font-size: 3.2vw;
    }
}

.jHHgl {
    color: rgb(255, 255, 255);
    font-size: 2.08vw;
    font-family: "FCSM Text", sans-serif;
    font-weight: 700;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    height: fit-content;
    line-height: 2.6vw;
    margin-top: 1.46vw;
}

@media screen and (max-width:1199px) {
    .jHHgl {
        font-size: 3.13vw;
        margin-top: 2.61vw;
    }
}

@media screen and (max-width:767px) {
    .jHHgl {
        font-size: 6.4vw;
        margin-top: 10vw;
    }
}

.kQnSsF {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    gap: 0.42vw;
}

@media screen and (max-width:1199px) {
    .kQnSsF {
        gap: 0.52vw;
    }
}

.cuuzHA {
    margin: 0;
    width: 10.16vw;
    color: #CC122D;
    font-family: FCSM-Bold,sans-serif;
    font-size: 2.08vw;
    white-space: nowrap;
}

@media screen and (max-width:1199px) {
    .cuuzHA {
        width: 23vw;
        font-size: 5.22vw;
    }
}

@media screen and (max-width:767px) {
    .cuuzHA {
        width: 30.67vw;
        font-size: 6.4vw;
    }
}

.locCnN {
    color: rgb(204, 18, 45);
    font-family: "FCSM Text", sans-serif;
    font-weight: 700;
    font-size: 1.67vw;
    white-space: nowrap;
    margin: 0;
    margin-top: 1.46vw;
}

.kohzuE .locCnN {
    font-size: 1.67vw;
    margin-top: 1.46vw;
}

@media screen and (max-width:1199px) {
    .locCnN {
        font-size: 3.13vw;
        margin-top: 2.61vw
    }
    
    .kohzuE .locCnN {
        font-size: 3.13vw;
        margin-top: 2.61vw;
    }
}

@media screen and (max-width:767px) {
    .locCnN {
        font-size: 6.4vw;
    }
    
    .kohzuE .locCnN {
        width: 30.67vw;
        font-size: 6.4vw;
        margin-top: 5.33vw;
    }
}

.iGOzYA {
    text-align: center;
    padding-top: 0.21vw;
    font-family: "FCSM Text", sans-serif;
    font-weight: 400;
    color: rgb(165, 172, 184);
    margin: 0px;
    font-size: 0.83vw;
}

@media screen and (max-width:1199px) {
    .iGOzYA {
        font-size: 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .iGOzYA {
        width: 100%;
        text-align: center;
        display: block;
        padding: 1.07vw 0px 4.27vw;
        font-size: 4.27vw;
    }
}

.ewqGDQ {
    text-align: center;
    padding-top: 0.21vw;
}

@media screen and (max-width:1199px) {
    .ewqGDQ {
        display: block;
        padding-top: 0.52vw;
    }
}

.jGpysi {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0.52vw;
    -moz-box-align: center;
    align-items: center;
    height: fit-content;
    -moz-box-pack: center;
    justify-content: center;
    font-family: "FCSM Text", sans-serif;
    font-size: 0.73vw;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 0.78vw 1.0vw;
    cursor: pointer;
    visibility: visible;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
}

.jGpysi > svg {
    color: rgb(255, 255, 255);
    font-family: "FCSM Text", sans-serif;
    font-size: 0.73vw;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    cursor: pointer;
    visibility: visible;
    width: 2.45vw;
    height: 0.94vw;
}

@media screen and (max-width:1199px) {
    .jGpysi > svg {
        width: 12.78vw;
        height: 2.35vw;
    }
}

@media screen and (max-width:767px) {
    .bYDNxm {
        display: none;
    }
    
    .jGpysi > svg {
        width: 26.13vw;
        height: 4.8vw;
    }
}

.hSrMga {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    background: rgb(27, 35, 44);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    cursor: default;
    width: 26.67vw;
    height: 20.31vw !important;
}

.hSrMga.swiper-slide {
    margin-right: 2.09vw !important;
}

.hSrMga:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out 0s;
}

@media screen and (max-width:1199px) {
    .hSrMga {
        width: 44.72vw !important;
        height: 44.33vw !important;
        padding: 2.09vw 1.04vw 0px;
        gap: 1.04vw;
    }
}

@media screen and (max-width:767px) {
    .hSrMga {
        padding: 4.27vw 2.13vw 0px;
        width: 91.47vw !important;
        height: 90.67vw !important;
    }
}

.kohzuE {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    background: rgb(27, 35, 44);
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    cursor: default;
    height: 20.31vw;
}

.kohzuE:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out 0s;
}

@media screen and (max-width:1199px) {
    .kohzuE {
        width: 44.72vw !important;
        height: 44.33vw !important;
        padding: 2.09vw 1.04vw 0px;
        gap: 1.04vw;
    }
}

@media screen and (max-width:767px) {
    .kohzuE {
        padding: 4.27vw 2.13vw 0px;
        width: 91.47vw !important;
        height: 90.67vw !important;
    }
}

.gkMibj {
    padding: 1.67vw 1.25vw 0.88vw;
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    background: rgb(27, 35, 44);
}

@media screen and (max-width:1199px) {
    .gkMibj {
        padding: 0;
        width: 100%;
    }
}

.gkMibj > :not(:last-child) {
  margin-bottom: 0.42vw;
}

@media screen and (max-width:1199px) {
    .gkMibj > :not(:last-child) {
        margin-bottom: 1.06vw;
    }
}

@media screen and (max-width:767px) {
    .gkMibj > :not(:last-child) {
        margin-bottom: 2.13vw;
    }
}

.eqvFdo {
    color: rgb(165, 172, 184);
    margin: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 0.84vw;
    line-height: 1.04vw;
}

@media screen and (max-width:1199px) {
    .eqvFdo {
        font-size: 1.83vw;
        line-height: 2.87vw;
    }
}

@media screen and (max-width:767px) {
    .eqvFdo {
        font-size: 4.27vw;
        line-height: 5.87vw;
    }
}

.lgpFQC {
    text-transform: uppercase;
    font-family: "FCSM Text", sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    color: rgb(255, 255, 255);
    line-height: 1.67vw;
}

@media screen and (max-width:1199px) {
    .lgpFQC {
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .lgpFQC {
        font-size: 4.27vw;
        line-height: 5.87vw;
    }
}

.fmdPPM {
    position: absolute;
    height: 100%;
    min-width: 100%;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width:1199px) {
    .fmdPPM {
        height: 100%;
    }
}

@media screen and (max-width:767px) {
    .fmdPPM {
        width: auto;
        height: 100%;
        max-width: 190%;
        object-fit: cover;
        object-position: center;
    }
}

.kIzeQg {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-direction: row;
    margin: 4.17vw 1.25vw 7.3vw;
    height: fit-content;
    z-index: 2;
}

.kIzeQg > div {
    margin-right: 1.25vw;
}

.kIzeQg > div:nth-last-child(1) {
    margin-right: 0;
}

@media screen and (max-width:1199px) {
    .kIzeQg {
        margin: 15.78vw 0px 3.13vw;
    }

    .kIzeQg > div {
        margin-right: 3.13vw;
    }

    .kIzeQg > div:nth-last-child(1) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .kIzeQg {
        margin: 45.87vw 0px 3.13vw;
    }

    .kIzeQg > div {
        margin-right: 4.27vw;
    }

    .kIzeQg > div:nth-last-child(1) {
        margin-right: 0;
    }
}

.bjSaAl > div {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bPsTEY {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.iZizaj {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 82.5vw;
}

@media screen and (max-width:1199px) {
    .iZizaj {
        width: 93.87vw;
    }
}

@media screen and (max-width:767px) {
    .iZizaj {
        width: 91.47vw;
    }
}

.dAIYlj {
    display: none;
}

@media screen and (max-width:767px) {
    .dAIYlj {
        display: block;
    }
}

.jHrSFs {
    width: 20.5vw;
}

.bknlKK {
    display: none;
    width: 100%;
}

@media screen and (max-width:767px) {
    .bknlKK {
        display: grid;
        gap: 3.2vw;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: repeat(4,1fr);
        grid-template-rows: repeat(3,min-content);
    }
}

.kJsOPK {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #A5ACB8;
    font-size: 0.73vw;
    font-family: FCSM-Normal,sans-serif;
    padding: 2.08vw 0 3.07vw;
    text-align: center;
    white-space: break-spaces;
    width: 100%;
}

@media screen and (max-width:1199px) {
    .kJsOPK {
        font-size: 1.56vw;
        padding: 4.17vw 0 5.22vw;
    }
}

@media screen and (max-width:767px) {
    .kJsOPK {
        font-size: 3.2vw;
        padding: 8.53vw 0 4.27vw;
    }
}

.iiilgy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.25vw;
}

@media screen and (max-width:1199px) {
    .iiilgy {
        padding-top: 3.65vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .iiilgy {
        padding-top: 3.2vw;
    }
}

.VBSeG {
    display: grid;
    grid-template-rows: repeat(2,min-content);
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0.42vw;
    margin: 0;
}

@media screen and (max-width:1199px) {
    .VBSeG {
        gap: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .VBSeG {
        gap: 3.2vw;
    }
}

.buBMZl {
    margin: 0;
    padding-bottom: 0.83vw;
    color: #FFFFFF;
    font-family: FCSM-Normal,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.83vw;
}

@media screen and (max-width:1199px) {
    .buBMZl {
        font-size: 2.09vw;
        padding-bottom: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .buBMZl {
        font-size: 3.73vw;
        padding-bottom: 3.2vw;
        white-space: nowrap;
    }
}

.iXrbIl {
    cursor: pointer;
}

@media screen and (max-width:767px) {
}

.ihPWvT {
    display: grid;
    grid-template-columns: min-content min-content;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gqHJRe {
    display: grid;
    row-gap: 1.25vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media screen and (max-width:1199px) {
    .gqHJRe {
        row-gap: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .gqHJRe {
        row-gap: 4.27vw;
    }
}

.cYnJBs {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 4vw;
    padding-bottom: 1.67vw;
    color: #A5ACB8;
}

@media screen and (max-width:1199px) {
    .cYnJBs {
        grid-column-gap: 7.56vw;
        grid-row-gap: 4.17vw;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: repeat(2,auto);
        padding-bottom: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .cYnJBs {
        grid-column-gap: 3.2vw;
        grid-row-gap: 6.4vw;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,auto);
        padding-bottom: 6.4vw;
    }
}

.iYVzYB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.83vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.iYVzYB h2:nth-of-type(2) {
    padding-top: 2.08vw;
}

@media screen and (max-width:1199px) {
    .iYVzYB h2:nth-of-type(2) {
        padding-top: 2.61vw;
    }
}

@media screen and (max-width:767px) {
    .iYVzYB h2:nth-of-type(2) {
        padding-top: 3.2vw;
    }
}

@media screen and (max-width:1199px) {
    .iYVzYB {
        gap: 1.56vw;
    }
}

@media screen and (max-width:767px) {
    .iYVzYB {
        gap: 3.2vw;
    }
}

.kilsne {
    color: #FFFFFF;
    font-family: FCSM-Normal,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.83vw;
    margin: 0;
}

@media screen and (max-width:1199px) {
    .kilsne {
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .kilsne {
        font-weight: normal;
        font-size: 3.73vw;
    }
}

.gEsDMd {
    font-family: FCSM-Normal,sans-serif;
    cursor: pointer;
    font-size: 0.73vw;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width:1199px) {
    .gEsDMd {
        font-size: 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .gEsDMd {
        font-size: 3.2vw;
    }
}

.HtIQwE {
    display: flex;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .HtIQwE {
        flex-direction: column;
    }
}

.gQSXlQ {
    display: grid;
    margin-right: 1.12vw;
    width: 12.71vw;
    padding: 1.67vw 0;
    grid-template-columns: repeat(4,auto);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1199px) {
    .gQSXlQ {
        width: 11.81vw;
        margin-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .gQSXlQ {
        width: 100%;
        grid-template-columns: repeat(2,40.76vw);
        padding: 4.27vw 0px 3.2vw;
    }
}

.hOzJSW {
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hOzJSW img {
    width: 100%;
}

@media screen and (max-width:1199px) {
    .gfyTUc {
        width: 11.81vw;
        height: 6.35vw;
    }
}

@media screen and (max-width:767px) {
    .gfyTUc {
        height: 22.16vw;
        width: 44.33vw;
    }
}

.gOkIOr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width:767px) {
    .gOkIOr {
        padding: 4.27vw 0;
    }
}

@media screen and (max-width:767px) {
    .ijcfML {
        display: none;
    }
}

.ikosAE {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25vw;
}

@media screen and (max-width:1199px) {
    .ikosAE {
        gap: 2.61vw;
    }
}

@media screen and (max-width:767px) {
    .ikosAE {
        gap: 2.13vw;
    }
}

.ckNbLC {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.42vw;
    background-color: #A5ACB810;
    border-radius: 50%;
}

@media screen and (max-width:1199px) {
    .ckNbLC {
        padding: 1.04vw;
    }
}

@media screen and (max-width:767px) {
    .ckNbLC {
        padding: 2.13vw;
    }
}

.krKdUm {
    display: grid;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: auto auto;
    gap: 2.08vw;
}

@media screen and (max-width:1199px) {
    .krKdUm {
        gap: 9vw;
    }
}

@media screen and (max-width:767px) {
    .krKdUm {
        grid-template-columns: 69.5vw 9vw;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: unset;
        gap: 14vw;
    }
}

.hiUfdI {
    font-family: FCSM-Normal,sans-serif;
}

.cLSVin {
    background: none;
    color: #FFFFFF;
    font-size: 0.83vw;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cLSVin option {
    background: #0D1116;
}

@media screen and (max-width:1199px) {
    .cLSVin {
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .cLSVin {
        font-size: 4.27vw;
    }
}

.eeVPEH:hover path {
    stroke: #CC122D;
}

.lhmESt:hover * {
    stroke: #CC122D;
}

.bPyYT {
    width: auto;
    height: 1.145vw;
}

@media screen and (max-width:1199px) {
    .bPyYT {
        width: auto;
        height: 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .bPyYT {
        width: auto;
        height: 2.87vw;
    }
}

@media screen and (max-width:375px) {
    .bPyYT {
        height: 5.87vw;
    }
}

.gvDKY {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.LsdLr {
    position: relative;
    font-family: "FCSM Text", sans-serif;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.73vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0.83vw 1.67vw;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.LsdLr:hover {
    box-shadow: inset 0 -0.21vw 0px #CC122D;
}

@media screen and (max-width:1199px) {
    .LsdLr {
        white-space: nowrap;
        padding: 2.09vw 4.17vw;
        font-size: 1.83vw;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .LsdLr:hover {
        box-shadow: inset 0 -0.52vw 0 #CC122D;
    }
}

@media screen and (max-width:767px) {
    .LsdLr {
        padding: 3.2vw 3.2vw;
        font-size: 3.2vw;
    }

    .LsdLr:hover {
        box-shadow: inset 0 -1.07vw 0 #CC122D;
    }
}

.ejdxId {
    display: none;
    font-family: FCSM-Normal,sans-serif;
    position: absolute;
    top: -100;
    right: 0;
    width: 85.9vw;
    height: 5.69vw;
    background: #0D1116;
    grid-template-columns: 1fr 5.69vw;
    box-sizing: border-box;
}

.ejdxId svg {
    width: 1.67vw;
    height: 1.67vw;
}

@media screen and (max-width:1199px) {
    .ejdxId {
        display: none;
    }
}

.jxkoqg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.88vw 2.08vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jxkoqg svg {
    cursor: pointer;
}

.jxkoqg svg path {
    stroke: #FFFFFF;
}

.jxkoqg svg:hover path {
    stroke: #CC122D;
}

.gAHIgs {
    background: #CC122D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kzBXCr {
    height: 100%;
    width: 100%;
    background: transparent;
    color: #A5ACB8;
    font-size: 1.25vw;
    border: none;
}

.kzBXCr:active,
.kzBXCr:hover,
.kzBXCr:focus {
    outline: 0;
    outline-offset: 0;
}

.eaQXVR {
    width: 0.23vw;
}

@media screen and (max-width:1199px) {
    .eaQXVR {
        width: 2.69vw;
        height: 4.69vw;
    }
}

@media screen and (max-width:767px) {
    .eaQXVR {
        width: 4.27vw;
        height: 4.27vw;
    }
}

.ewMwGG {
    border: 1px solid #A5ACB8;
    height: 1.88vw;
    width: 1.88vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.ewMwGG:hover {
    background: #CC122D;
    border: 1px solid #CC122D;
}

.ewMwGG:hover .minusIcon__StyledSVG-sc-f1aca09f-0 path {
    stroke: #FFFFFF;
}

@media screen and (max-width:1199px) {
    .ewMwGG {
        width: 4.69vw;
        height: 4.69vw;
    }
}

@media screen and (max-width:767px) {
    .ewMwGG {
        width: 7.47vw;
        height: 7.47vw;
    }
}

.iKajMj {
    width: 0.23vw;
}

@media screen and (max-width:1199px) {
    .iKajMj {
        width: 2.69vw;
        height: 4.69vw;
    }
}

@media screen and (max-width:767px) {
    .iKajMj {
        width: 4.27vw;
        height: 4.27vw;
    }
}

.czrPvS {
    border: 1px solid #A5ACB8;
    height: 1.88vw;
    width: 1.88vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.czrPvS:hover {
    background: #CC122D;
    border: 1px solid #CC122D;
}

.czrPvS:hover .plusIcon__StyledSVG-sc-2c00a8d7-0 path {
    stroke: #FFFFFF;
}

@media screen and (max-width:1199px) {
    .czrPvS {
        width: 4.69vw;
        height: 4.69vw;
    }
}

@media screen and (max-width:767px) {
    .czrPvS {
        width: 7.47vw;
        height: 7.47vw;
    }
}

.hesYvP {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 1.25vw;
    height: 1.25vw;
    cursor: pointer;
}

@media screen and (max-width:1199px) {
    .hesYvP {
        width: 3.13vw;
        height: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .hesYvP {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.hGfEGh {
    width: 11.35vw;
    height: 3.15vw;
}

@media screen and (max-width:1199px) {
    .hGfEGh {
        width: 20.6vw;
        height: 5.74vw;
    }
}

@media screen and (max-width:767px) {
    .hGfEGh {
        width: 36.27vw;
        height: 10.13vw;
    }
    
    .ayEgO {
        margin-right: 3.1vw !important;
    }
}

.iBxIpi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: opacity 225ms cubic-bezier(0.4,0,0.2,1);
    transition: opacity 225ms cubic-bezier(0.4,0,0.2,1);
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: 225ms cubic-bezier(0.4,0,0.2,1) 0ms;
    transition: 225ms cubic-bezier(0.4,0,0.2,1) 0ms;
}

.eUScSL {
    font-family: FCSM-Normal,sans-serif;
    top: 0;
    right: 0;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    outline: 0;
    z-index: 1200;
    position: fixed;
    overflow-y: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFFFFF;
    width: 28.44vw;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    visibility: hidden;
    width: 240px;
    -webkit-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 325ms cubic-bezier(0,0,0.2,1) 0ms;
    transition: 325ms cubic-bezier(0,0,0.2,1) 0ms;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4,0,0.2,1) 0ms, -webkit-transform 225ms cubic-bezier(0,0,0.2,1) 0ms;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4,0,0.2,1) 0ms, transform 225ms cubic-bezier(0,0,0.2,1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4,0,0.2,1) 0ms, transform 225ms cubic-bezier(0,0,0.2,1) 0ms;
}

@media screen and (max-width:1199px) {
    .eUScSL {
        width: 71.84vw;
    }
}

@media screen and (max-width:767px) {
    .eUScSL {
        width: 100vw;
    }
}

.KRmuM {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25vw;
    -webkit-flex-basis: min-content;
    -ms-flex-preferred-size: min-content;
    flex-basis: min-content;
}

.KRmuM svg {
    width: 0.86vw;
    height: 0.86vw;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1199px) {
    .KRmuM {
        padding: 0 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .KRmuM {
        padding: 0 4.27vw;
    }
}

.ehePCT {
    color: #0D1116;
    font-size: 1.25vw;
}

@media screen and (max-width:1199px) {
    .ehePCT {
        font-size: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .ehePCT {
        font-size: 6.4vw;
    }
}

.fGgVJu {
    width: 1.25vw;
    height: 1.25vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fGgVJu svg {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1199px) {
    .fGgVJu {
        width: 3.13vw;
        height: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .fGgVJu {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.jFgmCB {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sJocr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 4.06vw;
    border-bottom: 1px solid #DCE1EA;
    padding: 0.83vw 1.25vw;
    gap: 0.21vw;
}

.sJocr > svg {
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 0.61vw;
}

@media screen and (max-width:1199px) {
    .sJocr {
        gap: 1.56vw;
    }

    .sJocr > svg {
        padding-bottom: 2vw;
    }
}

@media screen and (max-width:767px) {
    .sJocr {
        gap: 2.4vw;
        padding: 3.34vw 0 1.25vw;
        border-bottom: none;
    }

    .sJocr > svg {
        padding-bottom: 3vw;
    }
}

.gNiHtx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 4.06vw;
    border-bottom: none;
    padding: 1.25vw 0;
    gap: 0.21vw;
}

.gNiHtx > svg {
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 0.61vw;
}

@media screen and (max-width:1199px) {
    .gNiHtx {
        gap: 1.56vw;
    }

    .gNiHtx > svg {
        padding-bottom: 2vw;
    }
}

@media screen and (max-width:767px) {
    .gNiHtx {
        gap: 2.4vw;
        padding: 3.34vw 0 1.25vw;
        border-bottom: none;
    }

    .gNiHtx > svg {
        padding-bottom: 3vw;
    }
}

.fqGvoX {
    width: 4.6vw;
    height: 4.6vw;
    border: 1px solid #DCE1EA;
}

@media screen and (max-width:1199px) {
    .fqGvoX {
        width: 10.17vw;
        height: 10.17vw;
    }
}

@media screen and (max-width:767px) {
    .fqGvoX {
        width: 20.8vw;
        height: 20.8vw;
    }
}

.liNjeB {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.16vw 0.42vw;
}

.eiliuw {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin: 0;
    font-size: 0.83vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #0D1116;
}

@media screen and (max-width:1199px) {
    .eiliuw {
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .eiliuw {
        font-size: 4.27vw;
    }
}

.ejSfJS {
    margin: 0;
    text-transform: uppercase;
    color: #5C6168;
    font-size: 0.63vw;
}

@media screen and (max-width:1199px) {
    .ejSfJS {
        font-size: 1.56vw;
    }
}

@media screen and (max-width:767px) {
    .ejSfJS {
        font-size: 3.2vw;
    }
}

.fPRmYR {
    margin-top: 0.83vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:767px) {
    .fPRmYR {
        display: none;
    }
}

.gykomS {
    display: none;
}

@media screen and (max-width:767px) {
    .gykomS {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #DCE1EA;
        margin-top: 1.14vw;
        padding-bottom: 3.34vw;
    }
}

.fOELjE {
    font-size: 0.64vw;
    color: #A5ACB8;
    text-transform: uppercase;
}

@media screen and (max-width:1199px) {
    .fOELjE {
        font-size: 1.56vw;
    }
}

@media screen and (max-width:767px) {
    .fOELjE {
        font-size: 3.2vw;
    }
}

.hdarQc {
    font-size: 0.94vw;
    margin-top: 0.26vw;
}

@media screen and (max-width:1199px) {
    .hdarQc {
        font-size: 2.35vw;
    }
}

@media screen and (max-width:767px) {
    .hdarQc {
        font-size: 4.8vw;
    }
}

.gEmBjL {
    font-size: 1.25vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #0D1116;
    grid-gap: 1.04vw;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.46vw;
    margin-right: 2.08vw;
}

@media screen and (max-width:1199px) {
    .gEmBjL {
        font-size: 3.13vw;
        grid-gap: 1.56vw;
        margin-left: 1.8vw;
        margin-right: 2.3vw;
    }
}

@media screen and (max-width:767px) {
    .gEmBjL {
        grid-gap: 3.87vw;
        margin-left: 7.94vw;
        margin-right: 7.94vw;
        font-size: 6.4vw;
    }
}

.elHEwW {
    font-size: 1.25vw;
    color: #0D1116;
}

@media screen and (max-width:1199px) {
    .elHEwW {
        font-size: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .elHEwW {
        font-size: 4.8vw;
    }
}

.eKBmRh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    margin-left: auto;
    padding-bottom: 0.42vw;
}

.eKBmRh svg {
    width: 1.25vw;
    height: 1.25vw;
}

.eKBmRh svg > path {
    stroke: #5C6168;
}

.eKBmRh svg:hover path {
    stroke: #CC122D;
}

@media screen and (max-width:1199px) {
    .eKBmRh svg {
        width: 3.13vw;
        height: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .eKBmRh {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }

    .eKBmRh svg {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.pjsqZ {
    position: relative;
}

.jkAojg {
    position: absolute;
    font-family: FCSM-Normal,sans-serif;
    background: #CC122D;
    padding: 0.1vw 0.3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -0.5vw;
    top: -0.3vw;
    border-radius: 20px;
    font-size: 0.63vw;
    text-align: center;
}

@media screen and (max-width:1199px) {
    .jkAojg {
        padding: 0.2vw 0.8vw;
        font-size: 1.56vw;
        right: -0.8vw;
        top: -0.8vw;
    }
}

@media screen and (max-width:767px) {
    .jkAojg {
        padding: 0.3vw 1.5vw;
        font-size: 3.2vw;
        right: -1.9vw;
        top: -1.2vw;
    }
}

.bmlvaY:hover path {
    stroke: #CC122D;
}

.grgchN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: min-content;
    -ms-flex-preferred-size: min-content;
    flex-basis: min-content;
    padding: 0 1.25vw;
}

@media screen and (max-width:1199px) {
    .grgchN {
        padding: 0 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .grgchN {
        padding: 0 4.27vw;
    }
}

.exmghx {
    width: 100%;
    font-size: 0.73vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #0D1116;
    padding: 0.83vw 1.67vw;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1.35vw;
}

.exmghx:hover {
    border-bottom: 4px solid #CC122D;
}

@media screen and (max-width:1199px) {
    .exmghx {
        font-size: 1.83vw;
        margin-bottom: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .exmghx {
        font-size: 3.73vw;
        margin-bottom: 6.4vw;
    }
}

.kNsZAC {
    width: 100%;
    font-size: 0.73vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #0D1116;
    padding: 0.83vw 1.67vw;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1.35vw;
    border-bottom: 4px solid#CC122D;
}

.kNsZAC:hover {
    border-bottom: 4px solid #CC122D;
}

@media screen and (max-width:1199px) {
    .kNsZAC {
        font-size: 1.83vw;
        margin-bottom: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .kNsZAC {
        font-size: 3.73vw;
        margin-bottom: 6.4vw;
    }
}

.hXlGKy {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 1500px;
    left: -1500px;
    background-color: #0D1116;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    overflow: auto;
    min-height: 100vh;
}

.cfUqPs {
    display: flex;
    box-sizing: border-box;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100vw;
}

@media screen and (max-width:1199px) {
    .cfUqPs {
        width: 99vw;
        display: grid;
        grid-template-columns: 9fr 1fr auto;
        padding: 2.61vw 3.13vw;
        height: 6.5vw;
        margin-bottom: 6vw;
    }
}

@media screen and (max-width:767px) {
    .cfUqPs {
        padding: 4.27vw 4.8vw;
        margin-bottom: 10vw;
    }
}

@media screen and (max-width:1199px) {
    .hlXwBF {
        position: absolute;
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        top: 50%;
        right: 2.6vw;
    }

    .hlXwBF > svg {
        display: block;
        width: 2.09vw;
        height: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .hlXwBF {
        right: 4vw;
    }

    .hlXwBF > svg {
        width: 4.27vw;
        height: 4.27vw;
    }
}

@media screen and (max-width:1199px) {
    .fbYNmo {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .fbYNmo {
        width: 74.17vw;
    }
}

@media screen and (max-width:1199px) {
    .bzqUHW {
        background: #1B232C;
        border: 1px solid #5C6168;
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 1.83vw 4.09vw 1.83vw 2.09vw;
        font-size: 2.09vw;
    }

    .bzqUHW:active,
    .bzqUHW:hover,
    .bzqUHW:focus {
        outline: 0;
        outline-offset: 0;
    }
}

@media screen and (max-width:767px) {
    .bzqUHW {
        padding: 1.33vw 8.27vw 1.33vw 4.27vw;
        font-size: 4.27vw;
        margin-top: 0px;
    }
}

.gAPSVR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

.egcOGS {
    color: #FFFFFF;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-family: FCSM-Bold,sans-serif;
    text-transform: capitalize;
    position: relative;
}

@media screen and (max-width:1199px) {
    .egcOGS {
        font-size: 4.17vw;
        padding: 1.56vw 3.13vw;
    }
    .egcOGS.active {
        box-shadow: rgb(204, 18, 45) 0.65vw 0px 0px inset;
    }
}

@media screen and (max-width:767px) {
    .egcOGS {
        font-size: 8.53vw;
        padding: 3.2vw 4.27vw;
    }
    .egcOGS.active {
        box-shadow: rgb(204, 18, 45) 1.33vw 0px 0px inset;
    }
}

@media screen and (max-width:375px) {
    .egcOGS {
        font-size: 6.4vw;
        padding: 3.2vw 4.27vw;
    }
}

.fpiUYc {
    border-top: 0.05vw solid #A5ACB8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: FCSM-Normal,sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width:1199px) {
    .fpiUYc {
        padding: 3.13vw;
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .fpiUYc {
        padding: 6.4vw 4.27vw;
        font-size: 4.27vw;
        align-items: center;
    }
}

.gfDrDW {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gICbNn {
    border-top: 0.05vw solid #A5ACB8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: FCSM-Normal,sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width:1199px) {
    .gICbNn {
        padding: 3.13vw;
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .gICbNn {
        padding: 6.4vw 4.27vw;
        font-size: 4.27vw;
    }
}

.cZfQDg {
    border-top: 0.05vw solid rgb(165, 172, 184);
    display: flex;
    justify-content: left;
}

@media screen and (max-width:1199px) {
    .cZfQDg {
        padding: 3.13vw;
        gap: 3.91vw;
    }
}

@media screen and (max-width:767px) {
    .cZfQDg {
        padding: 6.4vw 4.27vw;
    }
}

.uVBdI {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.56vw;
    background-color: #A5ACB810;
    border-radius: 50%;
    height: auto !important;
}

@media screen and (max-width:1199px) {
    .javYRX {
        background: rgb(204, 18, 45) none repeat scroll 0% 0%;
        display: flex;
        -moz-box-pack: center;
        justify-content: center;
        cursor: pointer;
        -moz-box-align: center;
        align-items: center;
        padding: 2.29vw 1.76vw;
        border-color: rgb(92, 97, 104) rgb(92, 97, 104) rgb(92, 97, 104) currentcolor;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px medium;
        border-image: none 100% / 1 / 0 stretch;
        margin-right: 2.74vw;
        font-size: 1.66vw;
        height: auto !important;
    }
}

@media screen and (max-width:767px) {
    .javYRX {
        padding: 1.79vw;
    }

    .javYRX svg {
        width: 4.27vw;
        height: 4.27vw;
    }
}

.coXiEA {
    display: grid;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.67vw 0;
}

@media screen and (max-width:767px) {
    .coXiEA {
        display: none;
    }
}

.coXiEA .swiper {
    width: 100%;
    height: 100%;
}

.coXiEA .swiper-slide {
    width: 12.71vw !important;
    height: 100%;
    margin-right: 1.25vw;
    text-align: center;
    font-size: 18px;
    background: #1B232C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .coXiEA .swiper-slide {
        width: 15.65vw !important;
        margin-right: 2.09vw !important;
    }
}

.coXiEA .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kSCeqn {
    display: grid;
    grid-auto-rows: auto auto;
    width: 100%;
    background: #1B232C;
    justify-items: center;
}

.gAreAA {
    background: #1B232C;
    display: grid;
    justify-items: center;
    padding-bottom: 3.33vw;
}

@media screen and (max-width:1199px) {
    .gAreAA {
        padding-bottom: 3.91vw;
    }
}

@media screen and (max-width:767px) {
    .gAreAA {
        padding-bottom: 8.53vw;
    }
}

.cqAetV {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #A5ACB8;
}

.kRDhuk {
    background: #5C6168;
    height: 0.05vw;
    border: none;
    width: 100%;
    margin: 0;
    display: none;
}

@media screen and (max-width:767px) {
    .kRDhuk {
        display: block;
    }
}

.jyVvsK {
    background: #5C6168;
    width: 100%;
    height: 0.05vw;
    border: none;
    margin: 1.25vw 0 1.61vw;
}

@media screen and (max-width:1199px) {
    .jyVvsK {
        margin: 2.87vw 0 4.3vw;
    }
}

@media screen and (max-width:767px) {
    .jyVvsK {
        display: none;
    }
}

.budKUK {
    width: 100%;
    background: #5C6168;
    height: 0.05vw;
    border: none;
    margin: 0;
}

.fEYR {
    color: #0D1116;
    width: 100%;
    padding: 0 1.25vw 4.06vw;
    box-sizing: border-box;
}

.fEYR * {
    box-sizing: border-box;
}

@media screen and (max-width:1199px) {
    .fEYR {
        padding: 0 3.13vw 12.17vw;
    }
}

@media screen and (max-width:767px) {
    .fEYR {
        padding: 0 4.27vw 23.8vw;
    }
}

.fjmvTv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .fjmvTv {
        margin-bottom: 5.93vw;
    }
}

.brvKVr {
    font-size: 0.83vw;
}

@media screen and (max-width:1199px) {
    .brvKVr {
        font-size: 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .brvKVr {
        font-size: 4.27vw;
    }
}

.fpBCJi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.63vw;
    color: #CC122D;
    cursor: pointer;
    height: auto;
}

.fpBCJi svg {
    width: 1.25vw;
    height: 1.25vw;
}

@media screen and (max-width:1199px) {
    .fpBCJi {
        font-size: 1.56vw;
    }

    .fpBCJi svg {
        width: 3.13vw;
        height: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .fpBCJi {
        font-size: 3.2vw;
    }

    .fpBCJi svg {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.dSDIlh {
    background: #CC122D;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 4.06vw;
    width: 28.44vw;
    color: #FFFFFF;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.83vw;
}

@media screen and (max-width:1199px) {
    .dSDIlh {
        width: 71.84vw;
        height: 10.17vw;
        font-size: 3.13vw;
    }
}

@media screen and (max-width:767px) {
    .dSDIlh {
        width: 100vw;
        height: 20.8vw;
        font-size: 2.3vw;
    }
}

.ksVGKi {
    padding-left: 0.83vw;
}

@media screen and (max-width:1199px) {
    .ksVGKi {
        padding-left: 1.2vw;
    }
}

@media screen and (max-width:767px) {
    .ksVGKi {
        padding-left: 4.27vw;
        font-size: 4.27vw;
    }
}

.hGNvKk {
    cursor: pointer;
    margin-right: 1.2vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.73vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    padding: 0.73vw 1.25vw;
}

@media screen and (max-width:1199px) {
    .hGNvKk {
        padding: 1.83vw 3.13vw;
        font-size: 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .hGNvKk {
        font-size: 3.73vw;
        padding: 3.73vw 6.4vw;
        margin-right: 4.27vw;
    }
}

.koZvri {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.SxqnV {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 5.68vw;
    grid-gap: 1.72vw;
}

.SxqnV svg {
    width: 1.25vw;
    height: 1.25vw;
    cursor: pointer;
}

.FnZDZ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #0D1116;
    width: 100%;
    z-index: 100;
    border-bottom: 0.05vw solid #5C6168;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    will-change: transition;
}

@media screen and (max-width:1199px) {
    .FnZDZ {
        display: none;
    }
}

.dWMqjg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0D1116;
    width: 100%;
    z-index: 100;
    border-bottom: 0.05vw solid #5C6168;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    will-change: transition;
}

@media screen and (max-width:1199px) {
    .dWMqjg {
        display: none;
    }
}

.jBsgrO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    padding: 1.15vw 1.25vw;
    width: 13.18vw;
    height: 3.18vw;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-right: 0.05vw solid #5C6168;
}

.jbrOOk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    padding: 0.42vw 3.02vw;
    width: 9.06vw;
    height: 2.19vw;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-right: 0.05vw solid #5C6168;
}

.fDQfyr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.eQZA-DI {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 50%;
    border-bottom: 0.05vw solid #5C6168;
}

.hcwUec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25vw;
    padding-right: 1.67vw;
    cursor: pointer;
}

.ilYyZK {
    padding: 0.43vw 0.83vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-left: 0.05vw solid #5C6168;
}

.ilYyZK:hover {
    color: #CC122D;
}

.jQuHGn {
    position: relative;
    font-family: FCSM-Normal,sans-serif;
    font-size: 0.83vw;
    text-transform: uppercase;
    padding: 0.43vw 0.83vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 0.05vw solid #5C6168;
    cursor: pointer;
    -webkit-letter-spacing: -0.165px;
    -moz-letter-spacing: -0.165px;
    -ms-letter-spacing: -0.165px;
    letter-spacing: -0.165px;
    background: #0D1116;
}

.dUZYLH {
    font-family: FCSM-Normal,sans-serif;
    font-size: 0.83vw;
    text-transform: uppercase;
}

.dsLwWq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0.83vw;
    height: 50%;
}

.dsvqQj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0.83vw;
    height: 62%;
}

.bxhbqQ {
    display: none;
    height: 8.86vw;
}

@media screen and (max-width:1199px) {
    .bxhbqQ {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .bxhbqQ {
        height: auto;
        padding-bottom: 18.13vw;
    }
}

.ftVVBb {
    display: none;
    height: 0;
}

@media screen and (max-width:1199px) {
    .ftVVBb {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .ftVVBb {
        height: 0;
    }
}

.cJZSRA {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.56vw 2.09vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #0D1116;
    box-sizing: border-box;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden;
}

@media screen and (max-width:1199px) {
    .cJZSRA {
        display: flex;
        height: 8.86vw;
        -moz-box-align: center;
        align-items: center;
        padding: 0 0 0 3vw;
        overflow: inherit;
    }
}

@media screen and (max-width:767px) {
    .cJZSRA {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 18.13vw;
        padding-left: 0px;
    }
}

.gfqdLN {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.56vw 2.09vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #0D1116;
    box-sizing: border-box;
    z-index: 99999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    overflow: hidden;
}

@media screen and (max-width:1199px) {
    .gfqdLN {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.56vw 2.09vw;
    }
}

@media screen and (max-width:767px) {
    .gfqdLN {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 4vw 4.27vw;
    }
}

.cVkzGA {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(13, 17, 22) none repeat scroll 0% 0%;
    padding: 0px 2.09vw 0.3vw;
    height: 100%;
    box-sizing: border-box;
}

.cVkzGA svg {
    width: 2.71vw;
    height: 2.71vw;
}

@media screen and (max-width:1199px) {
    .cVkzGA svg * {
        stroke: #A5ACB8;
    }
    
    .fxRlNZ > span {
        font-size: 1.83vw;
    }
}

@media screen and (max-width:767px) {
    .cVkzGA svg {
        width: 5.71vw;
        height: 5.71vw;
    }
    
    .fxRlNZ > span {
        display: none;
    }
}

.jvfjhc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding-right: 4.6vw;
    grid-gap: 4.5vw;
}

.jvfjhc svg {
    width: 3.13vw;
    height: 3.13vw;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .jvfjhc {
        padding-right: 3.8vw;
        grid-gap: 3.7vw;
    }
    
    .jvfjhc svg {
        width: 6.4vw;
        height: 6.4vw;
    }
}

.ayEgO {
   display: flex;
    height: 100%;
    margin-right: 2.09vw;
    -moz-box-align: center;
    align-items: center;
}

.kZGjHm {
    background-color: #0D1116;
    color: #FFFFFF;
}

.jwImZs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0D1116;
    font-family: "Roboto",sans-serif;
    overflow-x: hidden;
    min-height: calc(100vh - 8vw);
    padding-top: 5.52vw;
}

@media screen and (max-width:1199px) {
    .jwImZs {
        padding-top: 0;
    }
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #FFFFFF;
}

.swiper-pagination-progressbar {
    display: none;
}

.kiDhbf {
  left: 9%;
  background-color: rgb(200, 18, 45);
  width: 6.98vw;
  height: 2.08vw;
  z-index: -1;
  top: 12%;
  position: absolute;
}

.bcgixB {
  position: absolute;
  top: 1.04vw;
  left: 1.56vw;
  width: 97vw;
  height: 6.2vw;
  z-index: -1;
  background-color: rgb(200, 18, 45);
}

@media screen and (max-width: 767px) {
  .bcgixB {
    top: 2.13vw;
    left: 2.13vw;
    width: 95.73vw;
    height: 13vw;
  }
}
