body {
  overflow-x: hidden;
  margin: 0;
}

.wrapper {
  margin: auto 30px;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "PlayfairDisplayRegular";
  src: url(../fonts/classic/PlayfairDisplay-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplayBold";
  src: url(../fonts/classic/PlayfairDisplay-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "StyleScriptRegular";
  src: url(../fonts/classic/StyleScript-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
h1, h2 {
  font-weight: normal;
  margin: 0;
}

h1 {
  font-family: "StyleScriptRegular";
  font-size: 52px;
  color: var(--primary-color-600);
}

h2 {
  color: var(--primary-color-600);
  font-family: "StyleScriptRegular";
  font-size: 38px;
}

p, .text {
  font-family: "PlayfairDisplayRegular";
  font-size: 16px;
  color: var(--primary-color-600);
  margin: 0;
}
p.tn, .text.tn {
  font-size: 14px;
}
p.sm, .text.sm {
  font-size: 16px;
}
p.md, .text.md {
  font-size: 20px;
}
p.xmd, .text.xmd {
  font-size: 28px;
}
p.lg, .text.lg {
  font-size: 38px;
}
p.xlg, .text.xlg {
  font-size: 52px;
}
p.bold, .text.bold {
  font-family: "PlayfairDisplayBold";
}
p.stylescript, .text.stylescript {
  font-family: "StyleScriptRegular";
}

html, body {
  scroll-behavior: smooth;
}

.row {
  display: flex;
}
.row.center-x {
  justify-content: center;
}
.row.start-x {
  justify-content: flex-start;
}
.row.end-x {
  justify-content: flex-end;
}
.row.center-y {
  align-items: center;
}
.row.start-y {
  align-items: flex-start;
}
.row.end-y {
  align-items: flex-end;
}
.row.col {
  flex-direction: column;
}
.row.col.center-x {
  align-items: center;
}
.row.col.start-x {
  align-items: flex-start;
}
.row.col.end-x {
  align-items: flex-end;
}
.row.col.center-y {
  justify-content: center;
}
.row.col.start-y {
  justify-content: flex-start;
}
.row.col.end-y {
  justify-content: flex-end;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.button__primary {
  width: 193px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 30px;
  border: solid 1px var(--primary-color-400);
  color: #FFFFFF;
  font-family: "PlayfairDisplayBold";
  font-size: 16px;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
}
.button__secondary {
  width: 193px;
  height: 40px;
  background: none;
  border-radius: 30px;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
  font-family: "PlayfairDisplayBold";
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.button:disabled {
  opacity: 0.5;
}

button#okBtn {
  width: 100%;
}

.blue {
  color: #193962;
}

.orange {
  color: #CF6728;
}

.gray {
  color: #F1EFE9;
}

.mtb-8 {
  margin: 8px 0;
}

.mtb-16 {
  margin: 16px 0;
}

.mtb-24 {
  margin: 24px 0;
}

.mtb-32 {
  margin: 32px 0;
}

.mtb-64 {
  margin: 64px 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-64 {
  margin-bottom: 64px;
}

.gap8 {
  gap: 8px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.profile {
  overflow: hidden;
  min-height: 533px;
  margin-bottom: 0;
}
.profile__content {
  position: relative;
  top: 0;
  width: 100%;
  height: 608px;
}
.profile__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.profile__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}
.profile__image h1 {
  bottom: 70px;
  width: 100%;
  z-index: 2;
}
.profile__image a.arrow-down {
  background: transparent;
  border: 0;
  width: auto;
  position: absolute;
  bottom: 25px;
  cursor: pointer;
  animation: bounce 1.5s infinite;
  z-index: 2;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.musicplayer {
  background: #FFFFFF;
  height: 150px;
  gap: 6px;
}
.musicplayer audio {
  width: 344px;
}

.witnesses {
  background: #FFFFFF;
  margin: 40px 0 30px 0;
}
.witnesses h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  line-height: 33px;
}
.witnesses__item {
  margin-bottom: 40px;
  position: relative;
  width: 90%;
  gap: 10px;
}
.witnesses__item h3 {
  text-transform: uppercase;
  color: var(--secondary-color-500);
  font-family: "PlayfairDisplayBold";
  font-size: 16px;
  margin: 0;
}
.witnesses__item p {
  margin: 0;
  line-height: 25px;
  color: var(--primary-color-600);
}

.wegotmarried {
  position: relative;
  background: var(--tertiary-color-100);
  padding: 50px 0;
  margin: 0 0 120px 0;
}
.wegotmarried p.countdown {
  color: var(--secondary-color-500);
}
.wegotmarried p:nth-of-type(1) {
  margin: 5px 0 40px 0;
}
.wegotmarried__counter {
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: -60px;
}
.wegotmarried__counter ul {
  width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
.wegotmarried__counter ul li {
  gap: 10px;
}
.wegotmarried__counter ul li div {
  border-radius: 30px;
  width: 56px;
  height: 56px;
  background: var(--primary-color);
  color: #F1EFE9;
  padding: 10px 0 0 0;
}
.wegotmarried__counter ul li span {
  color: var(--primary-color-600);
}

.locations {
  background: #FFFFFF;
}
.locations__item {
  position: relative;
  margin: 60px 0;
}
.locations__item h2 {
  background-color: var(--tertiary-color-200);
  position: absolute;
  top: -34px;
  z-index: 2;
  padding: 8px 16px 0 16px;
}
.locations__cardimg {
  position: relative;
  width: 100%;
  height: 416px;
  margin: 0;
}
.locations__cardimg .cardimg__photo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 416px;
  top: 1px;
}
.locations__cardimg .cardimg__photo--parroquia {
  background: url("../img/upload/4/parroquia.jpg") no-repeat;
  background-position: center bottom;
  background-size: contaim;
}
@media (max-width: 768px) {
  .locations__cardimg .cardimg__photo--parroquia {
    background-size: cover;
  }
}
.locations__cardimg .cardimg__photo--fundo {
  background: url("../img/upload/4/fundo.jpg") no-repeat;
  background-position: center center;
  background-size: contaim;
}
@media (max-width: 768px) {
  .locations__cardimg .cardimg__photo--fundo {
    background-size: cover;
  }
}
.locations__info {
  position: relative;
}
.locations__info .info__title {
  text-align: center;
  margin: 80px 0 20px 0;
}
.locations__info .info__title p {
  font-family: "PlayfairDisplayBold";
  color: var(--secondary-color-500);
  font-size: 20px;
}
.locations__info .info__description {
  width: 345px;
  background-color: var(--tertiary-color-100);
  padding: 30px;
}
.locations__info .info__description .date {
  font-family: "StyleScriptRegular";
  font-size: 28px;
  color: var(--primary-color-600);
  margin: 0;
}
.locations__info .info__description .hour {
  font-family: "PlayfairDisplayBold";
  color: var(--secondary-color-500);
  font-size: 20px;
  margin: 4px 0;
}
.locations__info .info__description .address {
  font-family: "PlayfairDisplayRegular";
  color: var(--primary-color-600);
  font-size: 16px;
  margin: 0;
}
.locations__info .info__description .croquis {
  margin: 20px 0 0 0;
}
.locations__info .info__description button {
  width: 193px;
  height: 40px;
  margin: 28px 0 0 0;
  cursor: pointer;
}
.locations__info .info__description button .fa-location-dot:before {
  content: "\f3c5";
}
.locations .line {
  margin: 10px auto 40px auto;
}

.animation {
  position: relative;
}
.animation--absolute {
  position: absolute;
  top: -52px;
  z-index: 2;
}
.animation img {
  width: 104px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}

.line {
  width: 275px;
  height: 2px;
  background-color: var(--tertiary-color-200);
  margin: 0 auto;
}

.dresscode label {
  color: var(--secondary-color);
}
.dresscode p {
  color: var(--primary-color-600);
}
.dresscode__palette {
  width: 345px;
  background-color: var(--tertiary-color-100);
  padding: 30px;
  gap: 4px;
}
.dresscode ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  gap: 12px;
}
.dresscode ul li {
  border-radius: 20px;
  width: 32px;
  height: 32px;
  border: solid 1px var(--tertiary-color-300);
}
.dresscode ul li:nth-child(1) {
  background: #CF6728;
}
.dresscode ul li:nth-child(2) {
  background: #193962;
}
.dresscode ul li:nth-child(3) {
  background: #CEB2A6;
}
.dresscode ul li:nth-child(4) {
  background: #D5C2B4;
}
.dresscode ul li:nth-child(5) {
  background: #DECECE;
}

.notchildren {
  margin: 40px 0;
}
.notchildren label {
  color: var(--secondary-color-500);
}
.notchildren p {
  width: 345px;
  color: var(--primary-color-600);
}

.gallery {
  background: #FFFFFF;
  position: relative;
  margin: 100px 0 70px 0;
}
.gallery h2 {
  width: 225px;
  height: 72px;
  background-color: var(--tertiary-color-200);
  position: absolute;
  top: -34px;
  z-index: 2;
  padding: 8px 0 0 0;
}

.gifts {
  margin: 40px 0 70px 0;
}
.gifts label {
  color: var(--secondary-color-500);
}
.gifts__text {
  width: 345px;
  padding: 0 30px;
}
.gifts p {
  text-align: center;
  line-height: 25px;
  margin: 15px 0 0px 0;
  color: var(--primary-color-600);
}
.gifts__accounts {
  width: 345px;
  background-color: var(--tertiary-color-100);
  padding: 30px;
  margin: 25px 0 0 0;
  gap: 20px;
}
.gifts__accounts p {
  margin: 0;
}
.gifts__accounts .owner {
  color: var(--secondary-color-500);
}
.gifts__accounts i.fa-copy:before {
  color: var(--primary-color);
}

.good-wishes {
  background-color: var(--primary-color-200);
  color: #ffffff;
  position: relative;
  margin: 100px 0 0 0;
}
.good-wishes h2 {
  width: 225px;
  height: 72px;
  background-color: var(--tertiary-color-200);
  position: absolute;
  top: -34px;
  z-index: 2;
  padding: 8px 0 0 0;
}
.good-wishes__swiper {
  margin: 90px 0 20px 0;
  max-width: 572px;
  width: 100%;
}
.good-wishes__swiper .swiper-slide {
  background: transparent;
  padding: 0 8%;
}
.good-wishes__swiper p {
  color: var(--primary-color-600);
  line-height: 30px;
}
.good-wishes__swiper p:nth-child(2) {
  padding: 20px 0 50px 0;
}
.good-wishes__swiper .swiper-button-next,
.good-wishes__swiper .swiper-button-prev {
  color: #ffffff;
  width: 40px;
  height: 40px;
}
.good-wishes__swiper .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}
.good-wishes__send {
  background: #FFFFFF;
  width: 100%;
  padding: 60px 0;
  gap: 15px;
}
.good-wishes__send p {
  color: var(--secondary-color-500);
}
.good-wishes__send p:nth-child(2) {
  color: var(--primary-color-600);
}
.good-wishes__send button {
  width: 250px;
  height: 40px;
  cursor: pointer;
}
.good-wishes .hola img {
  width: 250px;
}

textarea#mygoodwishes {
  height: 250px;
}

.attendance {
  background-color: var(--tertiary-color-100);
  padding: 60px 0;
}
.attendance .tickets__name p {
  color: var(--secondary-color-500);
  margin: 20px 0 !important;
}
.attendance .tickets__body {
  padding: 0;
}
.attendance .tickets__body p {
  color: var(--primary-color-600);
}
.attendance .tickets__body .tickets__cancelmsj {
  width: 300px;
}
.attendance .tickets__body .tickets__cancelmsj p:nth-child(1) {
  line-height: 26px;
}
.attendance .tickets__body .tickets__cancelmsj a {
  width: 250px;
  height: 40px;
  text-decoration: none;
}
.attendance .tickets__body .tickets__qr {
  width: 345px;
}
.attendance .tickets__body .tickets__qr .qr__bg {
  width: 290px;
  height: 290px;
  position: relative;
  align-items: center;
  background: url(/public/dist/img/classic/qr_bg.svg) no-repeat;
  background-position: 0 14px;
  background-size: cover;
}
.attendance .tickets__body .tickets__qr .qr__bg img {
  position: absolute;
  width: 190px;
  height: 190px;
}
.attendance__ticket {
  position: relative;
  width: 257px;
  height: 72px;
  justify-content: center;
  align-items: center;
}
.attendance__ticket p {
  position: absolute;
  color: #ffffff !important;
}
.attendance p:nth-child(2),
.attendance p:nth-child(3) {
  line-height: 26px;
}
.attendance p:nth-child(3) {
  color: var(--primary-color-600);
}
.attendance p:nth-child(4) {
  color: #CF6728;
  margin: 20px 0 !important;
}
.attendance button {
  width: 250px;
  height: 40px;
  margin: 28px 0 0 0;
  cursor: pointer;
}
.attendance .fa-location-dot:before {
  content: "\f00c";
}

.waitingforyou {
  width: 100%;
  height: 200px;
  gap: 15px;
}
.waitingforyou h2 {
  margin: 0;
}
.waitingforyou p {
  font-family: "PlayfairDisplayBold";
  color: var(--secondary-color-500);
  font-size: 20px;
}

.footer {
  background-color: var(--primary-color-200);
  padding: 25px 0;
}
.footer p {
  color: var(--primary-color-600);
  margin: 0;
}
.footer a img {
  width: 93px;
  height: 10px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.3019607843);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #FFFFFF;
  border: solid 1px #5B5B5F;
  border-radius: 8px;
}
@media screen and (min-width: 480px) {
  .modal__container {
    min-width: 300px;
    max-width: 600px;
    height: auto;
  }
}
.modal__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 12px;
  margin-top: 8px;
  position: relative;
  padding: 36px 0px 0px 0;
}
.modal__header h2 {
  font-size: 30px;
  line-height: 70px;
}
.modal__header p {
  color: var(--primary-color-600);
}
.modal__header a {
  font-size: 25px;
  margin: 0 0 0 auto;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: solid;
}
.modal__close {
  color: #8f8e8d;
}
.modal__close i:hover {
  color: #5B5B5F;
}
.modal__body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 16px;
}
.modal__body p {
  padding: 0;
  margin: 0;
  color: solid 1px var(--primary-color-600);
}
.modal__body--center {
  text-align: center;
}
.modal__footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  bottom: 0;
  z-index: 2;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: flex-end;
  padding: 16px;
}
@media screen and (min-width: 480px) {
  .modal__footer {
    position: relative;
    align-items: center;
  }
}
.modal.active {
  display: flex !important;
}
.modal__small .modal__container {
  width: 320px;
}
@media screen and (min-width: 480px) {
  .modal__medium .modal__container {
    width: 600px;
  }
}
.modal__fullscreen .modal__container {
  height: 100vh;
  width: 100vw;
  border-radius: 0px;
  border: 0;
}
@media screen and (min-width: 480px) {
  .modal__fullscreen .modal__container {
    border: solid 1px #5B5B5F;
    border-radius: 8px;
    height: auto;
  }
}
.modal__fullscreen .modal__footer {
  position: absolute;
}
@media screen and (min-width: 480px) {
  .modal__fullscreen .modal__footer {
    position: relative;
  }
}

