* {
  font-family: 'Montserrat', sans-serif; }

:target:before {
  content: "";
  display: block;
  height: 125px;
  /* fixed header height*/
  margin: -125px 0 0;
  /* negative fixed header height */ }

html, body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth; }

.home-page {
  overflow: hidden; }

.loading {
  overflow: hidden; }

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #0e0e0e; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3b3b3b; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #474747; }

#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8; }
  #wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input {
    display: flex; }

html:has(#wpadminbar) {
  margin-top: 0 !important; }
  html:has(#wpadminbar) .page-header .content .nav.sticky {
    top: 32px; }

.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.error-404 {
  background: #0e0e0e; }
  .error-404 .error-wrapper {
    width: 50vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 725px; }
    .error-404 .error-wrapper .error-text {
      z-index: 2; }
      .error-404 .error-wrapper .error-text .title {
        text-align: center;
        font-size: 200px;
        color: #0e0e0e;
        font-weight: bold; }
      .error-404 .error-wrapper .error-text .sub-title {
        margin-top: -40px;
        text-align: center;
        font-size: 50px;
        color: #0e0e0e;
        font-weight: bold; }
    .error-404 .error-wrapper .outline {
      text-shadow: #B61F2A 2px 0px 0px, #B61F2A 1.75517px 0.95885px 0px, #B61F2A 1.0806px 1.68294px 0px, #B61F2A 0.14147px 1.99499px 0px, #B61F2A -0.83229px 1.81859px 0px, #B61F2A -1.60229px 1.19694px 0px, #B61F2A -1.97998px 0.28224px 0px, #B61F2A -1.87291px -0.70157px 0px, #B61F2A -1.30729px -1.5136px 0px, #B61F2A -0.42159px -1.95506px 0px, #B61F2A 0.56732px -1.91785px 0px, #B61F2A 1.41734px -1.41108px 0px, #B61F2A 1.92034px -0.55883px 0px; }
    .error-404 .error-wrapper .outline-thick {
      text-shadow: #B61F2A 4px 0px 0px, #B61F2A 3.87565px 0.98962px 0px, #B61F2A 3.51033px 1.9177px 0px, #B61F2A 2.92676px 2.72656px 0px, #B61F2A 2.16121px 3.36588px 0px, #B61F2A 1.26129px 3.79594px 0px, #B61F2A 0.28295px 3.98998px 0px, #B61F2A -0.71298px 3.93594px 0px, #B61F2A -1.66459px 3.63719px 0px, #B61F2A -2.51269px 3.11229px 0px, #B61F2A -3.20457px 2.39389px 0px, #B61F2A -3.69721px 1.52664px 0px, #B61F2A -3.95997px 0.56448px 0px, #B61F2A -3.97652px -0.43278px 0px, #B61F2A -3.74583px -1.40313px 0px, #B61F2A -3.28224px -2.28625px 0px, #B61F2A -2.61457px -3.02721px 0px, #B61F2A -1.78435px -3.57996px 0px, #B61F2A -0.84318px -3.91012px 0px, #B61F2A 0.15041px -3.99717px 0px, #B61F2A 1.13255px -3.8357px 0px, #B61F2A 2.04834px -3.43574px 0px, #B61F2A 2.83256px -2.82216px 0px, #B61F2A 3.44477px -2.03312px 0px, #B61F2A 3.84068px -1.11766px 0px, #B61F2A 3.9978px -0.13272px 0px; }
    .error-404 .error-wrapper .image {
      width: 800px;
      position: absolute;
      top: 140px;
      z-index: 1; }
      .error-404 .error-wrapper .image img {
        width: 100%; }

.ep-dark-mode-enabled .ep-events-container .ep-bg-light, .ep-dark-mode-enabled .ep-events-container .ep-btn-light, .ep-dark-mode-enabled .ep-events-container .ep-box-card-thumb {
  background-color: #0E0E0E !important; }

.ep-dark-mode-enabled .ep-events-container .ep-btn {
  color: white; }
  .ep-dark-mode-enabled .ep-events-container .ep-btn svg {
    fill: white; }

.ep-dark-mode-enabled .ep-events-container .ep-event-loader {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.ep-dark-mode-enabled .ep-events-container .fc-daygrid-event {
  background: white !important;
  border-color: black !important;
  text-decoration: none !important;
  margin: 0 5px !important;
  border-radius: 3px !important; }
  .ep-dark-mode-enabled .ep-events-container .fc-daygrid-event .fc-event-title {
    color: black !important;
    font-weight: bold !important; }

.ep-dark-mode-enabled .ep-events-container .ep-box-card-venue, .ep-dark-mode-enabled .ep-events-container .ep-text-muted {
  color: #dfdfdf !important; }

.ep-dark-mode-enabled .ep-main-container #ep_single_event_venue_address {
  color: #dfdfdf; }

.ep-dark-mode-enabled .ep-main-container #ep_sl_venue_more {
  display: none; }

.ep-dark-mode-enabled .ep-main-container #ep-sl-event-end span {
  color: #dfdfdf; }

.ep-dark-mode-enabled .ep-main-container #ep_single_event_image {
  display: flex;
  justify-content: center; }

.ep-dark-mode-enabled .ep-main-container .ep-btn-check {
  display: none; }

.ep-dark-mode-enabled .ep-main-container #ep_child_event_id_1432::before {
  display: none; }

.ep-dark-mode-enabled .ep-main-container .ep-ticket-now-section {
  padding-top: 5px !important; }

.ep-dark-mode-enabled .ep-main-container .ep-ticket-btn-radio {
  padding: 6px 0; }
  .ep-dark-mode-enabled .ep-main-container .ep-ticket-btn-radio .ep-btn {
    margin-left: 0; }

.ep-dark-mode-enabled .ep-main-container .material-icons-outlined svg {
  fill: white; }

.posts-wrapper .posts {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .posts-wrapper .posts .post-link {
    text-decoration: none;
    width: 100%; }
  .posts-wrapper .posts .post {
    /* Industrial Primer Red/Orange */
    width: 100%;
    background-color: #121212;
    color: #dcdcdc;
    padding: 25px 40px;
    margin: 0;
    border: 4px solid #8b0000;
    box-shadow: inset 4px 0 8px rgba(0, 0, 0, 0.6), 5px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    transition: all 200ms ease-in-out; }
    .posts-wrapper .posts .post .entry-header h2 {
      margin: 0; }
    .posts-wrapper .posts .post .entry-content {
      padding: 0; }
    .posts-wrapper .posts .post:hover {
      transform: scale(1.01); }

.site-main .post-single {
  max-width: 1000px;
  margin: 0 auto; }
  .site-main .post-single .entry-content {
    gap: 0; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: black;
  animation: fadeOut ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.75s;
  opacity: 1; }
  .preloader .image-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transform-origin: center;
    animation: 750ms fadeInAnimation ease-in-out 300ms 1 forwards, 1s moveLogo ease-in-out 1s 1 forwards;
    opacity: 0; }
    .preloader .image-loader img {
      animation: 1s resizeLogo ease-in-out 1s 1 forwards;
      width: 40vw; }

.gtranslate_wrapper #gt_float_wrapper {
  bottom: 10px !important;
  right: 20px !important;
  transition: top 200ms ease-in-out; }
  .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher {
    background-color: transparent; }
    .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected {
      background-color: transparent; }
      .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
        background-color: rgba(0, 0, 0, 0.75);
        border: 1px solid #3b3b3b;
        border-radius: 10px;
        width: 95px; }
        .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
          color: white; }
        .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
          background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:white'/></svg>"); }
    .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
      position: absolute;
      top: -235px;
      right: -200%;
      width: 150%;
      background-color: rgba(0, 0, 0, 0.75);
      border-radius: 10px;
      margin-top: 5px;
      display: block !important;
      opacity: 1;
      transform: none; }
      .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a {
        color: white; }
      .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a:hover {
        background: linear-gradient(230deg, rgba(182, 31, 42, 0.25), rgba(252, 225, 30, 0.25));
        color: #cecece; }
      .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
        transform: none;
        right: 0; }
    .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_float_switcher-arrow {
      rotate: 90deg; }

