@media only screen and (min-width: 1272px) {
  .container {
    width: 1280px;
  }
}

.outer-container {
  max-width: 1440px;
  margin: 0 auto;
}

.flex-twocols {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .flex-twocols {
    flex-wrap: wrap;
  }
}

.white {
  color: #fff;
}
.white i {
  margin-left: 24px;
}

.black {
  color: #000;
}

.red {
  color: #EA2127;
}

.center {
  text-align: center;
}

.header-md-white {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 1024px) {
  .header-md-white {
    font-size: 40px;
  }
}
@media only screen and (max-width: 460px) {
  .header-md-white {
    font-size: 36px;
  }
}

.header-lg-white {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
}
@media only screen and (max-width: 1024px) {
  .header-lg-white {
    font-size: 76px;
  }
}
@media only screen and (max-width: 460px) {
  .header-lg-white {
    font-size: 42px;
  }
}

.content-lg-white {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 12px;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 1024px) {
  .content-lg-white {
    font-size: 26px;
  }
}
@media only screen and (max-width: 460px) {
  .content-lg-white {
    font-size: 24px;
  }
}

.content {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.34px;
}

.header-md-black {
  color: #1E1E1E;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .header-md-black {
    font-size: 50px;
  }
}
@media only screen and (max-width: 460px) {
  .header-md-black {
    font-size: 36px;
  }
}

.lm-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
.lm-btn i {
  margin-left: 24px;
}

.diagonal-white {
  height: 80px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 47%, #fff 25%);
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 460px) {
  .diagonal-white {
    right: -35%;
  }
}

#home-hero .hero-header {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
}
@media only screen and (max-width: 480px) {
  #home-hero .hero-header {
    font-size: 48px;
  }
}
#home-hero .hero-header span {
  color: #EA2127;
  font-size: 126px;
}
@media only screen and (max-width: 991px) {
  #home-hero .hero-header span {
    font-size: 96px;
  }
}
@media only screen and (max-width: 560px) {
  #home-hero .hero-header span {
    font-size: 86px;
  }
}
@media only screen and (max-width: 480px) {
  #home-hero .hero-header span {
    font-size: 68px;
  }
}

.vlog-site-content {
  margin-top: 0px;
}

.video-background {
  position: relative;
  height: 80vh;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2025/08/home-hero.jpg);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .video-background {
    height: 65vh;
  }
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  color: white;
  padding-top: 20vh;
  width: 50%;
}
@media only screen and (max-width: 1270px) {
  .hero-overlay {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-overlay {
    width: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .hero-overlay {
    width: 100%;
    padding-top: 30vh;
  }
}
.hero-overlay p {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 460px) {
  .hero-overlay p {
    font-size: 18px;
  }
}

#our-mission {
  padding: 70px 0 0;
  background-image: url(/wp-content/uploads/2025/08/our-mission.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #our-mission {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 460px) {
  #our-mission {
    padding: 40px 0 80px;
  }
}
#our-mission .mission-content {
  margin-top: 20px;
  max-width: 700px;
}
#our-mission .header-md-white {
  margin-bottom: 0px;
}
#our-mission .header-lg-white {
  margin-bottom: 0px;
}
#our-mission img {
  margin-right: -20px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 991px) {
  #our-mission img {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 768px) {
  #our-mission img {
    width: 100%;
    max-width: 30vh;
    margin-right: unset;
  }
}
@media only screen and (max-width: 460px) {
  #our-mission img {
    max-width: 18vh;
    margin-bottom: -50px;
  }
}

#companies-verticals {
  padding: 70px 0;
}
@media only screen and (max-width: 460px) {
  #companies-verticals {
    padding: 60px 0 30px;
  }
}
#companies-verticals .flex-twocols div, #companies-verticals .flex-twocols h3 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #companies-verticals .flex-twocols div, #companies-verticals .flex-twocols h3 {
    width: 100%;
  }
}

#logos-carousel {
  overflow: hidden;
  margin-bottom: 40px;
}
#logos-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
}
#logos-carousel .swiper-slide {
  margin-right: 80px;
}
#logos-carousel .swiper-slide img {
  min-width: 70px !important;
  max-width: 200px !important;
}

@media only screen and (min-width: 1200px) {
  #companies {
    background: #F7F7F7;
    background: linear-gradient(280deg, rgb(247, 247, 247) 50%, rgb(234, 33, 39) 50%);
  }
}

