/* Import default style */
/* Utility */
.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 4px !important;
}

.m-10 {
  margin: 8px !important;
}

.m-15 {
  margin: 12px !important;
}

.m-20 {
  margin: 16px !important;
}

.m-25 {
  margin: 20px !important;
}

.m-30 {
  margin: 24px !important;
}

.m-35 {
  margin: 28px !important;
}

.m-40 {
  margin: 32px !important;
}

.m-45 {
  margin: 36px !important;
}

.m-50 {
  margin: 40px !important;
}

.m-55 {
  margin: 44px !important;
}

.m-60 {
  margin: 48px !important;
}

.m-65 {
  margin: 52px !important;
}

.m-70 {
  margin: 56px !important;
}

.m-75 {
  margin: 60px !important;
}

.m-80 {
  margin: 64px !important;
}

.m-85 {
  margin: 68px !important;
}

.m-90 {
  margin: 72px !important;
}

.m-95 {
  margin: 76px !important;
}

.m-100 {
  margin: 80px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 4px !important;
}

.mt-10 {
  margin-top: 8px !important;
}

.mt-15 {
  margin-top: 12px !important;
}

.mt-20 {
  margin-top: 16px !important;
}

.mt-25 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 24px !important;
}

.mt-35 {
  margin-top: 28px !important;
}

.mt-40 {
  margin-top: 32px !important;
}

.mt-45 {
  margin-top: 36px !important;
}

.mt-50 {
  margin-top: 40px !important;
}

.mt-55 {
  margin-top: 44px !important;
}

.mt-60 {
  margin-top: 48px !important;
}

.mt-65 {
  margin-top: 52px !important;
}

.mt-70 {
  margin-top: 56px !important;
}

.mt-75 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 64px !important;
}

.mt-85 {
  margin-top: 68px !important;
}

.mt-90 {
  margin-top: 72px !important;
}

.mt-95 {
  margin-top: 76px !important;
}

