@charset "UTF-8";
html {
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  gap: 48px;
  width: 100vw;
  font-family: "Be Vietnam Pro";
  align-items: center;
  background: #202D42;
  overflow-x: hidden;
  color: #FFF;
}

body::-webkit-scrollbar {
  display: none;
  /* Ukrycie scrollbara w przeglądarkach WebKit */
}

.text-orange {
  font-size: inherit;
  font-weight: inherit;
  color: #F5A623;
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 47px;
  font-weight: 600;
  max-width: 920px;
}

h2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.h2-box {
  position: relative;
}
.h2-box #left-wing {
  position: absolute;
  left: -83.5px;
  top: -40px;
}
.h2-box #right-wing {
  position: absolute;
  right: -84.5px;
  top: -40px;
}

#video {
  box-shadow: -1px 5px 38.4px rgba(0, 0, 0, 0.5);
  min-width: 847px;
  border-radius: 5px;
  min-height: 487px;
}

.video {
  width: 864px;
  height: 487px;
  position: absolute;
  box-shadow: -1px 5px 38.4px rgba(0, 0, 0, 0.5);
}

.benefits {
  margin-top: -68px;
  flex-direction: column;
  display: flex;
}
.benefits span {
  line-height: 38px;
  text-wrap: nowrap;
  font-size: 18px;
}
.benefits .row {
  display: flex;
  gap: 32px;
}
.benefits .benefit-box {
  padding-top: 32px;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 0px;
  text-align: center;
  width: 340px;
}
.benefits .benefit-box .icon {
  margin: 0 auto;
  width: 120px;
  filter: drop-shadow(1px 2px 40px #6a6762);
  height: 120px;
}
.benefits .benefit-box p {
  text-align: center;
  font-size: 18px;
}

#zdjecie-Tymka {
  width: 447px;
  height: 596px;
  margin: 10px;
  box-shadow: -1px 5px 38.4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#blur {
  width: 207px;
  height: 210px;
  background-color: #F5A623;
  position: absolute;
  right: 679.5px;
  z-index: -1;
  opacity: 0;
  content: "";
  top: 1020px;
  filter: blur(60.0499992371px);
}

.italic-thin {
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: italic;
  font-weight: 100;
  line-height: normal;
  max-width: 470px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

.youtube-logos {
  position: relative;
  transform: translateY(30px);
}
.youtube-logos #yt1 {
  position: absolute;
  right: -90.063px;
  bottom: -10.948px;
}
.youtube-logos #yt2 {
  right: -67.063px;
  bottom: 50.948px;
  position: absolute;
}
.youtube-logos #yt3 {
  right: -127.063px;
  bottom: 40.948px;
  position: absolute;
}

#umow-sie {
  margin-top: 32px;
  margin-bottom: -55px;
}

#calendly {
  min-width: 1320px;
  height: 700px;
}