.companies-flexer {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .companies-flexer {
    flex-wrap: wrap;
  }
}
.companies-flexer .company-content {
  width: 55%;
  background-color: #EA2127;
  color: #fff;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-content {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .companies-flexer .company-content {
    width: 100%;
    padding-bottom: 42px;
  }
}
.companies-flexer .company-content img {
  width: 100%;
  max-height: 291px;
  height: 43%;
}
.companies-flexer .company-content .company-redbox {
  padding: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-content .company-redbox {
    padding: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .companies-flexer .company-content .company-redbox {
    padding: 42px 20px;
  }
}
.companies-flexer .company-content .company-redbox .float-triangle {
  position: absolute;
  right: 0;
  top: -27px;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-content .company-redbox .float-triangle {
    top: unset;
    bottom: -75px;
    transform: rotate(90deg);
    right: 85%;
  }
}
@media only screen and (max-width: 460px) {
  .companies-flexer .company-content .company-redbox .float-triangle {
    bottom: -37px;
  }
}
@media only screen and (max-width: 400px) {
  .companies-flexer .company-content .company-redbox .float-triangle {
    bottom: -30px;
  }
}
.companies-flexer .company-list {
  width: 45%;
  padding: 70px;
  background: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-list {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-list p {
    border-bottom: 1px solid #EAEAEA;
    padding: 0 20px 10px;
    margin-bottom: 14px;
  }
  .companies-flexer .company-list p:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.companies-flexer .company-list .company-link {
  color: rgba(30, 30, 30, 0.24);
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (max-width: 460px) {
  .companies-flexer .company-list .company-link {
    font-size: 26px;
  }
}
.companies-flexer .company-list .company-link:hover, .companies-flexer .company-list .company-link:active {
  color: #1E1E1E;
  cursor: pointer;
  font-size: 36px;
  margin-bottom: -2px;
  line-height: 1;
}
@media only screen and (max-width: 460px) {
  .companies-flexer .company-list .company-link:hover, .companies-flexer .company-list .company-link:active {
    font-size: 28px;
  }
}

#inside-vt {
  padding: 80px 0;
}
@media only screen and (max-width: 460px) {
  #inside-vt {
    padding: 64px 0 40px;
  }
}
#inside-vt .content.center {
  max-width: 720px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 460px) {
  #inside-vt .content.center {
    margin: 0 auto 25px;
  }
}
#inside-vt .vt-gallery {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  #inside-vt .vt-gallery {
    flex-wrap: wrap;
  }
}
#inside-vt .vt-gallery .vt-gallery-item {
  margin: 6px;
}
@media only screen and (max-width: 560px) {
  #inside-vt .vt-gallery .vt-gallery-item {
    width: 43vw;
    height: 43vw;
  }
}
@media only screen and (max-width: 460px) {
  #inside-vt .vt-gallery .vt-gallery-item {
    margin: 6px 3px;
  }
}
#inside-vt .vt-gallery .vt-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 560px) {
  #inside-vt .vt-gallery .vt-gallery-item img {
    max-height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#global-reach {
  background: #F7F7F7;
  padding: 80px 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #global-reach {
    padding: 80px 0 170px;
  }
}
@media only screen and (max-width: 580px) {
  #global-reach {
    overflow: hidden;
    padding: 80px 0 110px;
  }
}
@media only screen and (max-width: 460px) {
  #global-reach {
    padding: 30px 0 90px;
  }
}
#global-reach .flex-twocols {
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #global-reach .flex-twocols {
    flex-wrap: nowrap;
  }
}
#global-reach .vt-global-reach {
  max-width: 630px;
}
#global-reach .numbers-cols {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #global-reach .numbers-cols {
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  #global-reach .numbers-cols {
    max-width: 200px;
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 460px) {
  #global-reach .numbers-cols {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #global-reach .numbers-cols .n-col {
    margin-bottom: 25px;
  }
}
#global-reach .numbers-cols .n-number {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  #global-reach .numbers-cols .n-number {
    font-size: 44px;
  }
}
@media only screen and (max-width: 480px) {
  #global-reach .numbers-cols .n-number {
    font-size: 38px;
  }
}
#global-reach .numbers-cols .n-title {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  #global-reach .numbers-cols .n-title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  #global-reach .numbers-cols .n-title {
    font-size: 20px;
  }
}
#global-reach .numbers-cols .n-description {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#global-reach #vt-iphone {
  margin-top: -140px;
  margin-bottom: -20px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  #global-reach #vt-iphone {
    position: absolute;
    right: 0;
    margin-top: 0;
    bottom: -40px;
  }
}
@media only screen and (max-width: 580px) {
  #global-reach #vt-iphone {
    right: -100px;
    bottom: 20px;
    width: 70%;
  }
}
@media only screen and (max-width: 460px) {
  #global-reach #vt-iphone {
    width: 80%;
  }
}

#promos {
  padding: 50px 0px;
}
@media only screen and (max-width: 460px) {
  #promos {
    padding: 50px 0px 0px;
  }
}
#promos .flex-twocols {
  justify-content: space-between;
  align-items: center;
}
#promos .flex-twocols .promo-img {
  width: 49%;
}
@media only screen and (max-width: 991px) {
  #promos .flex-twocols .promo-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#promos .flex-twocols .promo-img img {
  width: 100%;
}
#promos .flex-twocols .promos-col {
  width: 49%;
}
@media only screen and (max-width: 991px) {
  #promos .flex-twocols .promos-col {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  #promos .flex-twocols .promos-col .content b {
    display: block;
    margin-bottom: 10px;
  }
}
#promos .lg-banner {
  margin-top: 50px;
}
#promos .lg-banner img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}/*# sourceMappingURL=contentstyles25.css.map */