.modal__list {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.modal__list ul.check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.modal__list ul.check li {
  display: flex;
  height: 56px;
  border: solid 1px var(--tertiary-color-300);
  padding: 0 4%;
}
.modal__list ul.check li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.modal__list ul.check li label span {
  color: var(--primary-color-600);
}
.modal__list ul.check li label input {
  display: none;
}
.modal__list ul.check li label input[type=checkbox]:checked + .item__box::after {
  display: block;
}
.modal__list ul.check li label .item__box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: solid 1px var(--primary-color) !important;
  border-radius: 6px;
  background: #f0f0f0;
}
.modal__list ul.check li label .item__box::after {
  display: none;
  content: "";
  background: url("../img/classic/check.svg");
  width: 18px;
  height: 15px;
  top: -2px;
  right: -5px;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3019607843);
  top: 0;
  align-items: center;
  justify-content: center;
}
.overlay__active {
  display: flex;
}

.body-envelope {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .body-envelope {
    overflow: auto;
  }
}
.body-envelope .envelope-wrapper {
  display: block;
}
@media screen and (min-width: 480px) {
  .body-envelope .envelope-wrapper {
    display: none;
  }
}

.blanco {
  background-color: transparent !important;
}

.envelope-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #f0f4e2;
  top: 0;
  display: none;
  z-index: 10;
  transition: background-color 1s ease;
}
.envelope-wrapper .envelope {
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.envelope-wrapper .envelope .envelope1 {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
@media screen and (min-width: 390px) {
  .envelope-wrapper .envelope .envelope1 {
    top: -100px;
  }
}
@media screen and (min-width: 414px) {
  .envelope-wrapper .envelope .envelope1 {
    top: -49px;
  }
}
@media screen and (min-width: 430px) {
  .envelope-wrapper .envelope .envelope1 {
    top: -30px;
  }
}
@media screen and (min-width: 480px) {
  .envelope-wrapper .envelope .envelope1 {
    top: -70px;
  }
}
.envelope-wrapper .envelope .envelope2 {
  left: calc(-100vw - 40px);
  position: absolute;
  bottom: -40px;
  width: fit-content;
}
@media screen and (min-width: 390px) {
  .envelope-wrapper .envelope .envelope2 {
    left: calc(-100vw - 22px);
    bottom: 0px;
  }
}
@media screen and (min-width: 414px) {
  .envelope-wrapper .envelope .envelope2 {
    left: calc(-100vw + 14px);
  }
}
@media screen and (min-width: 430px) {
  .envelope-wrapper .envelope .envelope2 {
    left: calc(-100vw + 40px);
  }
}
.envelope-wrapper .seal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.envelope-wrapper .image-seal {
  width: 170px;
  height: 170px;
}
.envelope-wrapper .seal-content {
  position: absolute;
  display: flex;
  margin: 0 auto;
  height: 250px;
  width: 100%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
}
.envelope-wrapper .seal-content .tippy-content {
  position: absolute;
  background: red;
  margin: 0 auto;
  z-index: 900;
  padding: 4px 8px;
  border-radius: 8px;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.envelope-wrapper .seal-content .tippy-content p {
  color: #FFFFFF;
  font-size: 12px;
  position: relative;
}
.envelope-wrapper .seal-content .tippy-content::before {
  height: 1.2rem;
  width: 1.2rem;
  bottom: -0.4rem;
  left: 0;
  margin: auto;
  right: 0;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background: red;
}
.envelope-wrapper .seal-content .tippy-content::after {
  content: "";
  position: absolute;
  height: 1.2rem;
  width: 1.2rem;
  bottom: -1.1rem;
  left: 0;
  margin: auto;
  right: 0;
}

.tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 100;
}

.copy-btn {
  position: relative;
}
.copy-btn.show-tooltip .tooltip {
  display: block;
  animation: fadeOut 5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swiper-default {
  width: 100%;
  max-width: 393px;
  position: relative;
  height: 480px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper-default {
    max-width: 600px;
  }
}
.swiper-default .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 70px;
  border-radius: 8px;
  padding: 0;
}
.swiper-default .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.swiper-default .swiper-slide .swiper-pagination {
  margin: 0 0 20px 0;
}
.swiper-default .swiper-button-next, .swiper-default .swiper-button-prev {
  color: #ffffff;
  width: 40px;
  height: 40px;
}
.swiper-default .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}
.swiper-default .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}
.swiper-default .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.8;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
}
.swiper-default .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.swiper-default .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
  opacity: 1;
}