/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/thread-loader/dist/cjs.js!./assets/css/scss/vendors/bootstrap/bootstrap.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-pad,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 17px);
  padding-left: var(--bs-gutter-x, 17px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1023px) {
  .container-pad, .container-lg, .container-md, .container-sm, .container {
    max-width: 1023px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-pad, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-pad, .container-lg, .container-md, .container-sm, .container {
    max-width: 1199px;
  }
}
.row {
  --bs-gutter-x: 17px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1023px) {
  .col-pad {
    flex: 1 0 0%;
  }
  .row-cols-pad-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-pad-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-pad-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-pad-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-pad-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-pad-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-pad-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1023px) {
  .col-pad-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-pad-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-pad-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-pad-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-pad-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-pad-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-pad-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-pad-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-pad-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-pad-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-pad-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-pad-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-pad-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-pad-0 {
    margin-left: 0;
  }
  .offset-pad-1 {
    margin-left: 8.33333333%;
  }
  .offset-pad-2 {
    margin-left: 16.66666667%;
  }
  .offset-pad-3 {
    margin-left: 25%;
  }
  .offset-pad-4 {
    margin-left: 33.33333333%;
  }
  .offset-pad-5 {
    margin-left: 41.66666667%;
  }
  .offset-pad-6 {
    margin-left: 50%;
  }
  .offset-pad-7 {
    margin-left: 58.33333333%;
  }
  .offset-pad-8 {
    margin-left: 66.66666667%;
  }
  .offset-pad-9 {
    margin-left: 75%;
  }
  .offset-pad-10 {
    margin-left: 83.33333333%;
  }
  .offset-pad-11 {
    margin-left: 91.66666667%;
  }
  .g-pad-0,
  .gx-pad-0 {
    --bs-gutter-x: 0;
  }
  .g-pad-0,
  .gy-pad-0 {
    --bs-gutter-y: 0;
  }
  .g-pad-1,
  .gx-pad-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-pad-1,
  .gy-pad-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-pad-2,
  .gx-pad-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-pad-2,
  .gy-pad-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-pad-3,
  .gx-pad-3 {
    --bs-gutter-x: 1rem;
  }
  .g-pad-3,
  .gy-pad-3 {
    --bs-gutter-y: 1rem;
  }
  .g-pad-4,
  .gx-pad-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-pad-4,
  .gy-pad-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-pad-5,
  .gx-pad-5 {
    --bs-gutter-x: 3rem;
  }
  .g-pad-5,
  .gy-pad-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/thread-loader/dist/cjs.js!./assets/css/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Computes a top-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/**
 * Computes a bottom-shadow for a card effect.
 *
 * @param {Number} $depth - depth level
 *
 * @return {List}
 */
/* Letter spacing is simpler.. stolen from somewhere */
/**
 * Gives a card depth effect.
 *
 * @param {Number} $depth - depth level (between 1 and 5)
 *
 * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
 *
 * @requires {function} top-shadow
 * @requires {function} bottom-shadow
 */
/* Letter spacing is simpler.. stolen from somewhere */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Icomoon setup
 */
/* End Icomoon setup */
/**
 * Project fonts
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.eot);
  src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-family: "Roboto-Regular";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Bold.eot);
  src: url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-family: "Roboto-Bold";
  font-display: swap;
}
body {
  overflow: auto;
  background-color: #5135FA;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  -webkit-touch-callout: none; /* Safari */
  -webkit-user-select: none; /* Chrome */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}
@media (max-width: 509px) {
  body {
    background-color: #FFC0D1;
  }
}

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

.wrapper-logo {
  width: 35px;
  margin-right: 20px;
}

.dark-blue {
  color: #5135FA;
}

.dark-pink {
  color: #ED1E56;
}

.pink {
  color: #FFC0D1;
}

.yellow {
  color: #FFD600;
}

.red {
  color: #FA3535;
}

.green {
  color: #56D772;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.bg-dark-blue {
  background-color: #5135FA;
}

.bg-dark-pink {
  background-color: #ED1E56;
}

.bg-pink {
  background-color: #FFC0D1;
}

.bg-yellow {
  background-color: #FFD600;
}

.bg-red {
  background-color: #FA3535;
}

.bg-green {
  background-color: #56D772;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.upp {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.cta.box {
  position: absolute;
  left: 5%;
  width: 90%;
  z-index: 12;
  opacity: 0;
  bottom: -50px;
}
.cta.box.visible {
  bottom: 70px;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.swiper .swiper-wrapper .swiper-slide {
  height: auto;
  overflow: hidden;
  padding: 111px 15px 20px 15px;
}
@media (max-width: 375px) {
  .swiper .swiper-wrapper .swiper-slide {
    padding-top: 80px;
  }
}
.swiper .swiper-wrapper .swiper-slide .slide-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.swiper .swiper-wrapper .swiper-slide .slide-footer {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-wrapper .swiper-slide#slide-2 .wrapper-boxes {
  margin: auto;
  position: relative;
  top: -60px;
}
@media (min-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide#slide-2 .wrapper-boxes {
    width: 92%;
  }
}
.swiper .swiper-wrapper .swiper-slide#slide-2 .wrapper-boxes .box:first-of-type {
  top: 10px;
  transition: top 0.3s ease-out;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide#slide-2 .wrapper-boxes .box {
    text-align: center;
  }
}
.swiper .swiper-wrapper .swiper-slide#slide-2 .slide-body img {
  height: calc(45 * var(--vh, 1h));
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-wrapper .swiper-slide#slide-2.swiper-slide-active .wrapper-boxes .box:first-of-type {
  top: 0;
}
.swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body .box, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body .box {
  width: 75%;
}
@media (min-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body .box, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body .box {
    width: 60%;
  }
}
.swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body .box:last-of-type, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body .box:last-of-type {
  align-self: flex-end;
  margin-top: -4px;
  position: relative;
  left: -10px;
  transition: left 0.3s ease-out;
  transition-delay: 0.1s;
}
.swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body .box p, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body .box p {
  font-size: 1.1rem;
}
@media (min-width: 376px) {
  .swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body .box p, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body .box p {
    font-size: 1.25rem;
  }
}
.swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body .box a, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body .box a {
  text-decoration: none;
  color: #fff;
}
.swiper .swiper-wrapper .swiper-slide#slide-3 .slide-body a, .swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body a {
  text-decoration: none;
  color: #5135FA;
}
.swiper .swiper-wrapper .swiper-slide#slide-3.swiper-slide-active .slide-body .box:last-of-type, .swiper .swiper-wrapper .swiper-slide#slide-5.swiper-slide-active .slide-body .box:last-of-type {
  left: 0;
}
@media (min-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide#slide-4 .slide-body .img {
    width: 80%;
    margin: auto;
  }
}
.swiper .swiper-wrapper .swiper-slide#slide-4 .slide-body .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  position: relative;
  left: -10px;
  transition: left 0.3s ease-out;
  transition-delay: 0.2s;
}
.swiper .swiper-wrapper .swiper-slide#slide-4.swiper-slide-active .slide-body .list {
  left: 0;
}
.swiper .swiper-wrapper .swiper-slide#slide-5 .img {
  position: absolute;
  right: -30px;
  bottom: -5px;
  z-index: 2;
}
.swiper .swiper-wrapper .swiper-slide#slide-5 .img img {
  height: calc(60 * var(--vh, 1h));
  width: auto;
}
.swiper .swiper-wrapper .swiper-slide#slide-5.top-worker:after {
  content: "";
  display: block;
  background-image: url(../fonts/shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 328px;
  height: 328px;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 1;
}
.swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body p.body {
  position: relative;
  left: -70px;
  transition: left 0.3s ease-out;
  transition-delay: 0.2s;
}
.swiper .swiper-wrapper .swiper-slide#slide-5 .slide-body p.body:last-of-type {
  transition-delay: 0.3s;
}
.swiper .swiper-wrapper .swiper-slide#slide-5.swiper-slide-active p.body {
  left: 0;
}
.swiper .swiper-wrapper .swiper-slide#slide-6 .slide-body {
  justify-content: space-between;
  height: 93%;
}
.swiper .swiper-wrapper .swiper-slide#slide-6 .slide-body .img {
  align-self: center;
}
.swiper .swiper-wrapper .swiper-slide#slide-6 .slide-body .title-primary {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}
.swiper .swiper-wrapper .swiper-slide#slide-6 .slide-body .title-primary a {
  color: #5135FA;
  text-decoration: none;
  pointer-events: none;
}
.swiper .swiper-wrapper .swiper-slide#slide-6 .slide-body .wrapper-boxes {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide#slide-6 .slide-body .wrapper-boxes .box {
  font-size: 1.7rem;
  padding: 16px 6px;
  margin-bottom: 20px;
  width: 70%;
  text-align: center;
  margin-left: auto;
}
.swiper .swiper-wrapper .swiper-slide#slide-7 .slide-body {
  position: relative;
  height: 100%;
}
.swiper .swiper-wrapper .swiper-slide#slide-7 .slide-body img {
  height: calc(45 * var(--vh, 1h));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide#slide-7 .slide-body div:first-of-type {
    width: 90%;
    margin: 0 auto 0;
  }
}
.swiper .swiper-wrapper .swiper-slide#slide-7 .slide-body .box.rotate {
  position: relative;
  top: -40PX;
  transform: translateX(-50%) rotate(-9deg);
  left: 50%;
  margin: 0;
}

