.blog {
  padding: 2rem 0 4.6875rem 0;
}
.blog__carousel {
  margin: 1.5rem 0;
  padding: 1rem !important;
}
@media (min-width: 576px) {
  .blog__carousel {
    overflow: visible !important;
  }
}
@media (min-width: 35.9375rem) {
  .blog__carousel .swiper-slide {
    width: 100%;
    padding: 0rem;
  }
  .blog__carousel .swiper-slide a {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (min-width: 35.9375rem) {
  .blog__wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
    gap: 2rem;
    justify-content: start;
    padding: 1rem 0.5rem;
  }
}
.blog__wrapper.secondary {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
  gap: 1.25rem 1.5rem;
}
.blog__card {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #ff7400;
  height: 100%;
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);
}
.blog__card-img {
  width: 100%;
  height: 16.125rem;
}
.blog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__card-content {
  position: relative !important;
  padding: 1rem 1.5rem 3rem;
}
.blog__card-category {
  position: absolute;
  display: block;
  left: 1.5rem;
  top: -1.0938rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0437rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #ffffff;
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.51) 3.51%, rgba(255, 255, 255, 0) 111.71%);
  -webkit-backdrop-filter: blur(10.2528095245px);
  backdrop-filter: blur(10.2528095245px);
}
@media (max-width: 35.9375rem) {
  .blog__card-category {
    font-size: 0.7682rem;
    padding: 0.3294rem 0.64rem;
  }
}
.blog__card-title,
.blog__card-time,
.blog__card-description {
  color: #ffffff;
  display: block;
}
.blog__card-time {
  display: flex !important;
  align-items: center;
  justify-content: end;
  gap: 0.375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4821rem;
  letter-spacing: 0.0375rem;
}
@media (max-width: 35.9375rem) {
  .blog__card-time {
    font-size: 0.6581rem;
  }
}
.blog__card-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.0437rem;
  line-height: 1.4821rem;
  margin: 1rem 0 0.5rem;
}
@media (max-width: 35.9375rem) {
  .blog__card-title {
    font-size: 0.7688rem;
  }
}
.blog__card-description {
  font-size: 0.75rem;
  font-weight: 400;
  max-width: 19rem;
  line-height: 1.4821rem;
  letter-spacing: 0.0375rem;
}
@media (max-width: 35.9375rem) {
  .blog__card-description {
    font-size: 0.6563rem;
  }
}
.blog__card.secondary {
  border-radius: 1.25rem;
  background-color: #ffffff;
  box-shadow: 3px 3px 21px -5px rgba(0, 0, 0, 0.25);
}
.blog__card.secondary .blog__card-img {
  border-radius: 1.25rem;
  height: 16.125rem;
  overflow: hidden;
}
.blog__card.secondary .blog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog__card.secondary .blog__card-content {
  padding: 1rem;
}
.blog__card.secondary .blog__card-categorys {
  position: absolute;
  left: 1.125rem;
  top: -13.5px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.blog__card.secondary .blog__card-category {
  position: relative !important;
  display: block;
  left: 0;
  top: 0;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-size: 0.69rem;
  padding: 0.1875rem 0.625rem;
  border-radius: 100vh;
  text-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.35);
}
.blog__card.secondary .blog__card-time {
  font-weight: 300;
  font-size: 0.69rem;
  color: #000000;
}
.blog__card.secondary .blog__card-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
  margin: 0.25rem 0 1.1875rem 0;
  max-width: 280px;
  line-height: 1.3;
}
.blog__card.secondary .blog__card-description {
  font-weight: 300;
  font-size: 0.9375rem;
  color: #000;
  margin: 0 0 1.875rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card.secondary .blog__card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 0.94rem;
  color: #000;
}
.blog__card.secondary .blog__card-icon {
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.0625rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: end;
}
.blog__card.secondary .blog__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all ease-in 200ms;
  opacity: 1;
}
.blog__card.secondary .blog__card-icon::before {
  content: "";
  min-width: 40px;
  width: 2.5rem;
  height: 2.0625rem;
  display: block;
  background: no-repeat url("../icons/right-arrow.svg");
  transition: all ease-in 200ms;
  opacity: 0;
}
.blog__card.secondary:hover .blog__card-icon img {
  transform: translateX(40px);
  opacity: 0;
}
.blog__card.secondary:hover .blog__card-icon::before {
  transform: translateX(44px);
  opacity: 1;
}
.blog-pagination {
  display: none;
}
@media (max-width: 35.9375rem) {
  .blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 2rem;
  }
  .blog-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: #e0e0e0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100vh;
  }
  .blog-pagination .swiper-pagination-bullet-active {
    width: 0.875rem;
    background-color: #828282;
  }
}