.mt-100 {
  margin-top: 80px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-5 {
  margin-right: 4px !important;
}

.me-10 {
  margin-right: 8px !important;
}

.me-15 {
  margin-right: 12px !important;
}

.me-20 {
  margin-right: 16px !important;
}

.me-25 {
  margin-right: 20px !important;
}

.me-30 {
  margin-right: 24px !important;
}

.me-35 {
  margin-right: 28px !important;
}

.me-40 {
  margin-right: 32px !important;
}

.me-45 {
  margin-right: 36px !important;
}

.me-50 {
  margin-right: 40px !important;
}

.me-55 {
  margin-right: 44px !important;
}

.me-60 {
  margin-right: 48px !important;
}

.me-65 {
  margin-right: 52px !important;
}

.me-70 {
  margin-right: 56px !important;
}

.me-75 {
  margin-right: 60px !important;
}

.me-80 {
  margin-right: 64px !important;
}

.me-85 {
  margin-right: 68px !important;
}

.me-90 {
  margin-right: 72px !important;
}

.me-95 {
  margin-right: 76px !important;
}

.me-100 {
  margin-right: 80px !important;
}

.me-auto {
  margin-right: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-5 {
  margin-left: 4px !important;
}

.ms-10 {
  margin-left: 8px !important;
}

.ms-15 {
  margin-left: 12px !important;
}

.ms-20 {
  margin-left: 16px !important;
}

.ms-25 {
  margin-left: 20px !important;
}

.ms-30 {
  margin-left: 24px !important;
}

.ms-35 {
  margin-left: 28px !important;
}

.ms-40 {
  margin-left: 32px !important;
}

.ms-45 {
  margin-left: 36px !important;
}

.ms-50 {
  margin-left: 40px !important;
}

.ms-55 {
  margin-left: 44px !important;
}

.ms-60 {
  margin-left: 48px !important;
}

.ms-65 {
  margin-left: 52px !important;
}

.ms-70 {
  margin-left: 56px !important;
}

.ms-75 {
  margin-left: 60px !important;
}

.ms-80 {
  margin-left: 64px !important;
}

.ms-85 {
  margin-left: 68px !important;
}

.ms-90 {
  margin-left: 72px !important;
}

.ms-95 {
  margin-left: 76px !important;
}

.ms-100 {
  margin-left: 80px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 568px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 4px !important;
  }
  .m-sm-10 {
    margin: 8px !important;
  }
  .m-sm-15 {
    margin: 12px !important;
  }
  .m-sm-20 {
    margin: 16px !important;
  }
  .m-sm-25 {
    margin: 20px !important;
  }
  .m-sm-30 {
    margin: 24px !important;
  }
  .m-sm-35 {
    margin: 28px !important;
  }
  .m-sm-40 {
    margin: 32px !important;
  }
  .m-sm-45 {
    margin: 36px !important;
  }
  .m-sm-50 {
    margin: 40px !important;
  }
  .m-sm-55 {
    margin: 44px !important;
  }
  .m-sm-60 {
    margin: 48px !important;
  }
  .m-sm-65 {
    margin: 52px !important;
  }
  .m-sm-70 {
    margin: 56px !important;
  }
  .m-sm-75 {
    margin: 60px !important;
  }
  .m-sm-80 {
    margin: 64px !important;
  }
  .m-sm-85 {
    margin: 68px !important;
  }
  .m-sm-90 {
    margin: 72px !important;
  }
  .m-sm-95 {
    margin: 76px !important;
  }
  .m-sm-100 {
    margin: 80px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 4px !important;
  }
  .mt-sm-10 {
    margin-top: 8px !important;
  }
  .mt-sm-15 {
    margin-top: 12px !important;
  }
  .mt-sm-20 {
    margin-top: 16px !important;
  }
  .mt-sm-25 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 24px !important;
  }
  .mt-sm-35 {
    margin-top: 28px !important;
  }
  .mt-sm-40 {
    margin-top: 32px !important;
  }
  .mt-sm-45 {
    margin-top: 36px !important;
  }
  .mt-sm-50 {
    margin-top: 40px !important;
  }
  .mt-sm-55 {
    margin-top: 44px !important;
  }
  .mt-sm-60 {
    margin-top: 48px !important;
  }
  .mt-sm-65 {
    margin-top: 52px !important;
  }
  .mt-sm-70 {
    margin-top: 56px !important;
  }
  .mt-sm-75 {
    margin-top: 60px !important;
  }
  .mt-sm-80 {
    margin-top: 64px !important;
  }
  .mt-sm-85 {
    margin-top: 68px !important;
  }
  .mt-sm-90 {
    margin-top: 72px !important;
  }
  .mt-sm-95 {
    margin-top: 76px !important;
  }
  .mt-sm-100 {
    margin-top: 80px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 4px !important;
  }
  .me-sm-10 {
    margin-right: 8px !important;
  }
  .me-sm-15 {
    margin-right: 12px !important;
  }
  .me-sm-20 {
    margin-right: 16px !important;
  }
  .me-sm-25 {
    margin-right: 20px !important;
  }
  .me-sm-30 {
    margin-right: 24px !important;
  }
  .me-sm-35 {
    margin-right: 28px !important;
  }
  .me-sm-40 {
    margin-right: 32px !important;
  }
  .me-sm-45 {
    margin-right: 36px !important;
  }
  .me-sm-50 {
    margin-right: 40px !important;
  }
  .me-sm-55 {
    margin-right: 44px !important;
  }
  .me-sm-60 {
    margin-right: 48px !important;
  }
  .me-sm-65 {
    margin-right: 52px !important;
  }
  .me-sm-70 {
    margin-right: 56px !important;
  }
  .me-sm-75 {
    margin-right: 60px !important;
  }
  .me-sm-80 {
    margin-right: 64px !important;
  }
  .me-sm-85 {
    margin-right: 68px !important;
  }
  .me-sm-90 {
    margin-right: 72px !important;
  }
  .me-sm-95 {
    margin-right: 76px !important;
  }
  .me-sm-100 {
    margin-right: 80px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 4px !important;
  }
  .ms-sm-10 {
    margin-left: 8px !important;
  }
  .ms-sm-15 {
    margin-left: 12px !important;
  }
  .ms-sm-20 {
    margin-left: 16px !important;
  }
  .ms-sm-25 {
    margin-left: 20px !important;
  }
  .ms-sm-30 {
    margin-left: 24px !important;
  }
  .ms-sm-35 {
    margin-left: 28px !important;
  }
  .ms-sm-40 {
    margin-left: 32px !important;
  }
  .ms-sm-45 {
    margin-left: 36px !important;
  }
  .ms-sm-50 {
    margin-left: 40px !important;
  }
  .ms-sm-55 {
    margin-left: 44px !important;
  }
  .ms-sm-60 {
    margin-left: 48px !important;
  }
  .ms-sm-65 {
    margin-left: 52px !important;
  }
  .ms-sm-70 {
    margin-left: 56px !important;
  }
  .ms-sm-75 {
    margin-left: 60px !important;
  }
  .ms-sm-80 {
    margin-left: 64px !important;
  }
  .ms-sm-85 {
    margin-left: 68px !important;
  }
  .ms-sm-90 {
    margin-left: 72px !important;
  }
  .ms-sm-95 {
    margin-left: 76px !important;
  }
  .ms-sm-100 {
    margin-left: 80px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 4px !important;
  }
  .m-md-10 {
    margin: 8px !important;
  }
  .m-md-15 {
    margin: 12px !important;
  }
  .m-md-20 {
    margin: 16px !important;
  }
  .m-md-25 {
    margin: 20px !important;
  }
  .m-md-30 {
    margin: 24px !important;
  }
  .m-md-35 {
    margin: 28px !important;
  }
  .m-md-40 {
    margin: 32px !important;
  }
  .m-md-45 {
    margin: 36px !important;
  }
  .m-md-50 {
    margin: 40px !important;
  }
  .m-md-55 {
    margin: 44px !important;
  }
  .m-md-60 {
    margin: 48px !important;
  }
  .m-md-65 {
    margin: 52px !important;
  }
  .m-md-70 {
    margin: 56px !important;
  }
  .m-md-75 {
    margin: 60px !important;
  }
  .m-md-80 {
    margin: 64px !important;
  }
  .m-md-85 {
    margin: 68px !important;
  }
  .m-md-90 {
    margin: 72px !important;
  }
  .m-md-95 {
    margin: 76px !important;
  }
  .m-md-100 {
    margin: 80px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 4px !important;
  }
  .mt-md-10 {
    margin-top: 8px !important;
  }
  .mt-md-15 {
    margin-top: 12px !important;
  }
  .mt-md-20 {
    margin-top: 16px !important;
  }
  .mt-md-25 {
    margin-top: 20px !important;
  }
  .mt-md-30 {
    margin-top: 24px !important;
  }
  .mt-md-35 {
    margin-top: 28px !important;
  }
  .mt-md-40 {
    margin-top: 32px !important;
  }
  .mt-md-45 {
    margin-top: 36px !important;
  }
  .mt-md-50 {
    margin-top: 40px !important;
  }
  .mt-md-55 {
    margin-top: 44px !important;
  }
  .mt-md-60 {
    margin-top: 48px !important;
  }
  .mt-md-65 {
    margin-top: 52px !important;
  }
  .mt-md-70 {
    margin-top: 56px !important;
  }
  .mt-md-75 {
    margin-top: 60px !important;
  }
  .mt-md-80 {
    margin-top: 64px !important;
  }
  .mt-md-85 {
    margin-top: 68px !important;
  }
  .mt-md-90 {
    margin-top: 72px !important;
  }
  .mt-md-95 {
    margin-top: 76px !important;
  }
  .mt-md-100 {
    margin-top: 80px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 4px !important;
  }
  .me-md-10 {
    margin-right: 8px !important;
  }
  .me-md-15 {
    margin-right: 12px !important;
  }
  .me-md-20 {
    margin-right: 16px !important;
  }
  .me-md-25 {
    margin-right: 20px !important;
  }
  .me-md-30 {
    margin-right: 24px !important;
  }
  .me-md-35 {
    margin-right: 28px !important;
  }
  .me-md-40 {
    margin-right: 32px !important;
  }
  .me-md-45 {
    margin-right: 36px !important;
  }
  .me-md-50 {
    margin-right: 40px !important;
  }
  .me-md-55 {
    margin-right: 44px !important;
  }
  .me-md-60 {
    margin-right: 48px !important;
  }
  .me-md-65 {
    margin-right: 52px !important;
  }
  .me-md-70 {
    margin-right: 56px !important;
  }
  .me-md-75 {
    margin-right: 60px !important;
  }
  .me-md-80 {
    margin-right: 64px !important;
  }
  .me-md-85 {
    margin-right: 68px !important;
  }
  .me-md-90 {
    margin-right: 72px !important;
  }
  .me-md-95 {
    margin-right: 76px !important;
  }
  .me-md-100 {
    margin-right: 80px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 4px !important;
  }
  .ms-md-10 {
    margin-left: 8px !important;
  }
  .ms-md-15 {
    margin-left: 12px !important;
  }
  .ms-md-20 {
    margin-left: 16px !important;
  }
  .ms-md-25 {
    margin-left: 20px !important;
  }
  .ms-md-30 {
    margin-left: 24px !important;
  }
  .ms-md-35 {
    margin-left: 28px !important;
  }
  .ms-md-40 {
    margin-left: 32px !important;
  }
  .ms-md-45 {
    margin-left: 36px !important;
  }
  .ms-md-50 {
    margin-left: 40px !important;
  }
  .ms-md-55 {
    margin-left: 44px !important;
  }
  .ms-md-60 {
    margin-left: 48px !important;
  }
  .ms-md-65 {
    margin-left: 52px !important;
  }
  .ms-md-70 {
    margin-left: 56px !important;
  }
  .ms-md-75 {
    margin-left: 60px !important;
  }
  .ms-md-80 {
    margin-left: 64px !important;
  }
  .ms-md-85 {
    margin-left: 68px !important;
  }
  .ms-md-90 {
    margin-left: 72px !important;
  }
  .ms-md-95 {
    margin-left: 76px !important;
  }
  .ms-md-100 {
    margin-left: 80px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 4px !important;
  }
  .m-lg-10 {
    margin: 8px !important;
  }
  .m-lg-15 {
    margin: 12px !important;
  }
  .m-lg-20 {
    margin: 16px !important;
  }
  .m-lg-25 {
    margin: 20px !important;
  }
  .m-lg-30 {
    margin: 24px !important;
  }
  .m-lg-35 {
    margin: 28px !important;
  }
  .m-lg-40 {
    margin: 32px !important;
  }
  .m-lg-45 {
    margin: 36px !important;
  }
  .m-lg-50 {
    margin: 40px !important;
  }
  .m-lg-55 {
    margin: 44px !important;
  }
  .m-lg-60 {
    margin: 48px !important;
  }
  .m-lg-65 {
    margin: 52px !important;
  }
  .m-lg-70 {
    margin: 56px !important;
  }
  .m-lg-75 {
    margin: 60px !important;
  }
  .m-lg-80 {
    margin: 64px !important;
  }
  .m-lg-85 {
    margin: 68px !important;
  }
  .m-lg-90 {
    margin: 72px !important;
  }
  .m-lg-95 {
    margin: 76px !important;
  }
  .m-lg-100 {
    margin: 80px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 4px !important;
  }
  .mt-lg-10 {
    margin-top: 8px !important;
  }
  .mt-lg-15 {
    margin-top: 12px !important;
  }
  .mt-lg-20 {
    margin-top: 16px !important;
  }
  .mt-lg-25 {
    margin-top: 20px !important;
  }
  .mt-lg-30 {
    margin-top: 24px !important;
  }
  .mt-lg-35 {
    margin-top: 28px !important;
  }
  .mt-lg-40 {
    margin-top: 32px !important;
  }
  .mt-lg-45 {
    margin-top: 36px !important;
  }
  .mt-lg-50 {
    margin-top: 40px !important;
  }
  .mt-lg-55 {
    margin-top: 44px !important;
  }
  .mt-lg-60 {
    margin-top: 48px !important;
  }
  .mt-lg-65 {
    margin-top: 52px !important;
  }
  .mt-lg-70 {
    margin-top: 56px !important;
  }
  .mt-lg-75 {
    margin-top: 60px !important;
  }
  .mt-lg-80 {
    margin-top: 64px !important;
  }
  .mt-lg-85 {
    margin-top: 68px !important;
  }
  .mt-lg-90 {
    margin-top: 72px !important;
  }
  .mt-lg-95 {
    margin-top: 76px !important;
  }
  .mt-lg-100 {
    margin-top: 80px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 4px !important;
  }
  .me-lg-10 {
    margin-right: 8px !important;
  }
  .me-lg-15 {
    margin-right: 12px !important;
  }
  .me-lg-20 {
    margin-right: 16px !important;
  }
  .me-lg-25 {
    margin-right: 20px !important;
  }
  .me-lg-30 {
    margin-right: 24px !important;
  }
  .me-lg-35 {
    margin-right: 28px !important;
  }
  .me-lg-40 {
    margin-right: 32px !important;
  }
  .me-lg-45 {
    margin-right: 36px !important;
  }
  .me-lg-50 {
    margin-right: 40px !important;
  }
  .me-lg-55 {
    margin-right: 44px !important;
  }
  .me-lg-60 {
    margin-right: 48px !important;
  }
  .me-lg-65 {
    margin-right: 52px !important;
  }
  .me-lg-70 {
    margin-right: 56px !important;
  }
  .me-lg-75 {
    margin-right: 60px !important;
  }
  .me-lg-80 {
    margin-right: 64px !important;
  }
  .me-lg-85 {
    margin-right: 68px !important;
  }
  .me-lg-90 {
    margin-right: 72px !important;
  }
  .me-lg-95 {
    margin-right: 76px !important;
  }
  .me-lg-100 {
    margin-right: 80px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 4px !important;
  }
  .ms-lg-10 {
    margin-left: 8px !important;
  }
  .ms-lg-15 {
    margin-left: 12px !important;
  }
  .ms-lg-20 {
    margin-left: 16px !important;
  }
  .ms-lg-25 {
    margin-left: 20px !important;
  }
  .ms-lg-30 {
    margin-left: 24px !important;
  }
  .ms-lg-35 {
    margin-left: 28px !important;
  }
  .ms-lg-40 {
    margin-left: 32px !important;
  }
  .ms-lg-45 {
    margin-left: 36px !important;
  }
  .ms-lg-50 {
    margin-left: 40px !important;
  }
  .ms-lg-55 {
    margin-left: 44px !important;
  }
  .ms-lg-60 {
    margin-left: 48px !important;
  }
  .ms-lg-65 {
    margin-left: 52px !important;
  }
  .ms-lg-70 {
    margin-left: 56px !important;
  }
  .ms-lg-75 {
    margin-left: 60px !important;
  }
  .ms-lg-80 {
    margin-left: 64px !important;
  }
  .ms-lg-85 {
    margin-left: 68px !important;
  }
  .ms-lg-90 {
    margin-left: 72px !important;
  }
  .ms-lg-95 {
    margin-left: 76px !important;
  }
  .ms-lg-100 {
    margin-left: 80px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 4px !important;
  }
  .m-xl-10 {
    margin: 8px !important;
  }
  .m-xl-15 {
    margin: 12px !important;
  }
  .m-xl-20 {
    margin: 16px !important;
  }
  .m-xl-25 {
    margin: 20px !important;
  }
  .m-xl-30 {
    margin: 24px !important;
  }
  .m-xl-35 {
    margin: 28px !important;
  }
  .m-xl-40 {
    margin: 32px !important;
  }
  .m-xl-45 {
    margin: 36px !important;
  }
  .m-xl-50 {
    margin: 40px !important;
  }
  .m-xl-55 {
    margin: 44px !important;
  }
  .m-xl-60 {
    margin: 48px !important;
  }
  .m-xl-65 {
    margin: 52px !important;
  }
  .m-xl-70 {
    margin: 56px !important;
  }
  .m-xl-75 {
    margin: 60px !important;
  }
  .m-xl-80 {
    margin: 64px !important;
  }
  .m-xl-85 {
    margin: 68px !important;
  }
  .m-xl-90 {
    margin: 72px !important;
  }
  .m-xl-95 {
    margin: 76px !important;
  }
  .m-xl-100 {
    margin: 80px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 4px !important;
  }
  .mt-xl-10 {
    margin-top: 8px !important;
  }
  .mt-xl-15 {
    margin-top: 12px !important;
  }
  .mt-xl-20 {
    margin-top: 16px !important;
  }
  .mt-xl-25 {
    margin-top: 20px !important;
  }
  .mt-xl-30 {
    margin-top: 24px !important;
  }
  .mt-xl-35 {
    margin-top: 28px !important;
  }
  .mt-xl-40 {
    margin-top: 32px !important;
  }
  .mt-xl-45 {
    margin-top: 36px !important;
  }
  .mt-xl-50 {
    margin-top: 40px !important;
  }
  .mt-xl-55 {
    margin-top: 44px !important;
  }
  .mt-xl-60 {
    margin-top: 48px !important;
  }
  .mt-xl-65 {
    margin-top: 52px !important;
  }
  .mt-xl-70 {
    margin-top: 56px !important;
  }
  .mt-xl-75 {
    margin-top: 60px !important;
  }
  .mt-xl-80 {
    margin-top: 64px !important;
  }
  .mt-xl-85 {
    margin-top: 68px !important;
  }
  .mt-xl-90 {
    margin-top: 72px !important;
  }
  .mt-xl-95 {
    margin-top: 76px !important;
  }
  .mt-xl-100 {
    margin-top: 80px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 4px !important;
  }
  .me-xl-10 {
    margin-right: 8px !important;
  }
  .me-xl-15 {
    margin-right: 12px !important;
  }
  .me-xl-20 {
    margin-right: 16px !important;
  }
  .me-xl-25 {
    margin-right: 20px !important;
  }
  .me-xl-30 {
    margin-right: 24px !important;
  }
  .me-xl-35 {
    margin-right: 28px !important;
  }
  .me-xl-40 {
    margin-right: 32px !important;
  }
  .me-xl-45 {
    margin-right: 36px !important;
  }
  .me-xl-50 {
    margin-right: 40px !important;
  }
  .me-xl-55 {
    margin-right: 44px !important;
  }
  .me-xl-60 {
    margin-right: 48px !important;
  }
  .me-xl-65 {
    margin-right: 52px !important;
  }
  .me-xl-70 {
    margin-right: 56px !important;
  }
  .me-xl-75 {
    margin-right: 60px !important;
  }
  .me-xl-80 {
    margin-right: 64px !important;
  }
  .me-xl-85 {
    margin-right: 68px !important;
  }
  .me-xl-90 {
    margin-right: 72px !important;
  }
  .me-xl-95 {
    margin-right: 76px !important;
  }
  .me-xl-100 {
    margin-right: 80px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 4px !important;
  }
  .ms-xl-10 {
    margin-left: 8px !important;
  }
  .ms-xl-15 {
    margin-left: 12px !important;
  }
  .ms-xl-20 {
    margin-left: 16px !important;
  }
  .ms-xl-25 {
    margin-left: 20px !important;
  }
  .ms-xl-30 {
    margin-left: 24px !important;
  }
  .ms-xl-35 {
    margin-left: 28px !important;
  }
  .ms-xl-40 {
    margin-left: 32px !important;
  }
  .ms-xl-45 {
    margin-left: 36px !important;
  }
  .ms-xl-50 {
    margin-left: 40px !important;
  }
  .ms-xl-55 {
    margin-left: 44px !important;
  }
  .ms-xl-60 {
    margin-left: 48px !important;
  }
  .ms-xl-65 {
    margin-left: 52px !important;
  }
  .ms-xl-70 {
    margin-left: 56px !important;
  }
  .ms-xl-75 {
    margin-left: 60px !important;
  }
  .ms-xl-80 {
    margin-left: 64px !important;
  }
  .ms-xl-85 {
    margin-left: 68px !important;
  }
  .ms-xl-90 {
    margin-left: 72px !important;
  }
  .ms-xl-95 {
    margin-left: 76px !important;
  }
  .ms-xl-100 {
    margin-left: 80px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 4px !important;
  }
  .m-xxl-10 {
    margin: 8px !important;
  }
  .m-xxl-15 {
    margin: 12px !important;
  }
  .m-xxl-20 {
    margin: 16px !important;
  }
  .m-xxl-25 {
    margin: 20px !important;
  }
  .m-xxl-30 {
    margin: 24px !important;
  }
  .m-xxl-35 {
    margin: 28px !important;
  }
  .m-xxl-40 {
    margin: 32px !important;
  }
  .m-xxl-45 {
    margin: 36px !important;
  }
  .m-xxl-50 {
    margin: 40px !important;
  }
  .m-xxl-55 {
    margin: 44px !important;
  }
  .m-xxl-60 {
    margin: 48px !important;
  }
  .m-xxl-65 {
    margin: 52px !important;
  }
  .m-xxl-70 {
    margin: 56px !important;
  }
  .m-xxl-75 {
    margin: 60px !important;
  }
  .m-xxl-80 {
    margin: 64px !important;
  }
  .m-xxl-85 {
    margin: 68px !important;
  }
  .m-xxl-90 {
    margin: 72px !important;
  }
  .m-xxl-95 {
    margin: 76px !important;
  }
  .m-xxl-100 {
    margin: 80px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 4px !important;
  }
  .mt-xxl-10 {
    margin-top: 8px !important;
  }
  .mt-xxl-15 {
    margin-top: 12px !important;
  }
  .mt-xxl-20 {
    margin-top: 16px !important;
  }
  .mt-xxl-25 {
    margin-top: 20px !important;
  }
  .mt-xxl-30 {
    margin-top: 24px !important;
  }
  .mt-xxl-35 {
    margin-top: 28px !important;
  }
  .mt-xxl-40 {
    margin-top: 32px !important;
  }
  .mt-xxl-45 {
    margin-top: 36px !important;
  }
  .mt-xxl-50 {
    margin-top: 40px !important;
  }
  .mt-xxl-55 {
    margin-top: 44px !important;
  }
  .mt-xxl-60 {
    margin-top: 48px !important;
  }
  .mt-xxl-65 {
    margin-top: 52px !important;
  }
  .mt-xxl-70 {
    margin-top: 56px !important;
  }
  .mt-xxl-75 {
    margin-top: 60px !important;
  }
  .mt-xxl-80 {
    margin-top: 64px !important;
  }
  .mt-xxl-85 {
    margin-top: 68px !important;
  }
  .mt-xxl-90 {
    margin-top: 72px !important;
  }
  .mt-xxl-95 {
    margin-top: 76px !important;
  }
  .mt-xxl-100 {
    margin-top: 80px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-5 {
    margin-right: 4px !important;
  }
  .me-xxl-10 {
    margin-right: 8px !important;
  }
  .me-xxl-15 {
    margin-right: 12px !important;
  }
  .me-xxl-20 {
    margin-right: 16px !important;
  }
  .me-xxl-25 {
    margin-right: 20px !important;
  }
  .me-xxl-30 {
    margin-right: 24px !important;
  }
  .me-xxl-35 {
    margin-right: 28px !important;
  }
  .me-xxl-40 {
    margin-right: 32px !important;
  }
  .me-xxl-45 {
    margin-right: 36px !important;
  }
  .me-xxl-50 {
    margin-right: 40px !important;
  }
  .me-xxl-55 {
    margin-right: 44px !important;
  }
  .me-xxl-60 {
    margin-right: 48px !important;
  }
  .me-xxl-65 {
    margin-right: 52px !important;
  }
  .me-xxl-70 {
    margin-right: 56px !important;
  }
  .me-xxl-75 {
    margin-right: 60px !important;
  }
  .me-xxl-80 {
    margin-right: 64px !important;
  }
  .me-xxl-85 {
    margin-right: 68px !important;
  }
  .me-xxl-90 {
    margin-right: 72px !important;
  }
  .me-xxl-95 {
    margin-right: 76px !important;
  }
  .me-xxl-100 {
    margin-right: 80px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-5 {
    margin-left: 4px !important;
  }
  .ms-xxl-10 {
    margin-left: 8px !important;
  }
  .ms-xxl-15 {
    margin-left: 12px !important;
  }
  .ms-xxl-20 {
    margin-left: 16px !important;
  }
  .ms-xxl-25 {
    margin-left: 20px !important;
  }
  .ms-xxl-30 {
    margin-left: 24px !important;
  }
  .ms-xxl-35 {
    margin-left: 28px !important;
  }
  .ms-xxl-40 {
    margin-left: 32px !important;
  }
  .ms-xxl-45 {
    margin-left: 36px !important;
  }
  .ms-xxl-50 {
    margin-left: 40px !important;
  }
  .ms-xxl-55 {
    margin-left: 44px !important;
  }
  .ms-xxl-60 {
    margin-left: 48px !important;
  }
  .ms-xxl-65 {
    margin-left: 52px !important;
  }
  .ms-xxl-70 {
    margin-left: 56px !important;
  }
  .ms-xxl-75 {
    margin-left: 60px !important;
  }
  .ms-xxl-80 {
    margin-left: 64px !important;
  }
  .ms-xxl-85 {
    margin-left: 68px !important;
  }
  .ms-xxl-90 {
    margin-left: 72px !important;
  }
  .ms-xxl-95 {
    margin-left: 76px !important;
  }
  .ms-xxl-100 {
    margin-left: 80px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (min-width: 1680px) {
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-grid {
    display: grid !important;
  }
  .d-fhd-flex {
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: inline-flex !important;
  }
  .d-fhd-none {
    display: none !important;
  }
  .m-fhd-0 {
    margin: 0 !important;
  }
  .m-fhd-5 {
    margin: 4px !important;
  }
  .m-fhd-10 {
    margin: 8px !important;
  }
  .m-fhd-15 {
    margin: 12px !important;
  }
  .m-fhd-20 {
    margin: 16px !important;
  }
  .m-fhd-25 {
    margin: 20px !important;
  }
  .m-fhd-30 {
    margin: 24px !important;
  }
  .m-fhd-35 {
    margin: 28px !important;
  }
  .m-fhd-40 {
    margin: 32px !important;
  }
  .m-fhd-45 {
    margin: 36px !important;
  }
  .m-fhd-50 {
    margin: 40px !important;
  }
  .m-fhd-55 {
    margin: 44px !important;
  }
  .m-fhd-60 {
    margin: 48px !important;
  }
  .m-fhd-65 {
    margin: 52px !important;
  }
  .m-fhd-70 {
    margin: 56px !important;
  }
  .m-fhd-75 {
    margin: 60px !important;
  }
  .m-fhd-80 {
    margin: 64px !important;
  }
  .m-fhd-85 {
    margin: 68px !important;
  }
  .m-fhd-90 {
    margin: 72px !important;
  }
  .m-fhd-95 {
    margin: 76px !important;
  }
  .m-fhd-100 {
    margin: 80px !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mt-fhd-0 {
    margin-top: 0 !important;
  }
  .mt-fhd-5 {
    margin-top: 4px !important;
  }
  .mt-fhd-10 {
    margin-top: 8px !important;
  }
  .mt-fhd-15 {
    margin-top: 12px !important;
  }
  .mt-fhd-20 {
    margin-top: 16px !important;
  }
  .mt-fhd-25 {
    margin-top: 20px !important;
  }
  .mt-fhd-30 {
    margin-top: 24px !important;
  }
  .mt-fhd-35 {
    margin-top: 28px !important;
  }
  .mt-fhd-40 {
    margin-top: 32px !important;
  }
  .mt-fhd-45 {
    margin-top: 36px !important;
  }
  .mt-fhd-50 {
    margin-top: 40px !important;
  }
  .mt-fhd-55 {
    margin-top: 44px !important;
  }
  .mt-fhd-60 {
    margin-top: 48px !important;
  }
  .mt-fhd-65 {
    margin-top: 52px !important;
  }
  .mt-fhd-70 {
    margin-top: 56px !important;
  }
  .mt-fhd-75 {
    margin-top: 60px !important;
  }
  .mt-fhd-80 {
    margin-top: 64px !important;
  }
  .mt-fhd-85 {
    margin-top: 68px !important;
  }
  .mt-fhd-90 {
    margin-top: 72px !important;
  }
  .mt-fhd-95 {
    margin-top: 76px !important;
  }
  .mt-fhd-100 {
    margin-top: 80px !important;
  }
  .mt-fhd-auto {
    margin-top: auto !important;
  }
  .me-fhd-0 {
    margin-right: 0 !important;
  }
  .me-fhd-5 {
    margin-right: 4px !important;
  }
  .me-fhd-10 {
    margin-right: 8px !important;
  }
  .me-fhd-15 {
    margin-right: 12px !important;
  }
  .me-fhd-20 {
    margin-right: 16px !important;
  }
  .me-fhd-25 {
    margin-right: 20px !important;
  }
  .me-fhd-30 {
    margin-right: 24px !important;
  }
  .me-fhd-35 {
    margin-right: 28px !important;
  }
  .me-fhd-40 {
    margin-right: 32px !important;
  }
  .me-fhd-45 {
    margin-right: 36px !important;
  }
  .me-fhd-50 {
    margin-right: 40px !important;
  }
  .me-fhd-55 {
    margin-right: 44px !important;
  }
  .me-fhd-60 {
    margin-right: 48px !important;
  }
  .me-fhd-65 {
    margin-right: 52px !important;
  }
  .me-fhd-70 {
    margin-right: 56px !important;
  }
  .me-fhd-75 {
    margin-right: 60px !important;
  }
  .me-fhd-80 {
    margin-right: 64px !important;
  }
  .me-fhd-85 {
    margin-right: 68px !important;
  }
  .me-fhd-90 {
    margin-right: 72px !important;
  }
  .me-fhd-95 {
    margin-right: 76px !important;
  }
  .me-fhd-100 {
    margin-right: 80px !important;
  }
  .me-fhd-auto {
    margin-right: auto !important;
  }
  .ms-fhd-0 {
    margin-left: 0 !important;
  }
  .ms-fhd-5 {
    margin-left: 4px !important;
  }
  .ms-fhd-10 {
    margin-left: 8px !important;
  }
  .ms-fhd-15 {
    margin-left: 12px !important;
  }
  .ms-fhd-20 {
    margin-left: 16px !important;
  }
  .ms-fhd-25 {
    margin-left: 20px !important;
  }
  .ms-fhd-30 {
    margin-left: 24px !important;
  }
  .ms-fhd-35 {
    margin-left: 28px !important;
  }
  .ms-fhd-40 {
    margin-left: 32px !important;
  }
  .ms-fhd-45 {
    margin-left: 36px !important;
  }
  .ms-fhd-50 {
    margin-left: 40px !important;
  }
  .ms-fhd-55 {
    margin-left: 44px !important;
  }
  .ms-fhd-60 {
    margin-left: 48px !important;
  }
  .ms-fhd-65 {
    margin-left: 52px !important;
  }
  .ms-fhd-70 {
    margin-left: 56px !important;
  }
  .ms-fhd-75 {
    margin-left: 60px !important;
  }
  .ms-fhd-80 {
    margin-left: 64px !important;
  }
  .ms-fhd-85 {
    margin-left: 68px !important;
  }
  .ms-fhd-90 {
    margin-left: 72px !important;
  }
  .ms-fhd-95 {
    margin-left: 76px !important;
  }
  .ms-fhd-100 {
    margin-left: 80px !important;
  }
  .ms-fhd-auto {
    margin-left: auto !important;
  }
  .order-fhd-first {
    order: -1 !important;
  }
  .order-fhd-0 {
    order: 0 !important;
  }
  .order-fhd-1 {
    order: 1 !important;
  }
  .order-fhd-2 {
    order: 2 !important;
  }
  .order-fhd-3 {
    order: 3 !important;
  }
  .order-fhd-4 {
    order: 4 !important;
  }
  .order-fhd-5 {
    order: 5 !important;
  }
  .order-fhd-last {
    order: 6 !important;
  }
}
/* Grid */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--app-gutter-x-half));
  margin-left: calc(-1 * var(--app-gutter-x-half));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: var(--app-gutter-x-half);
  padding-left: var(--app-gutter-x-half);
}
.row.row-reverse {
  flex-flow: row-reverse;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 568px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1680px) {
  .col-fhd {
    flex: 1 0 0%;
  }
  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-fhd-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-fhd-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-fhd-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-fhd-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-fhd-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-fhd-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-fhd-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-fhd-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-fhd-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-fhd-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-fhd-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-fhd-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-fhd-0 {
    margin-left: 0;
  }
  .offset-fhd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-fhd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-fhd-3 {
    margin-left: 25%;
  }
  .offset-fhd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-fhd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-fhd-6 {
    margin-left: 50%;
  }
  .offset-fhd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-fhd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-fhd-9 {
    margin-left: 75%;
  }
  .offset-fhd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-fhd-11 {
    margin-left: 91.6666666667%;
  }
}
/* Container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

@media (min-width: 568px) {
  .container-sm, .container {
    max-width: 668px;
  }
}
.container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
.container-lg {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 934px;
  }
}
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.container-xxl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.container-fhd {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--padding-container);
  padding-left: var(--padding-container);
}

@media (min-width: 1680px) {
  .container-fhd, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1480px;
  }
}
/* Config */
/* Destyle */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea { /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  appearance: checkbox;
}

[type=radio] {
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Tiny-slider */
/* stylelint-disable */
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.tns-horizontal.tns-no-subpixel::after {
  display: table;
  content: "";
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  min-height: 1px;
  position: relative;
  left: 0;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  overflow: hidden;
  width: 310px;
  height: 10px;
  margin: 0 auto;
  position: relative;
}
.tns-t-ct {
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct::after {
  display: table;
  content: "";
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* stylelint-enable */
/* Swiper-slider */
/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/* Popup */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

:root {
  --app-gutter-x: 16px;
  --app-gutter-x-half: 8px;
  --size-custom-control-indicator: 30px;
  --size-input: 48px;
  --height-btn: 48px;
  --padding-button: 4px 16px;
  --padding-input: 16px;
  --margin-text: 20px;
  --font-size-base: 16px;
  --font-size-large: 18px;
  --font-size-small: 14px;
  --font-size-xsmall: 12px;
  --line-height-base: 1.6;
  --speed-fast: .125s;
  --speed-default: .25s;
  --speed-slow: .5s;
  --speed-sluggish: 1s;
  --speed-snail: 2s;
  --ease-in-sine: cubic-bezier(.12, 0, .39, 0);
  --ease-out-sine: cubic-bezier(.61, 1, .88, 1);
  --ease-out-quad: cubic-bezier(.5, 1, .89, 1);
  --ease-out-quart: cubic-bezier(.25, 1, .5, 1);
  --ease-in-out-quart: cubic-bezier(.76, 0, .24, 1);
  --ease-in-out-back: cubic-bezier(.68, -.6, .32, 1.6);
}
@media (min-width: 1024px) {
  :root {
    --font-size-base: 16px;
    --font-size-large: 20px;
    --font-size-small: 14px;
    --font-size-xsmall: 12px;
    --size-input: 56px;
    --line-height-base: 28px;
    --height-btn: 56px;
  }
}

/* Base */
/* stylelint-disable color-no-hex  */
/* stylelint-enable color-no-hex  */
.bg-heavy-metal {
  background-color: #121221 !important;
  color: #fff !important;
}

.bg-neutral {
  background-color: #F5F3EE !important;
  color: #121221 !important;
}

.bg-primary {
  background-color: #ba097f !important;
  color: #fff !important;
}

.bg-sunny {
  background-color: #C63796 !important;
  color: #fff !important;
}

.bg-light {
  background-color: #ECEBE4 !important;
  color: #121221 !important;
}

.bg-light-gray {
  background-color: #E0DFD9 !important;
  color: #121221 !important;
}

.bg-light-alt {
  background-color: #F6F6F6 !important;
  color: #121221 !important;
}

.bg-light-200 {
  background-color: #EDE9E5 !important;
  color: #121221 !important;
}

.bg-dark {
  background-color: #111112 !important;
  color: #fff !important;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  overflow-x: clip;
  flex-grow: 1;
  position: relative;
}
body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open main {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navbar-wrapper.is-open-filter {
  overflow: hidden;
  position: relative;
}
.navbar-wrapper.is-open-menu {
  overflow: hidden;
  position: relative;
}

button {
  border: 0;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1439.98px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 567.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

.collapsing {
  overflow: hidden;
  max-height: 0;
  transition: max-height var(--speed-default) ease-in-out; /* stylelint-disable-line plugin/no-low-performance-animation-properties */
  will-change: max-height;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

*:focus {
  outline: rgba(0, 0, 0, 0.25) auto 5px;
}

img {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* Text align */
.text-center {
  text-align: center;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

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

/* stylelint-disable declaration-no-important */
.srt {
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border-width: 0 !important;
  border-style: initial !important;
  border-color: initial !important;
  border-image: initial !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  position: absolute !important;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: 8px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill {
  background: #C63796;
}

.image-line picture,
.image-line img {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 10px;
}

/* stylelint-enable declaration-no-important */
.gslide-description {
  display: none;
}

.goverlay {
  background: rgba(0, 0, 0, 0.6);
}

.gcontainer .gbtn.gnext, .gcontainer .gbtn.gprev {
  display: none !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content {
  overflow: hidden;
  height: auto !important;
}
.mfp-content .popup-content {
  height: 100%;
}

.mfp-container {
  padding: 0;
}

.mfp-with-inline .mfp-container {
  padding: 35px 0 0;
}
@media (min-width: 768px) {
  .mfp-with-inline .mfp-container {
    padding: 45px 65px 0;
  }
}
@media (min-width: 1280px) {
  .mfp-with-inline .mfp-container {
    padding: 100px 100px 0;
  }
}

.mfp-wrap.mfp-with-inline {
  overflow: hidden !important;
}

.mfp-wrap {
  height: 100% !important;
}
.mfp-wrap:has(.video-popup-inline) {
  position: fixed !important;
  top: 0 !important;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: rgba(18, 18, 33, 0.8);
  letter-spacing: -0.02em;
}
body b,
body strong {
  font-weight: 700;
}

.container {
  max-width: 1544px;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga", "kern";
}

/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 30.4px;
  color: #121221;
  letter-spacing: -0.05em;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  background: linear-gradient(to right, #ba097f 0, #C63796 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

h1,
.h1 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 1.81vw + 29.2px, 64px);
  line-height: 120%;
  text-wrap: balance;
  letter-spacing: -2px;
}

h2,
.h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 1.81vw + 21.2px, 56px);
  line-height: 120%;
  text-wrap: balance;
  letter-spacing: -2px;
}

h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 1.55vw + 18.17px, 48px);
  line-height: 120%;
  text-wrap: balance;
}

h4,
.h4 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 1.04vw + 20.12px, 40px);
  line-height: 140%;
  text-wrap: balance;
}

h5,
.h5 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 0.78vw + 17.09px, 32px);
  line-height: 140%;
  text-wrap: balance;
}

h6,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.52vw + 14.06px, 24px);
  line-height: 120%;
  text-wrap: balance;
}

/* Textual */
main .content h1:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main .content h2:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main .content h3:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main .content h4:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main .content h5:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main .content h6:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main p:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main ul:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main ol:not([class*=-none]) + *:not(.button-wrapper):not(.btn),
main table:not([class*=-none]) + *:not(.button-wrapper):not(.btn) {
  margin-top: 30.4px;
}
main p a:not(.btn),
main ul li a:not(.btn),
main ol li a:not(.btn),
main small a:not(.btn),
main td a:not(.btn),
main .link:not(.btn) {
  position: relative;
  z-index: 3;
}
main picture figcaption h1,
main picture figcaption h2,
main picture figcaption h3,
main picture figcaption h4,
main picture figcaption h5,
main picture figcaption h6,
main figure figcaption h1,
main figure figcaption h2,
main figure figcaption h3,
main figure figcaption h4,
main figure figcaption h5,
main figure figcaption h6 {
  margin-bottom: 0;
  color: inherit;
}

/* Button */
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.button-wrapper .btn:last-child {
  margin-right: 0 !important;
}
.button-wrapper.button-wrapper--column {
  flex-direction: column;
  align-items: flex-start;
}
.button-wrapper.button-wrapper--column .btn {
  width: auto;
}
.button-wrapper.button-wrapper--centered {
  justify-content: center;
}
.button-wrapper.button-wrapper--grow .btn {
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 8px;
  padding-left: 8px;
}
@media (max-width: 767.98px) {
  .button-wrapper:not(.button-wrapper--grow):not(.button-wrapper--column):not(.button-wrapper--inline) {
    flex-direction: column;
  }
  .button-wrapper:not(.button-wrapper--grow):not(.button-wrapper--column):not(.button-wrapper--inline) .btn {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: #ba097f;
  }
  .btn:hover::after {
    opacity: 0;
    visibility: hidden;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: var(--height-btn);
  border: 1px solid transparent;
  border-radius: 10px;
  background: #ba097f;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: var(--speed-default);
  padding-right: 24px;
  padding-left: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 0.13vw + 13.51px, 16px);
}
.btn::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 10px;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  transition: var(--speed-default);
}