.page-header {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #0e0e0e;
  background-image: url(../images/bg-texture-dark.jpg);
  background-repeat: repeat; }
  .page-header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(40%);
    text-align: center;
    overflow: hidden; }
    .page-header .background .video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 3;
      opacity: 0;
      object-fit: cover;
      object-position: center; }
    .page-header .background .img-container {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
      .page-header .background .img-container img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }
    .page-header .background .image-normal {
      opacity: 0; }
    .page-header .background .image-small {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1; }
    .page-header .background .video-loaded, .page-header .background .image-loaded {
      opacity: 1; }
  .page-header .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page-header .content .logo {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center; }
      .page-header .content .logo img {
        width: 250px;
        height: auto; }
    .page-header .content .page-logo {
      position: absolute;
      top: 5px;
      left: 10px;
      z-index: 999; }
      .page-header .content .page-logo img {
        height: 40px;
        width: auto; }
    .page-header .content .nav {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      z-index: 99; }
      .page-header .content .nav.home-page {
        top: unset;
        bottom: 100px; }
      .page-header .content .nav.sticky {
        background: #060606;
        background-image: url(../images/bg-texture-dark.jpg);
        background-repeat: repeat;
        border-bottom: 1px solid #1a1a1a; }
      .page-header .content .nav .menu-home-container {
        color: white;
        display: flex;
        gap: 10px;
        width: fit-content;
        padding: 0; }
        .page-header .content .nav .menu-home-container a {
          text-decoration: none; }
          .page-header .content .nav .menu-home-container a .nav-item {
            position: relative; }
          .page-header .content .nav .menu-home-container a[aria-current="page"] .nav-item::after {
            content: '';
            position: absolute;
            bottom: 6px;
            left: 13px;
            background-color: white;
            height: 3px;
            width: calc(100% - 28px);
            border-radius: 15px; }
        .page-header .content .nav .menu-home-container li {
          list-style: none; }
          .page-header .content .nav .menu-home-container li .nav-item {
            color: #ffffff;
            padding: 10px 15px;
            transition: all 200ms ease-in-out;
            font-size: 26px;
            position: relative; }
            .page-header .content .nav .menu-home-container li .nav-item:after {
              content: '';
              position: absolute;
              bottom: 6px;
              left: 15px;
              right: 15px;
              background-color: white;
              height: 2px;
              opacity: 0;
              transition: all 200ms ease-in-out;
              border-radius: 5px; }
            .page-header .content .nav .menu-home-container li .nav-item:hover:after {
              opacity: 1; }
          .page-header .content .nav .menu-home-container li.current_page_item .nav-item:after {
            opacity: 1; }
    .page-header .content .socials {
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      gap: 10px; }
      .page-header .content .socials .social {
        width: 50px;
        height: 50px;
        transition: all 200ms ease-in-out; }
        .page-header .content .socials .social img {
          width: 100%;
          height: 100%; }
        .page-header .content .socials .social:hover {
          scale: 1.1; }

.mobile-nav-div .mobile-nav-container {
  display: none; }

.mobile-nav-div .menu-action-btn {
  animation: none; }

.no-header {
  height: 50px; }

body:has(#wpadminbar) .mobile-nav-div {
  top: 40px; }

body:has(#wpadminbar) .page-header .content .page-logo {
  top: 36px; }

.home-page .page-header .content .page-logo {
  display: none; }

@media only screen and (max-width: 1100px) {
  .page-header .content .page-logo {
    display: none; } }

@media only screen and (max-width: 900px) {
  .page-header .content .logo {
    display: none; }
  .page-header .content .page-logo {
    display: block; }
  .page-header .content .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    padding: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start; }
    .page-header .content .nav .menu-home-container {
      display: none; }
  .page-header .content .socials {
    bottom: 80px; }
  .mobile-nav-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999999; }
    .mobile-nav-div .mobile-nav-container {
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9999999;
      user-select: none; }
      .mobile-nav-div .mobile-nav-container .mobile-nav {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 5px;
        position: absolute;
        top: 60px;
        right: 15px;
        transform: translateX(120%);
        transition: transform 100ms ease-in-out; }
        .mobile-nav-div .mobile-nav-container .mobile-nav .menu-home-container {
          color: white;
          display: flex;
          flex-direction: column;
          gap: 10px;
          width: fit-content;
          padding: 0; }
          .mobile-nav-div .mobile-nav-container .mobile-nav .menu-home-container a {
            text-decoration: none; }
            .mobile-nav-div .mobile-nav-container .mobile-nav .menu-home-container a[aria-current="page"] .nav-item {
              color: white; }
          .mobile-nav-div .mobile-nav-container .mobile-nav .menu-home-container li {
            list-style: none; }
            .mobile-nav-div .mobile-nav-container .mobile-nav .menu-home-container li .nav-item {
              color: rgba(255, 255, 255, 0.7);
              padding: 10px 15px;
              transition: all 200ms ease-in-out;
              font-size: 26px; }
              .mobile-nav-div .mobile-nav-container .mobile-nav .menu-home-container li .nav-item:hover {
                color: white; }
      .mobile-nav-div .mobile-nav-container .menu-action-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        color: white;
        font-size: 35px; }
        .mobile-nav-div .mobile-nav-container .menu-action-btn.animate {
          animation: hithere 2s ease infinite; }
      .mobile-nav-div .mobile-nav-container[data-nav-open="false"] .menu-open-button {
        display: block; }
      .mobile-nav-div .mobile-nav-container[data-nav-open="false"] .menu-close-button {
        display: none; }
      .mobile-nav-div .mobile-nav-container[data-nav-open="true"] .menu-open-button {
        display: none; }
      .mobile-nav-div .mobile-nav-container[data-nav-open="true"] .menu-close-button {
        display: block; }
      .mobile-nav-div .mobile-nav-container[data-nav-open="true"] .mobile-nav {
        transform: translateX(0); } }

