.f4-2024 {
  background: linear-gradient(180deg, #371640 0%, #26142A 100%);
}
.f4-2024 a,
.f4-2024 a:hover{
  color: white;
}
.f4-2024 a:hover{
  opacity: .75;
}
.f4-2024 .mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.f4-2024 .container {
  max-width: 1920px;
}
#f4-content{
  padding-top: 64px;
}

.f4-2024__header {
  height: 134px;
  position: relative;
  z-index: 1;
}

.f4-2024__header a {
  color: white;
}
.f4-2024__socials a:not(:last-child){
  margin-right: 16px;
}

.f4-2024__hero {
  position: relative;
  min-height: 100vh;
  margin-top: -130px;
  display: flex;
}

.f4-2024__hero__content {
  width: fit-content;
}

.f4-2024__hero .section{
  width: 100%;
  z-index: 1;
  text-align: center;
  justify-content: center;
}

.f4-2024__hero i {
  color: white;
}
.f4-2024__hero_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}
.f4-2024__hero-title {
  font-size: 30px;
  color:white;
  line-height: 1.2;
}
.f4-2024__hero__arrow{
 position: absolute;
  bottom: 2rem;
  left: calc(50% - 19px);
  display: block;
  z-index: 1;
}
.f4-2024 .tik-tok-container{
  max-width: 325px;
  background-color: transparent;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.f4-2024 .text-align-center{
  text-align: center;
}
.f4-2024__footer{
  padding: 64px 0;
  text-align: center;
}
.f4-2024 .columns{
  position: relative;
  overflow: hidden;
}
.f4-2024 .columns .column.animated-col{
  opacity: 0;
  transition: ease-in-out all .6s;
}
.f4-2024 .columns .column.animated-col:nth-child(odd){
  transform: translateX(-100%);
}
.f4-2024 .columns .column.animated-col:nth-child(even){
  transform: translateX(100%);
}

.f4-2024 .columns .column.animated-col.is-active{
  transform: translateX(0) !important;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .f4-2024__hero .section {
    display: flex;
    align-items: center;
  }

  .f4-2024__hero .container .columns {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* width: 100%; */
    flex: 1 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .f4-2024__hero{
    align-items: center;
  }
  .f4-2024__hero-title{
    font-size: 57px;
  }
  .f4-2024 .text-align-left{
    text-align: left;
  }

  .f4-2024 .text-align-right{
    text-align: right;
  }
}