.how {
  padding: 3.75rem 0;
  background-color: #ffffff;
}
.how__intro .intro__secondary-title {
  font-size: clamp(1.31rem, 3vw, 2.12rem);
  color: #4e4e4e;
  display: block;
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .how__intro .intro__secondary-title {
    margin-bottom: 2rem;
  }
}
.how__intro .intro__secondary-description {
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1rem !important;
}
@media (max-width: 575.98px) {
  .how__intro .intro__secondary-description {
    max-width: 256px;
    margin: 0 auto;
  }
}
.how__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .how__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.how__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px !important;
}
.how__nav-btn span {
  color: #4e4e4e;
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 1.25rem);
  position: relative;
  z-index: 2;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .how__nav-btn {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    position: relative;
  }
  .how__nav-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100vh;
  }
  .how__nav-btn:hover::after,
  .how__nav-btn.active::after {
    background: rgb(255, 116, 0);
    background: linear-gradient(270deg, rgb(255, 116, 0) 0%, rgba(255, 116, 0, 0.1) 100%);
    animation: bottomborder 6s infinite linear;
    background-position: 0px;
    background-repeat: repeat-x;
    background-size: 100%;
  }
  @keyframes bottomborder {
    from {
      background-position: 0px;
    }
    to {
      background-position: 700px;
    }
  }
  .how__nav-btn:hover span,
  .how__nav-btn.active span {
    color: #ff7400;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  .how__nav-btn {
    width: 100%;
    height: 57px;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    max-width: 18.9375rem;
  }
  .how__nav-btn.active {
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(255, 116, 0, 0.48);
  }
  .how__nav-btn.active::before {
    animation: rotate 6s linear infinite;
    opacity: 1;
  }
  .how__nav-btn::after {
    content: "";
    background: #ffffff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    border-radius: inherit;
  }
  .how__nav-btn:hover::before {
    animation: rotate 6s linear infinite;
    opacity: 1;
  }
  .how__nav-btn::before {
    content: "";
    background-image: conic-gradient(#ff7400 20deg, transparent 120deg);
    min-width: 1000px !important;
    width: 1000px !important;
    height: 1000px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
    opacity: 0;
  }
  .how__nav-btn:hover span,
  .how__nav-btn.active span {
    color: #ff7400;
  }
}
.how__headline {
  font-weight: 600;
  font-size: clamp(1.3125rem, 3vw, 2.12rem);
  text-align: center;
  color: #4e4e4e;
  display: block;
  margin: 0 0 1rem 0;
}
@media (max-width: 575.98px) {
  .how__headline {
    margin: 0 auto 1.4375rem;
    max-width: 19.6875rem;
  }
}
.how__description {
  font-weight: 300;
  font-size: 1.12rem;
  text-align: center;
  color: #4e4e4e;
  text-align: center;
  margin: 0;
  display: block;
}
.how__wrapper {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-top: 2.4375rem;
  gap: 40px 26px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .how__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4.0625rem;
    align-items: center;
    justify-content: center;
  }
}
.how__item {
  padding: 1.3125rem 1.375rem 2.1875rem 1.375rem;
  border-radius: 0.625rem;
  position: relative;
  background-color: #f1f1f1;
  max-width: 20rem;
}
.how__item-number {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7400;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  list-style: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.how__item:not(:last-child):before {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -44px;
  background: no-repeat url("../icons/right-arrow2.svg") !important;
  background-size: contain;
  background-position: center;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .how__item:not(:last-child):before {
    display: none;
  }
}
.how__item-img {
  width: 100%;
  height: 10.8125rem;
  background: no-repeat url("../icons/frame.svg");
  background-size: contain;
  background-position: center;
  overflow: hidden;
}
.how__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 1;
}
.how__item-title {
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 120%;
  color: #000;
  display: block;
  margin: 22px 0 19px;
}
.how__item-description {
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  margin: 0;
}
.how__item:nth-child(1)::after,
.how__item:nth-child(2)::after,
.how__item:nth-child(4)::after,
.how__item:nth-child(5)::after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -20%;
  background: no-repeat url("../icons/right-arrow2.svg");
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .how__item:nth-child(1)::after,
  .how__item:nth-child(2)::after,
  .how__item:nth-child(4)::after,
  .how__item:nth-child(5)::after {
    display: none;
  }
}

