@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 1399px) {
  html {
    font-size: 15px; } }
@media (max-width: 1199px) {
  html {
    font-size: 14px; } }
@media (max-width: 767px) {
  html {
    font-size: 16px; } }
@media (max-width: 320px) {
  html {
    font-size: 15px; } }

p {
  line-height: 150%; }

a {
  color: #9B1FCC;
  transition: all 0.2s ease-in-out; }

@media (max-width: 991px) {
  .container {
    padding: 0 1.5rem;
    max-width: 100%; } }

.container-fluid {
  padding: 0 2rem; }
  @media (max-width: 991px) {
    .container-fluid {
      padding: 0 1.5rem; } }

.text-color--primary {
  color: #9B1FCC !important; }
.text-color--secondary {
  color: #000000 !important; }
.text-color--tertiary {
  color: #FFFFFF !important; }
.text-color--quaternary {
  color: #D8D8D8 !important; }
.text-color--quinary {
  color: #EEEEEE !important; }
.text-color--senary {
  color: #FF57E3 !important; }
.text-color--septenary {
  color: #39127C !important; }

.bg-color--primary {
  background-color: #9B1FCC !important; }
.bg-color--secondary {
  background-color: #000000 !important; }
.bg-color--tertiary {
  background-color: #FFFFFF !important; }
.bg-color--quaternary {
  background-color: #D8D8D8 !important; }

img {
  max-width: 100%; }

.section--small {
  padding: 5rem 0;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .section--small {
      padding: 5rem 0; } }
  @media (max-width: 575px) {
    .section--small {
      padding: 3rem 0; } }
.section--normal {
  padding: 8rem 0;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .section--normal {
      padding: 6rem 0; } }
  @media (max-width: 767px) {
    .section--normal {
      padding: 4rem 0; } }
.section--big {
  padding: 10rem 0;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    .section--big {
      padding: 4rem 0; } }
  @media (max-width: 575px) {
    .section--big {
      padding: 3rem 0; } }

.mb-20 {
  margin-bottom: 2rem !important; }
  @media (max-width: 991px) {
    .mb-20 {
      margin-bottom: 1.5rem !important; } }

.mb-40 {
  margin-bottom: 2.5rem !important; }
  @media (max-width: 991px) {
    .mb-40 {
      margin-bottom: 1.5rem !important; } }

.mb-50 {
  margin-bottom: 4rem !important; }
  @media (max-width: 991px) {
    .mb-50 {
      margin-bottom: 3rem !important; } }
  @media (max-width: 767px) {
    .mb-50 {
      margin-bottom: 3rem !important; } }

.mb-60 {
  margin-bottom: 6rem !important; }
  @media (max-width: 991px) {
    .mb-60 {
      margin-bottom: 3rem !important; } }
  @media (max-width: 767px) {
    .mb-60 {
      margin-bottom: 3rem !important; } }

.mb-80 {
  margin-bottom: 8rem !important; }
  @media (max-width: 767px) {
    .mb-80 {
      margin-bottom: 3rem !important; } }

.mb-100 {
  margin-bottom: 10rem !important; }
  @media (max-width: 991px) {
    .mb-100 {
      margin-bottom: 5rem !important; } }

.subpage-content {
  padding: 5rem 0; }
  @media (max-width: 991px) {
    .subpage-content {
      padding: 4rem 0 3rem; } }
  @media (max-width: 767px) {
    .subpage-content {
      padding: 2.5rem 0; } }

@media (max-width: 991px) {
  .page-wrap {
    overflow-x: hidden; } }

.icon-style {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.icon-search {
  background-image: url("../svg/icon_search.svg");
  width: 0.875rem;
  height: 0.875rem; }

.form-control {
  padding: 1rem 0.75rem;
  border-radius: 0.625rem;
  border: 2px solid #D8D8D8; }

.form-check-input {
  border-color: #D8D8D8;
  width: 1.25rem;
  height: 1.25rem;
  float: none;
  margin: 0 !important; }

.form-check {
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center; }

.img-landscape {
  aspect-ratio: 16/9;
  object-fit: cover; }

.img-radius {
  border-radius: 1.875rem; }
  @media (max-width: 991px) {
    .img-radius {
      border-radius: 1rem; } }

.badge {
  border-radius: 0.5rem;
  white-space: normal; }
  .badge--1 {
    background-color: #D6D3FB;
    color: #9B1FCC;
    font-weight: 700;
    padding: 0.5rem 1.75rem;
    font-size: 1.125rem; }
    @media (max-width: 767px) {
      .badge--1 {
        font-size: 1rem;
        padding: 0.5rem 1rem; } }
  .badge--2 {
    background-color: #EEEEEE;
    color: #000000;
    padding: 1rem 5rem;
    font-size: 1rem;
    font-weight: 400; }
    @media (max-width: 767px) {
      .badge--2 {
        padding: 1rem 1rem; } }

.bg-gradient-custom {
  background-image: url("../images/gradient_bg.png");
  background-size: cover;
  background-repeat: no-repeat; }

.bg-gradient-custom-1 {
  background-image: url("../images/gradient_bg.png");
  background-size: 100% 90%;
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .bg-gradient-custom-1 {
      background-size: 100% 100%; } }

section#content {
  padding: 100px 0; }
  section#content .container {
    max-width: 900px; }

.contact-url {
  text-decoration: none;
  color: #000000; }
  @media (min-width: 768px) {
    .contact-url:hover {
      color: #9B1FCC; } }

.heading {
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0; }
  .heading--1 {
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 130%; }
    @media (max-width: 767px) {
      .heading--1 {
        font-size: 2.5rem; } }
  .heading--2 {
    font-size: 2.25rem;
    line-height: 140%;
    font-weight: 700; }
    @media (max-width: 767px) {
      .heading--2 {
        font-size: 1.875rem; } }
    .heading--2 span {
      font-size: 2.625rem;
      font-weight: 900; }
      @media (max-width: 767px) {
        .heading--2 span {
          font-size: 2rem; } }
  .heading--35 {
    font-size: 1.625rem;
    line-height: 125%;
    font-weight: 700; }
    @media (max-width: 767px) {
      .heading--35 {
        font-size: 1.5rem; } }
  .heading--3 {
    font-size: 1.375rem;
    line-height: 140%;
    font-weight: 800; }
    @media (max-width: 767px) {
      .heading--3 {
        font-size: 1.25rem; } }
  .heading--4 {
    font-size: 1rem;
    font-weight: 700; }

.paragraph {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out; }
  .paragraph--huge {
    font-size: 1.875rem;
    line-height: 140%; }
    @media (max-width: 767px) {
      .paragraph--huge {
        font-size: 1.25rem; } }
  .paragraph--bigger {
    font-size: 1.375rem;
    line-height: 140%; }
    @media (max-width: 767px) {
      .paragraph--bigger {
        font-size: 1.25rem; } }
  .paragraph--big {
    font-size: 1.25rem;
    line-height: 140%; }
    @media (max-width: 767px) {
      .paragraph--big {
        font-size: 1.125rem; } }
  .paragraph--normal {
    font-size: 1.125rem;
    line-height: 165%; }
    @media (max-width: 767px) {
      .paragraph--normal {
        font-size: 1rem; } }
  .paragraph--base {
    font-size: 1rem;
    line-height: 140%; }
    .paragraph--base p {
      line-height: 140%; }
  .paragraph--small {
    font-size: 0.875rem;
    line-height: 140%; }
  .paragraph--smaller {
    font-size: 0.8125rem; }
  .paragraph--smallest {
    font-size: 0.75rem; }
  .paragraph strong {
    font-weight: 700; }

.font-custom {
  font-family: "Inter", sans-serif; }

header#header {
  position: fixed;
  width: 100vw;
  z-index: 11;
  top: 0;
  transition: all 0.2s ease-in-out;
  padding: 2rem 0; }
  @media (max-width: 767px) {
    header#header {
      position: absolute; } }
  header#header.scrolled {
    background-color: #39127C;
    z-index: 12; }
    header#header.scrolled .menu-wrap {
      border-bottom: 0; }
  header#header > .row {
    height: 100%; }
    header#header > .row > div {
      height: 100%; }
  header#header a {
    text-decoration: none; }
  @media (max-width: 991px) {
    header#header.scrolled .menu-wrap {
      height: 100vh;
      top: 0; } }
  @media (max-width: 991px) {
    header#header .container > .row {
      justify-content: space-between; } }
  header#header .header-logo {
    position: relative;
    z-index: 1; }
    header#header .header-logo img {
      width: 180px;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 575px) {
        header#header .header-logo img {
          width: 140px; } }
      @media (max-width: 320px) {
        header#header .header-logo img {
          width: 110px; } }

.menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991px) {
    .menu-wrap {
      background-color: #FFFFFF;
      padding: 0 1.25rem;
      width: 100vw;
      height: calc(100vh - 3.813rem);
      top: 3.813rem;
      position: fixed;
      transition: all 0.3s ease-in-out;
      left: -100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .menu-wrap.active {
        left: 0; } }

.navTrigger {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 18px; }
  .navTrigger i {
    background-color: #EEEEEE;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 2px; }
    @media (max-width: 991px) {
      .navTrigger i {
        overflow-x: hidden; } }
  .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(2) {
    margin: 4px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  .navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  .navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(6px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(6px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(6px) rotate(0deg); }
  100% {
    transform: translateY(6px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-6px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-6px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-6px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-6px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-6px) rotate(0deg); }
  100% {
    transform: translateY(-6px) rotate(135deg); } }
#cta-wrapper {
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  left: 0; }
  @media (min-width: 768px) {
    #cta-wrapper {
      bottom: auto;
      top: 0; } }
  #cta-wrapper .container {
    position: relative; }
  #cta-wrapper .btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: auto; }
    @media (min-width: 768px) {
      #cta-wrapper .btn {
        bottom: auto;
        top: 30px; } }
    @media (max-width: 767px) {
      #cta-wrapper .btn {
        right: auto;
        left: 50%;
        min-width: 260px;
        transform: translateX(-50%); } }