#o-mnie {
  width: 841px;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.testimonials {
  width: 1067px;
  height: 545px;
  display: flex;
  padding: 16px 0px;
  align-items: flex-start;
  position: relative;
}
.testimonials .clients {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.testimonials .clients .client {
  overflow: hidden;
  position: relative;
  opacity: 0.2;
  box-shadow: -1px 5px 38.4px rgba(0, 0, 0, 0.5);
  width: 151px;
  cursor: pointer;
  height: 151px;
  border: 1px solid rgba(186, 182, 182, 0.21);
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(9.6000003815px);
}
.testimonials .clients .client .user {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.testimonials .clients .client .play {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 222;
  left: calc(50% - 30px);
  filter: drop-shadow(1px 2px 4px black);
  top: calc(50% - 30px);
}
.testimonials .clients .client:hover .user {
  scale: 1.05;
}
.testimonials .clients .opacity {
  opacity: 1;
}
.testimonials .testimonial {
  display: flex;
  padding: 13px 16px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 15px;
}
.testimonials .testimonial iframe {
  border: 1px solid rgba(186, 182, 182, 0.2);
}
.testimonials .circle {
  width: 275px;
  animation: glowPulse 8s ease-in-out infinite;
  height: 354px;
  position: absolute;
  z-index: -1;
  right: 135.5px;
  top: 53px;
  border-radius: 354px;
  background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
  filter: blur(112.3499984741px);
}
.testimonials .circle-2 {
  position: absolute;
  left: 212.5px;
  animation: glowPulse 6s ease-in-out infinite;
  top: 91px;
  width: 275px;
  z-index: -1;
  height: 354px;
  border-radius: 354px;
  background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
  filter: blur(112.3499984741px);
}

.youtube {
  width: 100px;
  position: relative;
}

.instagram {
  width: 90px;
  height: auto;
}

@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
.omnie {
  display: flex;
  max-width: 1068px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  flex-direction: column-reverse;
}
.omnie .elipse2 {
  border-radius: 354px;
  background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
  filter: blur(112.3499984741px);
  position: absolute;
  right: 197px;
  z-index: -1;
  width: 275px;
  height: 354px;
  content: "";
  top: 131px;
}
.omnie .opis {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

button {
  background: #F5A623;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 23px 38px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #FFF;
  border: none;
  text-align: center;
  text-shadow: 0px 3px 0.2px rgba(42, 40, 40, 0.25);
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.odstep {
  display: flex;
  width: 552px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 70px;
}
.odstep p {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.odstep .media-box {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 0px;
  padding-top: 10px;
  cursor: pointer;
}
.odstep .media-box .instagram {
  width: 50px;
  height: 50px;
}
.odstep .media-box .instagram:hover {
  scale: 1.05;
}
.odstep .media-box .youtube {
  width: 60px;
  height: 60px;
  backdrop-filter: drop-shadow(0px 4px 13.2px);
}
.odstep .media-box .youtube:hover {
  scale: 1.05;
}

.results {
  display: flex;
  width: 100vw;
  height: 459px;
  padding: 0px 80px 60px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(194, 168, 125, 0.05);
}
.results .atta {
  position: absolute;
  display: flex;
  width: 100vw;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  background: var(--Grey-10, #1A1A1A);
  color: var(--Absolute-White, #FFF);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  height: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -0.108px;
  bottom: 0px;
}

@media (max-width: 1150px) {
  h1 {
    padding: 0 20px;
  }
  .results img {
    scale: 0.8;
  }
}
@media (max-width: 1100px) {
  .video {
    width: 700px;
    height: 394px;
  }
  .testimonials {
    width: 900px;
    height: 394px;
    display: flex;
    padding: 16px 0px;
    align-items: flex-start;
    position: relative;
  }
  .testimonials .clients {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 4px;
  }
  .testimonials .clients .client {
    overflow: hidden;
    position: relative;
    opacity: 0.2;
    box-shadow: -1px 5px 38.4px rgba(0, 0, 0, 0.5);
    width: 119px;
    cursor: pointer;
    height: 119px;
    border: 1px solid rgba(186, 182, 182, 0.21);
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(9.6000003815px);
  }
  .testimonials .clients .client .user {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .testimonials .clients .client .play {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 222;
    left: calc(50% - 30px);
    filter: drop-shadow(1px 2px 4px black);
    top: calc(50% - 30px);
  }
  .testimonials .clients .client:hover .user {
    scale: 1.05;
  }
  .testimonials .clients .opacity {
    opacity: 1;
  }
  .testimonials .testimonial {
    display: flex;
    padding: 13px 16px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 15px;
    width: fit-content;
    height: fit-content;
  }
  .testimonials .testimonial iframe {
    border: 1px solid rgba(186, 182, 182, 0.2);
  }
  .testimonials .circle {
    width: 275px;
    animation: glowPulse 8s ease-in-out infinite;
    height: 354px;
    position: absolute;
    z-index: -1;
    right: 135.5px;
    top: 53px;
    border-radius: 354px;
    background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
    filter: blur(112.3499984741px);
  }
  .testimonials .circle-2 {
    position: absolute;
    left: 212.5px;
    animation: glowPulse 6s ease-in-out infinite;
    top: 91px;
    width: 275px;
    z-index: -1;
    height: 354px;
    border-radius: 354px;
    background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
    filter: blur(112.3499984741px);
  }
  .italic-thin {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 880px) {
  .benefits {
    margin-top: -68px;
    margin-bottom: 32px;
    flex-direction: column;
    display: flex;
  }
  .benefits span {
    font-size: 18px;
    text-shadow: 0px 1px 2px black;
    padding-bottom: 20px;
  }
  .benefits .row {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
  .benefits .benefit-box {
    padding-top: 32px;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 0px;
    text-align: center;
    width: 340px;
  }
  .benefits .benefit-box .icon {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
  .benefits .benefit-box p {
    text-align: center;
    font-size: 18px;
  }
  .odstep {
    display: flex;
    width: 300px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-wrap: nowrap;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 70px;
  }
  .odstep p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Be Vietnam Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-wrap: nowrap;
    line-height: normal;
  }
  .odstep .media-box {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
    text-wrap: nowrap;
  }
  .odstep .media-box .instagram {
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }
  .odstep .media-box .instagram:hover {
    scale: 1.05;
  }
  .odstep .media-box .youtube {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    backdrop-filter: drop-shadow(0px 4px 13.2px);
  }
  .odstep .media-box .youtube:hover {
    scale: 1.05;
  }
  #video {
    min-width: 407px;
    min-height: 229px;
  }
  .testimonials {
    width: 407px;
    height: 394px;
    margin-top: -30px;
    display: flex;
    padding: 0px 0px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }
  .testimonials .clients {
    display: flex;
    padding: 10px;
    flex-direction: row;
    gap: 16px;
    width: 407px;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
  }
  .testimonials .clients .client {
    overflow: hidden;
    position: relative;
    opacity: 0.2;
    box-shadow: -1px 5px 38.4px rgba(0, 0, 0, 0.5);
    width: 79px;
    cursor: pointer;
    height: 79px;
    border: 1px solid rgba(186, 182, 182, 0.21);
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(9.6000003815px);
  }
  .testimonials .clients .client .user {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .testimonials .clients .client .play {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 222;
    left: calc(50% - 30px);
    filter: drop-shadow(1px 2px 4px black);
    top: calc(50% - 30px);
  }
  .testimonials .clients .client:hover .user {
    scale: 1.05;
  }
  .testimonials .clients .opacity {
    opacity: 1;
  }
  .testimonials .testimonial {
    display: flex;
    padding: 0px 0px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 15px;
    width: fit-content;
    height: fit-content;
  }
  .testimonials .testimonial iframe {
    border: 1px solid rgba(186, 182, 182, 0.2);
  }
  .testimonials .circle {
    width: 275px;
    animation: glowPulse 8s ease-in-out infinite;
    height: 354px;
    position: absolute;
    z-index: -1;
    right: 135.5px;
    top: 53px;
    border-radius: 354px;
    background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
    filter: blur(112.3499984741px);
  }
  .testimonials .circle-2 {
    position: absolute;
    left: 212.5px;
    animation: glowPulse 6s ease-in-out infinite;
    top: 91px;
    width: 275px;
    z-index: -1;
    height: 354px;
    border-radius: 354px;
    background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
    filter: blur(112.3499984741px);
  }
  .italic-thin {
    font-size: 30px;
    text-align: center;
  }
  .video {
    width: 407px;
    height: 229px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .h2-box {
    position: relative;
  }
  .h2-box #left-wing {
    position: absolute;
    left: -63.5px;
    top: -40px;
    scale: 0.6;
  }
  .h2-box #right-wing {
    position: absolute;
    right: -64.5px;
    top: -40px;
    scale: 0.6;
  }
  #calendly {
    margin-top: 60px;
    min-width: 360px;
    height: 1000px;
    border-radius: 5px;
  }
  .youtube-logos {
    position: relative;
    scale: 0.6;
    transform: translate(-70px, -70px);
  }
  .youtube-logos #yt1 {
    position: absolute;
    right: 10.063px;
    bottom: -10.948px;
  }
  .youtube-logos #yt2 {
    right: 87.063px;
    bottom: -30.948px;
    position: absolute;
    scale: 0.7;
    rotate: -40deg;
  }
  .youtube-logos #yt3 {
    right: -27.063px;
    bottom: -20.948px;
    position: absolute;
  }
  #o-mnie {
    width: 361px;
  }
  .omnie-box {
    margin-top: -50px;
  }
  .row .omnie {
    flex-direction: column;
  }
  #zdjecie-Tymka {
    width: 178.8px;
    height: 238.4px;
    margin: 10px;
    box-shadow: -1px 5px 38.4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .italic-thin {
    font-size: 16px;
    max-width: 300px;
  }
  .circle {
    scale: 0.7;
  }
  .circle-2 {
    scale: 0.7;
  }
  .omnie {
    flex-direction: column-reverse !important;
  }
  .omnie .elipse2 {
    scale: 0.6;
    right: -20px;
    top: 0px;
  }
  button {
    background: #F5A623;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 23px 38px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: -30px;
    color: #FFF;
    border: none;
    text-align: center;
    text-shadow: 0px 1px 0.2px rgba(42, 40, 40, 0.25);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .results {
    display: flex;
    width: 0vw;
    height: 0px;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(194, 168, 125, 0.05);
  }
  .results img {
    display: none;
  }
  .results .atta {
    position: absolute;
    display: flex;
    width: 100vw;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    background: var(--Grey-10, #1A1A1A);
    color: var(--Absolute-White, #FFF);
    font-family: "Be Vietnam Pro";
    font-size: 14px;
    height: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: -0.108px;
    bottom: 0px;
  }
}
@media (max-width: 400px) {
  #video {
    min-width: 367px;
    min-height: 206px;
  }
  .testimonials {
    width: 367px;
    height: 394px;
    margin-top: -30px;
    display: flex;
    padding: 0px 0px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }
  .testimonials .clients {
    display: flex;
    padding: 10px;
    flex-direction: row;
    gap: 16px;
    width: 367px;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
  }
  .testimonials .clients .client {
    overflow: hidden;
    position: relative;
    opacity: 0.2;
    box-shadow: -1px 5px 38.4px rgba(0, 0, 0, 0.5);
    width: 79px;
    cursor: pointer;
    height: 79px;
    border: 1px solid rgba(186, 182, 182, 0.21);
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(9.6000003815px);
  }
  .testimonials .clients .client .user {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .testimonials .clients .client .play {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 222;
    left: calc(50% - 30px);
    filter: drop-shadow(1px 2px 4px black);
    top: calc(50% - 30px);
  }
  .testimonials .clients .client:hover .user {
    scale: 1.05;
  }
  .testimonials .clients .opacity {
    opacity: 1;
  }
  .testimonials .testimonial {
    display: flex;
    padding: 0px 0px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 15px;
    width: fit-content;
    height: fit-content;
  }
  .testimonials .testimonial iframe {
    border: 1px solid rgba(186, 182, 182, 0.2);
  }
  .testimonials .circle {
    width: 275px;
    animation: glowPulse 8s ease-in-out infinite;
    height: 354px;
    position: absolute;
    z-index: -1;
    right: 135.5px;
    top: 53px;
    border-radius: 354px;
    background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
    filter: blur(112.3499984741px);
  }
  .testimonials .circle-2 {
    position: absolute;
    left: 212.5px;
    animation: glowPulse 6s ease-in-out infinite;
    top: 91px;
    width: 275px;
    z-index: -1;
    height: 354px;
    border-radius: 354px;
    background: linear-gradient(180deg, #F5A623 0%, #FD0909 100%);
    filter: blur(112.3499984741px);
  }
  .italic-thin {
    font-size: 30px;
    text-align: center;
  }
  .video {
    width: 367px;
    height: 206px;
  }
  h1 {
    font-size: 22px;
    min-width: 300px;
  }
  h2 {
    font-size: 20px;
  }
  .h2-box {
    position: relative;
  }
  .h2-box #left-wing {
    position: absolute;
    left: -53.5px;
    top: -40px;
    scale: 0.5;
  }
  .h2-box #right-wing {
    position: absolute;
    right: -54.5px;
    top: -40px;
    scale: 0.5;
  }
  #calendly {
    margin-top: 60px;
    min-width: 360px;
    height: 1000px;
    border-radius: 5px;
  }
  .youtube-logos {
    position: relative;
    scale: 0.6;
    transform: translate(-70px, -70px);
  }
  .youtube-logos #yt1 {
    position: absolute;
    right: 10.063px;
    bottom: -10.948px;
  }
  .youtube-logos #yt2 {
    right: 87.063px;
    bottom: -30.948px;
    position: absolute;
    scale: 0.7;
    rotate: -40deg;
  }
  .youtube-logos #yt3 {
    right: -27.063px;
    bottom: -20.948px;
    position: absolute;
  }
  #o-mnie {
    width: 361px;
  }
  .omnie-box {
    margin-top: -50px;
  }
  .row .omnie {
    flex-direction: column;
  }
  #zdjecie-Tymka {
    width: 178.8px;
    height: 238.4px;
    margin: 10px;
    box-shadow: -1px 5px 38.4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .italic-thin {
    font-size: 16px;
  }
  .circle {
    scale: 0.7;
  }
  .circle-2 {
    scale: 0.7;
  }
  .omnie {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .omnie .elipse2 {
    scale: 0.6;
    right: -20px;
    top: 0px;
  }
  button {
    background: #F5A623;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 23px 38px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: -30px;
    color: #FFF;
    border: none;
    text-align: center;
    text-shadow: 0px 1px 0.2px rgba(42, 40, 40, 0.25);
    font-family: "Be Vietnam Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}