.btn.btn--s {
  height: auto;
  min-height: var(--height-btn-small);
  font-size: clamp(12px, 0.13vw + 11.51px, 14px);
}
.btn.btn--s.btn--io {
  width: var(--height-btn-small);
}
.btn.btn--s.btn--io i:not(.icon-info) {
  font-size: clamp(11px, 0.32vw + 9.79px, 16px);
}
.btn.btn--block {
  width: 100%;
  margin-right: 0;
}
.btn.btn--block + .btn--text {
  margin-top: 0;
}
.btn.btn--light {
  background: #ECEBE4;
  color: #121221;
}
.btn.btn--light::after {
  display: none;
}
.btn.btn--light:hover {
  background: #C63796;
  color: #fff;
}
.btn.btn--blur {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(30px);
}
.btn.btn--blur::after {
  display: none;
}
.btn.btn--blur:hover {
  background: #fff;
  color: #C63796;
}
.btn.btn--text {
  justify-content: flex-start;
  height: auto;
  padding: 0;
  background: none;
  font-weight: 500;
}
.btn.btn--text::after {
  display: none;
}
.btn.btn--text span {
  line-height: 1;
  position: relative;
}
.btn.btn--text span::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  content: "";
  position: absolute;
  top: 100%;
  transform-origin: top;
}
.btn.btn--text i,
.btn.btn--text span {
  color: var(--secondary-color);
}
.btn.btn--text.btn--ir i {
  margin-left: 6px;
}
.btn.btn--text.btn--il i {
  margin-right: 6px;
}
.btn.btn--text.btn--light {
  background: transparent;
  color: #fff;
}
.btn.btn--text:not(.btn--block) {
  justify-content: flex-start;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--text span::after {
    transition: transform var(--speed-slow) var(--ease-in-out-quart);
    will-change: transform;
  }
  .btn.btn--text.active span::after, .btn.btn--text:hover span::after {
    transform: scale(0, 1);
  }
}
.btn.btn--outline {
  border-color: rgba(18, 18, 33, 0.1);
  background: transparent;
  color: #121221;
}
.btn.btn--outline::after {
  display: none;
}
.btn.btn--outline:hover {
  background: #121221;
  color: #fff;
}
.btn.btn--o {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn.btn--o span {
  color: #fff;
}
.btn.btn--o i::before {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.btn--o:hover {
    background-color: #fff;
  }
}
.btn.btn--ir i[class*=-up], .btn.btn--ir i[class*=-down], .btn.btn--il i[class*=-up], .btn.btn--il i[class*=-down] {
  font-size: 8px;
}
.btn.btn--ir i {
  margin-left: 8px;
}
.btn.btn--il i {
  margin-right: 8px;
}
.btn.btn--io {
  width: var(--height-btn);
  border-radius: var(size-border-radius-8);
  padding: 0;
}
.btn:has(#js-found) {
  column-gap: 4px;
}

.autocomplete-list {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  max-height: 180px;
  border: 1px solid #E0DFD9;
  padding: 8px;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
}
.autocomplete-list li a {
  transition: color var(--speed-default);
}
.autocomplete-list li a:hover {
  color: #ba097f;
}
.autocomplete-list:not(:has(li)) {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn.btn--secondary:hover {
    background-color: var(--secondary-color-hover);
  }
  .btn.btn--secondary:hover::after {
    opacity: 0;
    visibility: hidden;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn.active, .btn:hover,
  .button.active,
  .button:hover {
    opacity: 0.8;
  }
}

/* Component */
@font-face {
  font-family: "certos-icons";
  src: url("../fonts//certos-icons.woff2?do8v6s") format("woff2"), url("../fonts//certos-icons.ttf?do8v6s") format("truetype"), url("../fonts//certos-icons.woff?do8v6s") format("woff"), url("../fonts//certos-icons.svg?do8v6s#certos-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "certos-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\E900";
}

.icon-arrow-left:before {
  content: "\E901";
}

.icon-arrow-out:before {
  content: "\E902";
}

.icon-arrow-right:before {
  content: "\E903";
}

.icon-arrow-up:before {
  content: "\E904";
}

.icon-bars:before {
  content: "\E905";
}

.icon-check:before {
  content: "\E906";
}

.icon-chevron-down:before {
  content: "\E907";
}

.icon-chevron-left:before {
  content: "\E908";
}

.icon-chevron-right:before {
  content: "\E909";
}

.icon-chevron-up:before {
  content: "\E90A";
}

.icon-clock:before {
  content: "\E90B";
}

.icon-close:before {
  content: "\E90C";
}

.icon-download:before {
  content: "\E90D";
}

.icon-envelope:before {
  content: "\E90E";
}

.icon-euro:before {
  content: "\E90F";
}

.icon-facebook:before {
  content: "\E910";
}

.icon-filter:before {
  content: "\E911";
}

.icon-fullscreen:before {
  content: "\E912";
}

.icon-globe:before {
  content: "\E913";
}

.icon-instagram:before {
  content: "\E914";
}

.icon-label:before {
  content: "\E915";
}

.icon-linkedin:before {
  content: "\E916";
}

.icon-location:before {
  content: "\E917";
}

.icon-minus:before {
  content: "\E918";
}

.icon-money:before {
  content: "\E919";
}

.icon-phone:before {
  content: "\E91A";
}

.icon-users:before {
  content: "\E91B";
}

.icon-plus:before {
  content: "\E91C";
}

.icon-school:before {
  content: "\E91D";
}

.icon-search:before {
  content: "\E91E";
}

.icon-tiktok:before {
  content: "\E91F";
}

.icon-twitter:before {
  content: "\E920";
}

.icon-whatsapp:before {
  content: "\E921";
}

.icon-x:before {
  content: "\E922";
}

.icon-youtube:before {
  content: "\E923";
}

.accordion-holder .accordion-item .accordion__term::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "certos-icons" !important; /* stylelint-disable-line declaration-no-important */
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion-holder {
  position: relative;
}
.accordion-holder .accordion-item .accordion__term {
  display: flex;
  align-items: center;
  width: 100%;
  outline: none;
}
.accordion-holder .accordion-item .accordion__term::after {
  transition: transform var(--speed-default);
}
.accordion-holder .accordion-item .accordion__term.open::after {
  transform: rotate(90deg);
}
.accordion-holder .accordion-item .accordion__body.show .accordion__description {
  opacity: 1;
  transform: translateY(0);
}
.accordion-holder .accordion-item .accordion__description {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--speed-fast) ease-out, transform var(--speed-default) var(--cubic-bezier-2);
}

.cta {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 24px;
  background: linear-gradient(135deg, rgb(17, 17, 18) 0%, rgb(18, 18, 33) 100%);
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .cta {
    padding: 32px;
  }
}
@media (min-width: 1280px) {
  .cta {
    padding: 56px;
  }
}
.cta::after {
  opacity: 0.03;
  width: 300px;
  height: 100%;
  background-image: url("../images/watermark-alt.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -15%;
  left: 10%;
  transform: translateX(-10%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .cta::after {
    width: 100%;
    height: 360px;
    background-size: contain;
    background-position: 50px center;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
}
.cta h6 {
  color: #fff;
}

.load-more {
  width: 100%;
  margin-top: 56px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .load-more {
    padding: 0 56px;
  }
}
@media (min-width: 1280px) {
  .load-more {
    margin-top: 104px;
    padding: 0 104px;
  }
}
@media (max-width: 767.98px) {
  .load-more .btn.btn--outline {
    width: 100%;
    border-color: #ECEBE4;
    background: #ECEBE4;
  }
  .load-more .btn.btn--outline:hover {
    border-color: #121221;
    background: #121221;
  }
}
.section--news-list .load-more {
  margin-top: 16px;
}
.load-more .load-more__loading {
  width: 100%;
  height: 2px;
  margin-top: 12.8px;
  background: rgba(18, 18, 33, 0.1);
  position: relative;
}
.load-more .load-more__loading::after {
  width: var(--w);
  height: 100%;
  background: #ba097f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.load-more .load-more__text {
  margin-top: 32px;
}

/* Form */
.form-group,
.input-group {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.form-group label,
.input-group label {
  display: flex;
}
.form-group label + custom-select,
.input-group label + custom-select {
  display: block;
  margin-top: 8px;
}
.form-group .error,
.input-group .error {
  margin-top: 8px;
  padding-left: 16px;
  font-size: 12px;
}
.form-group .autocomplete-list,
.input-group .autocomplete-list {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  max-height: 180px;
  border: 1px solid #E0DFD9;
  padding: 8px;
  background-color: #fff;
  position: absolute;
  z-index: 1000;
}
.form-group .autocomplete-list li a,
.input-group .autocomplete-list li a {
  transition: color var(--speed-default);
}
.form-group .autocomplete-list li a:hover,
.input-group .autocomplete-list li a:hover {
  color: #ba097f;
}
.form-group .autocomplete-list:not(:has(li)),
.input-group .autocomplete-list:not(:has(li)) {
  display: none;
}
.form-group.custom-file-wrapper::after,
.input-group.custom-file-wrapper::after {
  content: unset;
}
.form-group.custom-file-wrapper input[type=file],
.input-group.custom-file-wrapper input[type=file] {
  display: none;
}
.form-group.custom-file-wrapper label,
.input-group.custom-file-wrapper label {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  transition: outline linear var(--speed-default);
}
.form-group.custom-file-wrapper label:hover,
.input-group.custom-file-wrapper label:hover {
  color: #fff;
}
.form-group.gfield--type-radio legend,
.input-group.gfield--type-radio legend {
  display: none;
}
.form-group--radio-buttons, .form-group--checkboxes,
.input-group--radio-buttons,
.input-group--checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.form-group--valid::after,
.input-group--valid::after {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.form-control {
  width: 100%;
  height: var(--size-input);
  border: 0;
  border-radius: 2px;
  padding: 0 20px;
  background: #f5f3ee;
  font-weight: 500;
  font-size: 14px;
  color: #121221;
}
.form-control::placeholder {
  color: rgba(18, 18, 33, 0.6);
}
.form-control:disabled {
  opacity: 0.5;
}
.form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.4);
}
.form-control[type=search] {
  appearance: none;
}
.form-control:not(textarea) {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .form-control {
    font-size: 15px;
  }
}

textarea.form-control {
  display: block;
  min-height: 150px;
  resize: vertical;
}

.custom-control {
  display: flex;
  align-items: center;
  position: relative;
}
.custom-control > * {
  cursor: pointer;
}
.custom-control > *[disabled] {
  cursor: auto;
}
.custom-control > *[disabled] ~ * {
  cursor: auto;
}
.custom-control .custom-control__indicator {
  flex-shrink: 0;
  width: var(--size-custom-control-indicator);
  height: var(--size-custom-control-indicator);
  border: 1px solid transparent;
  position: relative;
  top: calc((var(--line-height-base) * var(--font-size-small) - var(--size-custom-control-indicator)) * 0.5);
  transition: all var(--speed-default) linear;
}
.custom-control .custom-control__indicator::before {
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  transform: scale(0);
}
.custom-control .custom-control__indicator::before, .custom-control .custom-control__indicator::after {
  transition: opacity var(--speed-fast) linear, transform var(--speed-default) var(--ease-in-out-quart);
}
.custom-control label,
.custom-control .custom-control__text {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.custom-control input[type=checkbox],
.custom-control input[type=radio],
.custom-control .custom-control__input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.custom-control input[type=checkbox]:disabled ~ *,
.custom-control input[type=radio]:disabled ~ *,
.custom-control .custom-control__input:disabled ~ * {
  opacity: 0.6;
}
.custom-control input[type=checkbox]:checked ~ .custom-control__box .custom-control__indicator,
.custom-control input[type=checkbox]:checked ~ .custom-control__indicator,
.custom-control input[type=radio]:checked ~ .custom-control__box .custom-control__indicator,
.custom-control input[type=radio]:checked ~ .custom-control__indicator,
.custom-control .custom-control__input:checked ~ .custom-control__box .custom-control__indicator,
.custom-control .custom-control__input:checked ~ .custom-control__indicator {
  border-width: 0;
}
.custom-control input[type=checkbox]:checked ~ .custom-control__box .custom-control__indicator::before,
.custom-control input[type=checkbox]:checked ~ .custom-control__indicator::before,
.custom-control input[type=radio]:checked ~ .custom-control__box .custom-control__indicator::before,
.custom-control input[type=radio]:checked ~ .custom-control__indicator::before,
.custom-control .custom-control__input:checked ~ .custom-control__box .custom-control__indicator::before,
.custom-control .custom-control__input:checked ~ .custom-control__indicator::before {
  opacity: 1;
  transform: scale(1);
}
.custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__box::before,
.custom-control.custom-control--checkbox input[type=radio]:checked ~ .custom-control__box::before,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__box::before, .custom-control.custom-control--radio input[type=checkbox]:checked ~ .custom-control__box::before,
.custom-control.custom-control--radio input[type=radio]:checked ~ .custom-control__box::before,
.custom-control.custom-control--radio .custom-control__input:checked ~ .custom-control__box::before {
  opacity: 1;
}
.custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__box .custom-control__indicator::after,
.custom-control.custom-control--checkbox input[type=radio]:checked ~ .custom-control__box .custom-control__indicator::after,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__box .custom-control__indicator::after, .custom-control.custom-control--radio input[type=checkbox]:checked ~ .custom-control__box .custom-control__indicator::after,
.custom-control.custom-control--radio input[type=radio]:checked ~ .custom-control__box .custom-control__indicator::after,
.custom-control.custom-control--radio .custom-control__input:checked ~ .custom-control__box .custom-control__indicator::after {
  opacity: 1;
  transform: scale(1);
}
.custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__box label,
.custom-control.custom-control--checkbox input[type=radio]:checked ~ .custom-control__box label,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__box label, .custom-control.custom-control--radio input[type=checkbox]:checked ~ .custom-control__box label,
.custom-control.custom-control--radio input[type=radio]:checked ~ .custom-control__box label,
.custom-control.custom-control--radio .custom-control__input:checked ~ .custom-control__box label {
  color: #121221;
}
.custom-control.custom-control--checkbox .custom-control__indicator i {
  overflow: hidden;
  width: 4px;
  height: 10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-control.custom-control--checkbox .custom-control__indicator i::before, .custom-control.custom-control--checkbox .custom-control__indicator i::after {
  display: block;
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
}
.custom-control.custom-control--checkbox .custom-control__indicator i::before {
  width: 4px;
  height: 1px;
  left: 0;
}
.custom-control.custom-control--checkbox .custom-control__indicator i::after {
  width: 1px;
  height: 10px;
  right: 0;
}
.custom-control.custom-control--checkbox .custom-control__indicator i::before, .custom-control.custom-control--checkbox .custom-control__indicator i::after {
  opacity: 0;
}
.custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__indicator i::before, .custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__indicator i::after,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__indicator i::before,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__indicator i::after {
  animation-timing-function: var(--ease-in-out-quart);
  animation-fill-mode: forwards;
}
.custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__indicator i::before,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__indicator i::before {
  transform-origin: left;
  animation-name: checkmark-before;
  animation-duration: var(--speed-default);
  animation-delay: 0.25s;
}
@keyframes checkmark-before {
  0% {
    opacity: 1;
    transform: scale(0, 1) translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
.custom-control.custom-control--checkbox input[type=checkbox]:checked ~ .custom-control__indicator i::after,
.custom-control.custom-control--checkbox .custom-control__input:checked ~ .custom-control__indicator i::after {
  transform-origin: bottom;
  animation-name: checkmark-after;
  animation-duration: var(--speed-default);
  animation-delay: 0.32s;
}
@keyframes checkmark-after {
  0% {
    opacity: 1;
    transform: scale(1, 0) translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate3d(0, 0, 0);
  }
}
.custom-control.custom-control--radio .custom-control__indicator, .custom-control.custom-control--radio .custom-control__indicator::before {
  border-radius: 50%;
}
.custom-control.custom-control--radio .custom-control__indicator::after {
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.25);
  z-index: 4;
  transition-delay: 0.31s;
}

.validation.validation--valid {
  color: green;
}
.validation.validation--invalid {
  color: red;
}

.form-group {
  margin-bottom: 0;
}
.form-group__holder {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.form-group__holder div[ref=element] {
  width: 100%;
}
.form-group__holder label {
  display: block;
}
.form-group__holder .form-group__input {
  flex: 1 1 auto;
  width: 1%;
}
.form-group__holder .form-group-prepend,
.form-group__holder .form-group-append {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.form-group__holder .form-group-prepend i,
.form-group__holder .form-group-append i {
  font-size: 11px;
}
.form-group.form-group--radio-buttons {
  margin-bottom: 24px;
}
.form-group.form-group--radio-buttons .custom-control--radio {
  margin-right: 16px;
}
.form-group.form-group--prepend .form-group-append,
.form-group.form-group--prepend .form-group-prepend, .form-group.form-group--append .form-group-append,
.form-group.form-group--append .form-group-prepend {
  height: 100%;
  border-color: var(--input-concatenation-border-color);
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  color: var(--input-label-color);
}
.form-group.form-group--prepend .form-group-prepend {
  border-right-width: 1px;
}
.form-group.form-group--append .form-group-append {
  border-left-width: 1px;
}
.form-group.form-group--text textarea {
  height: 126px !important;
  margin-bottom: 32px;
  border: 0;
  border-bottom: 1px solid rgba(18, 18, 33, 0.1);
  outline: unset;
  padding: 16px 0;
  background-color: var(--input-background-color);
  font-size: 16px;
  color: var(--input-color);
  position: relative;
  transition: border-color var(--speed-fast) linear;
}
.form-group.form-group--text textarea::placeholder {
  color: var(--input-label-color);
}
.form-group.form-group--text .form-group__holder {
  align-items: center;
  height: var(--size-input);
  border: 1px solid var(--input-border-color);
  border-radius: 2px;
  background-color: var(--input-background-color);
  position: relative;
  transition: border-color var(--speed-fast) linear;
}
.form-group.form-group--text .form-group__input {
  flex: 1 0 auto;
  font-size: 14px;
  position: relative;
}
.form-group.form-group--text .form-group__input label {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: rgba(18, 18, 33, 0.8);
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(1) translateY(0);
  transform-origin: top left;
  transition: var(--speed-default);
}
.form-group.form-group--text .form-group__input label span {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.form-group.form-group--text .form-group__input .form-control {
  outline: unset;
  color: var(--input-color);
  padding-top: 24px;
}
.form-group.form-group--text .form-group__input .form-control:autofill {
  box-shadow: 0 0 0 1000px var(--input-background-color) inset;
}
.form-group.form-group--text .form-group__input:hover label {
  color: var(--input-color);
}
.form-group.form-group--text .validation {
  display: block;
}
.form-group.form-group--text.is-filled .form-group__input label, .form-group.form-group--text.focusing .form-group__input label {
  color: var(--input-color);
  transform: scale(0.85) translateY(-25%);
}
.form-group.form-group--text.focusing .form-group__holder {
  border-color: #4f98e1;
}
.form-group.form-group--text.input-disabled .form-group__input {
  opacity: 0.8;
  pointer-events: none;
}
.form-group.form-group--button .btn {
  --height-btn: 32px;
  margin-top: 0;
  margin-right: 8px;
  background-color: var(--input-button-background-color);
  color: var(--input-button-color);
}
.form-group.form-group--button .btn i {
  font-size: 12px;
}
.form-group.form-group--textarea::before {
  height: var(--height-textarea);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 7px !important;
}
.gform_wrapper.gravity-theme .gform_fields .gform_fileupload_rules {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=text],
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=password],
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=tel],
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=phone],
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=email],
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=url],
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=number] {
  width: 100%;
  height: var(--size-input);
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 10px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 500;
  font-size: 14px;
  color: #121221;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=text]::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=password]::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=tel]::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=phone]::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=email]::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=url]::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::placeholder,
.gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=number]::placeholder {
  color: rgba(18, 18, 33, 0.6);
}
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=text],
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=password],
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=tel],
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=phone],
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=email],
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=url],
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=number] {
  border-color: rgba(245, 243, 238, 0.2);
  background: rgba(245, 243, 238, 0.1);
  color: rgba(245, 243, 238, 0.8);
}
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=text]::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=password]::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=tel]::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=phone]::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=email]::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=url]::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea::placeholder,
.is-dark .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=number]::placeholder {
  color: rgba(245, 243, 238, 0.6) !important;
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=text],
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=password],
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=tel],
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=phone],
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=email],
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=url],
  .gform_wrapper.gravity-theme .gform_fields .ginput_container textarea,
  .gform_wrapper.gravity-theme .gform_fields .ginput_container input[type=number] {
    font-size: 15px;
  }
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea {
  height: 103px;
  resize: none;
  padding: 15px 20px;
}
.gform_wrapper.gravity-theme .gform_fields .gfield_required_asterisk {
  color: #ff200a;
}
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=text],
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=password],
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=tel],
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=phone],
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=email],
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=url],
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container textarea,
.gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container input[type=number], .gform_wrapper.gravity-theme .gform_fields .gfield_error .ginput_container.ginput_container_consent label::before {
  border-color: #ff200a;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_drop_area {
  width: 100%;
  height: var(--size-input);
  border: 1px dashed rgba(18, 18, 33, 0.1);
  border-radius: 10px;
  padding: 0;
  background: rgba(18, 18, 33, 0.04);
  font-weight: 500;
  font-size: 14px;
  color: rgba(18, 18, 33, 0.6);
  position: relative;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_drop_area::after {
  width: var(--size-input);
  height: var(--size-input);
  background-image: url("../images/upload.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
}
.is-dark .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_drop_area {
  border: 1px dashed rgba(255, 255, 255, 0.1);
  background: rgba(245, 243, 238, 0.2);
  color: rgba(255, 255, 255, 0.4);
}
.is-dark .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_drop_area::after {
  background-image: url("../images/upload-light.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_drop_area {
    font-size: 15px;
  }
}
.gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_drop_instructions {
  display: none;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_button_select_files {
  justify-content: flex-start;
  width: 100%;
  height: var(--size-input);
  border-radius: 10px !important;
  padding: 0 20px;
  text-align: left;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-fileupload .gform_button_select_files:focus {
  outline: none !important;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gfield.gfield--type-textarea .gfield_label {
  display: none;
}
.gform_wrapper.gravity-theme .gchoice {
  display: flex;
}
.gform_wrapper.gravity-theme .gchoice input[type=checkbox],
.gform_wrapper.gravity-theme .gchoice input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: var(--size-custom-control-indicator);
  height: var(--size-custom-control-indicator);
  margin-right: 16px;
  padding: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: var(--speed-default);
}
.gform_wrapper.gravity-theme .gchoice input[type=checkbox]::before,
.gform_wrapper.gravity-theme .gchoice input[type=radio]::before {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: var(--size-custom-control-indicator);
  height: var(--size-custom-control-indicator);
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
}
.gform_wrapper.gravity-theme .gchoice input[type=checkbox]::after,
.gform_wrapper.gravity-theme .gchoice input[type=radio]::after {
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  font-size: 9px;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-6deg);
  transition: var(--speed-default);
}
.gform_wrapper.gravity-theme .gchoice input[type=checkbox]:checked::after,
.gform_wrapper.gravity-theme .gchoice input[type=radio]:checked::after {
  opacity: 1;
  transform: rotate(0deg);
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  margin-top: 8px;
  color: #ff200a;
}
.gform_wrapper.gravity-theme .ginput_container_consent {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_consent input {
  opacity: 0;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 9999999;
  aspect-ratio: 1/1;
}
.gform_wrapper.gravity-theme .ginput_container_consent label {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_consent label::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 5px;
  background: #fff;
  content: "";
  font-family: "certos-icons";
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  top: 2px;
  left: 0;
  z-index: 1;
  transition: var(--speed-default);
}
.gform_wrapper.gravity-theme .ginput_container_consent label a {
  text-decoration: underline;
}
.gform_wrapper.gravity-theme .ginput_container_consent input:checked + label::before {
  border: 1px solid rgba(186, 9, 127, 0.1);
  background: #ba097f;
  content: "\E906";
}

.gform_heading .gform_description:empty {
  display: none;
}

.gform_required_legend {
  display: none;
}

.gfield_required_text {
  display: inline-block;
  padding-left: 0.125em;
  font-size: 13.008px;
}

.gform_validation_errors {
  margin-bottom: 30px;
  outline: none;
  padding: 16px;
  background-color: rgba(255, 32, 10, 0.5);
}

.gform_submission_error {
  margin-bottom: 24px;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #fff;
}
.gform_submission_error .gform-icon {
  display: none;
}

.gform_footer .gform_button {
  width: 100%;
  margin-top: 24px;
}
.is-dark .gform_footer .gform_button.btn {
  background: #F5F3EE;
  color: #121221;
}
.is-dark .gform_footer .gform_button.btn::after {
  display: none;
}
.is-dark .gform_footer .gform_button.btn:hover {
  background: #ba097f;
  color: #fff;
}
@media (min-width: 768px) {
  .gform_footer .gform_button {
    width: auto;
    margin-top: 48px;
  }
}

/* Element */
.section {
  --section-spacer: 80px;
  width: 100%;
  margin-bottom: var(--section-spacer);
  position: relative;
}
.section.bg-gradient {
  background: linear-gradient(135deg, rgb(17, 17, 18) 0%, rgb(18, 18, 33) 100%);
  color: rgba(255, 255, 255, 0.8);
}
.section[class*=bg-] {
  padding-top: var(--section-spacer);
  padding-bottom: var(--section-spacer);
}
.section[class*=bg-]:has([class^=bg-], + [class*=" bg-"]) {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .section[class*=bg-] {
    --section-spacer: 120px;
  }
}
@media (min-width: 1280px) {
  .section {
    --section-spacer: 120px;
  }
}

.section.section--hero {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  min-height: 800px;
  margin-bottom: 144px;
  padding-top: 160px;
  z-index: 2;
}
.section.section--hero .hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--hero .hero__image video,
.section.section--hero .hero__image picture,
.section.section--hero .hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.section--hero .hero__image::after {
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--hero .hero__image::before {
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-overlay.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section.section--hero .hero__content {
  width: 100%;
  padding-bottom: 48px;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) {
  .section.section--hero .hero__content {
    padding-bottom: 120px;
  }
}
.section.section--hero .hero__block {
  margin: 80px 0 -96px;
  border-radius: 10px;
  padding: 32px 16px 16px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #121221;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (min-width: 1024px) {
  .section.section--hero .hero__block {
    margin: 0;
    padding: 40px;
    font-size: 15px;
  }
}
.section.section--hero .hero__block-bottom {
  margin-top: 24px;
  margin-bottom: 24px;
}
.section.section--hero .hero__block-bottom input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--hero .hero__block-bottom label {
  display: inline-block;
  padding-left: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #121221;
  cursor: pointer;
  position: relative;
}
.section.section--hero .hero__block-bottom label::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(245, 243, 238, 0.1);
  border-radius: 50%;
  background: #F5F3EE;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s;
}
.section.section--hero .hero__block-bottom input[type=checkbox]:checked + label::after {
  border: 5px solid #ba097f;
  background: #fff;
}
.section.section--hero .hero__block-link {
  margin-bottom: 8px;
  color: rgba(18, 18, 33, 0.6);
  text-decoration: underline;
}
.section.section--hero .hero__block-text {
  margin-bottom: 8px;
  color: #121221;
}
.section.section--hero .hero__block-title {
  display: inline-flex;
  font-weight: 700;
  font-size: 24px;
  color: #ba097f;
}
.section.section--hero .hero__title {
  position: relative;
}
.section.section--hero .hero__title h1 {
  margin-bottom: 4rem;
  color: #fff;
}
.section.section--hero .hero__title::after {
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE2NSIgdmlld0JveD0iMCAwIDE2NyAxNjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDE2NUgxNjdMMCAwVjE2NVoiIGZpbGw9IiNCQTA5N0YiLz4KPC9zdmc+Cg==");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 0;
}
.section.section--hero::after {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .section.section--hero {
    min-height: 942px;
  }
}
@media (min-width: 1024px) {
  .section.section--hero {
    margin-bottom: 96px;
  }
}
@media (min-width: 1280px) {
  .section.section--hero {
    margin-bottom: 160px;
  }
}

.section.section--newsletter:last-child {
  margin-bottom: 0;
}
.section.section--newsletter .newsletter__title {
  text-align: center;
}
.section.section--newsletter .newsletter__title h2 {
  overflow-wrap: break-word;
  background: #121221;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023.98px) {
  .section.section--newsletter .newsletter__title h2 {
    font-size: clamp(28px, 1.29vw + 23.15px, 48px);
  }
}
@media (min-width: 768px) {
  .section.section--newsletter .newsletter__title {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .section.section--newsletter .newsletter__inner {
    border-radius: 10px;
  }
}
.section.section--newsletter .newsletter__form {
  text-align: left;
}
.section.section--newsletter .newsletter__form .form-control {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .section.section--newsletter .newsletter__form .form-control {
    margin-bottom: 8px;
  }
}
@media (min-width: 1280px) {
  .section.section--newsletter p + .card.card--user {
    margin-top: 80px;
  }
}
.section.section--newsletter .newsletter__text {
  margin-top: 64px;
  color: #121221;
  text-align: center;
}
.section.section--newsletter .newsletter__text p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .section.section--newsletter .newsletter__text {
    margin-top: 0;
    text-align: left;
  }
}
.section.section--newsletter::before {
  width: 100%;
  height: calc(100% - 150px);
  background: #F5F3EE;
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: -1;
}
.section.section--newsletter.newsletter--dark {
  color: #121221;
}
.section.section--newsletter.newsletter--dark .newsletter__inner {
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EDE9E5;
  position: relative;
  z-index: 1;
}
.section.section--newsletter.newsletter--dark .newsletter__inner::after {
  opacity: 0.2;
  width: 656px;
  height: 80%;
  background-image: url("../images/watermark-dark.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -15%;
  right: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .section.section--newsletter.newsletter--dark .newsletter__inner::after {
    width: 1280px;
    height: 1052px;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
  }
}
@media (min-width: 1280px) {
  .section.section--newsletter.newsletter--dark .newsletter__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .section.section--newsletter {
    padding: 0 24px;
  }
}

.section.section--intro {
  z-index: 2;
}
.section.section--intro .intro__image {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .section.section--intro .intro__image {
    max-width: 361px;
  }
}
@media (min-width: 1280px) {
  .section.section--intro .intro__image {
    margin-bottom: 40px;
  }
}
.section.section--intro .intro__subtitle {
  margin-bottom: 16px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--intro .intro__text {
    font-size: var(--font-size-large);
  }
}
.section.section--intro .intro__image2 {
  margin-top: 80px;
  margin-bottom: -136px;
  position: relative;
}
.section.section--intro .intro__image2 video {
  width: 100%;
}
@media (min-width: 1024px) {
  .section.section--intro .intro__image2 {
    margin-top: 0;
    margin-bottom: -128px;
  }
}
@media (min-width: 1280px) {
  .section.section--intro .intro__image2 {
    margin-bottom: -184px;
  }
}
.section.section--intro + .section--services-list {
  padding-top: 120px;
}
@media (min-width: 1024px) {
  .section.section--intro + .section--services-list {
    padding-top: 160px;
  }
}
@media (min-width: 1280px) {
  .section.section--intro + .section--services-list {
    padding-top: 224px;
  }
}
.section--production + .section.section--intro, .section--image-text + .section.section--intro {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .section--production + .section.section--intro, .section--image-text + .section.section--intro {
    margin-top: 120px;
  }
}
main .section.section--intro:first-of-type {
  padding-top: 160px;
}
@media (min-width: 1024px) {
  main .section.section--intro:first-of-type {
    padding-top: 240px;
  }
}
@media (min-width: 1280px) {
  main .section.section--intro:first-of-type {
    padding-top: 340px;
  }
}

.section.section--usps .usps__subtitle {
  margin-bottom: 16px;
  color: rgba(18, 18, 33, 0.4);
}
.section.section--usps h5 {
  font-size: clamp(24px, 0.52vw + 22.06px, 32px);
}
.section.section--usps .usps__holder {
  margin-top: 48px;
}
.section.section--usps .container .row {
  justify-content: center;
}

.section.section--partners {
  position: relative;
}
.section.section--partners .partners__subtitle {
  margin-bottom: 20px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 768px) {
  .section.section--partners .partners__list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section.section--partners .partners__list {
  width: 100%;
  padding-bottom: 40px;
}
.section.section--partners .partners__list > .swiper-wrapper {
  padding-bottom: 1px;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .section.section--partners .partners__list {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--partners .partners__list {
    padding-top: 72px;
  }
}
@media (min-width: 1280px) {
  .section.section--partners .partners__list {
    padding: 72px 80px 0;
  }
}
.section.section--partners .partners__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 96px;
  margin: 0 -1px -1px 0;
  border: 1px solid #E0DFD9;
  padding: 16px;
}
.section.section--partners .partners__list-item img {
  max-height: 40px;
}
@media (min-width: 1024px) {
  .section.section--partners .partners__list-item img {
    max-height: 53px;
  }
}
@media (min-width: 1024px) {
  .section.section--partners .partners__list-item {
    width: 296px;
    height: 134px;
  }
}

.section.section--projects h4 {
  margin-bottom: 16px;
}
.section.section--projects .projects__slider {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .section.section--projects .projects__slider {
    margin-top: 28px;
  }
}
.section.section--projects .projects__slide {
  width: 280px;
  margin-right: 20px;
}
.section.section--projects .projects__slide .card.card--project .card-project__image {
  height: 264px;
}
@media (max-width: 1023.98px) {
  .section.section--projects .projects__slide .card.card--project .card-project__image {
    height: 320px;
  }
}
.section.section--projects .projects__slide.is-large {
  width: 289px;
}
.section.section--projects .projects__slide.is-large .card.card--project .card-project__image {
  height: 504px;
}
@media (max-width: 1023.98px) {
  .section.section--projects .projects__slide.is-large .card.card--project .card-project__image {
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .section.section--projects .projects__slide.is-large {
    width: 500px;
  }
}
@media (min-width: 1280px) {
  .section.section--projects .projects__slide.is-large {
    width: 616px;
  }
}
.section.section--projects .projects__slide.is-small {
  width: 288px;
}
.section.section--projects .projects__slide.is-small .card.card--project .card-project__image {
  height: 362px;
}
@media (max-width: 1023.98px) {
  .section.section--projects .projects__slide.is-small .card.card--project .card-project__image {
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .section.section--projects .projects__slide.is-small {
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .section.section--projects .projects__slide.is-small {
    width: 361px;
  }
}
@media (min-width: 1024px) {
  .section.section--projects .projects__slide {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  .section.section--projects .projects__slide {
    width: 488px;
  }
}

.section.section--action-large {
  padding: 0 20px;
  position: relative;
}
.section.section--action-large .action-large__image {
  overflow: hidden;
  width: 100%;
  height: 240px;
  position: relative;
}
.section.section--action-large .action-large__image picture,
.section.section--action-large .action-large__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section--action-large .action-large__image video {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 567.98px) {
  .section.section--action-large .action-large__image video {
    height: 240px;
    object-fit: cover;
  }
}
.section.section--action-large .action-large__image::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section.section--action-large .action-large__image:not(:has(picture)) {
  display: block;
  background: #E0DFD9;
}
@media (min-width: 568px) {
  .section.section--action-large .action-large__image {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .section.section--action-large .action-large__image {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .section.section--action-large .action-large__image {
    height: 720px;
  }
}
.section.section--action-large .action-large__content {
  padding: 8px 0;
}
@media (min-width: 1024px) {
  .section.section--action-large .action-large__content {
    width: 100%;
    padding: 30.4px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .section.section--action-large {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

.section.section--client-slider .client-slider__for {
  overflow: hidden;
}
@media (min-width: 1280px) {
  .section.section--client-slider .client-slider__for {
    width: calc(100% - 50px);
  }
}
.section.section--client-slider .client-slider__for-text {
  font-size: clamp(14px, 0.39vw + 12.54px, 20px);
  color: rgba(255, 255, 255, 0.8);
}
.section.section--client-slider .client-slider__for-text h6 {
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__for-text h6 {
    font-size: 20px;
  }
}
.section.section--client-slider .client-slider__for-slide picture,
.section.section--client-slider .client-slider__for-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .section.section--client-slider .client-slider__for-slide {
    margin-bottom: 24px;
  }
}
@media (max-width: 567.98px) {
  .section.section--client-slider .client-slider__for-slide {
    height: 240px;
  }
}
.section.section--client-slider .client-slider__nav {
  min-height: 100%;
  padding-top: 24px;
  position: relative;
}
.section.section--client-slider .client-slider__nav .swiper-wrapper {
  display: block;
  width: 100%;
  position: static !important;
  transform: none !important;
}
@media (min-width: 768px) {
  .section.section--client-slider .client-slider__nav {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav {
    padding-top: 24px;
  }
}
@media (min-width: 1280px) {
  .section.section--client-slider .client-slider__nav {
    padding-top: 56px;
  }
}
.section.section--client-slider .client-slider__nav-slide {
  width: 100% !important;
  margin: 0 0 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 12px;
  color: #fff;
  cursor: pointer;
  position: static !important;
  transform: none !important;
}
.section.section--client-slider .client-slider__nav-slide h4 {
  width: 100%;
  margin-bottom: 0;
  padding-right: 24px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-slide h4::before {
    opacity: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
  }
}
.section.section--client-slider .client-slider__nav-slide h4::after {
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-slide h4::after {
    width: 0;
    height: 2px;
    background: #ba097f;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
  }
}
@media (max-width: 1023.98px) {
  .section.section--client-slider .client-slider__nav-slide h4::after {
    content: "\E907";
    font-family: "certos-icons";
    font-size: 110%;
    color: #ba097f;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-slide h4 {
    display: inline-block;
    width: auto;
    padding-right: 0;
  }
}
.section.section--client-slider .client-slider__nav-slide.swiper-slide-active h4 {
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-slide.swiper-slide-active h4::before {
    opacity: 1;
  }
}
.section.section--client-slider .client-slider__nav-slide.swiper-slide-active h4::after {
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-slide.swiper-slide-active h4::after {
    width: 100%;
    transform: none;
    transition: all 3s;
  }
}
.section.section--client-slider .client-slider__nav-slide.swiper-slide-active .client-slider__nav-text {
  display: block;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-slide.swiper-slide-active .client-slider__nav-text {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  .section.section--client-slider .client-slider__nav-slide {
    margin: 0 0 28px !important;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.section.section--client-slider .client-slider__nav-text {
  display: none;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  transition: all 0.4s;
}
.section.section--client-slider .client-slider__nav-text h5 {
  margin-bottom: 16px;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-text h5 {
    font-size: 20px;
  }
}
.section.section--client-slider .client-slider__nav-text .button-group {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .section.section--client-slider .client-slider__nav-text {
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 0;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.section.section--heading {
  padding-top: 160px;
  z-index: 1;
}
.section.section--heading .heading__subtitle {
  margin-bottom: 16px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--heading .heading__subtitle {
    margin-bottom: 24px;
  }
}
.section.section--heading .heading__content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section.section--heading::after {
  opacity: 0.5;
  width: 100%;
  height: 988px;
  background-image: url("../images/watermark-heading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .section.section--heading::after {
    top: -20px;
    transform: none;
  }
}
@media (max-width: 1023.98px) {
  .section.section--heading:has(+ .section--action-large) {
    margin-bottom: 24px;
  }
}
.section.section--heading.section--heading-notfound .heading__subtitle {
  font-size: var(--font-size-base);
}
@media (min-width: 1024px) {
  .section.section--heading.section--heading-notfound .heading__subtitle {
    margin-bottom: 48px;
  }
}
.section.section--heading.section--heading-notfound h1 {
  font-size: clamp(28px, 0.78vw + 25.09px, 40px);
}
.section.section--heading.section--heading-notfound::after {
  background-size: 550px auto;
}
@media (min-width: 1024px) {
  .section.section--heading.section--heading-notfound {
    padding-top: 240px;
    font-size: var(--font-size-large);
  }
}
@media (min-width: 1280px) {
  .section.section--heading.section--heading-notfound {
    padding-top: 304px;
  }
}
.section.section--heading.section--heading-news h1 {
  font-size: clamp(28px, 1.29vw + 23.15px, 48px);
}
@media (min-width: 1024px) {
  .section.section--heading {
    padding-top: 240px;
  }
}
@media (min-width: 1280px) {
  .section.section--heading {
    padding-top: 340px;
  }
}

.section.section--filter {
  margin-bottom: 0;
  padding: 40px 24px;
  background: #fff;
}
@media (min-width: 1024px) {
  .section.section--filter h4 {
    font-size: 24px;
  }
}
.section.section--filter .filter__bottom {
  display: flex;
  flex: 1;
  width: 100%;
  border-top: 1px solid rgba(18, 18, 33, 0.1);
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(18, 18, 33, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
}
.section.section--filter .filter__bottom .btn {
  width: 55%;
}
.section.section--filter .filter__bottom .btn:last-child {
  width: calc(45% - 8px);
  margin-left: 8px;
}
.section.section--filter .gform_required_legend {
  display: none;
}
.section.section--filter .filter__title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.52vw + 14.06px, 24px);
  line-height: 120%;
  text-wrap: balance;
  margin-bottom: 16px;
  font-size: 16px;
}
.section.section--filter .count {
  font-weight: 600;
  color: #ba097f;
}
.section.section--filter .filter__list {
  width: 100%;
}
.section.section--filter .filter__list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.section.section--filter .filter__list li input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--filter .filter__list li label {
  display: inline-block;
  padding-left: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #121221;
  cursor: pointer;
  position: relative;
}
.section.section--filter .filter__list li label::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 2px;
  background: #fff;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.3s;
}
.section.section--filter .filter__list li input[type=radio] + label::after {
  border-radius: 50%;
}
.section.section--filter .filter__list li input[type=checkbox]:checked + label::after {
  border-color: #ba097f;
  background: #ba097f;
  content: "\E906";
  font-family: "certos-icons";
  color: #fff;
}
.section.section--filter .filter__list li input[type=radio]:checked + label::after {
  border: 5px solid #ba097f;
  background: #fff;
}
.section.section--filter .filter__list li.is-radio input[type=checkbox] + label::after {
  border-radius: 50%;
  content: "";
}
.section.section--filter .filter__list li.is-radio input[type=checkbox]:checked + label::after {
  border: 5px solid #ba097f;
  background: #fff;
  content: "";
}
@media (max-width: 1023.98px) {
  .section.section--filter .filter__list.is-top li {
    width: calc(50% - 2px);
    margin-bottom: 4px;
    border-radius: 2px;
    padding: 12px;
    background: #F5F3EE;
  }
}
@media (max-width: 1023.98px) {
  .section.section--filter .filter__list.is-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
  }
}
.section.section--filter .filter__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.section.section--filter .filter__holder {
  width: 100%;
}
@media (min-width: 1024px) {
  .section.section--filter .filter__holder {
    border-bottom: 1px solid rgba(18, 18, 33, 0.1);
  }
}
.section.section--filter .filter__item.is-active .filter__link::after {
  transform: scaleY(-1);
}
@media (min-width: 1024px) {
  .section.section--filter .filter__item {
    border-top: 1px solid rgba(18, 18, 33, 0.1);
  }
}
.section.section--filter .filter__link {
  display: flex;
  align-items: center;
  padding: 23px 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.section.section--filter .filter__link i {
  margin-right: 10px;
}
.section.section--filter .filter__link::after {
  content: "\E907";
  font-family: "certos-icons";
  font-size: 110%;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}
.section.section--filter .filter__link {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.52vw + 14.06px, 24px);
  line-height: 120%;
  text-wrap: balance;
}
.section.section--filter .filter__panel {
  display: none;
  padding-bottom: 24px;
}
.section.section--filter .filter__search {
  padding-bottom: 22.4px;
  position: relative;
}
.section.section--filter .filter__search input {
  width: 100%;
  height: 56px;
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 10px;
  padding-left: 40px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 500;
  font-size: 15px;
  color: rgba(18, 18, 33, 0.6);
}
.section.section--filter .filter__search input::placeholder {
  color: rgba(18, 18, 33, 0.6);
}
@media (max-width: 1023.98px) {
  .section.section--filter .filter__search input {
    height: 48px;
    border: 0;
    background: #F5F3EE;
  }
}
.section.section--filter .filter__search::after {
  display: flex;
  align-items: center;
  height: 56px;
  content: "\E91E";
  font-family: "certos-icons";
  font-size: 140%;
  color: #ba097f;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (max-width: 1023.98px) {
  .section.section--filter .filter__search::after {
    height: 48px;
    font-size: 160%;
    left: 10px;
  }
}
@media (max-width: 1023.98px) {
  .section.section--filter .filter__search {
    margin-top: 0 !important;
    padding-bottom: 8px;
  }
}
.is-open-filter .section.section--filter.filter-popup {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023.98px) {
  .section.section--filter.filter-popup {
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding-bottom: 96px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    transition: all 0.3s;
  }
}
.section.section--filter.filter-small {
  margin-top: 80px;
  margin-bottom: 32px;
  padding: 0;
}
.section.section--filter.filter-small h4 {
  margin-bottom: 16px;
}
.section.section--filter.filter-small .filter__title {
  font-family: "Lato", sans-serif;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .section.section--filter.filter-small {
    padding: 40px 24px;
  }
}
@media (min-width: 1024px) {
  .is-down .section.section--filter {
    top: 200px;
  }
}
@media (min-width: 1024px) {
  .section.section--filter {
    max-width: 350px;
    border-radius: 10px;
    padding: 40px 24px;
    background: #F5F3EE;
    position: sticky;
    top: 40px;
    transition: all 0.3s;
  }
}

.section.section--features .features__block {
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 40px 16px;
  background: rgba(18, 18, 33, 0.04);
  line-height: 1.4;
}
.section.section--features .features__block h6 {
  margin-bottom: 8px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section.section--features .features__block {
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--features .features__block {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  .section.section--features .features__block {
    padding: 44px 32px;
  }
}
.section.section--features .features__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  border-radius: 10px;
  background: linear-gradient(to right, #ba097f 0%, #c63796 100%);
  font-size: 140%;
  color: #fff;
}
@media (min-width: 1280px) {
  .section.section--features .features__icon {
    width: 64px;
    height: 64px;
  }
}

.section.section--banner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  min-height: 470px;
  padding-top: 160px;
  z-index: 2;
}
.section.section--banner .banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--banner .banner__image video,
.section.section--banner .banner__image picture,
.section.section--banner .banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.section--banner .banner__image::after {
  width: 100%;
  height: 100%;
  background-image: url("../images/logo-dark.svg"), linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-size: auto 100%, 100% 100%;
  background-position: left 0 center, center;
  background-repeat: no-repeat, no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section.section--banner .banner__image::after {
    background-position: left 0 center, center;
  }
}
@media (min-width: 1280px) {
  .section.section--banner .banner__image::after {
    background-position: left 0 center, center;
  }
}
.section.section--banner .banner__content {
  width: 100%;
  padding-bottom: 48px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section.section--banner .banner__content {
    padding-bottom: 80px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .section.section--banner .banner__content {
    padding-bottom: 120px;
  }
}
.section.section--banner .banner__subtitle {
  margin-bottom: 16px;
  font-size: var(--font-size-base);
}
@media (min-width: 1024px) {
  .section.section--banner .banner__subtitle {
    margin-bottom: 32px;
  }
}
.section.section--banner .landing-banner__info ul {
  margin-bottom: 24px;
}
.section.section--banner .landing-banner__info ul li {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.section.section--banner .landing-banner__info ul li address,
.section.section--banner .landing-banner__info ul li a {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
}
.section.section--banner .landing-banner__info ul li i {
  font-size: 130%;
  color: #ba097f;
  position: absolute;
  top: 2px;
  left: 0;
}
.section.section--banner .landing-banner__info ul.landing-banner__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 0;
}
.section.section--banner .landing-banner__info ul.landing-banner__socials li {
  width: auto;
  margin-bottom: 0;
  position: static;
}
.section.section--banner .landing-banner__info ul.landing-banner__socials li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  border-radius: 10px;
  padding: 0;
  line-height: 1;
}
.section.section--banner .landing-banner__info ul.landing-banner__socials li a::after {
  border-radius: 10px;
}
.section.section--banner .landing-banner__info ul.landing-banner__socials li i {
  font-size: 20px;
  color: currentcolor;
  position: static;
}
.section.section--banner .banner__title h1 {
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--banner .banner__title h1 {
    margin-bottom: 0;
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .section.section--banner .banner__title + .button-group {
    margin-top: 48px;
  }
}
.section.section--banner.section--banner--no-image .banner__content {
  color: rgba(0, 0, 0, 0.8);
}
.section.section--banner.section--banner--no-image .banner__title h1 {
  color: currentcolor;
}
@media (min-width: 1024px) {
  .section.section--banner {
    min-height: 720px;
  }
}
@media (min-width: 1280px) {
  .section.section--banner {
    margin-bottom: 160px;
  }
}

.section.section--production {
  margin-bottom: 0;
}
.section.section--production .production__number {
  margin-bottom: 16px;
  font-size: 80px;
  color: #fff;
}
.section.section--production .production__bottom {
  margin-top: 24px;
}
.section.section--production .production__bottom .swiper-pagination {
  width: calc(100% - 125px);
  height: 2px;
  background: #EDE9E5;
}
@media (min-width: 1024px) {
  .section.section--production .production__bottom .swiper-pagination {
    width: calc(100% - 245px);
  }
}
@media (min-width: 1024px) {
  .section.section--production .production__bottom {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .section.section--production .production__bottom {
    width: calc(100% - 75px);
    margin-top: 72px;
  }
}
.section.section--production .production__arrow {
  width: 48px !important;
  height: 48px !important;
  margin-left: 4px;
}
.section.section--production .production__arrow.swiper-button-disabled {
  background: #ECEBE4;
  color: #121221;
  cursor: default;
}
.section.section--production .production__arrow.swiper-button-disabled::after {
  display: none;
}
.section.section--production .production__content {
  width: 100%;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.section.section--production .production__content h2 {
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--production .production__content h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section.section--production .production__content {
    margin-bottom: 48px;
  }
}
.section.section--production.bg-dark {
  background: linear-gradient(135deg, rgb(17, 17, 18) 0%, rgb(18, 18, 33) 100%) !important;
}

.section.section--info {
  font-size: var(--font-size-large);
  z-index: 1;
}
.section.section--info .info__subtitle {
  margin-bottom: 16px;
  font-size: var(--font-size-base);
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--info .info__subtitle {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .section.section--info h3 {
    font-size: 32px;
  }
}
.section.section--info::after {
  opacity: 0.5;
  width: 550px;
  height: 734px;
  background-image: url("../images/watermark-heading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .section.section--info {
    text-align: center;
  }
}

.section.section--text-block h5 {
  font-size: clamp(24px, 0.52vw + 22.06px, 32px);
}
.section.section--text-block .text-block__subtitle {
  margin-bottom: 16px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--text-block .text-block__subtitle {
    margin-bottom: 24px;
  }
}
.section.section--text-block + .section--usps {
  margin-top: -30px;
}
@media (min-width: 1024px) {
  .section.section--text-block + .section--usps {
    margin-top: -20px;
  }
}

.section.section--landing-banner {
  padding-top: 160px;
  z-index: 0;
}
.section.section--landing-banner h1 {
  font-size: clamp(36px, 0.78vw + 33.09px, 48px);
}
@media (min-width: 1024px) {
  .section.section--landing-banner h1 {
    margin-bottom: 48px;
  }
}
.section.section--landing-banner .landing-banner__subtitle {
  margin-bottom: 16px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--landing-banner .landing-banner__subtitle {
    margin-bottom: 24px;
  }
}
.section.section--landing-banner .landing-banner__content {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section.section--landing-banner .landing-banner__content {
    font-size: var(--font-size-large);
  }
}
.section.section--landing-banner .landing-banner__info ul {
  margin-bottom: 24px;
}
.section.section--landing-banner .landing-banner__info ul li {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.section.section--landing-banner .landing-banner__info ul li address,
.section.section--landing-banner .landing-banner__info ul li a {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
}
.section.section--landing-banner .landing-banner__info ul li i {
  font-size: 130%;
  color: #ba097f;
  position: absolute;
  top: 2px;
  left: 0;
}
.section.section--landing-banner .landing-banner__image {
  width: calc(100% + 40px);
  height: 240px;
  margin: 48px -20px 0;
}
.section.section--landing-banner .landing-banner__image picture,
.section.section--landing-banner .landing-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 568px) {
  .section.section--landing-banner .landing-banner__image {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .section.section--landing-banner .landing-banner__image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--landing-banner .landing-banner__image {
    margin-top: 80px;
  }
}
@media (min-width: 1440px) {
  .section.section--landing-banner .landing-banner__image {
    width: calc(100% + 180px);
    margin: 112px -90px 0;
  }
}
.section.section--landing-banner::after {
  width: 100%;
  height: 988px;
  background-image: url("../images/watermark-heading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .section.section--landing-banner::after {
    top: -40px;
    left: 500px;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .section.section--landing-banner {
    padding-top: 240px;
  }
}
@media (min-width: 1280px) {
  .section.section--landing-banner {
    padding-top: 280px;
  }
}

.section.section--loading {
  width: 100vw;
  height: 100vh;
  background-color: #ba097f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 0.5s;
}
.section.section--loading .loading__number {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 1.81vw + 29.2px, 64px);
  line-height: 120%;
  text-wrap: balance;
  display: inline;
  font-size: 3rem;
  color: white;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 20;
}
@media (min-width: 1024px) {
  .section.section--loading .loading__number {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  .section.section--loading .loading__number {
    font-size: 8.25rem;
  }
}
.section.section--loading.is-done {
  opacity: 0;
  visibility: hidden;
}

.form-popup {
  width: 100%;
  padding: 104px 24px;
  background: #F5F3EE;
  color: #121221;
  position: relative;
  z-index: 1;
}
@media (max-width: 567.98px) {
  .form-popup {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90vh;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .form-popup {
    border-radius: 10px;
  }
}
.form-popup::after {
  opacity: 0.2;
  width: 656px;
  height: 520px;
  background-image: url("../images/watermark-dark.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .form-popup::after {
    width: 1336px;
    height: 1052px;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
  }
}
.form-popup .form-popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 1280px) {
  .form-popup .form-popup__close {
    width: 56px;
    height: 56px;
    font-size: 22px;
    top: 32px;
    right: 32px;
  }
}
.form-popup .gform_wrapper {
  display: block !important;
}
.form-popup .form-popup__title {
  text-align: center;
}
.form-popup .form-popup__title h3 {
  color: #121221;
}
@media (max-width: 1023.98px) {
  .form-popup .form-popup__title h3 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .form-popup .form-popup__title {
    text-align: left;
  }
}
.form-popup .form-popup__form .form-control {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .form-popup .form-popup__form .form-control {
    margin-bottom: 8px;
  }
}
.form-popup .form-popup__text {
  margin-top: 64px;
  text-align: center;
}
.form-popup .form-popup__text p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-popup .form-popup__text {
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .form-popup {
    padding: 120px 40px;
  }
}

.section.section--news-heading {
  margin-bottom: 48px;
  padding-top: 104px;
  z-index: 1;
}
.section.section--news-heading .news-heading__label {
  margin-bottom: 16px;
}
.section.section--news-heading .news-heading__label span {
  display: inline-flex;
  align-items: center;
  height: 33px;
  border-radius: 30px;
  padding: 0 12px;
  background: rgba(18, 18, 33, 0.04);
  font-size: 12px;
  color: rgba(18, 18, 33, 0.6);
}
@media (min-width: 1024px) {
  .section.section--news-heading .news-heading__label {
    margin-bottom: 32px;
  }
}
.section.section--news-heading .news-heading__content {
  width: 100%;
}
.section.section--news-heading .news-heading__content h2 {
  margin-bottom: 20px;
  font-size: clamp(28px, 0.26vw + 27.03px, 32px);
}
@media (min-width: 1024px) {
  .section.section--news-heading .news-heading__content {
    max-width: 80%;
  }
}
.section.section--news-heading .news-heading__inner {
  width: 100%;
  position: relative;
}
.section.section--news-heading .news-heading__back {
  display: flex;
  align-items: center;
  height: 32px;
  margin-bottom: 48px;
  padding-left: 44px;
  font-weight: 500;
  font-size: 14px;
  color: #121221;
  letter-spacing: -0.02em;
  position: relative;
}
.section.section--news-heading .news-heading__back i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 4px;
  font-size: 15px;
  color: #121221;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.section.section--news-heading .news-heading__back:hover i {
  border-color: #121221;
  background: #121221;
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--news-heading .news-heading__back {
    margin-bottom: 96px;
  }
}
.section.section--news-heading .news-heading__social,
.section.section--news-heading .news-heading__date {
  margin-top: 40px;
  font-size: 14px;
}
.section.section--news-heading .news-heading__social h6,
.section.section--news-heading .news-heading__date h6 {
  margin-bottom: 5px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .section.section--news-heading .news-heading__social,
  .section.section--news-heading .news-heading__date {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.section.section--news-heading .news-heading__social ul li {
  margin: 12px 8px 0 0;
}
.section.section--news-heading .news-heading__social ul li a {
  font-size: 20px;
}
@media (min-width: 768px) {
  .section.section--news-heading .news-heading__social ul li a {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    color: #121221;
  }
}
.section.section--news-heading::after {
  width: 100%;
  height: 988px;
  background-image: url("../images/heading-watermark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .section.section--news-heading::after {
    top: -20px;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .section.section--news-heading {
    padding-top: 216px;
  }
}
@media (min-width: 1280px) {
  .section.section--news-heading {
    margin-bottom: 72px;
  }
}

.section.section--news-banner {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 1024px) {
  .section.section--news-banner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.section.section--news-related h6 {
  margin-bottom: 40px;
  font-size: 14px;
}
.section.section--news-related .news-related__block {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(18, 18, 33, 0.1);
}
.section.section--news-related .news-related__block .card--news {
  margin-bottom: 0;
}
.section.section--news-related .news-related__block:last-child {
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .section.section--news-related .news-related__block {
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .is-down .section.section--news-related {
    top: 200px;
  }
}
@media (min-width: 1024px) {
  .section.section--news-related {
    position: sticky;
    top: 40px;
    transition: all 0.3s;
  }
}
@media (min-width: 1280px) {
  .section.section--news-related {
    padding-left: 32px;
  }
}
@media (min-width: 1440px) {
  .section.section--news-related {
    padding-left: 64px;
  }
}

.section.section--slider-block .slider-block__bottom {
  margin-top: 24px;
}
.section.section--slider-block .slider-block__bottom .swiper-pagination {
  width: calc(100% - 125px);
  height: 2px;
  background: #EDE9E5;
}
@media (min-width: 1024px) {
  .section.section--slider-block .slider-block__bottom .swiper-pagination {
    width: calc(100% - 190px);
  }
}
@media (min-width: 1024px) {
  .section.section--slider-block .slider-block__bottom {
    margin-top: 40px;
  }
}
.section.section--slider-block .slider-block__slide {
  height: auto;
}
.section.section--slider-block .slider-block__slide picture,
.section.section--slider-block .slider-block__slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.section.section--slider-block .slider-block__arrow {
  width: 48px !important;
  height: 48px !important;
  margin-left: 4px;
}
.section.section--slider-block .slider-block__arrow.swiper-button-disabled {
  background: #ECEBE4;
  color: #121221;
  cursor: default;
}
.section.section--slider-block .slider-block__arrow.swiper-button-disabled::after {
  display: none;
}

.section.section--testimonials .testimonials__subtitle {
  margin-bottom: 20px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--testimonials .testimonials__subtitle {
    margin-bottom: 40px;
  }
}
.section.section--testimonials .testimonials__slider {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .section.section--testimonials .testimonials__slide {
    padding: 0 24px;
  }
}
.section.section--testimonials .testimonials__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 48px;
  margin-left: 8px;
  background: rgba(18, 18, 33, 0.04);
  font-size: 20px;
  color: #121221;
  cursor: pointer;
  transition: all 0.4s;
}
.section.section--testimonials .testimonials__arrow:hover {
  background: #121221;
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--testimonials .testimonials__arrow {
    width: 48px;
  }
}
.section.section--testimonials .testimonials__bottom .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 0 16px;
  background: linear-gradient(to right, #ba097f 0%, #c63796 100%);
  position: static;
}
.section.section--testimonials .testimonials__bottom .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.section.section--testimonials .testimonials__bottom .swiper-pagination .swiper-pagination-bullet::after {
  opacity: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.section.section--testimonials .testimonials__bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
}
.section.section--testimonials .testimonials__bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.section.section--testimonials .testimonials__name {
  width: 100%;
  margin-bottom: 32px;
  line-height: 1.2;
}
.section.section--testimonials .testimonials__name span {
  display: block;
  color: rgba(18, 18, 33, 0.4);
}
.section.section--testimonials .testimonials__name strong {
  display: block;
  color: #121221;
}
@media (min-width: 1024px) {
  .section.section--testimonials .testimonials__name {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.section.section--vacancies {
  margin-top: 160px;
}
.section.section--vacancies::after {
  opacity: 0.5;
  width: 100%;
  height: 988px;
  background-image: url("../images/watermark-heading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -240px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .section.section--vacancies::after {
    top: -400px;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .section.section--vacancies {
    margin-top: 272px;
  }
}
@media (min-width: 1280px) {
  .section.section--vacancies {
    margin-top: 312px;
  }
}

.section.section--news-filtering {
  margin-top: -24px;
  margin-bottom: 48px;
  z-index: 1;
}
.section.section--news-filtering .news-filtering__select {
  display: block;
  width: 100%;
  height: var(--height-btn);
  border: 1px solid transparent;
  border-radius: 2px;
  background-image: url("../images/sort-icon.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-color: #F5F3EE;
  color: #121221;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: var(--speed-default);
  padding-right: 24px;
  padding-left: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 0.13vw + 13.51px, 16px);
}
@media (min-width: 1024px) {
  .section.section--news-filtering .news-filtering__select {
    width: auto;
    padding-right: 48px;
    background-size: 15px auto;
  }
}
.section.section--news-filtering .news-filtering__list {
  overflow: auto;
  margin-bottom: 40px;
  white-space: wrap;
}
.section.section--news-filtering .news-filtering__list ul li {
  margin: 0 4px;
}
.section.section--news-filtering .news-filtering__list ul li a.btn.btn--light {
  background: #F5F3EE;
  white-space: nowrap;
}
.section.section--news-filtering .news-filtering__list ul li a.btn.btn--light:hover {
  background: #ba097f;
}
@media (min-width: 1024px) {
  .section.section--news-filtering .news-filtering__list {
    overflow: visible;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section.section--news-filtering {
    margin-top: -40px;
    margin-bottom: 80px;
  }
}

.section.section--vacancy-form {
  margin-top: 48px;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 24px;
  background: #F5F3EE;
}
.section.section--vacancy-form .gform_required_legend {
  display: none;
}
.section.section--vacancy-form .ginput_container input[type=text],
.section.section--vacancy-form .ginput_container input[type=password],
.section.section--vacancy-form .ginput_container input[type=tel],
.section.section--vacancy-form .ginput_container input[type=phone],
.section.section--vacancy-form .ginput_container input[type=email],
.section.section--vacancy-form .ginput_container input[type=url],
.section.section--vacancy-form .ginput_container input[type=number],
.section.section--vacancy-form .ginput_container textarea {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .is-down .section.section--vacancy-form {
    top: 200px;
  }
}
@media (min-width: 768px) {
  .section.section--vacancy-form {
    margin-top: 0;
    position: sticky;
    top: 40px;
    transition: all 0.3s;
  }
}
@media (min-width: 1280px) {
  .section.section--vacancy-form {
    padding: 40px;
  }
}

.section.section--vacancy-content {
  margin-bottom: 0;
}
.section.section--vacancy-content h3 {
  font-size: 18px;
}
.section.section--vacancy-content h5 {
  margin-bottom: 16px;
  font-size: clamp(20px, 0.26vw + 19.03px, 24px);
}
@media (min-width: 1024px) {
  .section.section--vacancy-content h5 {
    margin-bottom: 24px;
  }
}
.section.section--vacancy-content h6 {
  margin-bottom: 16px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section.section--vacancy-content h6 {
    margin-bottom: 24px;
  }
}
.section.section--vacancy-content hr {
  margin-top: 48px !important;
  margin-bottom: 48px;
  border: 0;
  border-bottom: 1px solid rgba(18, 18, 33, 0.1);
}
@media (min-width: 1024px) {
  .section.section--vacancy-content hr {
    margin-top: 80px !important;
    margin-bottom: 80px;
  }
}
.section.section--vacancy-content p {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .section.section--vacancy-content p {
    margin-bottom: 80px;
  }
}
.section.section--vacancy-content .vacancy-content__image {
  width: calc(100% + 40px);
  margin: 0 -20px 48px;
}
.section.section--vacancy-content .vacancy-content__image picture,
.section.section--vacancy-content .vacancy-content__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .section.section--vacancy-content .vacancy-content__image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .section.section--vacancy-content .vacancy-content__image {
    margin-bottom: 80px;
  }
}
.section.section--vacancy-content ul {
  margin-bottom: 16px;
}
.section.section--vacancy-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.section.section--vacancy-section {
  margin-top: 160px;
  z-index: 1;
}
.section.section--vacancy-section::after {
  opacity: 0.5;
  width: 100%;
  height: 988px;
  background-image: url("../images/watermark-heading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  top: -240px;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .section.section--vacancy-section::after {
    top: -460px;
    left: 10%;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .section.section--vacancy-section {
    margin-top: 272px;
  }
}
@media (min-width: 1280px) {
  .section.section--vacancy-section {
    margin-top: 312px;
  }
}

.section.section--vacancy-related {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section.section--vacancy-related h2 {
    font-size: 40px;
  }
}
.section.section--vacancy-related .vacancy-related__slider {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .section.section--vacancy-related .vacancy-related__slider {
    margin-top: 28px;
  }
}
.section.section--vacancy-related .vacancy-related__bottom {
  margin-top: 24px;
  margin-bottom: 56px;
}
.section.section--vacancy-related .vacancy-related__bottom .swiper-pagination {
  height: 2px;
  background: #EDE9E5;
}
.section.section--vacancy-related .vacancy-related__slide {
  width: 320px;
  height: auto;
}

.section.section--vacancy-list {
  margin-bottom: 0;
}

.section.section--vacancy-filters .vacancy-filters__intro {
  max-width: 42rem;
}
@media (min-width: 1024px) {
  .section.section--vacancy-filters .vacancy-filters__intro {
    padding-block-end: 2rem;
  }
}
.section.section--vacancy-filters .vacancy-filters__selected-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.section.section--vacancy-filters .vacancy-filters__selected-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section.section--vacancy-filters .vacancy-filters__selected-remove {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(18, 18, 33, 0.25);
  border-radius: 50%;
  font-size: 12px;
  color: rgba(18, 18, 33, 0.55);
  text-decoration: none;
  transition: var(--speed-default);
}
.section.section--vacancy-filters .vacancy-filters__selected-remove:focus, .section.section--vacancy-filters .vacancy-filters__selected-remove:hover {
  border-color: #ba097f;
  color: #ba097f;
}
.section.section--vacancy-filters .vacancy-filters__selected-label {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #ba097f;
}

.section.section--heading-block {
  margin-bottom: 32px;
}
.section.section--heading-block .heading-block__back {
  margin-top: -48px;
  margin-bottom: 48px;
  position: relative;
}
.section.section--heading-block .heading-block__back a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-left: 44px;
  font-weight: 500;
  font-size: 14px;
  color: #121221;
  letter-spacing: -0.02em;
  position: relative;
}
.section.section--heading-block .heading-block__back a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 4px;
  font-size: 15px;
  color: #121221;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.section.section--heading-block .heading-block__back a:hover i {
  border-color: #121221;
  background: #121221;
  color: #fff;
}
@media (min-width: 1024px) {
  .section.section--heading-block .heading-block__back {
    margin-top: -96px;
    margin-bottom: 96px;
  }
}
.section.section--heading-block .heading-block__subtitle {
  margin-bottom: 32px;
  color: rgba(18, 18, 33, 0.6);
}
.section.section--heading-block .heading-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
}
.section.section--heading-block .heading-block__list li {
  display: inline-flex;
  align-items: center;
  margin-right: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  color: #121221;
}
.section.section--heading-block .heading-block__list li img {
  margin-right: 8px;
}
.section.section--heading-block .heading-block__label {
  width: 100%;
  margin-bottom: 24px;
}
.section.section--heading-block .heading-block__label span {
  display: inline-flex;
  align-items: center;
  height: 33px;
  margin-right: 4.8px;
  margin-bottom: 4.8px;
  border: 1px solid #E0DFD9;
  border-radius: 5px;
  padding: 0 16px;
  background: rgba(18, 18, 33, 0.04);
  font-size: 12px;
  color: #121221;
  text-transform: capitalize;
}
.section.section--heading-block .heading-block__label span.is--black {
  border-color: #121221 !important;
  background-color: #121221 !important;
  color: #fff !important;
}
.section.section--heading-block .heading-block__label span.is--red {
  border-color: #ba097f !important;
  background-color: #ba097f !important;
  color: #fff !important;
}
.section.section--heading-block .heading-block__label span.is--new {
  border-color: #ba097f !important;
  color: #ba097f !important;
}
.section--vacancy-section .section.section--heading-block h1 {
  font-size: clamp(28px, 0.26vw + 27.03px, 32px);
}
@media (min-width: 1024px) {
  .section.section--heading-block h1 {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  .section.section--heading-block {
    margin-bottom: 64px;
  }
}

.section.section--process-slider .container {
  position: relative;
}
.section.section--process-slider .process-text-slides-container,
.section.section--process-slider .process-image-slides-container {
  overflow: hidden;
}
.section.section--process-slider .image-slider-wrapper .image-slide {
  width: 100%;
  height: 100%;
}
.section.section--process-slider .image-slider-wrapper .image-slide picture,
.section.section--process-slider .image-slider-wrapper .image-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.section.section--process-slider .process-slider__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  flex-direction: column-reverse;
  gap: 24px;
}
.section.section--process-slider .process-slider__wrapper .swiper-wrapper {
  display: grid !important;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
}
.section.section--process-slider .process-slider__wrapper .image-slider-wrapper {
  order: 1;
}
.section.section--process-slider .process-slider__wrapper .process-content-content {
  order: 2;
}
.section.section--process-slider .process-slider__wrapper picture,
.section.section--process-slider .process-slider__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section.section--process-slider .process-slider__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: row;
  }
  .section.section--process-slider .process-slider__wrapper .image-slider-wrapper {
    order: 2;
  }
  .section.section--process-slider .process-slider__wrapper .process-content-content {
    order: 1;
  }
}
.section.section--process-slider .process-slider__subtitle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 1024px) {
  .section.section--process-slider .process-slider__subtitle {
    margin-bottom: 40px;
  }
}
.section.section--process-slider .process-slider__slider {
  position: relative;
}
@media (min-width: 1280px) {
  .section.section--process-slider .process-slider__slider {
    padding: 0 48px;
  }
}
.section.section--process-slider .process-slider__text {
  margin-top: 24px;
  font-size: 16px;
}
.section.section--process-slider .process-slider__text h6 {
  margin-bottom: 16px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .section.section--process-slider .process-slider__text {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--process-slider .process-slider__text {
    font-size: 20px;
  }
}
.section.section--process-slider .process-slider__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 2px);
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  z-index: 7;
}
@media (min-width: 768px) {
  .section.section--process-slider .process-slider__arrow {
    width: 60px;
    height: 60px;
    margin-top: -45px;
    background: #fff;
    font-size: 22px;
    color: #ba097f;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .section.section--process-slider .process-slider__arrow {
    width: 94px;
    height: 94px;
    font-size: 30px;
  }
}
.section.section--process-slider .process-slider__numbers {
  display: flex;
  padding: 16px 0 32px;
}
.section.section--process-slider .process-slider__numbers button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.section.section--process-slider .process-slider__numbers button:focus {
  outline: transparent;
}
.section.section--process-slider .process-slider__numbers button.is-active {
  background: linear-gradient(to right, #ba097f 0%, #c63796 100%);
  color: #fff;
}
.section.section--process-slider .process-slider__image {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
.section.section--process-slider .process-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}
@media (min-width: 768px) {
  .section.section--process-slider .process-slider__image {
    height: 100%;
    margin-bottom: 0;
  }
}
.section.section--process-slider .process-slider__image-number {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.52vw + 14.06px, 24px);
  line-height: 120%;
  text-wrap: balance;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(to right, #ba097f 0%, #c63796 100%);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section.section--process-slider .process-slider__inner {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
.section.section--process-slider .process-slider__inner h6,
.section.section--process-slider .process-slider__inner h3 {
  color: #fff;
}
.section.section--process-slider .process-slider__inner h3 {
  font-size: clamp(28px, 1.29vw + 23.15px, 48px);
}

.section.section--image-text {
  --image-text-check-color: #121221;
  --image-text-check-icon: url('../images/checkmark.svg');
  --image-text-check-size: 30px;
}
.section.section--image-text .image-text__subtitle {
  margin-bottom: 24px;
  color: rgba(18, 18, 33, 0.4);
}
@media (min-width: 1024px) {
  .section.section--image-text .image-text__text {
    font-size: var(--font-size-large);
  }
}
.section.section--image-text .image-text__text p:has(> img:first-child),
.section.section--image-text .image-text__text ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.section.section--image-text .image-text__text p:has(> img:first-child)::before,
.section.section--image-text .image-text__text ul li::before {
  flex-shrink: 0;
  width: var(--image-text-check-size);
  height: var(--image-text-check-size);
  margin-top: 0.1em;
  background-color: var(--image-text-check-color);
  content: "";
  -webkit-mask: var(--image-text-check-icon) center/contain no-repeat;
          mask: var(--image-text-check-icon) center/contain no-repeat;
}
.section.section--image-text .image-text__text p:has(> img:first-child) > img:first-child {
  display: none;
}
.section.section--image-text .image-text__text ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0;
  list-style: none;
}
.section.section--image-text .image-text__content {
  width: 100%;
}
.section.section--image-text .image-text__content h5 {
  margin-bottom: 16px;
}
@media (max-width: 1023.98px) {
  .section.section--image-text .image-text__content h5 {
    font-size: 24px;
  }
}
.section.section--image-text .image-text__image {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section.section--image-text .image-text__image {
    margin-bottom: 0;
  }
}
.section.section--image-text.bg-dark {
  --image-text-check-color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.section.section--image-text.bg-dark h5 {
  color: #fff;
}
.section.section--image-text.bg-dark .image-text__subtitle {
  color: rgba(255, 255, 255, 0.8);
}

body.privacyverklaring .section.section--image-text .image-text__text a {
  text-decoration: underline;
}
body.privacyverklaring .section.section--image-text .image-text__text ul {
  padding-left: 1.25em;
  list-style: disc;
}
body.privacyverklaring .section.section--image-text .image-text__text ul li {
  display: list-item;
}
body.privacyverklaring .section.section--image-text .image-text__text ul li::before {
  content: none;
}

.section.section--vacation-slider {
  margin-bottom: 0;
  position: relative;
}
.section.section--vacation-slider .vacation-slider__inner {
  width: 100%;
}
@media (min-width: 1024px) {
  .section.section--vacation-slider .vacation-slider__inner {
    max-width: 1680px;
    margin: 0 auto;
  }
}
.section.section--vacation-slider .vacation-slider__slider {
  overflow: hidden;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
}
.section.section--vacation-slider .vacation-slider__bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .section.section--vacation-slider .vacation-slider__bottom {
    top: auto;
    bottom: 0;
  }
}
.section.section--vacation-slider .vacation-slider__image {
  width: 100%;
  height: 720px;
  position: relative;
}
.section.section--vacation-slider .vacation-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.section--vacation-slider .vacation-slider__image::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--vacation-slider .vacation-slider__image::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .section.section--vacation-slider .vacation-slider__image::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
.section.section--vacation-slider .vacation-slider__slide {
  width: 100%;
  position: relative;
}
.section.section--vacation-slider .vacation-slider__subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.section.section--vacation-slider .vacation-slider__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 24px);
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 70px;
  z-index: 3;
  transition: var(--speed-default);
  backdrop-filter: blur(30px);
}
.section.section--vacation-slider .vacation-slider__arrow:hover {
  background: #fff;
  color: #C63796;
}
.section.section--vacation-slider .vacation-slider__arrow.swiper-vacation-prev {
  right: calc(50% + 4px);
}
@media (min-width: 768px) {
  .section.section--vacation-slider .vacation-slider__arrow.swiper-vacation-prev {
    right: 75px;
  }
}
@media (min-width: 1024px) {
  .section.section--vacation-slider .vacation-slider__arrow.swiper-vacation-prev {
    right: 130px;
  }
}
@media (min-width: 1280px) {
  .section.section--vacation-slider .vacation-slider__arrow.swiper-vacation-prev {
    right: 180px;
  }
}
@media (min-width: 768px) {
  .section.section--vacation-slider .vacation-slider__arrow {
    width: 48px;
    right: 20px;
    bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .section.section--vacation-slider .vacation-slider__arrow {
    width: 94px;
    height: 94px;
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .section.section--vacation-slider .vacation-slider__arrow {
    right: 80px;
    bottom: 90px;
  }
}
.section.section--vacation-slider .vacation-slider__content {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 127px;
  left: 0;
}
.section.section--vacation-slider .vacation-slider__content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-top: 8px;
}
.section.section--vacation-slider .vacation-slider__content ul li {
  display: inline-flex;
  align-items: center;
  width: 50%;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
}
.section.section--vacation-slider .vacation-slider__content ul li img {
  margin-right: 8px;
}
.section.section--vacation-slider .vacation-slider__content ul li i {
  color: #C63796;
}
.section.section--vacation-slider .vacation-slider__content ul li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .section.section--vacation-slider .vacation-slider__content ul li {
    width: auto;
    margin-right: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section.section--vacation-slider .vacation-slider__content ul li {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .section.section--vacation-slider .vacation-slider__content ul {
    margin-bottom: 48px;
    padding-top: 24px;
  }
}
.section.section--vacation-slider .vacation-slider__content h4 {
  font-size: clamp(28px, 0.78vw + 25.09px, 40px);
  color: #fff;
}
@media (min-width: 768px) {
  .section.section--vacation-slider .vacation-slider__content {
    bottom: 80px;
  }
}
.section.section--vacation-slider::after {
  width: 100%;
  height: 70%;
  background: #F5F3EE;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.section.section--services-list {
  padding-top: 80px;
  padding-bottom: 64px;
  background: linear-gradient(135deg, rgb(17, 17, 18) 0%, rgb(18, 18, 33) 100%);
}
.section.section--services-list .services-list__subtitle {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.4);
}
.section.section--services-list .services-list__list {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__item-image {
    opacity: 0;
    width: 220px;
    margin-top: -70px;
    border-bottom: 4px solid #ba097f;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: scale(0);
    z-index: 9998;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
@media (min-width: 1280px) {
  .section.section--services-list .services-list__item-image {
    width: 322px;
    margin-top: -103px;
    left: 70%;
  }
}
.section.section--services-list .services-list__item {
  width: calc(100% + 40px);
  margin: 0 -20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.section.section--services-list .services-list__item:hover .services-list__item-image {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__item:first-child {
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__item {
    width: 100%;
    margin: 0;
  }
}
.section.section--services-list .services-list__title h5 {
  margin-bottom: 48px;
  font-size: clamp(28px, 0.26vw + 27.03px, 32px);
  color: #fff;
}
@media (min-width: 1280px) {
  .section.section--services-list .services-list__title h5 {
    margin-bottom: 88px;
  }
}
.section.section--services-list .services-list__item-title {
  width: calc(100% - 52px);
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__item-title {
    width: calc(100% - 120px);
  }
}
@media (min-width: 1024px) {
  .section.section--services-list .services-list__item-title {
    width: calc(100% - 186px);
  }
}
@media (min-width: 1280px) {
  .section.section--services-list .services-list__item-title {
    width: calc(100% - 286px);
  }
}
.section.section--services-list .services-list__number {
  display: block;
  width: 52px;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 1.29vw + 15.15px, 40px);
  color: rgba(255, 255, 255, 0.4);
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__number {
    width: 120px;
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .section.section--services-list .services-list__number {
    width: 186px;
  }
}
@media (min-width: 1280px) {
  .section.section--services-list .services-list__number {
    width: 286px;
  }
}
.section.section--services-list .services-list__link {
  display: flex;
  align-items: center;
  padding: 20.8px 40px 20.8px 16px;
  color: #fff;
  position: relative;
  transition: var(--speed-default);
}
.section.section--services-list .services-list__link h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(20px, 1.29vw + 15.15px, 40px);
  color: inherit;
}
.section.section--services-list .services-list__link::after {
  opacity: 0.4;
  width: 24px;
  height: 24px;
  background-image: url("../images/long-arrow.svg");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-45%);
  transition: var(--speed-default);
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__link::after {
    opacity: 0;
    width: 48px;
    height: 34px;
    right: 10px;
  }
}
@media (min-width: 1024px) {
  .section.section--services-list .services-list__link::after {
    background-size: 34px auto;
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .section.section--services-list .services-list__link::after {
    background-size: 47px auto;
    right: 40px;
  }
}
.section.section--services-list .services-list__link:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.section.section--services-list .services-list__link:hover .services-list__number {
  color: #ba097f;
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__link:hover::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .section.section--services-list .services-list__link {
    padding: 32px 64px 32px 0;
    color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1024px) {
  .section.section--services-list .services-list__link {
    padding: 40px 96px 40px 0;
  }
}
@media (min-width: 1280px) {
  .section.section--services-list .services-list__link {
    padding-right: 112px;
  }
}
@media (min-width: 1280px) {
  .section.section--services-list {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.section.section--maps {
  margin-bottom: 0;
}
.section.section--maps .maps {
  height: 500px;
}
@media (min-width: 1024px) {
  .section.section--maps .maps .gmnoprint {
    bottom: 250px !important;
  }
}
@media (min-width: 1024px) {
  .section.section--maps .maps {
    height: 800px;
  }
}
@media (min-width: 1024px) {
  .section.section--maps {
    margin-bottom: -78px;
  }
}

.section.section--contact-overview {
  padding-top: 160px;
}
.section.section--contact-overview .contact-overview__column {
  display: flex;
  margin-bottom: 24px;
}
.section.section--contact-overview .section--banner,
.section.section--contact-overview .section--newsletter {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.section.section--contact-overview .section--banner .container,
.section.section--contact-overview .section--newsletter .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.section.section--contact-overview .section--banner .row,
.section.section--contact-overview .section--newsletter .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.section.section--contact-overview .section--banner [class*=col-],
.section.section--contact-overview .section--newsletter [class*=col-] {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.section.section--contact-overview .section--banner {
  overflow: hidden;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  border-radius: 10px;
  padding-top: 0;
}
.section.section--contact-overview .section--banner .banner__content {
  padding: 40px;
}
.section.section--contact-overview .section--newsletter {
  padding: 0;
}
.section.section--contact-overview .section--newsletter::before {
  display: none;
}
.section.section--contact-overview .section--newsletter.newsletter--dark .newsletter__inner {
  height: 100%;
  border-radius: 10px;
  padding: 40px;
}
.section.section--contact-overview .section--newsletter.newsletter--dark .newsletter__inner::after {
  width: 300px;
  height: 332px;
  top: 150px;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .section.section--contact-overview .section--newsletter.newsletter--dark .newsletter__inner::after {
    width: 590px;
    height: 682px;
    top: 30%;
  }
}
.section.section--contact-overview .section--newsletter .newsletter__text {
  margin-top: 32px;
  text-align: left;
}
@media (min-width: 1024px) {
  .section.section--contact-overview {
    padding-top: 240px;
  }
  .section.section--contact-overview .contact-overview__column {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .section.section--contact-overview {
    --section-spacer: -120px;
  }
}

.footer {
  width: 100%;
  background: #F5F3EE;
  color: #121221;
  position: relative;
  z-index: 1;
}
.footer .footer__top {
  width: 100%;
  padding: 40px 0 32px;
}
.footer .footer__top .row {
  justify-content: space-around;
  align-items: stretch;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.footer .footer__top .row > [class*=col-] {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
@media (min-width: 768px) {
  .footer .footer__top {
    padding: 80px 0 64px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__top {
    padding: 112px 0 80px;
  }
}
.footer .footer__mid {
  width: 100%;
  padding: 64px 0 24px;
}
@media (min-width: 768px) {
  .footer .footer__mid {
    border-top: 1px solid rgba(18, 18, 33, 0.1);
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .footer .footer__mid {
    padding: 80px 0 96px;
  }
}
.footer .footer__mid-link {
  width: 100%;
}
.footer .footer__mid-link a {
  display: inline-block;
  color: #121221;
}
.footer .footer__button {
  width: 100%;
  margin-top: -8px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .footer .footer__button {
    margin-top: 0;
    text-align: right;
  }
}
.footer .footer__block {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(18, 18, 33, 0.1);
  padding-bottom: 56px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer .footer__block {
    max-width: 430px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.footer .footer__mid-link,
.footer .footer__address {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.footer .footer__mid-link i,
.footer .footer__address i {
  font-size: 130%;
  line-height: 25px;
  color: #ba097f;
}
.footer .footer__title {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer .footer__title {
    margin-bottom: 16px;
  }
}
.footer .footer__title-small {
  font-size: 14px;
  color: #ba097f;
}
@media (min-width: 768px) {
  .footer .footer__title-small {
    margin-bottom: 16px;
  }
}
.footer .footer__title-small.no-margin {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .footer__menu {
    margin-bottom: 36px;
  }
}
.footer .footer__menu a {
  display: inline-block;
  font-size: 16px;
  color: #121221;
}
.footer .footer__menu a:hover {
  color: #ba097f;
}
.footer .footer__menu li {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer .footer__menu li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer .footer__menu {
    margin-bottom: 0;
  }
}
.footer .footer__menu-logos,
.footer .footer__content-social {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .footer .footer__menu-logos,
  .footer .footer__content-social {
    flex: initial;
    gap: 16px;
  }
}
.footer .footer__menu-logos {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .footer .footer__menu-logos {
    margin-top: 0;
  }
}
.footer .footer__content-social {
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .footer .footer__content-social {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.footer .footer__content {
  max-width: 480px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.footer .footer__socials-menu {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer .footer__socials-menu li a {
  color: rgba(18, 18, 33, 0.8);
}
.footer .footer__socials-menu li a i {
  font-size: 28px;
}
.footer .footer__bottom {
  width: 100%;
}
.footer .footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(18, 18, 33, 0.1);
  padding: 48px 0;
  color: #121221;
}
.footer .footer__bottom-inner p {
  margin-bottom: 16px;
  font-weight: 700;
  color: #121221;
}
@media (min-width: 768px) {
  .footer .footer__bottom-inner p {
    margin-bottom: 0;
    font-weight: 400;
    color: rgba(18, 18, 33, 0.4);
  }
}
.footer .footer__bottom-inner ul li {
  margin-bottom: 8px;
}
.footer .footer__bottom-inner ul li a {
  color: rgba(18, 18, 33, 0.8);
}
@media (min-width: 768px) {
  .footer .footer__bottom-inner ul li a {
    color: rgba(18, 18, 33, 0.4);
  }
}
.footer .footer__bottom-inner ul li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer .footer__bottom-inner ul li {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .footer .footer__bottom-inner ul li {
    margin-right: 32px;
  }
}
@media (min-width: 768px) {
  .footer .footer__bottom-inner ul {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .footer .footer__bottom-inner {
    padding: 24px 0 28px;
  }
}
.footer .footer__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
  margin-top: 8px;
}
.footer .footer__logo .logo-item {
  opacity: 0.75;
  max-width: 50px;
  filter: grayscale(100%);
}
.footer .footer__logo .logo-item img {
  display: block;
  width: auto;
}
.footer .footer__brand {
  display: block;
  width: 211px;
  margin-block-end: 8px;
}
.footer .footer__brand svg {
  display: block;
  width: 100%;
}

.navbar {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  transition: var(--speed-default);
}
.navbar .navbar__top {
  background: linear-gradient(to right, #ba097f 0%, #c63796 100%);
}
.navbar .navbar__top a {
  display: inline-flex;
  align-items: center;
  height: 40px;
  color: #fff;
}
.navbar .navbar__top-phone i {
  margin-right: 8px;
}
.navbar .navbar__top-link {
  margin-right: 40px;
  position: relative;
}
.navbar .navbar__top-link i {
  margin-left: 6.4px;
}
.navbar .navbar__top-link::after {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: var(--speed-default);
}
.navbar .navbar__top-link:hover::after {
  width: 100%;
}
.navbar .navbar__top-contact {
  margin-right: 32px;
  position: relative;
}
.navbar .navbar__top-contact::after {
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: var(--speed-default);
}
.navbar .navbar__top-contact:hover::after {
  width: 100%;
}
.navbar .navbar__language {
  padding-left: 24px;
  position: relative;
}
.navbar .navbar__language > div {
  width: auto;
  max-width: inherit;
}
.navbar .navbar__language > div > ul > li > a {
  border: 0;
  padding-right: 0;
  padding-left: 24px;
  background: transparent;
  color: #fff;
}
.navbar .navbar__language > div > ul > li > a:focus, .navbar .navbar__language > div > ul > li > a:hover {
  background: transparent;
  color: #fff;
}
.navbar .navbar__language > div > ul > li > a::before {
  content: "\E913";
  font-family: "certos-icons";
  font-size: 110%;
  position: absolute;
  left: 0;
}
.navbar .navbar__language > div > ul > li > a::after {
  display: none;
}
.navbar .navbar__language > div > ul > li > ul {
  border: 0;
  background-color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  right: 0;
  left: auto;
  transition: var(--speed-default);
}
.navbar .navbar__language > div > ul > li > ul > li > a {
  border: 0;
  padding: 16px 32px;
  color: #121221;
}
.navbar .navbar__language::after {
  width: 1px;
  height: 26px;
  background: #fff;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
}
.navbar .navbar__top-right {
  display: inline-flex;
  align-items: center;
}
.navbar .navbar__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar__holder {
  justify-content: space-between;
  width: 100%;
  height: 128px;
}
@media (max-width: 1023.98px) {
  .navbar .navbar__holder {
    height: 80px;
    position: relative;
    z-index: 10;
  }
}
.navbar .navbar__brand {
  display: block;
  width: 156px;
}
.navbar .navbar__brand svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .navbar .navbar__brand {
    width: 200px;
  }
}
@media (min-width: 1440px) {
  .navbar .navbar__brand {
    width: 230px;
  }
}
.navbar .navbar__toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  outline: none !important;
  background: #F5F3EE;
  position: relative;
}
.navbar .navbar__toggler span {
  width: 18px;
  height: 2px;
  background: #121221;
  position: relative;
  transition: var(--speed-default);
}
.navbar .navbar__toggler span::before, .navbar .navbar__toggler span::after {
  width: 100%;
  height: 2px;
  background: #121221;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  transition: var(--speed-default);
}
.navbar .navbar__toggler span::after {
  top: 5px;
}
.is-open-menu .navbar .navbar__toggler span {
  background: transparent !important;
}
.is-open-menu .navbar .navbar__toggler span::before {
  top: 0;
  transform: rotate(45deg);
}
.is-open-menu .navbar .navbar__toggler span::after {
  top: 0;
  transform: rotate(-45deg);
}
.navbar .navbar__right {
  display: inline-flex;
  align-items: center;
}
.navbar .navbar__right .button-wrapper {
  flex-direction: row-reverse;
}
.navbar.is-menu-open, .navbar.is-down {
  background-color: #fff;
}
@media (min-width: 1024px) {
  .navbar.is-light:not(.is-down .navbar, .is-open-menu .navbar) {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }
  .navbar.is-light:not(.is-down .navbar, .is-open-menu .navbar) .navbar__menu__nav > li > a {
    color: #fff;
  }
}
.is-up .navbar {
  transform: translateY(-100%);
}
.is-down .navbar {
  transform: translateY(0);
}

.navbar__menu__nav {
  display: flex;
  padding-right: 40px;
}
.navbar__menu__nav .navbar__sub {
  opacity: 0;
  visibility: hidden;
  min-width: 350px;
  background-color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  position: absolute;
  top: calc(100% - 5px);
  left: -42px;
  z-index: 99;
  transition: var(--speed-default);
}
.navbar__menu__nav .navbar__sub ul .nav-item {
  margin: 0;
}
.navbar__menu__nav .navbar__sub ul .nav-item .nav-link {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid transparent;
  padding: 22.4px 40px 17.6px;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  transition: var(--speed-default);
}
.navbar__menu__nav .navbar__sub ul .nav-item .nav-link strong {
  display: block;
  font-family: "Lato", sans-serif;
  color: #121221;
  transition: var(--speed-default);
}
.navbar__menu__nav .navbar__sub ul .nav-item .nav-link span {
  display: block;
  font-size: 14px;
  color: rgba(18, 18, 33, 0.6);
}
.navbar__menu__nav .navbar__sub ul .nav-item .nav-link:hover {
  border-color: #ba097f;
  background: rgba(18, 18, 33, 0.04);
}
.navbar__menu__nav .navbar__sub ul .nav-item .nav-link:hover strong {
  color: #ba097f;
}
.navbar__menu__nav .close-sub {
  display: none;
}
.navbar__menu__nav > li {
  position: relative;
}
.navbar__menu__nav > li > a {
  display: inline-flex;
  align-items: center;
  height: 128px;
  padding: 0 8px;
  color: #121221;
  position: relative;
  transition: var(--speed-default);
}
.navbar__menu__nav > li > a::before {
  width: 0;
  height: 4px;
  background: #ba097f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--speed-default);
}
.navbar__menu__nav > li > a:hover::before {
  width: 100%;
}
@media (min-width: 1440px) {
  .navbar__menu__nav > li > a {
    font-size: 16px;
    padding: 0 16px;
  }
}
.navbar__menu__nav > li > a {
  font-weight: 500;
  font-size: 15px;
}
.navbar__menu__nav > li:hover .navbar__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  top: 100%;
  z-index: 9;
}
.navbar__menu__nav > li:hover > a::before {
  width: 100%;
}
.navbar__menu__nav > li.has-childs > a {
  padding-right: 32px;
  position: relative;
}
.navbar__menu__nav > li.has-childs > a::after {
  content: "\E907";
  font-family: "certos-icons";
  font-size: 110%;
  position: absolute;
  right: 9.6px;
}
@media (min-width: 1440px) {
  .navbar__menu__nav > li.has-childs > a::after {
    right: 11.2px;
  }
}
@media (min-width: 1440px) {
  .navbar__menu__nav > li.has-childs > a {
    padding-right: 36px;
  }
}
@media (min-width: 1440px) {
  .navbar__menu__nav > li {
    margin-right: 8px;
  }
}
@media (min-width: 1440px) {
  .navbar__menu__nav {
    padding-right: 64px;
  }
}

.mobile-nav {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__inner {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
  padding: 36px 0 16px;
}
@media (min-width: 1024px) {
  .mobile-nav .mobile-nav__inner {
    height: calc(100vh - 169px);
    margin-top: 169px;
  }
}
.mobile-nav .mobile-nav__top {
  width: 100%;
}
.mobile-nav .navbar__sub {
  opacity: 0;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 97px);
  padding: 15px 0;
  background-color: #fff;
  position: absolute;
  top: 97px;
  left: 0;
  transform: translateX(100%);
  z-index: 99;
  transition: var(--speed-default);
}
.mobile-nav .navbar__sub .mobile-nav__nav {
  padding-bottom: 32px;
}
.mobile-nav .navbar__sub .mobile-nav__nav > li {
  margin-bottom: 12px;
}
.mobile-nav .navbar__sub .mobile-nav__nav > li > a {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.mobile-nav .navbar__sub .mobile-nav__nav > li.nav-title {
  margin-bottom: 19.2px;
}
.mobile-nav .navbar__sub .mobile-nav__nav > li.nav-title a {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 0.78vw + 17.09px, 32px);
  line-height: 140%;
  text-wrap: balance;
}
@media (min-width: 1024px) {
  .mobile-nav .navbar__sub {
    height: calc(100vh - 169px);
    padding-top: 40px;
    top: 169px;
  }
}
.mobile-nav .mobile-nav__back {
  width: 100%;
  margin-bottom: 20.8px;
}
.mobile-nav .mobile-nav__back button {
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 44px;
  font-weight: 500;
  font-size: 14px;
  color: #121221;
  letter-spacing: -0.02em;
  position: relative;
}
.mobile-nav .mobile-nav__back button i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(18, 18, 33, 0.1);
  border-radius: 4px;
  font-size: 15px;
  color: #121221;
  position: absolute;
  left: 0;
}
.mobile-nav .mobile-nav__nav {
  margin-bottom: 65px;
}
.mobile-nav .mobile-nav__nav > li {
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.mobile-nav .mobile-nav__nav > li > a {
  display: flex;
  align-items: center;
  padding-right: 24px;
  font-family: "Lato", sans-serif;
  color: #121221;
  letter-spacing: -0.03em;
  position: relative;
  font-weight: 700;
  font-size: 20px;
}
.mobile-nav .mobile-nav__nav > li > a i {
  font-size: 22px;
  color: #ba097f;
  position: absolute;
  right: 0;
}
.mobile-nav .mobile-nav__nav > li.sub-open .navbar__sub {
  opacity: 1;
  transform: translateX(0);
}
.mobile-nav .mobile-nav__button {
  padding-bottom: 40px;
}
.mobile-nav .mobile-nav__language {
  width: 100%;
  margin-top: 24px;
}
.mobile-nav .mobile-nav__language > div {
  width: auto;
  max-width: inherit;
}
.mobile-nav .mobile-nav__language > div > ul > li {
  padding: 10px 0;
}
.mobile-nav .mobile-nav__language > div > ul > li > a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  border: 0;
  padding-right: 32px;
  padding-left: 40px;
  background: transparent;
  color: #121221;
}
.mobile-nav .mobile-nav__language > div > ul > li > a:focus, .mobile-nav .mobile-nav__language > div > ul > li > a:hover {
  background: transparent;
  color: #121221;
}
.mobile-nav .mobile-nav__language > div > ul > li > a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(186, 9, 127, 0.2);
  content: "\E913";
  font-family: "certos-icons";
  font-size: 110%;
  color: #ba097f;
  position: absolute;
  left: 0;
}
.mobile-nav .mobile-nav__language > div > ul > li > a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  content: "\E907";
  font-family: "certos-icons";
  font-size: 140%;
  color: rgba(18, 18, 33, 0.4);
  position: absolute;
  top: 7px;
  right: 0;
}
.mobile-nav .mobile-nav__language > div > ul > li > ul {
  width: calc(100% - 4px);
  border: 0;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  top: auto;
  bottom: 100%;
  left: 2px;
  transition: var(--speed-default);
}
.mobile-nav .mobile-nav__language > div > ul > li > ul > li > a {
  border: 0;
  padding: 16px;
  color: #121221;
}
.is-open-menu .mobile-nav {
  opacity: 1;
  visibility: visible;
}

/* Card */
.card {
  position: relative;
}
.card__anchor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.card--news {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .card--news {
    margin-bottom: 64px;
  }
}
.card--news .card-news__image {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .card--news .card-news__image {
    margin-bottom: 24px;
  }
}
.card--news .card-news__image img {
  width: 100%;
  transition: all 0.6s;
}
.card--news .card-news__label {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .card--news .card-news__label {
    margin-bottom: 24px;
  }
}
.card--news .card-news__label span {
  display: inline-flex;
  align-items: center;
  height: 33px;
  border-radius: 30px;
  padding: 0 12px;
  background: rgba(18, 18, 33, 0.04);
  font-size: 12px;
  color: rgba(18, 18, 33, 0.6);
}
.card--news:hover .card-news__image img {
  transform: scale(1.1);
}
.card--news h5 {
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
  letter-spacing: -0.03em;
}

.card--user {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .card--user {
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.card--user .card-user__content {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .card--user .card-user__content {
    width: calc(100% - 96px);
  }
}
.card--user .card-user__content a {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
}
.card--user .card-user__content a i {
  margin-right: 8px;
  color: #ba097f;
}
.card--user .card-user__content h5 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
}
.card--user .card-user__image {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 4.8px;
  background: linear-gradient(45deg, rgba(186, 9, 127, 0) 0%, rgba(186, 9, 127, 0.4) 100%);
}
@media (min-width: 768px) {
  .card--user .card-user__image {
    width: 96px;
    height: 96px;
    margin: 0;
    padding: 8px;
  }
}
.card--user .card-user__image picture,
.card--user .card-user__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.card--production {
  width: 100%;
}
.card--production .card-production__content {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .card--production .card-production__content {
    color: rgba(255, 255, 255, 0.6);
  }
}
.card--production .card-production__title {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .card--production .card-production__title {
    margin-bottom: 28px;
  }
}
.card--production .card-production__title h6 {
  margin-bottom: 8px;
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
  color: #fff;
}
.card--production .card-production__title h6 span {
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .card--production .card-production__title h6 span {
    margin-right: 32px;
  }
}
.card--production .card-production__image {
  width: 100%;
  height: 220px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .card--production .card-production__image {
    height: auto;
    margin-bottom: 40px;
  }
}
.card--production .card-production__image picture,
.card--production .card-production__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 694/320;
}

.card--usp {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 48px 16px;
  background: rgba(18, 18, 33, 0.04);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1024px) {
  .card--usp {
    height: calc(100% - 16px);
    padding: 56px 40px;
  }
}
@media (min-width: 1280px) {
  .card--usp {
    padding: 64px 88px;
  }
}
.card--usp .card-usp__number {
  width: 100%;
  margin-bottom: 8px;
  background: linear-gradient(to right, #ba097f 0%, #C25B7D 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1280px) {
  .card--usp .card-usp__number {
    margin-bottom: 16px;
  }
}
.card--usp.is-blur {
  margin-bottom: 0;
  padding: 16px;
}
@media (min-width: 1024px) {
  .card--usp.is-blur {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(30px);
  }
}
@media (min-width: 1280px) {
  .card--usp.is-blur {
    padding: 40px 48px;
  }
}
.card--usp.is-blur .card-usp__number {
  font-size: 40px;
  color: #ba097f;
}
@media (min-width: 1024px) {
  .card--usp.is-blur .card-usp__number {
    background: unset;
    background-clip: unset;
    font-family: "Lato", sans-serif;
    color: #fff;
    -webkit-text-fill-color: unset;
  }
}
@media (min-width: 1280px) {
  .card--usp.is-blur .card-usp__number {
    margin-bottom: 16px;
  }
}

.card--project {
  width: 100%;
}
.card--project .card-project__image {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .card--project .card-project__image {
    margin-bottom: 24px;
  }
}
.card--project .card-project__image picture,
.card--project .card-project__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.card--project .card-project__label {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .card--project .card-project__label {
    margin-bottom: 24px;
  }
}
.card--project .card-project__label span {
  display: inline-flex;
  align-items: center;
  height: 33px;
  border-radius: 30px;
  padding: 0 12px;
  background: rgba(18, 18, 33, 0.04);
  font-size: 12px;
  color: rgba(18, 18, 33, 0.6);
}
.card--project:hover .card-project__image img {
  transform: scale(1.1);
}
.card--project h5 {
  font-size: clamp(18px, 0.13vw + 17.51px, 20px);
  letter-spacing: -0.03em;
}

.card--vacancy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  border-radius: 10px;
  background: #F6F6F6;
}
@media (min-width: 1024px) {
  .card--vacancy {
    flex-direction: row;
  }
}
.vacancy-related__slide .card--vacancy {
  overflow: hidden;
  flex-direction: column;
  border-radius: 10px;
}
.section--vacancy-related .card--vacancy {
  height: 100%;
  margin-bottom: 0;
  background: #fff;
}
.card--vacancy .card-vacancy__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 19.2px;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(18, 18, 33, 0.6);
}
@media (min-width: 1024px) {
  .card--vacancy .card-vacancy__content {
    padding: 32px;
  }
}
@media (min-width: 1280px) {
  .card--vacancy .card-vacancy__content {
    padding: 48px 40px;
  }
}
.card--vacancy .card-vacancy__content h5 {
  margin-bottom: 12px;
  font-size: clamp(20px, 0.26vw + 19.03px, 24px);
}
.card--vacancy .card-vacancy__content ul {
  display: flex;
  flex-flow: column wrap;
  gap: 8px;
  margin: 16px 0 16px !important;
}
@media (min-width: 1024px) {
  .card--vacancy .card-vacancy__content ul {
    flex-direction: row;
    gap: 16px;
  }
}
.card--vacancy .card-vacancy__content ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #121221;
}
@media (min-width: 1024px) {
  .card--vacancy .card-vacancy__content ul li {
    margin-bottom: 16px;
  }
}
.card--vacancy .card-vacancy__content ul li img {
  margin-right: 8px;
}
.card--vacancy .card-vacancy__label {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .card--vacancy .card-vacancy__label {
    padding: 24px;
  }
}
.card--vacancy .card-vacancy__label span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  margin-right: 4.8px;
  border: 1px solid #E0DFD9;
  border-radius: 5px;
  padding: 0 12px;
  background: #fff;
  font-size: 12px;
  color: #121221;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .card--vacancy .card-vacancy__label span {
    height: 37px;
    padding: 0 16px;
    font-size: 15px;
  }
}
.card--vacancy .card-vacancy__label--content {
  margin-bottom: 16px;
  padding: 0;
  position: static;
}
.card--vacancy .card-vacancy__image {
  width: 100%;
  max-width: 360px;
  height: 100%;
  position: relative;
}
.card--vacancy .card-vacancy__image picture,
.card--vacancy .card-vacancy__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}
.vacancy-related__slide .card--vacancy .card-vacancy__image {
  max-width: 100%;
  height: 264px;
}
.vacancy-related__slide .card--vacancy .card-vacancy__image picture,
.vacancy-related__slide .card--vacancy .card-vacancy__image img {
  border-radius: 0;
}
.card--vacancy .card-vacancy__type--black {
  border-color: #121221 !important;
  background-color: #121221 !important;
  color: #fff !important;
}
.card--vacancy .card-vacancy__type--red {
  border-color: #ba097f !important;
  background-color: #ba097f !important;
  color: #fff !important;
}
.card--vacancy .card-vacancy__type--new {
  border-color: #ba097f !important;
  color: #ba097f !important;
}
.card .button-wrapper {
  margin-top: auto;
  justify-self: flex-end;
}

/* stylelint-disable selector-id-pattern */
#CybotCookiebotDialog .CybotCookiebotDialogNavItems li a {
  color: #ba097f;
}
#CybotCookiebotDialog .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #ba097f !important;
  color: #ba097f !important;
}
#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #ba097f !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-color: #ba097f !important;
  background-color: #ba097f !important;
}

/* stylelint-enable selector-id-pattern */
/* Import specific style */
/*# sourceMappingURL=app.css.map*/