/*
Theme Name: Fundament
Theme URI: https://farstun.com
Description: Farstun WP basetheme
Version: 1.0
Author: Farstun
Author URI: https://farstun.com
*/
/*!
 * Bootstrap Grid v5.1.3 (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)
 */
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* line 7, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 22, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 27, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 32, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 37, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 42, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 46, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* line 55, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row > * {
  box-sizing: border-box;
  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);
}

/* line 65, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col {
  flex: 1 0 0%;
}

/* line 69, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 74, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 79, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 84, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 89, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 94, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 99, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 104, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 109, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 114, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 119, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 124, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 129, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 134, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 139, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 144, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 149, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 154, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 159, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 164, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 169, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 173, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 177, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 181, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 185, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 189, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 193, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 197, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 201, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 205, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 209, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 213, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 218, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 223, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 228, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 233, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 238, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 243, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 248, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 253, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 258, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 263, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 268, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 274, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 278, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 283, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 288, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 293, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 298, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 303, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 308, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 313, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 318, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 323, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 328, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 333, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 338, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 343, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 348, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 353, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 358, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 363, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 368, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 373, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 378, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 382, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 386, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 390, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 394, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 398, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 402, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 406, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 410, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 414, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 418, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 422, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 426, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 431, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 436, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 441, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 446, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 451, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 456, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 461, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 466, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 471, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 476, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 481, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 487, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 491, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 496, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 501, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 506, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 511, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 516, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 521, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 526, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 531, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 536, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 541, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 546, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 551, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 556, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 561, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 566, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 571, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 576, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 581, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 586, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 591, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 595, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 599, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 603, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 607, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 611, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 615, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 619, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 623, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 627, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 631, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 635, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 639, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 644, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 649, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 654, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 659, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 664, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 669, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 674, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 679, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 684, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 689, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 694, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 700, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 704, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 709, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 714, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 719, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 724, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 729, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 734, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 739, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 744, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 749, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 754, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 759, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 764, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 769, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 774, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 779, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 784, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 789, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 794, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 799, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 804, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 808, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 812, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 816, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 820, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 824, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 828, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 832, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 836, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 840, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 844, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 848, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 852, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 857, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 862, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 867, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 872, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 877, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 882, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 887, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 892, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 897, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 902, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 907, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 913, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 917, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 922, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 927, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 932, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 937, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 942, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 947, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 952, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 957, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 962, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 967, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 972, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 977, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 982, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 987, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 992, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 997, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1002, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1007, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1012, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1017, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1021, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1025, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1029, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1033, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1037, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1041, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1045, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1049, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1053, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1057, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1061, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1065, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1070, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1075, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1080, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1085, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1090, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1095, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1100, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1105, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1110, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1115, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1120, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 1126, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 1130, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1135, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1140, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1145, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 1150, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1155, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1160, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 1165, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1170, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1175, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1180, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1185, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1190, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1195, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1200, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1205, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1210, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1215, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1220, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1225, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1230, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1234, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1238, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1242, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1246, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1250, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1254, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1258, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1262, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1266, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1270, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1274, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1278, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1283, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1288, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1293, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1298, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1303, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1308, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1313, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1318, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1323, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1328, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1333, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 1338, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 1342, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 1346, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 1350, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-grid {
  display: grid !important;
}

/* line 1354, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 1358, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 1362, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 1366, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-flex {
  display: flex !important;
}

/* line 1370, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 1374, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 1378, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 1382, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 1386, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 1390, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 1394, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 1398, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 1402, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 1406, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 1410, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 1414, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 1418, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 1422, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 1426, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 1430, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 1434, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 1438, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 1442, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 1446, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 1450, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 1454, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 1458, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-items-center {
  align-items: center !important;
}

/* line 1462, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 1466, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 1470, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 1474, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 1478, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-content-center {
  align-content: center !important;
}

/* line 1482, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 1486, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 1490, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 1494, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 1498, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 1502, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 1506, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-self-center {
  align-self: center !important;
}

/* line 1510, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 1514, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 1518, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-first {
  order: -1 !important;
}

/* line 1522, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-0 {
  order: 0 !important;
}

/* line 1526, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-1 {
  order: 1 !important;
}

/* line 1530, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-2 {
  order: 2 !important;
}

/* line 1534, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-3 {
  order: 3 !important;
}

/* line 1538, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-4 {
  order: 4 !important;
}

/* line 1542, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-5 {
  order: 5 !important;
}

/* line 1546, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.order-last {
  order: 6 !important;
}

/* line 1550, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-0 {
  margin: 0 !important;
}

/* line 1554, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 1558, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 1562, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 1566, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 1570, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 1574, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.m-auto {
  margin: auto !important;
}

/* line 1578, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 1583, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 1588, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 1593, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 1598, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 1603, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 1608, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 1613, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1618, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 1623, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 1628, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 1633, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 1638, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 1643, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 1648, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 1652, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 1656, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 1660, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 1664, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 1668, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 1672, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 1676, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 1680, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 1684, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 1688, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 1692, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 1696, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 1700, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 1704, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1708, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 1712, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 1716, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 1720, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 1724, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 1728, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 1732, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 1736, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 1740, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 1744, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 1748, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 1752, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 1756, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 1760, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.p-0 {
  padding: 0 !important;
}

/* line 1764, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 1768, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 1772, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 1776, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 1780, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 1784, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 1789, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 1794, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 1799, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 1804, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 1809, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 1814, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1819, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 1824, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 1829, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 1834, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 1839, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 1844, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 1848, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 1852, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 1856, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 1860, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 1864, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 1868, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 1872, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 1876, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 1880, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 1884, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 1888, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 1892, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 1896, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 1900, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 1904, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 1908, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 1912, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 1916, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 1920, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 1924, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 1928, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 1932, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 1936, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  /* line 1941, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 1945, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 1949, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 1953, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 1957, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 1961, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 1965, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 1969, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 1973, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 1977, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 1981, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 1985, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 1989, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 1993, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 1997, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 2001, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 2005, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 2009, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 2013, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 2017, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 2021, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 2025, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 2029, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 2033, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 2037, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 2041, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 2045, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 2049, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 2053, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 2057, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 2061, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 2065, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 2069, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 2073, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 2077, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 2081, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 2085, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 2089, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 2093, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 2097, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 2101, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 2105, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 2109, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 2113, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 2117, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 2121, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 2125, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 2129, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 2133, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 2137, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 2141, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 2145, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 2149, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 2153, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 2157, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 2161, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 2165, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 2169, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 2173, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 2177, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 2181, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 2186, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 2191, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 2196, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 2201, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 2206, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 2211, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 2216, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 2221, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 2226, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 2231, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 2236, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 2241, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 2246, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 2251, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 2255, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 2259, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 2263, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 2267, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 2271, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 2275, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 2279, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 2283, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 2287, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 2291, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 2295, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 2299, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 2303, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 2307, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 2311, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 2315, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 2319, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 2323, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 2327, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 2331, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 2335, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 2339, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 2343, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 2347, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 2351, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 2355, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 2359, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 2363, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 2367, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 2371, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 2375, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 2379, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 2383, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 2387, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 2392, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 2397, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 2402, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 2407, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 2412, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 2417, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 2422, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 2427, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 2432, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 2437, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 2442, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 2447, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 2451, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 2455, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 2459, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 2463, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 2467, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 2471, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 2475, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 2479, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 2483, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 2487, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 2491, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 2495, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 2499, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 2503, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 2507, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 2511, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 2515, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 2519, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 2523, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 2527, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 2531, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 2535, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 2539, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 2544, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 2548, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 2552, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 2556, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 2560, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 2564, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 2568, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 2572, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 2576, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 2580, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 2584, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 2588, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 2592, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 2596, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 2600, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 2604, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 2608, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 2612, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 2616, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 2620, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 2624, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 2628, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 2632, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 2636, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 2640, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 2644, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 2648, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 2652, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 2656, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 2660, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 2664, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 2668, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 2672, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 2676, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 2680, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 2684, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 2688, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 2692, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 2696, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 2700, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 2704, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 2708, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 2712, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 2716, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 2720, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 2724, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 2728, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 2732, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 2736, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 2740, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 2744, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 2748, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 2752, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 2756, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 2760, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 2764, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 2768, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 2772, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 2776, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 2780, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 2784, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 2789, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 2794, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 2799, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 2804, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 2809, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 2814, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 2819, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 2824, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 2829, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 2834, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 2839, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 2844, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 2849, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 2854, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 2858, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 2862, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 2866, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 2870, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 2874, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 2878, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 2882, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 2886, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 2890, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 2894, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 2898, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 2902, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 2906, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 2910, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 2914, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 2918, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 2922, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 2926, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 2930, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 2934, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 2938, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 2942, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 2946, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 2950, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 2954, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 2958, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 2962, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 2966, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 2970, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 2974, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 2978, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 2982, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 2986, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 2990, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 2995, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 3000, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 3005, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 3010, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 3015, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 3020, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 3025, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 3030, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 3035, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 3040, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 3045, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 3050, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 3054, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 3058, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 3062, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 3066, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 3070, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 3074, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 3078, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 3082, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 3086, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 3090, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 3094, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 3098, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 3102, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 3106, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 3110, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 3114, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 3118, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 3122, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 3126, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 3130, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 3134, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 3138, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 3142, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 3147, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 3151, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 3155, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 3159, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 3163, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 3167, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 3171, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 3175, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 3179, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 3183, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 3187, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 3191, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 3195, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 3199, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 3203, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 3207, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 3211, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 3215, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 3219, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 3223, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 3227, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 3231, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 3235, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 3239, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 3243, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 3247, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 3251, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 3255, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 3259, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 3263, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 3267, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 3271, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 3275, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 3279, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 3283, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 3287, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 3291, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 3295, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 3299, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 3303, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 3307, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 3311, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 3315, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 3319, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 3323, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 3327, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 3331, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 3335, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 3339, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 3343, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 3347, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 3351, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 3355, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 3359, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 3363, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 3367, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 3371, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 3375, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 3379, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 3383, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 3387, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 3392, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 3397, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 3402, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 3407, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 3412, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 3417, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 3422, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 3427, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 3432, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 3437, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 3442, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 3447, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 3452, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 3457, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 3461, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 3465, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 3469, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 3473, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 3477, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 3481, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 3485, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 3489, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 3493, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 3497, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 3501, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 3505, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 3509, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 3513, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 3517, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 3521, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 3525, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 3529, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 3533, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 3537, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 3541, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 3545, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 3549, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 3553, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 3557, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 3561, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 3565, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 3569, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 3573, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 3577, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 3581, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 3585, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 3589, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 3593, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 3598, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 3603, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 3608, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 3613, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 3618, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 3623, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 3628, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 3633, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 3638, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 3643, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 3648, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 3653, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 3657, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 3661, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 3665, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 3669, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 3673, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 3677, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 3681, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 3685, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 3689, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 3693, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 3697, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 3701, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 3705, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 3709, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 3713, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 3717, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 3721, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 3725, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 3729, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 3733, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 3737, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 3741, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 3745, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 3750, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 3754, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 3758, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 3762, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 3766, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 3770, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 3774, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 3778, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 3782, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 3786, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 3790, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 3794, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 3798, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 3802, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 3806, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 3810, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 3814, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 3818, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 3822, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 3826, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 3830, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 3834, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 3838, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 3842, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 3846, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 3850, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 3854, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 3858, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 3862, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 3866, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 3870, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 3874, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 3878, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 3882, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 3886, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 3890, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 3894, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 3898, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 3902, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 3906, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 3910, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 3914, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 3918, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 3922, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 3926, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 3930, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 3934, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 3938, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 3942, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 3946, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 3950, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 3954, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 3958, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 3962, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 3966, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 3970, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 3974, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 3978, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 3982, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 3986, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 3990, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 3995, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 4000, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 4005, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 4010, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 4015, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 4020, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 4025, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 4030, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 4035, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 4040, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 4045, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 4050, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 4055, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 4060, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 4064, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 4068, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 4072, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 4076, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 4080, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 4084, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 4088, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 4092, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 4096, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 4100, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 4104, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 4108, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 4112, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 4116, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 4120, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 4124, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 4128, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 4132, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 4136, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 4140, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 4144, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 4148, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 4152, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 4156, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 4160, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 4164, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 4168, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 4172, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 4176, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 4180, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 4184, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 4188, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 4192, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 4196, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 4201, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 4206, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 4211, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 4216, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 4221, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 4226, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 4231, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 4236, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 4241, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 4246, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 4251, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 4256, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 4260, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 4264, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 4268, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 4272, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 4276, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 4280, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 4284, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 4288, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 4292, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 4296, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 4300, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 4304, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 4308, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 4312, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 4316, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 4320, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 4324, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 4328, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 4332, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 4336, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 4340, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 4344, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 4348, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 4353, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 4357, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 4361, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 4365, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 4369, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 4373, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 4377, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 4381, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 4385, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 4389, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 4393, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 4397, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 4401, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 4405, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 4409, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 4413, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 4417, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 4421, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 4425, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 4429, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 4433, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 4437, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 4441, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 4445, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 4449, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 4453, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 4457, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 4461, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 4465, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 4469, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 4473, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 4477, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 4481, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 4485, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 4489, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 4493, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 4497, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 4501, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 4505, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 4509, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 4513, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 4517, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 4521, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 4525, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 4529, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 4533, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 4537, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 4541, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 4545, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 4549, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 4553, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 4557, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 4561, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 4565, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 4569, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 4573, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 4577, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 4581, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 4585, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 4589, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 4593, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 4598, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 4603, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 4608, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 4613, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 4618, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 4623, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 4628, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 4633, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 4638, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 4643, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 4648, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 4653, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 4658, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 4663, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 4667, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 4671, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 4675, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 4679, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 4683, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 4687, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 4691, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 4695, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 4699, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 4703, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 4707, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 4711, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 4715, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 4719, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 4723, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 4727, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 4731, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 4735, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 4739, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 4743, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 4747, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 4751, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 4755, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 4759, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 4763, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 4767, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 4771, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 4775, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 4779, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 4783, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 4787, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 4791, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 4795, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 4799, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 4804, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 4809, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 4814, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 4819, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 4824, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 4829, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 4834, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 4839, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 4844, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 4849, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 4854, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 4859, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 4863, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 4867, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 4871, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 4875, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 4879, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 4883, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 4887, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 4891, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 4895, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 4899, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 4903, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 4907, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 4911, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 4915, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 4919, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 4923, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 4927, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 4931, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 4935, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 4939, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 4943, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 4947, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 4951, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  /* line 4956, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 4960, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 4964, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 4968, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 4972, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 4976, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 4980, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 4984, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 4988, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 4992, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_bootstrap.scss */
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/* COLORS VARIABLES */
/* TRANSITION VARIABLES */
/* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 7, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* line 25, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* line 32, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* line 38, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* line 42, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 48, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  /* line 56, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* line 64, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* line 73, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_custom-reset.scss */
b {
  font-weight: 600;
}