@media (min-width: 35.9375rem) {
  .blogFilter__wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
    gap: 1.5rem;
    justify-content: start;
    padding: 1rem 0.5rem;
  }
  .blogFilter__wrapper.show {
    max-height: 100% !important;
  }
}
.blogFilter__carousel {
  margin: 1rem 0;
  padding: 1rem 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 576px) {
  .blogFilter__carousel {
    overflow: visible !important;
  }
}
@media (max-width: 575.98px) {
  .blogFilter__carousel {
    padding: 1rem 0.5rem !important;
  }
}
@media (min-width: 35.9375rem) {
  .blogFilter__carousel .swiper-slide {
    width: 100%;
    padding: 0rem;
  }
  .blogFilter__carousel .swiper-slide a {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.blogFilter__card {
  width: 100%;
  height: 11.1875rem;
  border-radius: 0.625rem;
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blogFilter__card-count {
  position: absolute;
  top: 7px;
  right: -2px !important;
  height: 20px;
  display: flex;
  align-items: center;
  padding: 0 10.5px;
  border-radius: 6px 0px 0px 6px;
  color: #ff7400;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.0344rem;
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.91) 3.51%, rgba(255, 116, 0, 0.31) 111.71%);
  z-index: 99;
}
.blogFilter__card.active {
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(255, 116, 0, 0.48);
}
.blogFilter__card.active:hover::before {
  animation: rotate 4s linear infinite;
}
.blogFilter__card.active::before {
  opacity: 1;
  animation: rotate 4s linear infinite;
}
@media (max-width: 575.98px) {
  .blogFilter__card {
    width: 100%;
    height: 9.6337rem;
    padding: 0.215rem;
  }
}
.blogFilter__card::after {
  content: "";
  background: #ffffff;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  border-radius: inherit;
}
.blogFilter__card:hover {
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(255, 116, 0, 0.48);
}
.blogFilter__card:hover::before {
  animation: rotate 4s linear infinite;
  opacity: 1;
}
.blogFilter__card::before {
  content: "";
  background-image: conic-gradient(#ff7400 20deg, transparent 120deg);
  min-width: 1000px !important;
  width: 1000px !important;
  height: 1000px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.blogFilter__card-image {
  width: 100% !important;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.35rem;
  position: relative;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .blogFilter__card-image {
    height: 7.3125rem;
  }
}
.blogFilter__card-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.blogFilter__card-title {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 99;
}
@media (max-width: 575.98px) {
  .blogFilter__card-title {
    font-size: 0.75rem;
  }
}
.blogFilter-pagination {
  display: none;
}
@media (max-width: 35.9375rem) {
  .blogFilter-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.25rem !important;
    margin-top: 2rem;
  }
  .blogFilter-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: #e0e0e0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100vh;
    margin: 0 !important;
  }
  .blogFilter-pagination .swiper-pagination-bullet-active {
    width: 0.875rem;
    background-color: #828282;
  }
}

.blogDetail {
  padding-bottom: 2.75rem;
}
.blogDetail__header {
  position: relative;
  height: 30.25rem;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.17);
  padding: 3rem 1.625rem;
  display: flex;
  align-items: end;
}
.blogDetail__header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.blogDetail__header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blogDetail__headline {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.015);
  -webkit-backdrop-filter: blur(20.5056190491px);
  backdrop-filter: blur(20.5056190491px);
  display: flex;
  padding: 24px 59px 24px 24px;
  border-radius: 1.25rem;
  max-width: 42.375rem;
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 2.19rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.blogDetail__publish {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: var(--font-family);
  font-size: 0.88rem;
  color: #000;
  margin: 1rem 0;
}
.blogDetail__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blogDetail__subtitle {
  display: block;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.blogDetail__title {
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 40px);
  margin: 0;
  color: #000;
  line-height: 1.3;
}
.blogDetail__description {
  margin: 0;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #000;
}
.blogDetail__img {
  height: 46.875rem;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.blogDetail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767.98px) {
  .blogDetail__img {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .blogDetail__img {
    height: 300px;
  }
}
.blogDetailBlogs {
  background-color: #f6f6f6;
  padding: 2.5rem 0;
}
.blogDetailBlogs .title__primary {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #4e4e4e;
  margin: 0;
}
.blogDetailBlogs__swiper .swiper-wrapper {
  margin: 2rem 0;
}
.blogDetailBlogs-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
.blogDetailBlogs-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0;
  width: 1.0625rem;
  height: 0.5rem;
  border-radius: 100vh;
  border: 1px solid #000000;
  background-color: transparent;
  opacity: 1;
}
.blogDetailBlogs-pagination .swiper-pagination-bullet-active {
  width: 3.25rem;
  border-color: #ff7400;
  background-color: #ff7400;
}