#landscape {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100%;
  background-color: #5135FA;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  pointer-events: none;
  display: none;
}
#landscape p {
  font-size: 16px;
  color: #FFF;
}
#landscape .icone {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
#landscape .icone img {
  max-width: 100%;
}

body.landscape #landscape {
  display: flex;
  pointer-events: auto;
}

.box {
  border-color: #fff;
  border-width: 4px;
  border-style: solid;
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 767px) {
  .box {
    font-size: 18px;
  }
}
.box.large {
  padding: 15px 26px 15px 15px;
}
.box.large a {
  text-decoration: none;
  pointer-events: none;
  cursor: auto;
}
@media (min-width: 376px) {
  .box.large {
    padding: 21px 46px 21px 26px;
  }
}
.box.middle {
  font-size: 30px;
  padding: 16px 12px;
}
@media (min-width: 376px) {
  .box.middle {
    font-size: 40px;
  }
}
.box.small {
  border-width: 3px;
  padding: 2px 27px;
  font-size: 2.15rem;
}
.box.quote {
  text-transform: uppercase;
}
.box.center {
  text-align: center;
}
.box.cta {
  border-width: 2px;
  font-size: 20px;
  text-align: center;
  align-self: normal;
  z-index: 20;
}
.box.cta a {
  color: inherit;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  z-index: 99;
}
.box.rotate {
  transform: rotate(-9deg);
  margin-left: 20px;
}
.box.with-corner {
  font-size: 25px;
  padding: 16px 6px;
  align-self: flex-end;
  margin-bottom: 20px;
}
.box.with-corner:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 20px solid transparent;
  right: 28px;
  bottom: -26px;
  z-index: -1;
}
.box.with-corner:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 25px solid #FA3535;
  border-right: 25px solid transparent;
  border-top: 20px solid #FA3535;
  border-bottom: 20px solid transparent;
  right: 24px;
  bottom: -18px;
  z-index: 0;
}
.box .key-value {
  display: block;
  font-size: 1.75rem;
}
@media (min-width: 376px) {
  .box .key-value {
    font-size: 2.15rem;
  }
}