/* BREAKPOINTS */
/* GRID VARIABLES */
/* PX TO VW */
/* GENERAL STYLES */
/* line 60, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
.container {
  max-width: 1600px;
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 1599px) {
  /* line 60, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  /* line 60, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 76, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1599px) {
  /* line 76, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  /* line 76, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

/* line 92, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
[class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1599px) {
  /* line 92, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 92, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Other Grid settings */
/* line 110, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
main section {
  padding-top: 180px;
  padding-bottom: 180px;
}

/* line 114, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
main section:first-child {
  padding-top: 110px;
}

@media (max-width: 1599px) {
  /* line 110, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  main section {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  /* line 122, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  main section:first-child {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  /* line 110, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  main section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  /* line 131, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_grid.scss */
  main section:first-child {
    padding-top: 55px;
  }
}

/* line 46, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_typography.scss */
.typo-base,
h5,
h6 {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1599px) {
  /* line 46, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_typography.scss */
  .typo-base,
  h5,
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 52, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_typography.scss */
.typo-display,
h1 {
  font-weight: 400;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -0.06em;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  /* line 52, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_typography.scss */
  .typo-display,
  h1 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 0px;
  }
}

/* line 57, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_typography.scss */
.typo-heading,
h2,
h3,
h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}

@media (max-width: 1599px) {
  /* line 57, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_typography.scss */
  .typo-heading,
  h2,
  h3,
  h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

/* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header {
  height: 80px;
  position: fixed;
  right: 0;
  left: 0;
  display: flex;
  z-index: 2;
  transition: background-color .6s ease-in-out;
  color: inherit;
  color: #611FED;
  background-color: transparent;
  z-index: 1003;
}

@media (max-width: 1599px) {
  /* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header {
    height: 80px;
  }
}

@media (max-width: 767px) {
  /* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header {
    height: 40px;
  }
}

/* line 22, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header [class*='col-']:not(:last-child) {
  margin-bottom: 0 !important;
}

/* line 34, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header.scrolled {
  color: inherit;
}

/* line 39, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo {
  height: 1.625vw;
  display: inline-block;
}

@media (max-width: 1599px) {
  /* line 39, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .logo {
    height: 26px;
    display: inline-block;
  }
}

/* line 51, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo svg {
  overflow: visible;
  height: 100%;
  width: auto;
}

/* line 56, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo svg path {
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform-box: fill-box;
  transform-origin: center;
}

/* line 62, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo svg .logo-text,
header .logo svg .logo-mark {
  opacity: 0;
}

/* line 70, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo:hover svg .logo-text,
header .logo:hover svg .logo-mark {
  opacity: 1;
}

/* line 75, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo:hover svg .logo-shape-bottom {
  transform: translate(503px, 70px) rotate(425deg);
}

/* line 79, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .logo:hover svg .logo-shape-top {
  transform: translate(-281px, -20px) rotate(-385deg);
}

/* line 88, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container .row {
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
}

@media (max-width: 1599px) {
  /* line 88, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .container .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 88, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .container .row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 104, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.desktop-menu {
  opacity: 1;
  pointer-events: all;
}

/* line 108, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.desktop-menu .logo {
  font-weight: 600;
}

/* line 112, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.desktop-menu nav {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  /* line 116, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .container.desktop-menu nav br {
    display: none;
  }
}

/* line 122, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.desktop-menu nav a {
  position: relative;
  margin-right: 30px;
}

@media (max-width: 1599px) {
  /* line 122, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .container.desktop-menu nav a {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 122, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .container.desktop-menu nav a {
    margin-right: 15px;
  }
}

/* line 135, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.desktop-menu nav a span {
  display: block;
}

/* line 140, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.desktop-menu nav a:hover span {
  animation-name: button-hover;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

/* line 152, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu {
  display: none;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  transition: .3s ease-in-out;
  height: 100px;
  overflow: hidden;
  position: relative;
}

/* line 162, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu .col-12 {
  position: relative;
}

/* line 170, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu nav {
  position: absolute;
  top: 180px;
}

/* line 174, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu nav.menu {
  display: block;
}

/* line 177, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu nav.menu a {
  margin-left: 0;
  display: block;
  margin-bottom: 25px;
  text-transform: unset;
}

/* line 186, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu.open {
  height: 400px;
}

/* line 190, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu.open .hamburger::before {
  top: 4px;
}

/* line 194, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu.open .hamburger::after {
  bottom: 5px;
}

@media (max-width: 767px) {
  /* line 152, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
  header .container.mobile-menu {
    display: initial;
    opacity: 1;
    pointer-events: all;
  }
}

/* line 207, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu .hamburger {
  height: 10px;
  width: 32px;
  display: block;
  position: absolute;
  margin-top: 4px;
  right: 0;
  top: 0;
}

/* line 216, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu .hamburger::before {
  content: ' ';
  height: 1px;
  width: 32px;
  position: absolute;
  top: 0;
  transition: .1s ease-in-out;
  border-bottom: 1px solid;
}

/* line 226, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_header.scss */
header .container.mobile-menu .hamburger::after {
  content: ' ';
  height: 1px;
  width: 32px;
  position: absolute;
  bottom: 0;
  transition: .1s ease-in-out;
  border-bottom: 1px solid;
}

/* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_footer.scss */
footer {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  background-color: #611FED;
  color: #fff;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 300px;
}

@media (max-width: 1599px) {
  /* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_footer.scss */
  footer {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1599px) {
  /* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_footer.scss */
  footer {
    padding-top: 60px;
    padding-bottom: 300px;
  }
}

@media (max-width: 767px) {
  /* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_footer.scss */
  footer {
    padding-top: 30px;
    padding-bottom: 150px;
  }
}

/* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_hero.scss */
.hero {
  background-color: #F1F1F1;
  color: #611FED;
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

/* line 15, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_hero.scss */
.hero .canvas-container {
  width: 100%;
  max-width: 1900px;
  height: 100%;
  position: absolute;
  margin-left: auto;
  right: 0;
  left: 0;
  margin-right: auto;
  z-index: 1000;
  pointer-events: none;
}

/* line 28, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_hero.scss */
.hero .spline-viewer {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
}

/* line 37, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_hero.scss */
::slotted(#spline) {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  /* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
  .intro {
    padding-top: 0;
  }
}

/* line 7, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.intro .container {
  position: relative;
}

/* line 11, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.intro h2 {
  margin-bottom: 120px;
}

/* line 15, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.intro h3 {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  /* line 15, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
  .intro h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 21, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.intro .blocks-1 {
  position: absolute;
  width: 25%;
  left: 10%;
  object-fit: contain;
}

@media (max-width: 991px) {
  /* line 21, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
  .intro .blocks-1 {
    display: none;
  }
}

/* line 32, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.intro .feature-card {
  background-color: #611FED;
  color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 1599px) {
  /* line 32, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
  .intro .feature-card {
    padding: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 32, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
  .intro .feature-card {
    padding: 15px;
    margin-bottom: 10px;
  }
}

/* line 52, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.border-bottom {
  padding-top: 40px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1001;
}

/* line 58, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.border-bottom::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  opacity: .1;
}

/* line 68, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.border-bottom .container {
  padding-bottom: 0;
}

/* line 71, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_intro.scss */
.border-bottom .container h2 {
  margin-bottom: 50px;
}

/* line 1, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
.deals {
  background-color: #611FED;
  color: #fff;
}

/* line 5, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
.deals .deal-card {
  background-color: #fff;
  color: #611FED;
  padding: 30px;
  aspect-ratio: 1/1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 1599px) {
  /* line 5, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
  .deals .deal-card {
    padding: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 5, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
  .deals .deal-card {
    padding: 15px;
    margin-bottom: 10px;
  }
}

/* line 28, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
.deals .deal-card .price span {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  /* line 28, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
  .deals .deal-card .price span {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 28, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
  .deals .deal-card .price span {
    margin-bottom: 0;
  }
}

/* line 40, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/_deals.scss */
.deals .button {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #611FED;
}

/* line 23, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
html.no-scroll {
  overflow: hidden;
}

/* line 27, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
html {
  /* @media all and (max-width: $breakMobile) {
    max-width: 100vw;
    overflow-x: hidden;
  } */
  scroll-behavior: smooth;
}

/* line 35, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
body {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  color: #611FED;
  background-color: #F1F1F1;
  text-rendering: geometricPrecision;
}

@media (max-width: 1599px) {
  /* line 35, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
  body {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 43, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
main {
  position: relative;
  display: block;
  /* ie11 */
}

/* line 48, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
section {
  overflow-x: hidden;
  max-width: 100vw;
}

/* line 53, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
script {
  display: none !important;
}

/* line 57, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 63, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* themes */
/* line 70, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
.theme-light {
  color: #181818;
  background-color: #F1F1F1;
}

/* line 75, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
.theme-light .mobile-menu.open {
  color: #fff;
  background-color: #181818;
}

/* line 82, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
.theme-dark {
  color: #fff;
  background-color: #181818;
}

/* line 88, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
.theme-dark .mobile-menu.open {
  color: #181818;
  background-color: #F1F1F1;
}

/* line 96, ../../../../../../../../../../../../../Users/victorandreae/farstun/100tb/scss/style.scss */
.button {
  background-color: #611FED;
  color: #fff;
  padding: 15px 20px;
  border-radius: 100px;
  display: inline-block;
}

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