* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #001329;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% auto;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(43, 43, 43);
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #01CAC4;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: rgb(43, 43, 43);
}




.header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
background: #001329;
}
.container{
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header_items {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.header_item:first-child{
  display: flex;
  align-items: center;
}
.header_item:nth-child(2) {
  margin-left: auto;
}
.header_item_logo {
  vertical-align: middle;
}
.header_item_live {
  display: flex;
  align-items: center;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: -0.18px;
padding: 12px 14px;
border-radius: 100px;
border: 1px solid rgba(255, 255, 255, 0.20);
margin-left: 16px;
}
.header_item_live img{
  vertical-align: middle;
  margin-right: 8px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
.header_item_navs {
  display: flex;
  align-items: center;
  list-style: none;

}
.header_item_nav {
  margin-right: 32px;
}
.header_item_nav:last-child{
  margin-right: 0px;
}
.header_item_nav a{
  color: rgb(255, 255, 255, .6);
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 18.9px */
letter-spacing: -0.18px;
text-transform: uppercase;
cursor: pointer;
transition: all .5s;
}
.header_item_nav a:hover{
  color: #fff;
}
.header_item_button {
  color: #FFF;
  leading-trim: both;
  margin-left: 32px;
  text-edge: cap;
  font-family: "Inter", sans-serif;
  padding: 24px 32px;
  cursor: pointer;
  transition: all .5s;
  border-radius: 8px;
background: #01CAC4;
border: none;
outline: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%; /* 18.9px */
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.header_item_button:hover{
  opacity: .5;
}
.intro {
  width: 100%;
  height: auto;
  margin-top: 109px;
  background: url(../img/intro_image.png)top no-repeat;
}

.intro_tittle {
  margin-top: 109px;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Oswald", sans-serif;
font-size: 74px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 74px */
letter-spacing: -2.22px;
text-transform: uppercase;
}
.intro_subtittle {
  margin-top: 32px;
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: -0.18px;
}
.intro_button {
  margin-top: 40px;
  cursor: pointer;
  transition: all .5s;
  outline: none;
  border: none;
  color: #001329;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
padding: 24px 32px;
border-radius: 8px;
background: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 18.9px */
letter-spacing: -0.18px;
text-transform: uppercase;
margin-bottom: 105px;
}
.intro_button:hover{
  opacity: .5;
}



.stats {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.stats_items {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.stats_item {
  padding-left: 79px;
  padding-right: 79px;
  border-left: 1px solid rgb(255, 255, 255, .2);
  border-right: 1px solid rgb(255, 255, 255, .2);
}
.stats_item_tittle {
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "Oswald", sans-serif;
font-size: 74px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 74px */
letter-spacing: -2.22px;
text-transform: uppercase;
}
.stats_item_subtittle {
  margin-top: 24px;
  color: #01CAC4;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 18.9px */
letter-spacing: -0.18px;
text-transform: uppercase;
}


.money {
  width: 100%;
  height: auto;
  margin-top: 100px;

}
.money_rect {
  width: 100%;
  height: auto;
  background: url(../img/money_bg.png)top no-repeat;
  background-size: auto 100%;
  border-radius: 24px;
}
.money_rect_content {
  padding-top: 113.5px;
  padding-bottom: 113.5px;
}
.money_rect_tittle {
  color: rgb(255, 255, 255, .6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 18.9px */
letter-spacing: -0.18px;
text-transform: uppercase;
}
.money_rect_text {
  margin-top: 32px;
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Oswald", sans-serif;
font-size: 220px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 220px */
letter-spacing: -6.6px;
text-transform: uppercase;
}





.event {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.event_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Oswald", sans-serif;
font-size: 74px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 74px */
letter-spacing: -2.22px;
text-transform: uppercase;
}
.event_tittle span{
  color: #01CAC4;
}
.event_subtittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: -0.18px;
max-width: 815px;
display: block;
margin: 0 auto;
margin-top: 32px;
}
.event_blocks {
  display: grid;
  grid-template-columns: calc(33.3% - 10px) calc(33.3% - 10px) 33.3%;
  grid-column-gap: 10px;
  margin-top: 60px;
  
}
.event_block {
  width: 100%;
  height: 100%;
}
.event_block_small {
  width: 100%;
  height: 192px;
  display: flex;
  align-items: center;
}
.event_block_small_item {
  width: 100%;
  height: 100%
}
.event_block_small_item_img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.event_block_small_item_text {
  border-radius: 12px;
  background: #1559FF;
  width: fit-content;
  height: 100%;
  margin-left: 10px;
}
.event_block_small_item_text_content {
  padding: 36px 18px;

}
.event_block_small_item_text_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
letter-spacing: -0.14px;
}
.event_block_small_item_text_text {
  margin-top: 24px;
  color: rgb(255, 255, 255, .6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 12.6px */
letter-spacing: -0.12px;
text-transform: uppercase;
}
.event_block_big {
margin-top: 10px;
}
.event_block_big_image {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.event_block_middle {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  height: 247px;
}

.event_block:nth-child(2){
  display: flex;
  flex-direction: column;
}

.event_block_middle:first-child{
  margin-bottom: 10px;
}


.parthners {
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.parthners_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Oswald", sans-serif;
font-size: 74px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 74px */
letter-spacing: -2.22px;
text-transform: uppercase;
}
.parthners_items {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.parthners_item {
  margin-left: auto;
  color: rgb(255, 255, 255, .6);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Inter", sans-serif;
margin-top: 24px;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 105%; /* 18.9px */
letter-spacing: -0.18px;
text-transform: uppercase;
cursor: pointer;
transition: all .5s;
}
.parthners_item:first-child{
  margin-left: 0px;
}
.parthners_item:hover{
  opacity: .5;
}

.parthners_item img{
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}




.footer {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: #091E36;
}
.footer_up {
  display: flex;
  align-items: center;
  padding-top: 60px;
}

.footer_up .header_item_button {
  margin-left: auto;
}
.footer_bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgb(255, 255, 255, .2);
  padding-bottom: 60px;
}
.footer_bottom_logo {
  vertical-align: middle;
  cursor: pointer;
  transition: all .5s;
}
.footer_bottom_logo:hover{
  opacity: .5;
}
.footer_bottom_socials {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.footer_bottom_social {
  margin-right: 12px;
  cursor: pointer;
  transition: all .5s;
}
.footer_bottom_social:hover{
  opacity: .5;
}
.footer_bottom_social:last-child{
  margin-right: 0px;
}


@media (min-width:320px) and (max-width:499px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .event_block_small_item_text{
    width: 100%;
  }
  .header_item_logo img{
    width: 100px;
  }
  .header_item_live{
    display: none;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item_button{
    font-size: 14px;
    padding: 12px 16px;
    margin-left: 0px;
  }
  .header_item:last-child{
    margin-left: auto;
  }



  .intro_tittle{
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
  }
  .intro_subtittle{
    text-align: center;
  }
  .intro{
    margin-top: 87.7px;
    background-position-x: 0;
background: url(../img/mobile_bg.png)bottom no-repeat;
  }
  .intro_button{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 400px;
  }





  .stats_items{
    display: grid;
    grid-template-columns: 100%;
  }
  .stats_item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid rgb(255, 255, 255, .2);
    border-right: 1px solid rgb(255, 255, 255, .2);
    margin-bottom: 30px;
    width: 100%;
}
.stats_item:last-child{
  margin-bottom: 0px;
}
.stats_item_tittle{
  font-size: 50px;
  text-align: center;
}
.stats_item_subtittle{
  font-size: 16px;
  text-align: center;
}
.money_rect_tittle{
  font-size: 16px;
}
.money_rect_text{
  font-size: 60px;
  letter-spacing: -2.2px;
}
.money_rect_content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.event_tittle{
  font-size: 40px;
}
.event_blocks {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  margin-top: 60px;
}
.event_block_small {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.event_block_small_item_text{
  margin-left: 0px;
  margin-top: 10px;
}
.event_block:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
}
.parthners_tittle{
  font-size: 40px;
}
.parthners_items{
  flex-direction: column;
}
.parthners_item{
  margin-left: 0px;
}
.footer_up{
  flex-direction: column;
}
.footer_up .header_item_navs{
  flex-direction: column;
}
.header_item_nav{
  margin-right: 0px;
  margin-bottom: 15px;
}
.footer_up .header_item_button{
  margin-left: 0px;
  margin-top: 20px;
}
.footer_bottom{
  flex-direction: column;
}
.footer_bottom_logo img{
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 138px;
}
.footer_bottom_socials{
  margin-top: 20px;
  margin-left: 0px;
}
}



@media (min-width:500px) and (max-width:799px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .event_block_small_item_text {
    width: 100%;
  }
  .event_block_middle{
    height: auto;
  }

  .header_item_live{
    display: none;
  }
  .header_item:nth-child(2){
    display: none;
  }

  .header_item:last-child{
    margin-left: auto;
  }
  .intro_tittle{
    font-size: 45px;
  }
  .intro{
    margin-top: 87.7px;
    background-position-x: 70%;
  }
  .stats_items{
    display: grid;
    grid-template-columns: 100%;
  }
  .stats_item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid rgb(255, 255, 255, .2);
    border-right: 1px solid rgb(255, 255, 255, .2);
    margin-bottom: 30px;
    width: 100%;
}
.stats_item:last-child{
  margin-bottom: 0px;
}
.stats_item_tittle{
  text-align: center;
}
.stats_item_subtittle{
  text-align: center;
}

.money_rect_text{
  font-size: 80px;
  letter-spacing: -2.2px;
}

.event_tittle{
  font-size: 60px;
}
.event_blocks {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  margin-top: 60px;
}



.event_block:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
}
.parthners_tittle{
  font-size: 40px;
}
.parthners_items{
  display: grid;
  grid-template-columns: calc(50% - 10px) 50%;
grid-row-gap: 10px;
} 
.parthners_item{
  margin-left: 0px;
}
.footer_up{
  flex-direction: column;
}
.footer_up .header_item_navs{
  flex-direction: column;
}
.header_item_nav{
  margin-right: 0px;
  margin-bottom: 15px;
}
.footer_up .header_item_button{
  margin-left: 0px;
  margin-top: 20px;
}
.footer_bottom{
  flex-direction: column;
}
.footer_bottom_logo img{
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 138px;
}
.footer_bottom_socials{
  margin-top: 20px;
  margin-left: 0px;
}
}


@media (min-width:800px) and (max-width:1199px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .event_block_middle{
    height: auto;
  }
  .event_block_small_item_text_tittle {
    font-size: 22px;
  }
  .event_block_small_item_text_text{
    font-size: 16px;
  }
  .event_block_small_item_text_content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .event_block_small{
    height: 350px;
  }

  .header_item:nth-child(2){
    display: none;
  }

  .header_item:last-child{
    margin-left: auto;
  }
  .intro_tittle{
    font-size: 55px;
  }


  .intro{
    background-position-x: 70%;
  }
  

  .stats_item_tittle{
    font-size: 40px;
    letter-spacing: normal;
    text-align: center;
  }
  .stats_item_subtittle{
    text-align: center;
  }
  .stats_item {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 1px solid rgb(255, 255, 255, .2);
    border-right: 1px solid rgb(255, 255, 255, .2);
}


.money_rect_text{
  font-size: 120px;
}


.event_blocks {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  margin-top: 60px;
}
.event_block_small_item_text{
  width: 100%;
}


.event_block:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
}
.parthners_tittle{
  font-size: 40px;
}
.parthners_items{
  display: grid;
  grid-template-columns: calc(33.3% - 10px) calc(33.3% - 10px) 33.3%;
grid-row-gap: 10px;
} 
.parthners_item{
  margin-left: 0px;
}

.footer .header_item_nav a{
  font-size: 16px;
}

}

@media (min-width:1200px) and (max-width:1480px){
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .event_block_middle {
  
    height: 100%;
}
.stats_item_tittle{
  font-size: 50px;
}
}

@media (min-width:1921px){
  .intro{
    background-size: 100% 100%;
  }
  .intro_tittle{
    margin-top: 150px;
  }
  .intro_button{
    margin-bottom: 150px;
  }
}