.mySwiper {
  height: calc(100 * var(--vh, 1vh));
  background-color: #FFC0D1;
  max-width: 500px;
  min-height: 600px; /*TODO*/
  max-height: 1000px; /*TODO*/
}
@media (min-width: 767px) {
  .mySwiper {
    min-height: 700px; /*TODO*/
    border: 5px solid white;
    height: calc(90 * var(--vh, 1h));
    margin-top: calc(5 * var(--vh, 1h));
  }
}
.mySwiper .swiper-slide {
  overflow: hidden;
}
.mySwiper .swiper-slide .slide-footer {
  z-index: 11;
}
.mySwiper .touch-next {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 9;
}
.mySwiper .touch-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 9;
}
.mySwiper .header {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.mySwiper .header .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: auto;
  z-index: 10;
  position: relative;
}
.mySwiper .swiper-pagination {
  position: initial;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 375px) {
  .mySwiper .swiper-pagination {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 11%;
  height: 4px;
  background-color: white;
  opacity: 0.25;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.mySwiper .swiper-button-pause {
  position: relative;
  width: 25px;
  height: 25px;
}
.mySwiper .swiper-button-pause:after {
  content: "";
  padding: 22px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.title-primary {
  font-family: "Anton", sans-serif;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 376px) {
  .title-primary {
    font-size: 60px;
  }
}
@media (min-width: 767px) {
  .title-primary {
    font-size: 85px;
  }
}
.title-secondary {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 376px) {
  .title-secondary {
    margin-bottom: 30px;
  }
}
.title-tertiary {
  font-family: "Fjalla One", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 400;
}

.body {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 15px;
}
@media (min-width: 767px) {
  .body {
    font-size: 18px;
  }
}

.highlighted {
  font-size: 1.875rem;
}
@media (min-width: 767px) {
  .highlighted {
    font-size: 2.5rem;
  }
}

.baseline {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 2;
}
@media (min-width: 767px) {
  .baseline {
    font-size: 14px;
  }
}

#slide-1 {
  position: relative;
}
#slide-1 .slide-body {
  justify-content: flex-end;
  height: 100%;
}
#slide-1 .wrapper-img {
  width: 90%;
  margin: 80px auto;
  max-width: 300px;
}
@media (min-width: 767px) {
  #slide-1 .wrapper-img {
    max-width: 370px;
  }
}
#slide-1 .wrapper-img:after {
  content: "";
  background-color: #5135FA;
  border-radius: 50%;
  height: 475px;
  width: 475px;
  min-width: 120%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 767px) {
  #slide-1 .wrapper-img:after {
    height: 655px;
    width: 655px;
  }
}
#slide-1:before {
  content: "";
  width: 100%;
  height: calc(40 * var(--vh, 1vh));
  background-color: #5135FA;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

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