.whatsVevoxi__intro {
  background: linear-gradient(180deg, #fff 0%, #e6e6e6 67.82%);
  padding: 1.5rem 0;
}
.whatsVevoxi__intro-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .whatsVevoxi__intro-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.whatsVevoxi__intro-headline {
  font-weight: 600;
  font-size: 2.5rem;
  color: #4e4e4e;
  display: block;
  margin: 0;
}
.whatsVevoxi__intro-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 35.125rem;
}
@media (max-width: 991.98px) {
  .whatsVevoxi__intro-content {
    gap: 1rem;
  }
}
.whatsVevoxi__intro-motto {
  font-weight: 500;
  font-size: 1rem;
  color: #4e4e4e;
  display: block;
  margin: 0;
}
.whatsVevoxi__intro-description {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: #4e4e4e;
}
.whatsVevoxi__intro-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4e4e4e;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: underline !important;
}
@media (max-width: 991.98px) {
  .whatsVevoxi__intro-more {
    justify-content: center;
  }
}
.whatsVevoxi__intro-img {
  max-width: 31rem;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 26.9375rem;
}
.whatsVevoxi__intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 991.98px) {
  .whatsVevoxi__intro-img {
    height: 300px;
  }
}

.vevoxi {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.vevoxi .container {
  max-width: 1119px !important;
  margin: auto;
}
.vevoxi__headline {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  color: #4e4e4e;
  margin: 0;
}
.vevoxi__description {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #4e4e4e;
  max-width: 66.375rem;
  width: 100%;
  margin: 0.8125rem auto 2.5rem auto;
}
.vevoxi__galery {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 0.875rem;
}
.vevoxi__galery img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.vevoxi__galery img:nth-child(1) {
  grid-row: 1;
  grid-column: 1/3;
  height: 227px;
}
.vevoxi__galery img:nth-child(2) {
  grid-row: 1;
  grid-column: 3/4;
  height: 227px;
  width: 241px;
}
.vevoxi__galery img:nth-child(3) {
  grid-row: 1/3;
  grid-column: 4/7;
  height: 450px;
  width: 450px;
}
.vevoxi__galery img:nth-child(4) {
  grid-row: 2/3;
  grid-column: 1/4;
  height: 210px;
}
@media (max-width: 991.98px) {
  .vevoxi__galery img:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;
    height: 100%;
  }
  .vevoxi__galery img:nth-child(2) {
    grid-row: 1;
    grid-column: 3/4;
    height: 100%;
    width: 100%;
  }
  .vevoxi__galery img:nth-child(3) {
    grid-row: 1/3;
    grid-column: 4/7;
    height: 100%;
    width: 100%;
  }
  .vevoxi__galery img:nth-child(4) {
    grid-row: 2/3;
    grid-column: 1/4;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .vevoxi__galery img:nth-child(1) {
    grid-row: 1;
    grid-column: 1/4;
    height: 100%;
  }
  .vevoxi__galery img:nth-child(2) {
    grid-row: 1;
    grid-column: 4/7;
    height: 100%;
    width: 100%;
  }
  .vevoxi__galery img:nth-child(3) {
    grid-row: 2;
    grid-column: 4/7;
    height: 100%;
    width: 100%;
  }
  .vevoxi__galery img:nth-child(4) {
    grid-row: 2;
    grid-column: 1/4;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .vevoxi__galery {
    grid-template-columns: repeat(6, 1fr);
  }
}
.vevoxi__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.5625rem;
  gap: 1rem 2.5rem;
}
.vevoxi__links span {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  color: #828282;
}
@media (max-width: 991.98px) {
  .vevoxi__links {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .vevoxi__links {
    flex-direction: column;
  }
}
.vevoxi__watch {
  max-width: 19.1875rem;
  width: 100%;
  height: 3.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.375rem;
  border: 2px solid #ff7400;
  gap: 0.5rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
}
.vevoxi__watch-play {
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100vh;
  border: 1px solid #ff7400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.vevoxi__watch-play img {
  width: 0.8125rem;
  height: 0.8125rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transform: translateX(1.5px);
}
.vevoxi__watch-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
  height: 1.625rem;
  border: 0.5px solid #ff7400;
  border-radius: 100vh;
}
.vevoxi .btn-project {
  max-width: 19.1875rem;
  width: 100%;
  height: 3.0625rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.vevoxi .btn-project img {
  width: 1.5rem;
  height: 24px;
}

.whyVevoxi {
  padding: 3.375rem 0;
  background-color: #f4f4f4;
}
.whyVevoxi__headline {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: clamp(1.3125rem, 3vw, 2.12rem);
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 4.375rem;
}
@media (max-width: 575.98px) {
  .whyVevoxi__headline {
    max-width: 207px;
    margin: 0 auto 5rem auto;
  }
}
.whyVevoxi__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 132px;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .whyVevoxi__wrapper {
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .whyVevoxi__wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}
.whyVevoxi__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575.98px) {
  .whyVevoxi__item {
    max-width: 15.625rem;
    margin: 0 auto;
  }
}
.whyVevoxi__item-icon {
  height: 8.125rem;
  max-width: 8.125rem;
  margin-bottom: 1.8125rem;
}
@media (max-width: 575.98px) {
  .whyVevoxi__item-icon {
    height: 6.0625rem;
    width: 6.0625rem;
  }
}
.whyVevoxi__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.whyVevoxi__item-title {
  font-weight: 600;
  font-size: clamp(1.125rem, 3vw, 1.44rem);
  line-height: 120%;
  text-align: center;
  color: #000;
  display: block;
}
.whyVevoxi__item-description {
  font-weight: 300;
  font-size: clamp(0.8125rem, 3vw, 1rem);
  text-align: center;
  color: #000;
  margin: 1.375rem 0 2.5625rem;
}
@media (max-width: 575.98px) {
  .whyVevoxi__item-description {
    margin: 1.125rem 0 1.4375rem;
  }
}
.whyVevoxi__item-link {
  color: #000000;
  font-size: clamp(0.6875rem, 3vw, 0.875rem);
  font-weight: 300;
  text-decoration: underline !important;
  border: none;
  padding: 0;
  outline: none;
}
.whyVevoxi__item-link:hover {
  color: #ff7400;
}
.whyVevoxi__modal .modal-dialog {
  max-width: 43.75rem;
  width: calc(100% - 48px);
  margin: auto;
}
.whyVevoxi__modal .modal-content {
  border-radius: 0.9375rem;
  border: none;
}
.whyVevoxi__modal .modal-header {
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1875rem 0;
  border-radius: 0.9375rem 0.9375rem 0 0 !important;
}
.whyVevoxi__modal .modal-header span {
  font-weight: 400;
  font-size: 1.12rem;
  text-align: center;
  color: #000;
  display: block;
}
.whyVevoxi__modal .modal-body {
  padding: 1.75rem 3.75rem;
  border: 0.125rem solid #ff7400;
  border-top: none;
  border-radius: 0 0 0.9375rem 0.9375rem !important;
}
@media (max-width: 991.98px) {
  .whyVevoxi__modal .modal-body {
    padding: 2rem 1.5rem;
  }
}
.whyVevoxi__modal .modal-body-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}
@media (max-width: 991.98px) {
  .whyVevoxi__modal .modal-body-wrapper {
    flex-direction: column;
  }
}
.whyVevoxi__modal .modal-body-icon {
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
}
.whyVevoxi__modal .modal-body-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 991.98px) {
  .whyVevoxi__modal .modal-body-icon {
    min-width: 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.whyVevoxi__modal .modal-body-content {
  max-width: 22.0625rem;
  display: flex;
  flex-direction: column;
}
.whyVevoxi__modal .modal-body-content .btn-project {
  margin-top: 2.375rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.whyVevoxi__modal .modal-body-content p {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.whyVevoxi__modal .modal-body-content p a {
  color: #000;
  text-decoration: underline !important;
}
.whyVevoxi__modal .modal-body-content p a:hover {
  color: #ff7400;
}

.motto {
  padding: 5.625rem 0;
  background-color: #ffffff;
  position: relative;
}
.motto::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat url("../images/motto-bg.png");
  background-size: cover;
  background-position: center -300px;
  pointer-events: none;
  z-index: 0;
}
.motto__headline {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  color: #4e4e4e;
  display: block;
  text-align: center;
  margin-bottom: 5.625rem;
}
.motto__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.motto__card {
  background-color: #f1f1f1;
  border-radius: 1.25rem;
  padding: 2.4375rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
  width: 100%;
}
.motto__card-title {
  font-weight: 600;
  font-size: 1.88rem;
  text-align: center;
  color: #000;
  display: block;
}
.motto__card-description {
  display: block;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #000;
  max-width: 43.75rem;
  margin: 0 auto;
}

.sss {
  padding: 2.1875rem 0 5.9375rem;
  background-color: #ffffff;
}
.sss-page {
  background: no-repeat url("../images/sss-bg.png");
  background-size: cover;
  background-position: center;
}
.sss__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .sss__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.sss__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.25rem;
}
.sss__nav-btn span {
  color: #4e4e4e;
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 1.25rem);
  position: relative;
  z-index: 2;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .sss__nav-btn {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    position: relative;
  }
  .sss__nav-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100vh;
  }
  .sss__nav-btn:hover::after,
  .sss__nav-btn.active::after {
    background: rgb(255, 116, 0);
    background: linear-gradient(270deg, rgb(255, 116, 0) 0%, rgba(255, 116, 0, 0.1) 100%);
    animation: bottomborder 6s infinite linear;
    background-position: 0px;
    background-repeat: repeat-x;
    background-size: 100%;
  }
  @keyframes bottomborder {
    from {
      background-position: 0px;
    }
    to {
      background-position: 700px;
    }
  }
  .sss__nav-btn:hover span,
  .sss__nav-btn.active span {
    color: #ff7400;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .sss__nav-btn {
    width: 100%;
    height: 57px;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    max-width: 18.9375rem;
  }
  .sss__nav-btn.active {
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(255, 116, 0, 0.48);
  }
  .sss__nav-btn.active::before {
    animation: rotate 6s linear infinite;
    opacity: 1;
  }
  .sss__nav-btn::after {
    content: "";
    background: #ffffff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    border-radius: inherit;
  }
  .sss__nav-btn:hover::before {
    animation: rotate 6s linear infinite;
    opacity: 1;
  }
  .sss__nav-btn::before {
    content: "";
    background-image: conic-gradient(#ff7400 20deg, transparent 120deg);
    min-width: 1000px !important;
    width: 1000px !important;
    height: 1000px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
    opacity: 0;
  }
  .sss__nav-btn:hover span,
  .sss__nav-btn.active span {
    color: #ff7400;
  }
}
.sss__headline {
  font-weight: 600;
  font-size: clamp(1.3125rem, 3vw, 2.12rem);
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 2.9375rem;
  display: block;
}
.sss__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 1.375rem;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .sss__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sss__wrapper .accordion-item {
  background-color: #ffffff;
  border: none;
  background: #fff !important;
  border-radius: 1.12rem;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  overflow: hidden;
  border: 2px solid #ffffff;
}
.sss__wrapper .accordion-item.active {
  border: 2px solid #ff7400;
  box-shadow: 0 6px 16px 0 rgba(255, 116, 0, 0.19);
}
.sss__wrapper .accordion-item.active .accordion-button {
  padding-bottom: 1.25rem;
}
.sss__wrapper .accordion-item.active .accordion-button::after {
  content: "";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100vh;
  background: no-repeat url("../icons/sss-icon-active.svg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  transform: rotate(0deg);
}
.sss__wrapper .accordion-button {
  border: none;
  box-shadow: none;
  padding: 24px 0.9375rem 24px 1.875rem;
  font-weight: 500;
  font-size: clamp(1rem, 3vw, 1.12rem);
  color: #000;
  background: #fff;
  border-radius: 1.12rem 1.12rem 0 0;
}
.sss__wrapper .accordion-button::after {
  content: "";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100vh;
  background: no-repeat url("../icons/sss-icon.svg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  transform: rotate(0deg);
}
.sss__wrapper .accordion-body {
  padding-top: 0;
  padding: 0 30px 38px;
  max-width: 27.5625rem;
}

.tips {
  padding: 3.75rem 0;
  background: no-repeat url("../images/ipucu-bg.png");
  background-size: cover;
  background-position: center;
}
.tips__intro .intro__secondary-title {
  font-size: clamp(1.31rem, 3vw, 2.12rem);
  color: #4e4e4e;
  display: block;
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .tips__intro .intro__secondary-title {
    margin-bottom: 2rem;
  }
}
.tips__intro .intro__secondary-description {
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1rem !important;
}
@media (max-width: 575.98px) {
  .tips__intro .intro__secondary-description {
    max-width: 256px;
    margin: 0 auto;
  }
}
.tips__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .tips__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.tips__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px !important;
}
.tips__nav-btn span {
  color: #4e4e4e;
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 1.25rem);
  position: relative;
  z-index: 2;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .tips__nav-btn {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    outline: none;
    position: relative;
  }
  .tips__nav-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100vh;
  }
  .tips__nav-btn:hover::after,
  .tips__nav-btn.active::after {
    background: rgb(255, 116, 0);
    background: linear-gradient(270deg, rgb(255, 116, 0) 0%, rgba(255, 116, 0, 0.1) 100%);
    animation: bottomborder 6s infinite linear;
    background-position: 0px;
    background-repeat: repeat-x;
    background-size: 100%;
  }
  @keyframes bottomborder {
    from {
      background-position: 0px;
    }
    to {
      background-position: 700px;
    }
  }
  .tips__nav-btn:hover span,
  .tips__nav-btn.active span {
    color: #ff7400;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .tips__nav-btn {
    width: 100%;
    height: 57px;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    border: none;
    max-width: 18.9375rem;
  }
  .tips__nav-btn.active {
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(255, 116, 0, 0.48);
  }
  .tips__nav-btn.active::before {
    animation: rotate 6s linear infinite;
    opacity: 1;
  }
  .tips__nav-btn::after {
    content: "";
    background: #ffffff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    border-radius: inherit;
  }
  .tips__nav-btn:hover::before {
    animation: rotate 6s linear infinite;
    opacity: 1;
  }
  .tips__nav-btn::before {
    content: "";
    background-image: conic-gradient(#ff7400 20deg, transparent 120deg);
    min-width: 1000px !important;
    width: 1000px !important;
    height: 1000px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 0;
    opacity: 0;
  }
  .tips__nav-btn:hover span,
  .tips__nav-btn.active span {
    color: #ff7400;
  }
}
.tips__headline {
  font-weight: 600;
  font-size: clamp(1.3125rem, 3vw, 2.12rem);
  text-align: center;
  color: #4e4e4e;
  display: block;
  margin: 0 0 1rem 0;
}
@media (max-width: 575.98px) {
  .tips__headline {
    margin: 0 auto 1.4375rem;
    max-width: 19.6875rem;
  }
}
.tips__description {
  font-weight: 300;
  font-size: 1.12rem;
  text-align: center;
  color: #4e4e4e;
  text-align: center;
  margin: 0;
  display: block;
}
.tips__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.875rem;
}
@media (max-width: 991.98px) {
  .tips__wrapper {
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
.tips__item {
  max-width: 31.25rem;
  border-radius: 0.875rem;
  border: 2px solid #ff7400;
  box-shadow: 0 6px 16px 0 rgba(255, 116, 0, 0.19);
  padding: 2.6875rem 1.875rem;
  position: relative;
  background-color: #ffffff !important;
}
@media (max-width: 991.98px) {
  .tips__item {
    margin: 0 auto;
  }
}
.tips__item-title {
  font-weight: 500;
  font-size: 1.12rem;
  color: #000;
  display: block;
  max-width: 21.6875rem;
  margin-bottom: 1.5rem;
}
.tips__item-description {
  font-weight: 300;
  font-size: 0.88rem;
  color: #000;
  margin: 0;
}
@media (min-width: 992px) {
  .tips__item:nth-child(odd) {
    margin-right: auto;
  }
  .tips__item:nth-child(odd)::after {
    content: "";
    max-width: 19.5625rem;
    width: 100%;
    height: 4.375rem;
    position: absolute;
    bottom: -36px;
    right: -65%;
    background: no-repeat url("../icons/tips-right.svg");
    background-size: contain;
    background-position: center;
  }
  .tips__item:nth-child(even) {
    margin-left: auto;
  }
  .tips__item:nth-child(even)::after {
    content: "";
    max-width: 19.5625rem;
    width: 100%;
    height: 4.375rem;
    position: absolute;
    bottom: -36px;
    left: -65%;
    background: no-repeat url("../icons/tips-left.svg");
    background-size: contain;
    background-position: center;
  }
  .tips__item:last-child::after {
    display: none;
  }
}