.discount-wrappper {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 767px) {
    .discount-wrappper {
      transform: scale(0.7); } }
  .discount-wrappper .container {
    position: relative; }
  .discount-wrappper .discount-circle {
    position: absolute;
    bottom: 40px;
    left: 40px; }
    @media (max-width: 767px) {
      .discount-wrappper .discount-circle {
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%); } }

footer#footer {
  border-top: 1px solid #D9D9D9;
  padding: 1.5rem 0; }
  @media (max-width: 991px) {
    footer#footer {
      text-align: center; } }
  footer#footer a {
    color: #000000; }
    footer#footer a:hover {
      text-decoration: none; }

/*** Admin bar ***/
footer#footer.admin {
  margin-bottom: 34px; }

.admin-bar {
  margin-bottom: 0;
  border-bottom: none;
  background: #000000;
  padding: 2px 0;
  z-index: 20000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .admin-bar a {
    border: none;
    text-decoration: none; }
  .admin-bar .collapse {
    display: block !important; }
  .admin-bar .menu {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
    .admin-bar .menu li {
      display: inline-block;
      margin: 0 10px;
      padding: 5px 0; }
      .admin-bar .menu li:before {
        display: none; }
      .admin-bar .menu li a {
        color: #FFFFFF;
        font-weight: 700; }

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 1399px) {
    .primary-menu {
      gap: 2.5rem; } }
  @media (max-width: 1199px) {
    .primary-menu {
      gap: 2rem; } }
  @media (max-width: 991px) {
    .primary-menu {
      justify-content: center;
      margin-bottom: 0;
      height: auto;
      flex-direction: column;
      gap: 3rem; }
      .primary-menu .header-logo {
        display: none; } }
  @media (max-width: 575px) {
    .primary-menu {
      gap: 2rem; } }
  @media (max-width: 991px) {
    .primary-menu li {
      flex: 0 0 auto; } }
  .primary-menu li a {
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 1rem;
    line-height: normal;
    display: block;
    color: #D8D8D8;
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .primary-menu li a {
        font-size: 1.25rem; } }
    .primary-menu li a:hover, .primary-menu li a.active {
      color: #9B1FCC; }

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      width: 100%;
      justify-content: center; } }
  .btn--big {
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: 0.5rem;
    padding: 0.5rem 2rem; }
    @media (max-width: 767px) {
      .btn--big {
        font-size: 0.875rem;
        padding: 0.75rem 0.75rem; } }
  .btn--normal {
    gap: 0.375rem;
    font-weight: 600;
    font-size: 1.125rem;
    border-radius: 0.625rem;
    padding: 0.75rem 2rem; }
    @media (max-width: 767px) {
      .btn--normal {
        font-size: 0.875rem;
        padding: 0.75rem 0.75rem; } }
  .btn--small {
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1.125rem; }
    @media (max-width: 767px) {
      .btn--small {
        font-size: 0.875rem;
        padding: 0.75rem 0.75rem; } }
  .btn--mini {
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0.375rem 1.5rem; }
    @media (max-width: 767px) {
      .btn--mini {
        font-size: 0.875rem;
        padding: 0.75rem 0.75rem; } }
  .btn--primary {
    background-color: #9B1FCC;
    color: #FFFFFF; }
    .btn--primary:hover {
      background-color: rgba(155, 31, 204, 0.8);
      color: #FFFFFF; }
  .btn--secondary {
    border: 2px solid #9B1FCC;
    background-color: transparent;
    color: #9B1FCC; }
    .btn--secondary:hover {
      text-decoration: none !important;
      border: 2px solid #9B1FCC;
      background-color: #9B1FCC;
      color: #FFFFFF; }
  .btn--quinary {
    padding: 0;
    background-color: transparent;
    color: #EEEEEE; }
    .btn--quinary:hover {
      background-color: transparent;
      color: #9B1FCC; }

#popup-wrapper {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none; }

#event-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 560px;
  width: 85%;
  z-index: 20000;
  background: #ffffff;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }

#event-popup p {
  padding: 0;
  margin: 0; }

#event-popup .event-content {
  padding: 15px; }

#event-popup .event-content .title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block; }

#event-popup a.btn {
  margin: 10px 0 0 0; }

#event-popup button {
  box-shadow: none;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
  line-height: 100%;
  white-space: normal;
  display: inline-block;
  font-weight: 300;
  border: 0;
  padding: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px; }

.section--hero {
  background-image: url("../images/hero_bg.png");
  background-size: 100% 85%;
  background-repeat: no-repeat;
  padding: 12rem 0 0; }
  .not-front .section--hero {
    padding: 12rem 0 7rem 0;
    background-size: cover; }
  @media (max-width: 767px) {
    .section--hero {
      padding: 8rem 0 4rem;
      background-size: 100% 100%; } }
  .section--hero .discount-circle {
    position: absolute;
    top: 9rem;
    left: -5.3125rem; }
    @media (max-width: 767px) {
      .section--hero .discount-circle {
        position: initial;
        margin: 2rem auto 0; } }
  .section--hero--img {
    position: relative;
    max-width: 80%;
    margin: 6rem auto 0; }
    @media (max-width: 767px) {
      .section--hero--img {
        margin: 2rem 0 0;
        max-width: 100%; } }
    .section--hero--img--text {
      border-radius: 1.25rem;
      background-color: #FFFFFF;
      padding: 1.25rem 2.5rem;
      position: absolute;
      top: -3rem;
      left: 40%;
      width: 55%; }
      .section--hero--img--text .paragraph {
        position: relative;
        z-index: 1; }
      @media (max-width: 767px) {
        .section--hero--img--text {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          padding: 1.25rem 1.125rem;
          margin-bottom: 2rem; } }
      .section--hero--img--text:after {
        content: '';
        position: absolute;
        bottom: -2.5rem;
        left: 2.5rem;
        width: 0;
        height: 0;
        border-top: 2.5rem solid transparent;
        border-bottom: 2.5rem solid transparent;
        border-left: 3.5rem solid #FFFFFF; }
        @media (max-width: 767px) {
          .section--hero--img--text:after {
            bottom: -1.5rem;
            left: 2.5rem;
            border-top: 1.5rem solid transparent;
            border-bottom: 1.5rem solid transparent;
            border-left: 2.5rem solid #FFFFFF; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.discount-circle {
  width: 10.625rem;
  height: 10.625rem;
  border-radius: 50%;
  background-image: url("../images/gradient_circle.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
  padding: 5px;
  animation: pulse 2s infinite; }
  .discount-circle span {
    color: #FFFFFF;
    transform: rotate(-15deg);
    display: block;
    font-size: 20px;
    line-height: 125%;
    font-weight: 600; }
    .discount-circle span strong {
      font-size: 31px;
      display: block;
      padding: 5px 0;
      font-weight: 800; }

.benefit-item {
  background-image: url("../images/benefit_bg.png");
  background-size: cover;
  border-radius: 0.625rem;
  height: 100%;
  padding: 2.5rem 1.5rem 1.5rem;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .benefit-item {
      padding: 3rem 2rem; } }
  @media (max-width: 767px) {
    .benefit-item {
      padding: 2rem 1rem; } }

.swiper-gallery {
  position: relative; }
  .swiper-gallery:before, .swiper-gallery:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    width: 13.5vw;
    height: 100%;
    z-index: 2; }
    @media (max-width: 575px) {
      .swiper-gallery:before, .swiper-gallery:after {
        width: 13.5vw; } }
  .swiper-gallery:before {
    left: 0; }
  .swiper-gallery:after {
    right: 0; }
  .swiper-gallery .swiper-button-prev:after,
  .swiper-gallery .swiper-button-next:after {
    font-weight: bold;
    color: #9B1FCC; }
  .swiper-gallery .swiper-button-prev {
    left: 4rem; }
    @media (max-width: 1199px) {
      .swiper-gallery .swiper-button-prev {
        left: 2rem; } }
    @media (max-width: 575px) {
      .swiper-gallery .swiper-button-prev {
        left: 1rem; } }
  .swiper-gallery .swiper-button-next {
    right: 4rem; }
    @media (max-width: 1199px) {
      .swiper-gallery .swiper-button-next {
        right: 2rem; } }
    @media (max-width: 575px) {
      .swiper-gallery .swiper-button-next {
        right: 1rem; } }
  .swiper-gallery .swiper-slide {
    width: 520px;
    height: 380px;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .swiper-gallery .swiper-slide {
        width: 280px;
        height: 200px; } }
    .swiper-gallery .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 1.25rem; }

.img-landscape {
  aspect-ratio: 613/460;
  object-fit: cover;
  border-radius: 1.25rem; }

.list-check {
  flex-direction: column;
  gap: 0.25rem;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-check li {
    font-size: 1.125rem;
    gap: 0.625rem;
    align-items: center;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .list-check li {
        font-size: 1rem; } }
    .list-check li:before {
      content: '';
      background-image: url("../svg/fi-br-checkbox.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 1.25rem;
      height: 1.25rem; }
    .list-check li:nth-of-type(1):before {
      background-image: url("../svg/04-controler.svg");
      width: 35px;
      height: 35px; }
    .list-check li:nth-of-type(2):before {
      background-image: url("../svg/03-controler.svg");
      width: 35px;
      height: 35px; }
    .list-check li:nth-of-type(3):before {
      background-image: url("../svg/02-controler.svg");
      width: 35px;
      height: 35px; }
    .list-check li:nth-of-type(4):before {
      background-image: url("../svg/01-controler.svg");
      width: 35px;
      height: 35px; }
    .list-check li strong {
      margin-left: auto; }

.section--prices {
  position: relative; }
  .section--prices .discount-circle {
    position: absolute;
    right: 11rem;
    top: 3rem; }
    @media (max-width: 991px) {
      .section--prices .discount-circle {
        position: initial;
        margin: 2rem auto 0; } }
  .section--prices .paragraph.paragraph--base {
    min-height: 45px; }

.img-custom-1 {
  position: absolute;
  bottom: 2.25rem;
  left: -15rem; }
  @media (max-width: 991px) {
    .img-custom-1 {
      /*left: auto;
      right: 0;*/
      position: initial; } }
  @media (max-width: 767px) {
    .img-custom-1 {
      position: initial; } }

.stars-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem; }

.icon-star {
  background-image: url("../svg/fi-sr-star.svg");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  opacity: 0.3; }
  .icon-star.active {
    opacity: 1; }

.testimonial-item {
  text-align: center;
  border-radius: 1.25rem;
  padding: 2.25rem 3rem 2rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  margin: 2rem; }
  @media (max-width: 767px) {
    .testimonial-item {
      margin: 1rem;
      padding: 1rem; }
      .testimonial-item .paragraph--normal {
        font-size: 14px;
        line-height: 140%; } }

.swiper-testimonials .swiper-slide {
  width: 85% !important;
  max-width: 720px; }
.swiper-testimonials .swiper-testimonials-pagination {
  text-align: center; }
  .swiper-testimonials .swiper-testimonials-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }
    .swiper-testimonials .swiper-testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #9B1FCC !important; }
.swiper-testimonials .swiper-button-prev,
.swiper-testimonials .swiper-button-next {
  display: none; }
  .swiper-testimonials .swiper-button-prev:after,
  .swiper-testimonials .swiper-button-next:after {
    font-weight: bold;
    color: #9B1FCC; }
.swiper-testimonials .swiper-button-prev {
  left: 4rem; }
  @media (max-width: 1199px) {
    .swiper-testimonials .swiper-button-prev {
      left: 2rem; } }
  @media (max-width: 575px) {
    .swiper-testimonials .swiper-button-prev {
      left: 1rem; } }
.swiper-testimonials .swiper-button-next {
  right: 4rem; }
  @media (max-width: 1199px) {
    .swiper-testimonials .swiper-button-next {
      right: 2rem; } }
  @media (max-width: 575px) {
    .swiper-testimonials .swiper-button-next {
      right: 1rem; } }

.about-company {
  background: #f4eeff;
  padding: 20px;
  border-radius: 10px; }
  .about-company div {
    padding-bottom: 3px; }
  .about-company strong {
    font-weight: 900; }

/*# sourceMappingURL=main.css.map */