@keyframes hithere {
  30% {
    transform: scale(1.1); }
  40%, 60% {
    transform: rotate(-10deg) scale(1.1); }
  50% {
    transform: rotate(10deg) scale(1.1); }
  70% {
    transform: rotate(0deg) scale(1.1); }
  100% {
    transform: scale(1); } }

.bg-dark, body, html {
  background-color: #0E0E0E;
  color: white; }

.site-main article {
  background-color: #0E0E0E;
  color: white;
  min-height: calc(100vh - 10vh - 151px);
  padding-top: 8vh;
  position: relative;
  background-image: url(../images/bg-texture-dark.jpg);
  background-repeat: repeat; }
  .site-main article .entry-content {
    position: relative;
    padding: 1em;
    display: grid;
    gap: 40px; }
    .site-main article .entry-content .show-on-mobile {
      display: block; }
    .site-main article .entry-content .cool-vertical-timeline-body.left {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
    .site-main article .entry-content .cool-vertical-timeline-body .story-details {
      background-color: #282828; }
    .site-main article .entry-content .cool-vertical-timeline-body .story-time p {
      color: white; }
  .site-main article .entry-footer {
    background-color: #0E0E0E;
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: 0; }
    .site-main article .entry-footer a {
      color: white;
      text-decoration: none; }

.site-main .h-page {
  height: 60vh; }

.site-main .content-img-gradient .wp-block-media-text .wp-block-media-text__media {
  background: linear-gradient(148deg, #B61F2A, #FCE11E); }

.site-main .content-block {
  width: auto;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  .site-main .content-block.home-info {
    width: 60%;
    margin-inline: auto; }
  .site-main .content-block .wp-block-group__inner-container {
    width: 65vw;
    max-width: 1200px; }
  .site-main .content-block .wp-block-media-text, .site-main .content-block .wp-block-columns {
    grid-template-columns: 350px 1fr;
    gap: 30px; }
    .site-main .content-block .wp-block-media-text .wp-block-media-text__media, .site-main .content-block .wp-block-columns .wp-block-media-text__media {
      width: 350px;
      padding: 4px;
      border-radius: 50px;
      overflow: hidden;
      align-self: start; }
      .site-main .content-block .wp-block-media-text .wp-block-media-text__media img, .site-main .content-block .wp-block-columns .wp-block-media-text__media img {
        width: 100%;
        border-radius: 48px; }
    .site-main .content-block .wp-block-media-text .youtube-media, .site-main .content-block .wp-block-columns .youtube-media {
      width: 450px;
      aspect-ratio: 16/9; }
      .site-main .content-block .wp-block-media-text .youtube-media .wp-block-embed, .site-main .content-block .wp-block-columns .youtube-media .wp-block-embed {
        width: 100%;
        height: 100%; }
        .site-main .content-block .wp-block-media-text .youtube-media .wp-block-embed .wp-block-embed__wrapper, .site-main .content-block .wp-block-columns .youtube-media .wp-block-embed .wp-block-embed__wrapper {
          width: 100%;
          height: 100%; }
          .site-main .content-block .wp-block-media-text .youtube-media .wp-block-embed .wp-block-embed__wrapper iframe, .site-main .content-block .wp-block-columns .youtube-media .wp-block-embed .wp-block-embed__wrapper iframe {
            width: 100%;
            height: 100%; }
    .site-main .content-block .wp-block-media-text .wp-block-media-text__content, .site-main .content-block .wp-block-media-text .wp-block-column, .site-main .content-block .wp-block-columns .wp-block-media-text__content, .site-main .content-block .wp-block-columns .wp-block-column {
      padding: 0;
      align-self: start; }
      .site-main .content-block .wp-block-media-text .wp-block-media-text__content .wp-block-heading, .site-main .content-block .wp-block-media-text .wp-block-column .wp-block-heading, .site-main .content-block .wp-block-columns .wp-block-media-text__content .wp-block-heading, .site-main .content-block .wp-block-columns .wp-block-column .wp-block-heading {
        font-size: clamp(1rem, 10vw, 48px);
        margin: 0; }
      .site-main .content-block .wp-block-media-text .wp-block-media-text__content p, .site-main .content-block .wp-block-media-text .wp-block-column p, .site-main .content-block .wp-block-columns .wp-block-media-text__content p, .site-main .content-block .wp-block-columns .wp-block-column p {
        font-size: 22px; }

.site-main .page-title {
  font-size: 64px; }

.site-main .collab-segment {
  margin-bottom: 30px; }
  .site-main .collab-segment .segment-title {
    font-size: clamp(15px, 8vw, 50px);
    font-weight: bold;
    text-align: center;
    color: #FCE11E;
    margin: 0; }
  .site-main .collab-segment .segment-text {
    margin-bottom: 10px;
    display: flex;
    justify-content: center; }

.site-main .collaboration-type-title {
  font-size: 35px; }

.site-main .collaboration-logos {
  width: 100vw;
  max-width: 1000px;
  margin: auto; }
  .site-main .collaboration-logos .wpwax-lsu-content {
    gap: 10px;
    justify-content: center; }
    .site-main .collaboration-logos .wpwax-lsu-content .wpwax-lsu-item {
      flex: 0 0 calc(25% - 15px) !important;
      width: calc(25% - 15px) !important; }
    .site-main .collaboration-logos .wpwax-lsu-content .wpwax-lsu-ultimate.wpwax-lsu-grid.wpwax-lsu-logo-col-lg-4 .wpwax-lsu-item {
      flex: 0 0 calc(25% - 15px) !important;
      width: calc(25% - 15px) !important; }

.site-main .collaboration-logos-carousel {
  position: sticky;
  bottom: -20px;
  margin-left: -16px;
  background-image: url(../images/bg-texture-dark.jpg);
  background-color: #1212121f;
  background-blend-mode: multiply;
  border-top: 1px solid rgba(255, 255, 255, 0.01);
  border-bottom: 1px solid rgba(255, 255, 255, 0.01);
  height: 160px; }
  .site-main .collaboration-logos-carousel .wp-block-group__inner-container {
    width: 100vw;
    max-width: unset; }
  .site-main .collaboration-logos-carousel .wpwax-lsu-content {
    gap: 10px;
    justify-content: center; }
    .site-main .collaboration-logos-carousel .wpwax-lsu-content .wpwax-lsu-item {
      flex: 0 0 calc(25% - 15px) !important;
      width: calc(25% - 15px) !important; }
    .site-main .collaboration-logos-carousel .wpwax-lsu-content .wpwax-lsu-ultimate.wpwax-lsu-grid.wpwax-lsu-logo-col-lg-4 .wpwax-lsu-item {
      flex: 0 0 calc(25% - 15px) !important;
      width: calc(25% - 15px) !important; }

.site-main .collab-buttons {
  position: sticky;
  top: 20px;
  z-index: 9999; }
  .site-main .collab-buttons .wp-block-button {
    font-size: 16px; }
    .site-main .collab-buttons .wp-block-button .wp-block-button__link {
      background: #a62a33;
      color: white;
      transition: all .2s ease-in-out; }
      .site-main .collab-buttons .wp-block-button .wp-block-button__link:hover {
        background: #7d2026;
        color: white; }

.site-main .collaborate-button {
  position: absolute;
  top: 80px;
  right: 5%;
  transition: all 200ms ease-in-out;
  scale: 1.3; }
  .site-main .collaborate-button a {
    color: #ffffff;
    font-weight: bold; }
  .site-main .collaborate-button:hover {
    scale: 1.32; }
    .site-main .collaborate-button:hover a {
      color: #FCE11E; }

.site-main .collab-contact-form-btn {
  margin-inline: auto;
  margin-bottom: 50px; }
  .site-main .collab-contact-form-btn .wp-element-button {
    transition: all .2s ease-in-out;
    color: white;
    font-weight: bold;
    background: #a62a33; }
    .site-main .collab-contact-form-btn .wp-element-button:hover {
      scale: 1.01; }

.site-main .contact-form {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  .site-main .contact-form .contact-title {
    font-size: 64px;
    margin: 25px 0 10px 0; }
  .site-main .contact-form .wpforms-field-label {
    color: white; }
  .site-main .contact-form .wpforms-field-sublabel {
    color: #ececec; }
  .site-main .contact-form .wpforms-field-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px; }
    .site-main .contact-form .wpforms-field-container .contact-form-col input, .site-main .contact-form .wpforms-field-container .contact-form-col textarea {
      padding: 0.5rem;
      border: double 2px transparent;
      border-radius: 10px;
      background-origin: border-box;
      background-clip: padding-box, border-box;
      background-color: transparent;
      color: white;
      background-image: linear-gradient(#0e0e0e, #0e0e0e), linear-gradient(148deg, #B61F2A, #FCE11E); }
      .site-main .contact-form .wpforms-field-container .contact-form-col input::placeholder, .site-main .contact-form .wpforms-field-container .contact-form-col textarea::placeholder {
        color: mintcream; }
    .site-main .contact-form .wpforms-field-container .contact-form-col select {
      position: relative;
      padding: 0.5rem;
      border-radius: 10px;
      color: white;
      background: transparent;
      border: solid 2px #FCE11E; }
    .site-main .contact-form .wpforms-field-container .contact-form-col .contact-name-input .wpforms-field-row .wpforms-field-row-block:first-child input {
      background-image: linear-gradient(#0e0e0e, #0e0e0e), linear-gradient(148deg, #B61F2A, #FCE11E); }
    .site-main .contact-form .wpforms-field-container .contact-form-col .contact-name-input .wpforms-field-row .wpforms-field-row-block:last-child input {
      background-image: linear-gradient(#0e0e0e, #0e0e0e), linear-gradient(180deg, #B61F2A, #FCE11E); }
    .site-main .contact-form .wpforms-field-container .contact-form-col .contact-email-input input {
      background-image: linear-gradient(#0e0e0e, #0e0e0e), linear-gradient(240deg, #B61F2A, #FCE11E); }
    .site-main .contact-form .wpforms-field-container .contact-form-col .contact-msg-input textarea {
      background-image: linear-gradient(#0e0e0e, #0e0e0e), linear-gradient(10deg, #B61F2A, #FCE11E);
      resize: none; }
    .site-main .contact-form .wpforms-field-container .contact-extra-info {
      max-width: 280px; }
      .site-main .contact-form .wpforms-field-container .contact-extra-info a {
        color: #B61F2A; }
  .site-main .contact-form .wpforms-submit-container {
    display: flex;
    justify-content: flex-end; }
    .site-main .contact-form .wpforms-submit-container .wpforms-submit {
      border: 2px solid white;
      border-radius: 16px;
      transition: background-color 200ms ease-in-out;
      background-color: transparent !important; }
      .site-main .contact-form .wpforms-submit-container .wpforms-submit:hover {
        background-color: rgba(255, 255, 255, 0.15) !important; }

@media only screen and (max-width: 1230px) {
  .site-main .collaborate-button {
    position: unset;
    margin-bottom: 10px;
    scale: 1.2; }
    .site-main .collaborate-button:hover {
      scale: 1.22; } }

@media only screen and (max-width: 1130px) {
  .site-main article {
    padding-top: 2vh; } }

@media only screen and (max-width: 1100px) {
  .site-main .entry-content {
    padding: 20px 0 0 0; }
    .site-main .entry-content .content-block {
      height: fit-content;
      width: calc(100% - 40px);
      padding-top: 1px;
      margin: 0; }
      .site-main .entry-content .content-block .wp-block-group__inner-container {
        width: calc(95vw - 5px);
        max-width: 80vw; }
        .site-main .entry-content .content-block .wp-block-group__inner-container .wp-block-media-text {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          .site-main .entry-content .content-block .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__media {
            width: 60vw;
            align-self: center; }
          .site-main .entry-content .content-block .wp-block-group__inner-container .wp-block-media-text .wp-block-media-text__content {
            width: 90vw;
            max-width: 70vw;
            align-self: center;
            text-align: center; }
      .site-main .entry-content .content-block .contact-form {
        margin: 10px 0; }
      .site-main .entry-content .content-block .youtube-media {
        width: 100%; }
    .site-main .entry-content .wpforms-field-container .wpforms-field .wpforms-field-row {
      display: flex;
      flex-direction: column; }
      .site-main .entry-content .wpforms-field-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
        width: 100%; }
      .site-main .entry-content .wpforms-field-container .wpforms-field .wpforms-field-row .wpforms-one-half {
        margin: 0;
        padding: 0; }
      .site-main .entry-content .wpforms-field-container .wpforms-field .wpforms-field-row .wpforms-one-half:first-child {
        margin: 0 0 20px 0; }
    .site-main .entry-content .wp-block-columns {
      justify-content: flex-start;
      margin-bottom: 0;
      padding-bottom: 2rem;
      gap: 20px; }
    .site-main .entry-content .collaboration-logos {
      width: 100vw; }
      .site-main .entry-content .collaboration-logos .wpwax-lsu-ultimate.wpwax-lsu-hover-active .wpwax-lsu-item img {
        height: auto; }
    .site-main .entry-content .collaboration-logos-carousel {
      width: 100vw;
      bottom: -15px;
      height: 120px; }
      .site-main .entry-content .collaboration-logos-carousel .wp-block-group__inner-container {
        width: 100vw;
        max-width: unset; }
    .site-main .entry-content .page-title {
      margin: 0;
      font-size: 10vw; }
    .site-main .entry-content .hide-on-mobile {
      display: none; }
    .site-main .entry-content .show-on-mobile {
      display: block; } }

@media only screen and (max-width: 1000px) {
  .site-main .entry-content .content-block .wp-block-group__inner-container {
    width: 100%; } }

@media only screen and (max-width: 850px) {
  .site-main .entry-content {
    gap: 20px !important; }
    .site-main .entry-content .project-container {
      min-width: 100%;
      margin: 0; }
      .site-main .entry-content .project-container .project-container-body {
        padding: 10px; }
        .site-main .entry-content .project-container .project-container-body .wp-block-group__inner-container {
          flex-wrap: nowrap !important; }
          .site-main .entry-content .project-container .project-container-body .wp-block-group__inner-container .wp-block-heading {
            font-size: 4vw !important; }
          .site-main .entry-content .project-container .project-container-body .wp-block-group__inner-container .wp-block-columns {
            flex-wrap: nowrap !important; }
            .site-main .entry-content .project-container .project-container-body .wp-block-group__inner-container .wp-block-columns p {
              font-size: 1.75vw !important; }
      .site-main .entry-content .project-container .project-container-buttons {
        bottom: 10px;
        left: 10px; }
        .site-main .entry-content .project-container .project-container-buttons .project-container-button .btnButton {
          padding: 0 5px !important; }
          .site-main .entry-content .project-container .project-container-buttons .project-container-button .btnButton span {
            font-size: 1.75vw !important; } }

@media only screen and (max-width: 782px) {
  .site-main .collab-contact-form-btn {
    bottom: 10px;
    left: 0;
    margin-inline: 10px;
    width: calc(100% - 20px);
    justify-content: center; }
  .site-main .entry-content .content-block {
    width: 100%; }
    .site-main .entry-content .content-block .wp-block-group__inner-container .wp-block-columns {
      flex-direction: column-reverse;
      padding-bottom: 3rem; }
      .site-main .entry-content .content-block .wp-block-group__inner-container .wp-block-columns.reverse-on-mobile {
        flex-direction: column; }
    .site-main .entry-content .content-block .reverse-on-mobile {
      display: flex;
      flex-direction: column-reverse; }
  .site-main .entry-content .content-block-reverse .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column; }
  .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column; }
    .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column {
      width: 100%; }
      .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column .wpforms-container {
        margin: 0; }
        .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column .wpforms-container .wpforms-field {
          padding: 0; }
        .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column .wpforms-container .wpforms-field-name .wpforms-field-row {
          display: flex;
          flex-direction: row;
          gap: 10px; }
          .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column .wpforms-container .wpforms-field-name .wpforms-field-row:before, .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column .wpforms-container .wpforms-field-name .wpforms-field-row:after {
            display: none; }
          .site-main .entry-content .content-block-contact .wp-block-group__inner-container .wp-block-columns .wp-block-column .wpforms-container .wpforms-field-name .wpforms-field-row .wpforms-field-row-block {
            width: calc(50% - 10px); } }

@media only screen and (max-width: 630px) {
  .site-main .collaboration-logos .wpwax-lsu-ultimate {
    padding: 0; }
    .site-main .collaboration-logos .wpwax-lsu-ultimate .wpwax-lsu-content {
      gap: 10px;
      justify-content: center; }
      .site-main .collaboration-logos .wpwax-lsu-ultimate .wpwax-lsu-content .wpwax-lsu-item {
        flex: 0 0 calc(35% - 15px) !important;
        width: calc(35% - 15px) !important; }
        .site-main .collaboration-logos .wpwax-lsu-ultimate .wpwax-lsu-content .wpwax-lsu-item .wpwax-lsu-item-inner {
          min-height: auto; }
      .site-main .collaboration-logos .wpwax-lsu-ultimate .wpwax-lsu-content .wpwax-lsu-ultimate.wpwax-lsu-grid.wpwax-lsu-logo-col-lg-4 .wpwax-lsu-item {
        flex: 0 0 calc(35% - 15px) !important;
        width: calc(35% - 15px) !important; }
  .site-main .collaboration-logos-carousel {
    width: 100vw;
    bottom: -10px;
    height: 100px; }
    .site-main .collaboration-logos-carousel .wp-block-group__inner-container {
      width: 100vw;
      max-width: unset; }
  .site-main .collab-buttons .wp-block-button {
    font-size: 16px; } }

@media only screen and (max-width: 500px) {
  .site-main .collab-buttons {
    display: none; } }

.footer {
  width: calc(100% - 80px);
  padding: 10px 40px;
  border-top: 1px solid #1a1a1a;
  background-color: #060606;
  color: white;
  background-image: url(../images/bg-texture-dark.jpg);
  background-repeat: repeat; }
  .footer .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer .footer-nav .nav {
      padding: 0 20px; }
      .footer .footer-nav .nav .menu-footer-container {
        color: white;
        display: flex;
        gap: 5px;
        width: fit-content;
        margin: auto; }
        .footer .footer-nav .nav .menu-footer-container a {
          text-decoration: none; }
          .footer .footer-nav .nav .menu-footer-container a[aria-current="page"] .nav-item {
            color: white; }
        .footer .footer-nav .nav .menu-footer-container li {
          list-style: none; }
          .footer .footer-nav .nav .menu-footer-container li .nav-item {
            color: rgba(255, 255, 255, 0.6);
            padding: 10px 15px;
            transition: all 200ms ease-in-out;
            font-size: 20px; }
            .footer .footer-nav .nav .menu-footer-container li .nav-item:hover {
              color: white; }
  .footer .sub-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 75vw;
    margin: 0 auto; }
    .footer .sub-footer .socials {
      display: flex;
      justify-content: center;
      gap: 10px; }
      .footer .sub-footer .socials .social {
        width: 35px;
        height: 35px;
        transition: all 200ms ease-in-out; }
        .footer .sub-footer .socials .social img {
          width: 100%;
          height: 100%; }
        .footer .sub-footer .socials .social:hover {
          scale: 1.1; }
    .footer .sub-footer .copyright {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 1.1rem;
      color: gray; }
      .footer .sub-footer .copyright small {
        font-size: .7rem; }
        .footer .sub-footer .copyright small a {
          color: gray; }

@media only screen and (max-width: 800px) {
  .footer .nav {
    display: none; } }

@media only screen and (max-width: 650px) {
  .footer .sub-footer {
    flex-direction: column;
    gap: 10px;
    padding: 5px 0; } }

/* unvisited link */
a:link {
  color: #b72530; }

/* visited link */
a:visited {
  color: #fbe225; }

/* mouse over link */
a:hover {
  color: #db2c3b; }

/* mouse over visited link */
a:visited:hover {
  color: #ceb91f; }

/* selected link */
a:active {
  color: #ceb91f; }

hr {
  width: 100%; }

.mt-1 {
  margin-top: calc(1 * 5px); }

.mb-1 {
  margin-bottom: calc(1 * 5px); }

.ml-1 {
  margin-left: calc(1 * 5px); }

.mr-1 {
  margin-right: calc(1 * 5px); }

.mt-2 {
  margin-top: calc(2 * 5px); }

.mb-2 {
  margin-bottom: calc(2 * 5px); }

.ml-2 {
  margin-left: calc(2 * 5px); }

.mr-2 {
  margin-right: calc(2 * 5px); }

.mt-3 {
  margin-top: calc(3 * 5px); }

.mb-3 {
  margin-bottom: calc(3 * 5px); }

.ml-3 {
  margin-left: calc(3 * 5px); }

.mr-3 {
  margin-right: calc(3 * 5px); }

.mt-4 {
  margin-top: calc(4 * 5px); }

.mb-4 {
  margin-bottom: calc(4 * 5px); }

.ml-4 {
  margin-left: calc(4 * 5px); }

.mr-4 {
  margin-right: calc(4 * 5px); }

.mt-5 {
  margin-top: calc(5 * 5px); }

.mb-5 {
  margin-bottom: calc(5 * 5px); }

.ml-5 {
  margin-left: calc(5 * 5px); }

.mr-5 {
  margin-right: calc(5 * 5px); }

.mt-6 {
  margin-top: calc(6 * 5px); }

.mb-6 {
  margin-bottom: calc(6 * 5px); }

.ml-6 {
  margin-left: calc(6 * 5px); }

.mr-6 {
  margin-right: calc(6 * 5px); }

.mt-7 {
  margin-top: calc(7 * 5px); }

.mb-7 {
  margin-bottom: calc(7 * 5px); }

.ml-7 {
  margin-left: calc(7 * 5px); }

.mr-7 {
  margin-right: calc(7 * 5px); }

.mt-8 {
  margin-top: calc(8 * 5px); }

.mb-8 {
  margin-bottom: calc(8 * 5px); }

.ml-8 {
  margin-left: calc(8 * 5px); }

.mr-8 {
  margin-right: calc(8 * 5px); }

.mt-9 {
  margin-top: calc(9 * 5px); }

.mb-9 {
  margin-bottom: calc(9 * 5px); }

.ml-9 {
  margin-left: calc(9 * 5px); }

.mr-9 {
  margin-right: calc(9 * 5px); }

.mt-10 {
  margin-top: calc(10 * 5px); }

.mb-10 {
  margin-bottom: calc(10 * 5px); }

.ml-10 {
  margin-left: calc(10 * 5px); }

.mr-10 {
  margin-right: calc(10 * 5px); }

.mt-11 {
  margin-top: calc(11 * 5px); }

.mb-11 {
  margin-bottom: calc(11 * 5px); }

.ml-11 {
  margin-left: calc(11 * 5px); }

.mr-11 {
  margin-right: calc(11 * 5px); }

.mt-12 {
  margin-top: calc(12 * 5px); }

.mb-12 {
  margin-bottom: calc(12 * 5px); }

.ml-12 {
  margin-left: calc(12 * 5px); }

.mr-12 {
  margin-right: calc(12 * 5px); }

.mt-13 {
  margin-top: calc(13 * 5px); }

.mb-13 {
  margin-bottom: calc(13 * 5px); }

.ml-13 {
  margin-left: calc(13 * 5px); }

.mr-13 {
  margin-right: calc(13 * 5px); }

.mt-14 {
  margin-top: calc(14 * 5px); }

.mb-14 {
  margin-bottom: calc(14 * 5px); }

.ml-14 {
  margin-left: calc(14 * 5px); }

.mr-14 {
  margin-right: calc(14 * 5px); }

.mt-15 {
  margin-top: calc(15 * 5px); }

.mb-15 {
  margin-bottom: calc(15 * 5px); }

.ml-15 {
  margin-left: calc(15 * 5px); }

.mr-15 {
  margin-right: calc(15 * 5px); }

.mt-16 {
  margin-top: calc(16 * 5px); }

.mb-16 {
  margin-bottom: calc(16 * 5px); }

.ml-16 {
  margin-left: calc(16 * 5px); }

.mr-16 {
  margin-right: calc(16 * 5px); }

.mt-17 {
  margin-top: calc(17 * 5px); }

.mb-17 {
  margin-bottom: calc(17 * 5px); }

.ml-17 {
  margin-left: calc(17 * 5px); }

.mr-17 {
  margin-right: calc(17 * 5px); }

.mt-18 {
  margin-top: calc(18 * 5px); }

.mb-18 {
  margin-bottom: calc(18 * 5px); }

.ml-18 {
  margin-left: calc(18 * 5px); }

.mr-18 {
  margin-right: calc(18 * 5px); }

.mt-19 {
  margin-top: calc(19 * 5px); }

.mb-19 {
  margin-bottom: calc(19 * 5px); }

.ml-19 {
  margin-left: calc(19 * 5px); }

.mr-19 {
  margin-right: calc(19 * 5px); }

.mt-20 {
  margin-top: calc(20 * 5px); }

.mb-20 {
  margin-bottom: calc(20 * 5px); }

.ml-20 {
  margin-left: calc(20 * 5px); }

.mr-20 {
  margin-right: calc(20 * 5px); }

.w-1 {
  width: 1% !important; }

.w-2 {
  width: 2% !important; }

.w-3 {
  width: 3% !important; }

.w-4 {
  width: 4% !important; }

.w-5 {
  width: 5% !important; }

.w-6 {
  width: 6% !important; }

.w-7 {
  width: 7% !important; }

.w-8 {
  width: 8% !important; }

.w-9 {
  width: 9% !important; }

.w-10 {
  width: 10% !important; }

.w-11 {
  width: 11% !important; }

.w-12 {
  width: 12% !important; }

.w-13 {
  width: 13% !important; }

.w-14 {
  width: 14% !important; }

.w-15 {
  width: 15% !important; }

.w-16 {
  width: 16% !important; }

.w-17 {
  width: 17% !important; }

.w-18 {
  width: 18% !important; }

.w-19 {
  width: 19% !important; }

.w-20 {
  width: 20% !important; }

.w-21 {
  width: 21% !important; }

.w-22 {
  width: 22% !important; }

.w-23 {
  width: 23% !important; }

.w-24 {
  width: 24% !important; }

.w-25 {
  width: 25% !important; }

.w-26 {
  width: 26% !important; }

.w-27 {
  width: 27% !important; }

.w-28 {
  width: 28% !important; }

.w-29 {
  width: 29% !important; }

.w-30 {
  width: 30% !important; }

.w-31 {
  width: 31% !important; }

.w-32 {
  width: 32% !important; }

.w-33 {
  width: 33% !important; }

.w-34 {
  width: 34% !important; }

.w-35 {
  width: 35% !important; }

.w-36 {
  width: 36% !important; }

.w-37 {
  width: 37% !important; }

.w-38 {
  width: 38% !important; }

.w-39 {
  width: 39% !important; }

.w-40 {
  width: 40% !important; }

.w-41 {
  width: 41% !important; }

.w-42 {
  width: 42% !important; }

.w-43 {
  width: 43% !important; }

.w-44 {
  width: 44% !important; }

.w-45 {
  width: 45% !important; }

.w-46 {
  width: 46% !important; }

.w-47 {
  width: 47% !important; }

.w-48 {
  width: 48% !important; }

.w-49 {
  width: 49% !important; }

.w-50 {
  width: 50% !important; }

.w-51 {
  width: 51% !important; }

.w-52 {
  width: 52% !important; }

.w-53 {
  width: 53% !important; }

.w-54 {
  width: 54% !important; }

.w-55 {
  width: 55% !important; }

.w-56 {
  width: 56% !important; }

.w-57 {
  width: 57% !important; }

.w-58 {
  width: 58% !important; }

.w-59 {
  width: 59% !important; }

.w-60 {
  width: 60% !important; }

.w-61 {
  width: 61% !important; }

.w-62 {
  width: 62% !important; }

.w-63 {
  width: 63% !important; }

.w-64 {
  width: 64% !important; }

.w-65 {
  width: 65% !important; }

.w-66 {
  width: 66% !important; }

.w-67 {
  width: 67% !important; }

.w-68 {
  width: 68% !important; }

.w-69 {
  width: 69% !important; }

.w-70 {
  width: 70% !important; }

.w-71 {
  width: 71% !important; }

.w-72 {
  width: 72% !important; }

.w-73 {
  width: 73% !important; }

.w-74 {
  width: 74% !important; }

.w-75 {
  width: 75% !important; }

.w-76 {
  width: 76% !important; }

.w-77 {
  width: 77% !important; }

.w-78 {
  width: 78% !important; }

.w-79 {
  width: 79% !important; }

.w-80 {
  width: 80% !important; }

.w-81 {
  width: 81% !important; }

.w-82 {
  width: 82% !important; }

.w-83 {
  width: 83% !important; }

.w-84 {
  width: 84% !important; }

.w-85 {
  width: 85% !important; }

.w-86 {
  width: 86% !important; }

.w-87 {
  width: 87% !important; }

.w-88 {
  width: 88% !important; }

.w-89 {
  width: 89% !important; }

.w-90 {
  width: 90% !important; }

.w-91 {
  width: 91% !important; }

.w-92 {
  width: 92% !important; }

.w-93 {
  width: 93% !important; }

.w-94 {
  width: 94% !important; }

.w-95 {
  width: 95% !important; }

.w-96 {
  width: 96% !important; }

.w-97 {
  width: 97% !important; }

.w-98 {
  width: 98% !important; }

.w-99 {
  width: 99% !important; }

.w-100 {
  width: 100% !important; }

.col-center {
  justify-content: center; }

.channel-logo {
  display: flex;
  justify-content: center; }

.text-center {
  text-align: center; }

.channel-avg-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px; }
  .channel-avg-container .channel-avg-title {
    font-size: 1.3rem; }
  .channel-avg-container .channel-avg-sub {
    font-size: .75rem;
    margin-bottom: 5px; }
  .channel-avg-container .channel-avg-value {
    font-size: 3rem; }

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px; }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.socials-shotcode {
  display: flex;
  justify-content: center;
  gap: 5px; }
  .socials-shotcode .social {
    width: 50px;
    height: 50px;
    transition: all 200ms ease-in-out; }
    .socials-shotcode .social img {
      width: 100%;
      height: 100%; }
    .socials-shotcode .social:hover {
      scale: 1.1; }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes moveLogo {
  0% {
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
  100% {
    top: var(--p-top, 50%); } }

@keyframes resizeLogo {
  0% {
    width: 40vw; }
  100% {
    width: 350px; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none; } }
