@charset "UTF-8";
/**
* @Version:    1.0 - 2017
* @author:     Thing Pink
* @email:      hello@thing-pink.pt
* @website:    http://www.thing-pink.pt
*/
/*
 *
 * Colors
 *
 */
/*
 *
 * Sizes
 *
 */
/*
 * Bootstrap Sizes
 */
/*
 * Fonts
 */
@font-face {
  font-family: Proxima;
  font-weight: 100;
  src: url("../../fonts/ProximaNovaLight.ttf");
}
@font-face {
  font-family: Proxima;
  src: url("../../fonts/ProximaNovaRegular.ttf");
}
@font-face {
  font-family: Proxima;
  font-weight: 600;
  src: url("../../fonts/ProximaNovaAltCondensedBold.ttf");
}
@font-face {
  font-family: Proxima;
  font-weight: 700;
  src: url("../../fonts/ProximaNovaExtrabold.ttf");
}
@font-face {
  font-family: Proxima;
  font-weight: 900;
  src: url("../../fonts/ProximaNovaAltCondensedExtrabold.ttf");
}
@font-face {
  font-family: Proxima;
  font-weight: 300;
  src: url("../../fonts/ProximaNovaBold.ttf");
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../../fonts/RobotoMonoLight.ttf");
}
/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-volume-slider {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-panel {
  display: none;
}

/*

-- Animations --

*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* slide in from the right */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
/* slide in from the bottom */
@keyframes slideOutLeft {
  to {
    transform: translateX(-100%);
  }
}
@-moz-keyframes slideOutLeft {
  to {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes play48 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -960px 0px;
  }
}
@keyframes play48back {
  0% {
    background-position: -960px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

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

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

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

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

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

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

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

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

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

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

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

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}
.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm, .form-control-static.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

*, *:link, *:visited, div:focus {
  box-shadow: none;
  outline: none;
}

*:focus {
  outline: none;
}

textarea:focus, input:focus, button:focus {
  outline: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body {
  background: #000000;
  overflow-x: hidden !important;
  font-family: 'Proxima', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  outline: none;
  cursor: pointer;
}

a, a:active, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

.page * {
  transition: transform 1s ease-out;
}

.background-menu {
  position: fixed;
  height: 120px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a2a2a+0,2a2a2a+100&1+79,0+100 */
  background: -moz-linear-gradient(top, #2a2a2a 10%, rgba(42, 42, 42, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a2a2a 10%, rgba(42, 42, 42, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a2a2a 10%, rgba(42, 42, 42, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#002a2a2a',GradientType=0 );
  /* IE6-9 */
  left: 0;
  right: 0;
  z-index: 5;
}
.background-menu.hide {
  display: none;
}

.menu_icon {
  animation-duration: 400ms;
  animation-timing-function: steps(48);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  animation-fill-mode: forwards;
  mix-blend-mode: difference;
}

.menu_icon.play {
  animation-name: play48;
}

.menu_icon.playback {
  animation-name: play48back;
}

.item-menu {
  opacity: 0;
  left: 260px;
}

.nav li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1em;
  opacity: 0.5;
}
.nav li a:focus, .nav li a:hover {
  background: transparent;
  opacity: 1;
}

.in {
  display: inherit;
}

.navbar-brand {
  width: 165px;
}

.logo-cr7 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background-image: url("../../images/logo_cristianoronaldo.svg");
  background-repeat: no-repeat;
  width: 161px;
  height: 30px;
  background-size: contain;
  mix-blend-mode: difference;
}

.navbar-right {
  margin-right: 15px;
}

.fixed-top {
  display: none;
  top: 25px;
  background: transparent;
  color: #ffffff;
  font-weight: 900;
  opacity: 0;
  transition: top 0.4s cubic-bezier(0.64, -0.01, 0.01, 1.01);
}
.fixed-top .nav-item {
  margin-right: 10px;
}
.fixed-top .nav-item:last-child {
  margin-right: 0;
}
.fixed-top .nav-item a {
  font-size: 0.9em;
  opacity: 0.5;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s;
}
.fixed-top .nav-item a:hover, .fixed-top .nav-item a:focus {
  opacity: 1;
  transition: all 0.3s;
}

.wrapper .overlay-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  opacity: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
}

.footer-language-select {
  cursor: pointer;
  display: inline-table;
  padding: 12px 6px 5px;
  text-transform: uppercase;
}
.footer-language-select .footer-selected-lang {
  display: inline-block;
  letter-spacing: 4px;
}
.footer-language-select .footer-selected-lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
.footer-language-select .footer-selected-lang ul li {
  color: #B2ACA4;
  padding-bottom: 15px;
}
.footer-language-select .footer-selected-lang ul li.lang-item {
  opacity: 0;
  margin-left: 120px;
}
.footer-language-select .footer-selected-lang ul li:first-child {
  padding-bottom: 5px;
}
.footer-language-select .footer-selected-lang ul li a {
  font-weight: 600;
  color: #B2ACA4;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-language-select .footer-selected-lang ul li a:hover {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.footer-language-select .footer-arrow {
  width: 12px;
  height: 7px;
  display: inline-block;
  margin-left: 5px;
  background-image: url("../../images/dropdown-inverted.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
  opacity: 0;
  z-index: 4;
}
.footer .col-xs-12 {
  display: flex;
}
.footer .language-select {
  display: inline-table;
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(33, 33, 33, 0.5);
  letter-spacing: 4px;
  font-size: 0.8em;
  margin-right: 10px;
  width: 65px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.footer .language-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .language-select ul li {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
.footer .language-select ul li:last-child {
  padding-bottom: 0;
}
.footer .language-select ul li a {
  width: 100%;
  text-transform: uppercase;
  opacity: 0.4;
  color: #ffffff;
  text-decoration: none;
}
.footer .language-select ul li a:hover {
  opacity: 1;
}
.footer .language-select .selected-lang {
  display: inline-block;
  opacity: 0.4;
}
.footer .language-select .arrow {
  opacity: 0.4;
  width: 12px;
  height: 7px;
  display: inline-block;
  background-image: url("../../images/dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .creator-button {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  color: #B2ACA4;
  background: rgba(33, 33, 33, 0.5);
  letter-spacing: 4px;
  font-size: 1em;
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 30px;
  height: 30px;
}
.footer .creator-button .creator-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.footer .creator-button .creator-logo .img-logo {
  width: 15px;
  height: 15px;
  background-image: url("../../images/7.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
}
.footer .social {
  text-align: right;
}
.footer .social ul {
  list-style: none;
  display: inline-flex;
}
.footer .social ul li a {
  padding: 15px;
  opacity: 0.5;
  transition: all 0.3s;
}
.footer .social ul li a:hover {
  opacity: 1;
  transition: all 0.3s;
}

#load-background {
  /*background: rgb(39,39,39);
  background: -moz-radial-gradient(center, ellipse cover, rgba(39,39,39,1) 0%, rgba(39,39,39,1) 5%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(39,39,39,1) 0%,rgba(39,39,39,1) 5%,rgba(0,0,0,1) 100%);
  background: radial-gradient(ellipse at center, rgba(39,39,39,1) 0%,rgba(39,39,39,1) 5%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#000000',GradientType=1 );*/
  background: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: -3;
}

#background {
  background: #131313;
  background: -moz-linear-gradient(194.98deg, #21262E 0%, #131313 100%);
  background: -webkit-linear-gradient(194.98deg, #21262E 0%, #131313 100%);
  background: linear-gradient(194.98deg, #21262E 0%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21262E', endColorstr='#131313',GradientType=1 );
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.full-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .full-video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .full-video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .full-video {
    height: 120%;
    width: auto;
  }
}
.img-to-load {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  overflow: hidden;
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(100px);
}
.img-to-load.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  overflow: hidden;
  transform: translateX(0px);
  opacity: 1;
}

.img-to-load-brands-left {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  overflow: hidden;
  opacity: 0;
  transition: all 500ms ease-in;
}
.img-to-load-brands-left.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  overflow: hidden;
  opacity: 1;
}

.img-to-load-brands-right {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  overflow: hidden;
  opacity: 0;
  transition: all 500ms ease-in;
}
.img-to-load-brands-right.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
  overflow: hidden;
  opacity: 1;
}

.shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transform: translateZ(20px);
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}

.brand-main {
  height: 100vh;
}

.content-layout {
  width: 100%;
  min-height: 100vh;
  background: #2A2A2A;
}
.content-layout .brand-header {
  width: 100%;
  background: #343434;
  color: #ffffff;
  max-height: 1000px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content-layout .brand-header h1 {
  margin: 0;
  padding: 0;
}
.content-layout .brand-header .title {
  font-size: 6em;
  text-shadow: 15px 10px 30px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 90px;
  font-weight: 900;
}
.content-layout .brand-header .brand-text {
  margin-top: 40px;
  line-height: 30px;
  text-shadow: 6px 2px 10px rgba(0, 0, 0, 0.5);
}
.content-layout .brand-header .brand-text .main-brand-description {
  left: 120px;
  opacity: 0;
  position: relative;
}
.content-layout .brand-header .container-fluid {
  position: relative;
}
.content-layout .brand-header .container-absolute {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.content-layout .brand-header .brand-logo-main {
  position: relative;
  width: 190px;
  opacity: 0;
  z-index: 3;
  transform: translateX(120px);
  margin-bottom: 20px;
  transition: transform 2s;
}
.content-layout .brand-header .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 20%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.content-layout .brand-header .img-responsive {
  width: 100%;
  position: relative;
}
.content-layout .brand-content {
  position: relative;
  width: 100%;
}
.content-layout .brand-content .brand-title {
  margin-bottom: 120px;
}
.content-layout .brand-content .partners-title {
  margin-bottom: 50px;
}
.content-layout .brand-content .container {
  position: relative;
}
.content-layout .brand-content .container-brand {
  display: block;
  margin-bottom: 120px;
}
.content-layout .brand-content h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  color: #ffffff;
  letter-spacing: 7px;
  font-weight: 900;
  margin: 100px 0 0;
}
.content-layout .brand-content .img-responsive {
  width: 100%;
  position: relative;
  margin: 0;
}
.content-layout .brand-content .img-responsive-2 {
  width: 100%;
  position: relative;
}
.content-layout .brand-content .row-on-top {
  position: absolute;
  width: 100%;
}
.content-layout .brand-content .col-absolute {
  position: absolute;
}
.content-layout .brand-content h3 {
  margin: 0;
  padding: 0;
}
.content-layout .brand-content .brand-box {
  background: #ffffff;
  padding: 50px 40px;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  border-radius: 2px;
}
.content-layout .brand-content .brand-box .title {
  font-weight: 100;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  line-height: 28px;
}
.content-layout .brand-content .brand-box .text {
  font-size: 1.2em;
  color: #2C272F;
}
.content-layout .brand-content .brand-box .cto-button {
  margin-top: 45px;
  font-size: 0.7em;
  color: #2C272F;
  letter-spacing: 1.5px;
  line-height: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.content-layout .brand-content .brand-box .cto-button .material-icons {
  font-size: 0.8em;
  color: #2C272F;
  transition: all 0.3s;
}
.content-layout .brand-content .brand-box .cto-button:hover .material-icons {
  margin-left: 5px;
  transition: all 0.3s;
}

.center-vertical {
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-vertical {
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 10vh;
}

.middle {
  text-align: center;
  text-transform: uppercase;
}
.middle #typed {
  padding: 0 0 0 20px;
}
.middle .typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.middle h1 {
  font-weight: 700;
  font-size: 4.5em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0;
}
.middle h3 {
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 4px;
  line-height: 24px;
  margin-top: 0;
}
.middle #typed, .middle .typed-cursor {
  font-weight: 900;
}

.home-footer {
  position: absolute;
}

.poweredby {
  position: absolute;
  width: 120px;
  right: -20px;
  top: 50%;
  transform: rotate(90deg);
  height: 20px;
  z-index: -2;
}

.navbar-toggler {
  top: 8px;
}

#navbar {
  background: #ffffff;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100% !important;
  color: #000;
  top: 0;
  left: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: -1;
  overflow: hidden;
}
#navbar .nav-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: content-box;
  width: calc(100% - 40px);
}
#navbar .cr-menu {
  width: 100%;
  text-align: left;
  padding: 0;
  list-style: none;
}
#navbar .cr-menu li {
  position: relative;
  display: block;
  padding: 15px 0;
}
#navbar .cr-menu li a {
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #2A2A2A;
  width: auto;
}
#navbar .cr-menu li a:hover, #navbar .cr-menu li a:focus, #navbar .cr-menu li a:active {
  text-decoration: none;
}
#navbar .cr-menu .cr-languages .dropdown {
  width: 100%;
  text-align: center;
}
#navbar .cr-menu .cr-languages .dropdown #dropdownMenuButton {
  opacity: 0;
}
#navbar .cr-menu .cr-languages .dropdown button {
  background: transparent;
  border: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #2A2A2A;
  display: block;
  font-weight: bolder;
  font-family: Proxima;
}
#navbar .cr-menu .cr-languages .dropdown button:hover, #navbar .cr-menu .cr-languages .dropdown button:focus, #navbar .cr-menu .cr-languages .dropdown button:active {
  background: transparent;
  border: 0;
  box-shadow: none;
}
#navbar .cr-menu .cr-languages .dropdown .dropdown-toggle-open::after {
  transition: all 0.2s;
  transform: rotate(180deg);
}
#navbar .cr-menu .cr-languages .dropdown .dropdown-item:hover {
  background: transparent;
}
#navbar .cr-menu .cr-languages .dropdown .dropdown-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  color: #2A2A2A;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  text-align: center;
}
#navbar .nav-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#navbar .cr-menu-social .social-block a {
  padding: 10px;
  display: inline-block;
}
#navbar .cr-menu-social .social-block a img {
  width: 15px;
  height: 15px;
}
#navbar .cr-menu-social .follow {
  font-size: 0.7em;
  color: #2A2A2A;
  letter-spacing: 1.5px;
  line-height: 10px;
  #
      margin-bottom: 20px;
  text-transform: uppercase;
}

.nav-link {
  transition: color 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.nav-link:hover::before {
  transform: scale3d(0.95, 1, 1);
}
.nav-link::before {
  background: #777;
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 30%;
  opacity: 0.3;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 0%;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.nav-link:hover .nav-link::before,
.nav-link:focus .nav-link::before,
.nav-link:hover .nav-link::before,
.nav-link:focus .nav-link::before {
  transform: scale3d(1, 1, 1);
}

.nav-link:hover .nav-link,
.nav-link:focus .nav-link {
  transform: translate3d(0, 0, 0);
}

.nav-link:hover .nav-link::before,
.nav-link:focus .nav-link::before {
  transform-origin: 0% 50%;
  transition-timing-function: ease;
}

.minimize {
  width: 15px;
  height: 2px;
  background: #000000;
}

.minimize:hover {
  background: #FF8E00;
  transition: all 0.4s cubic-bezier(0.64, -0.01, 0.01, 1.01);
}

.avatar-cr {
  left: 50%;
  transform: translateX(-50%) scale(0);
  position: fixed;
  bottom: 30px;
  transform-origin: 50% 50%;
  z-index: 6;
  cursor: pointer;
}

.avatar-btn {
  width: 70px;
  height: 70px;
  background-image: url("../../images/avatar.jpg");
  background-size: cover;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.7);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
}

.ripple {
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  background-size: cover;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 5;
  cursor: pointer;
  transform-origin: 0% 50%;
}

.notifications {
  position: absolute;
  background-color: #E12929;
  border-radius: 50px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  color: #fff;
  top: 0;
  display: block;
  left: calc(50% + 10px);
  z-index: 9999999;
}
.notifications .number {
  position: absolute;
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  text-align: center;
}

#blur-mobile {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: fixed;
  background: #2A2A2A;
  opacity: 1;
  z-index: 22;
}

#chat {
  width: 100%;
  height: 100%;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 999;
}
#chat.chat-app {
  display: inherit;
  opacity: 0;
}
#chat.chat-app.closed {
  display: none;
}
#chat #writeBox {
  width: 100%;
  position: relative;
}
#chat .message-checkbox input[type=checkbox]:checked + label {
  color: #ffffff;
  border: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3b3b+0,000000+100 */
  background: #3b3b3b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #3b3b3b 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #3b3b3b 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #3b3b3b 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.3s;
}
#chat .check-box {
  display: none;
}
#chat .label-social {
  padding: 2px 10px;
  font-size: 1.3em;
  margin: 0 5px;
  border-radius: 100px;
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: all 0.3s;
}
#chat .label-social i {
  position: absolute;
  line-height: 0;
  letter-spacing: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#chat .anime-jump {
  transform: translateY(0);
  display: inline-block;
  font-size: 2.5em;
  line-height: 0;
  letter-spacing: 0;
  color: #CFD8DC;
}
#chat .chat-content .chat-content-text:last-child.bot p {
  border-bottom-left-radius: 0px;
}
#chat .chat-content .chat-content-text:last-child.human p {
  border-bottom-right-radius: 0px;
}
#chat .chat-content-img {
  position: relative;
  display: block;
  float: none;
  clear: both;
  width: 85%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
#chat .chat-content-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
#chat .chat-content-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#chat .chat-content-video {
  display: block;
  float: none;
  clear: both;
  width: 85%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
#chat .chat-content-text {
  background-repeat: no-repeat;
  min-height: 40px;
  position: relative;
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
#chat .chat-content-text p {
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.3px;
  line-height: 18px;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  display: inline-block;
  word-break: keep-all;
}
#chat .chat-content-text.bot p {
  background: #eceff1;
  text-align: left;
  max-width: 70%;
}
#chat .chat-content-text.human p {
  background: #212121;
  color: #ffffff;
  text-align: left;
  max-width: 70%;
}
#chat .chat-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  right: 30px;
}
#chat .chat-close .close {
  padding: 10px 0 !important;
}
#chat .chat-close .close:hover .minimize {
  background: #FF8E00 !important;
  transition: all 0.4s cubic-bezier(0.64, -0.01, 0.01, 1.01);
}
#chat .chat-right {
  text-align: right;
}
#chat .chatAction {
  margin: 10px 0;
  padding: 0;
}
#chat .chat-content-info {
  font-size: 0.8rem;
  color: #CFD8DC;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
}
#chat .message-input {
  width: 79%;
}
#chat .message-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CFD8DC;
}
#chat .message-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CFD8DC;
}
#chat .message-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CFD8DC;
}
#chat .message-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CFD8DC;
}
#chat .message-input-btn {
  width: 20%;
}
#chat .inline {
  display: inline-block;
  position: relative;
  float: left;
}
#chat #userMessage {
  border: 0;
  padding: 11px 0;
  width: calc(100% - 15px);
}
#chat #userMessage:disabled {
  background: transparent;
  opacity: 0.4;
}
#chat .btn-submit {
  width: 100%;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.64, -0.01, 0.01, 1.01);
  background-size: 300% auto !important;
  background-color: #000000;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  max-width: 65px;
  float: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3b3b+0,000000+100 */
  background: #3b3b3b;
  /* Old browsers */
  background: -moz-linear-gradient(61deg, #3b3b3b 0%, black 33%, #ff1800 75%, #ff8e00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(61deg, #3b3b3b 0%, black 33%, #ff1800 75%, #ff8e00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(61deg, #3b3b3b 0%, black 33%, #ff1800 75%, #ff8e00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
#chat .btn-submit:hover {
  background-position-x: 100% !important;
  transition: all 0.4s cubic-bezier(0.64, -0.01, 0.01, 1.01);
}
#chat .btn-submit .material-icons {
  color: #ffffff;
  padding: 10px 0;
}
#chat .btn-submit .text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 600;
  padding: 14px 0;
}
#chat .btn-submit-option {
  max-width: 120px;
  margin-left: 10px;
}
#chat .chat-header {
  margin: 15px 0;
}
#chat .chat-app {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  max-height: calc(100% - 85px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: auto;
  width: calc(100% + 15px);
  background-color: #EFF1F2;
}
#chat .chat-content {
  margin: 15px 0;
}
#chat .avatar {
  width: 100%;
  position: absolute;
}
#chat .avatar .avatar-box {
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-image: url("../../images/avatar.jpg");
  background-size: cover;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.7);
  position: fixed;
  margin-top: 45px;
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
#chat .chat-box {
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.7s;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-clip-path: circle(0vh at 50% 95%);
  clip-path: circle(0vh at 50% 95%);
  margin-top: 80px;
}
#chat .chat-box.closed {
  transition: all 0.7s;
  transition-property: clip-path, -webkit-clip-path;
}
#chat .chat-box .name {
  position: relative;
  text-align: center;
  font-size: 0.7em;
  line-height: 15px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
#chat .chat-box .name .material-icons {
  font-size: 0.7em;
  color: #c1e74e;
}
#chat .chat-box .inside-tab {
  width: 100%;
  height: 100%;
}
#chat .overlay-chat {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000000;
}
#chat .container-chat {
  position: absolute;
  bottom: 10px;
  width: 100%;
  max-height: 100vh;
}
#chat .chat-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+14 */
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, white 14%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, white 14%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%, white 14%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  position: relative;
  height: calc(100% + 1px);
  max-height: 38vh;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: -15px !important;
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 115px;
  }

  .logo-cr7 {
    width: 115px;
    height: 23px;
  }

  .middle h1 {
    font-weight: 700;
    font-size: 3.1em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 20px;
  }
  .middle h3 {
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 4px;
    line-height: 24px;
    margin-top: 0;
    width: 100%;
  }

  #chat .label-social {
    font-size: 1.2em;
    margin: 0 2px;
    width: 44px;
    height: 44px;
  }
  #chat .chat-content-text {
    background-repeat: no-repeat;
    min-height: 40px;
    position: relative;
    float: none;
    clear: both;
    display: block;
    width: 100%;
  }
  #chat .chat-content-text p {
    font-size: 1rem;
    color: #000000;
    letter-spacing: 0.3px;
    line-height: 18px;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
    word-break: keep-all;
  }
  #chat .chat-content-text.bot p {
    max-width: 100% !important;
  }
  #chat .chat-content-text.human p {
    max-width: 100% !important;
  }
  #chat .chatAction {
    margin: 10px 0;
    padding: 0;
  }
  #chat .chat-app {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    max-height: calc(100% - 85px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    height: auto;
    width: calc(100% + 15px);
    background-color: #EFF1F2;
  }
  #chat .avatar {
    width: 100%;
    position: absolute;
  }
  #chat .avatar .avatar-box {
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-image: url("../../images/avatar.jpg");
    background-size: cover;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, 0.7);
    position: fixed;
    margin-top: 105px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
  }
  #chat .chat-box {
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.7s;
    -webkit-clip-path: circle(0vh at 50% 95%);
    transition-property: clip-path, -webkit-clip-path;
    clip-path: circle(0vh at 50% 95%);
    margin-top: 140px;
    height: calc(100% - 140px);
    position: absolute;
    width: calc(100% - 30px);
  }
  #chat .chat-box.closed {
    transition: all 0.7s;
    transition-property: clip-path, -webkit-clip-path;
  }
  #chat .chat-box .name {
    position: relative;
    text-align: center;
    font-size: 0.7em;
    line-height: 15px;
    margin-top: 30px;
    font-weight: bold;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  #chat .chat-box .name .material-icons {
    font-size: 0.7em;
    color: #c1e74e;
  }
  #chat .chat-box .inside-tab {
    width: 100%;
    height: 100%;
  }
  #chat .container-chat {
    position: absolute;
    bottom: 10px;
    width: 100%;
    max-height: 100vh;
    height: calc(100vh - 10px);
  }
  #chat .chat-container {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+14 */
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4f4f4 0%, white 14%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4f4f4 0%, white 14%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4f4f4 0%, white 14%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: relative;
    height: calc(100% + 1px);
    max-height: calc(100% - 140px);
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -15px !important;
  }
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  z-index: -1;
  mix-blend-mode: difference;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 0.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
  padding: 0;
  margin-top: -7px;
}

.no-margin {
  margin: 0;
  padding: 0;
}

.bolder-text {
  font-weight: 900;
}

.bold-regular-text {
  font-weight: 700;
}

.img-responsive {
  width: 100%;
  position: relative;
}

.about-image {
  width: 100%;
  max-width: 2000px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}

.about-content {
  margin-top: 150px;
  color: #ffffff;
  line-height: 30px;
  text-shadow: 6px 2px 15px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.about-content h1 {
  font-size: 6em;
  text-shadow: 15px 10px 30px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 90px;
  font-weight: 900;
}
.about-content .ronaldo-signature {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 100px;
}
.about-content .about-title {
  opacity: 0;
  position: relative;
  transform: translateX(120px);
  transition: transform 2s;
}
.about-content .about-signature {
  opacity: 0;
  position: relative;
  transform: translateX(120px);
  transition: transform 2s;
}
.about-content .about-text {
  opacity: 0;
  position: relative;
  transform: translateX(120px);
  transition: transform 2s;
}

@media (max-width: 767px) {
  .about-content {
    line-height: 23px;
    font-size: 1.1em;
  }

  .about-image {
    top: 80px;
  }

  .about-content {
    margin-top: 100px;
  }
  .about-content h1 {
    font-size: 2.2em;
    line-height: 38px;
    letter-spacing: 7px;
  }
  .about-content .ronaldo-signature {
    width: 60%;
  }

  .about-text p {
    font-size: 0.9em;
    line-height: 25px;
  }
}
.opacity-5 {
  opacity: 0.5 !important;
}

.main-brand-image {
  top: 45%;
  transform: translateY(-50%);
  position: absolute;
}

.main-sponsor-text {
  opacity: 0;
  position: relative;
  transform: translateX(120px);
  transition: transform 2s;
}

#move-box-1, #move-box-3, #move-box-5, #move-box-7 {
  opacity: 0;
}

#move-box-2, #move-box-4, #move-box-6, #move-box-8 {
  opacity: 0;
}

.gif-on-top {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  width: 98%;
}

.partners-content {
  background: #2A2A2A;
  padding-bottom: 100px;
}

.partners-blocks img {
  opacity: 0.2;
  transition: all 0.3s;
}
.partners-blocks img:hover {
  opacity: 1;
  transform: scale(1.02);
  transition: all 0.3s;
}

.add-padding-md {
  padding: 0 25px;
}

@media (max-width: 991px) {
  .brand-header .title {
    font-size: 4em !important;
    line-height: 65px !important;
    letter-spacing: 10px !important;
    margin-bottom: 120px;
  }
  .brand-header .brand-logo-main {
    width: 130px !important;
  }
}
@media (max-width: 767px) {
  .add-padding-md {
    padding: 0 15px;
  }

  .brand-header .title {
    font-size: 3em !important;
    line-height: 50px !important;
    letter-spacing: 10px !important;
    margin-bottom: 120px;
  }
  .brand-header .brand-logo-main {
    width: 130px !important;
  }

  .container-brand {
    margin-bottom: 50px !important;
  }

  .brand-box {
    padding: 30px 20px !important;
    margin-top: 190px !important;
    margin-bottom: 0 !important;
  }
  .brand-box .title {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
    line-height: 20px !important;
  }
  .brand-box .text {
    font-size: 0.9em !important;
  }
  .brand-box .cto-button {
    margin-top: 25px !important;
  }
}
@media (max-width: 575px) {
  .add-padding-md {
    padding: 0 15px;
  }

  .brand-header .title {
    font-size: 2.2em !important;
    line-height: 38px !important;
    letter-spacing: 7px !important;
    margin-bottom: 120px;
  }
  .brand-header .brand-logo-main {
    width: 110px !important;
  }
}
.powered-by {
  position: fixed;
  bottom: 50px;
  right: -22px;
  height: 20px;
  width: 100px;
  background-image: url("../../images/poweredby_7EGEND_invert.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  transform: rotate(90deg);
}

.page-home.ng-leave {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
}

.page-home.ng-enter {
  -webkit-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

.page-about.ng-leave {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
}

.page-about.ng-leave.ng-leave-active {
  overflow: inherit;
}

.page-about.ng-enter {
  -webkit-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  z-index: 2;
}

.page-about.ng-enter.ng-enter-active {
  overflow: inherit;
}

.page-brands.ng-leave {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
}

.page-brands.ng-leave.ng-leave-active {
  overflow: inherit;
}

.page-brands.ng-enter {
  -webkit-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  z-index: 2;
}

.page-brands.ng-enter.ng-enter-active {
  overflow: inherit;
}

.page-privacy.ng-leave {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideOutLeft 1s both cubic-bezier(0.77, 0, 0.175, 1);
}

.page-privacy.ng-leave.ng-leave-active {
  overflow: inherit;
}

.page-privacy.ng-enter {
  -webkit-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  animation: slideInRight 1s both cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  z-index: 2;
}

.page-privacy.ng-enter.ng-enter-active {
  overflow: inherit;
}

/* slide in from the right */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
/* slide in from the bottom */
@keyframes slideOutLeft {
  to {
    opacity: 1;
  }
}
@-moz-keyframes slideOutLeft {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideOutLeft {
  to {
    opacity: 1;
  }
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-control {
  width: 3em;
}

.video-js .vjs-menu-button-inline:before {
  width: 1.5em;
}

.vjs-menu-button-inline .vjs-menu {
  left: 3em;
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

.video-js .vjs-load-progress div, .vjs-seeking .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
  display: none !important;
}

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
  padding: 0 0.4em 0.3em;
}

.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}

.video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started.video-js .vjs-big-play-button {
  display: block;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1em;
}

.video-js .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 3.5em;
  border-radius: 50%;
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
  background-color: rgba(0, 0, 0, 0.35);
}

.video-js .vjs-loading-spinner {
  border-color: rgba(255, 255, 255, 0.7);
}

.video-js .vjs-control-bar2 {
  background-color: transparent;
}

.video-js .vjs-control-bar {
  background-color: transparent !important;
  color: #ffffff;
  font-size: 14px;
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level {
  background-color: #ffffff;
}

.video-js .vjs-big-play-button {
  height: 2em !important;
  width: 2em !important;
  line-height: 1.9em !important;
  margin-top: -1em !important;
  margin-left: -1em;
  border-width: 3px;
}

.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {
  font-size: 50px;
}

.video-js .vjs-progress-holder {
  font-size: 1.7em;
  border-radius: 10px;
}

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider, .vjs-volume-level {
  border-radius: 10px;
}

.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.5);
}

.video-js .vjs-big-play-button {
  height: 2em !important;
  width: 2em !important;
  line-height: 1.9em !important;
  margin-top: -1em !important;
  margin-left: -1em;
  border-width: 3px;
}

.video-js .vjs-icon-play:before, .video-js .vjs-big-play-button:before {
  font-size: 50px;
}

.video-js .vjs-progress-holder {
  font-size: 1.7em;
  border-radius: 10px;
}

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-slider, .vjs-volume-level {
  border-radius: 10px;
}

.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.5);
}

#landscape-mode {
  opacity: 0;
  background: #343434;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
#landscape-mode .rotate-device {
  font-size: 0.8em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B2ACA4;
  margin-top: 25px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
#landscape-mode .rotate-device-img {
  text-align: center;
}
#landscape-mode .rotate-device-img img {
  height: 50vh;
  margin-top: 20vh;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  #landscape-mode {
    opacity: 1;
    display: inherit;
  }
}
#image-parallax .slider {
  width: 100%;
  position: relative;
}
#image-parallax .slider .img-slide {
  transform-origin: 50% 50%;
  transition: none;
  z-index: 1;
}
#image-parallax .slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}
#image-parallax .slider ul li {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}
#image-parallax .slider .img-responsive {
  width: 105%;
}

#we-use-cookies-box {
  z-index: 5;
  position: fixed;
  top: 80px;
  right: 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  max-width: 300px;
  width: auto;
  opacity: 0;
}
#we-use-cookies-box div {
  display: inline;
  margin: 0;
  padding: 0;
}
#we-use-cookies-box a {
  text-decoration: underline;
}
#we-use-cookies-box .material-icons {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 0;
  position: relative;
  top: 50%;
  transform: translateY(50%);
  height: 5px;
  margin-left: 10px !important;
  cursor: pointer;
  transition: color 0.5s ease-out;
}
#we-use-cookies-box .material-icons:hover {
  transition: color 0.5s ease-out;
  color: rgba(255, 255, 255, 0.9);
}
#we-use-cookies-box .cookies-text {
  line-height: 14px;
}

#we-use-cookies {
  width: 100%;
  height: 40px;
  position: fixed;
  background: #000000;
  color: #ffffff;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 9999;
  line-height: 40px;
}
#we-use-cookies .material-icons {
  line-height: 40px;
  cursor: pointer;
}
#we-use-cookies a {
  text-decoration: underline;
}
#we-use-cookies .cookies-text {
  opacity: 0;
}
#we-use-cookies .cookies-close {
  opacity: 0;
}

@media (max-width: 575px) {
  #we-use-cookies-box {
    z-index: 5;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    width: calc(100% - 30px);
    opacity: 0;
    margin: 0 15px;
    max-width: inherit;
  }
  #we-use-cookies-box .col-10 {
    float: left;
  }
  #we-use-cookies-box .col-2 {
    float: right;
    text-align: right;
  }
  #we-use-cookies-box .cookies-text {
    line-height: 20px;
  }

  #we-use-cookies {
    font-size: 0.7em;
    letter-spacing: 1px;
  }
  #we-use-cookies .material-icons {
    font-size: 1.7em;
  }
}
.page-header {
  background: #343434;
  max-height: 550px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.for-faq h1 {
  font-size: 3em;
  text-shadow: none;
  letter-spacing: 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
}

.faq ul {
  list-style: none;
  margin: 0 0 180px;
  padding: 0;
}
.faq ul li {
  margin: 20px 0;
}
.faq ul li ul {
  margin: 0 20px;
  font-size: 0.9rem;
}
.faq ul li ul li {
  margin: 10px 0;
}
.faq .title {
  font-size: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: bold;
}
.faq .information {
  font-size: 1rem;
  line-height: 30px;
}

#webgl-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#webgl-container > canvas {
  float: left;
  width: 100%;
  height: 100%;
}

.history {
  cursor: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.history .scale-it {
  transition: all 0.2s ease-out;
}
.history .cursor {
  width: 40px;
  height: 40px;
  z-index: 99999;
  cursor: none;
  transform: scale(1) translateZ(0px);
  transition: none;
  pointer-events: none;
  position: absolute;
  display: none;
}
.history .pointer {
  background: rgba(200, 200, 200, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  transition: all 0.2s ease-out;
}
.history .pointer:active {
  transform: scale(1.2);
}
.history .pointer:hover {
  background: rgba(200, 200, 200, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: pulso .8s linear infinite;
}
@keyframes pulso {
  0%, 100% {
    border: 1px solid rgba(50, 255, 80, 0.8);
  }
  50%, 70% {
    border: 5px solid rgba(50, 255, 80, 0.8);
  }
}
.history .drag {
  position: relative;
  transition: transform 2s ease-out;
}
.history .drag .img-1 {
  width: 80%;
  height: auto;
  left: 500px;
  position: relative;
}
.history .drag .img-2 {
  width: 40%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 40px;
}
.history .drag .img-2:hover img {
  transform: scale(1.2);
}
.history .drag .img-3 {
  width: 50%;
  height: auto;
  position: absolute;
  top: 400px;
  left: 1020px;
}
.history .drag .img-4 {
  width: 80%;
  height: auto;
  left: 1500px;
  top: 0;
  position: absolute;
}
.history .drag .img-5 {
  width: 40%;
  height: auto;
  position: absolute;
  top: 20px;
  left: 80px;
}
.history .drag .img-5:hover img {
  transform: scale(1.2);
}
.history .drag .img-6 {
  width: 50%;
  height: auto;
  position: absolute;
  top: 400px;
  left: 2040px;
}
.history .drag .text {
  position: absolute;
  font-size: 4rem;
  color: #ffffff;
}

#counter {
  font-family: "Roboto Mono";
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  min-height: 0;
  height: 0;
  opacity: 0;
  font-size: 86px;
  line-height: 1.16;
  letter-spacing: 5.9px;
  overflow: hidden;
}

.border {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 15px;
  background: #ffffff;
  opacity: 0;
}

.background-text {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate(-20%, -50%);
}

#typed-subhead {
  font-size: 10vw;
  color: rgba(0, 0, 0, 0.45);
  line-height: 9vw;
  letter-spacing: 1px;
  font-weight: 700;
  opacity: 1;
  min-height: 20vw;
  text-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.69);
  transition: none;
}
#typed-subhead div {
  opacity: 0;
  display: inline-block;
  transition: none;
}

#text-layer {
  z-index: 1;
  height: 100%;
}

.counter .text {
  color: #ffffff;
  font-weight: bold;
}
.counter .text.top {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 7px;
  text-align: center;
  opacity: 0;
  height: 40px;
}
.counter .text.bottom {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 16.9px;
  text-align: center;
  opacity: 0;
  height: 40px;
  line-height: 60px;
}

.bottom-vertical .button {
  opacity: 1;
}
.bottom-vertical .button button {
  color: #000000;
  font-family: Proxima;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3.1px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 40px;
  border: 0;
  background: #ffffff;
  border-radius: 23px;
}
.bottom-vertical .button .btn {
  color: #000000;
  background: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  width: 0%;
  max-width: 236px;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.bottom-vertical .button .btn .btn-text {
  margin: 0 auto;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 3.1px;
  transform: scale(0.5);
  opacity: 0;
}
.bottom-vertical .button-chat {
  display: none;
}
.bottom-vertical .button-chat .btn {
  color: #000000;
  background: #ffffff;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  width: 100%;
  max-width: 442px;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.bottom-vertical .button-chat .btn .btn-text {
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 3.1px;
  opacity: 1;
  margin-left: 15px;
  display: inline-block;
}
.bottom-vertical .button-repeat {
  margin-top: 3vh;
  display: none;
}
.bottom-vertical .button-repeat .btn {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  width: 100%;
  max-width: 322px;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.bottom-vertical .button-repeat .btn .btn-text {
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 3.1px;
  opacity: 1;
  margin-left: 15px;
  display: inline-block;
}
.bottom-vertical .warning {
  margin-top: 5vh;
  color: #ffffff;
}
.bottom-vertical .warning .icon {
  opacity: 0;
  font-size: 20px;
}
.bottom-vertical .warning .description {
  opacity: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 5.5px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

#experience {
  pointer-events: none;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
#experience .bottom-interface {
  margin: 0 auto;
  width: auto;
  max-width: 600px;
  text-align: center;
}
#experience .bottom-interface #subtitles {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 300;
  margin: 5px 40px;
  opacity: 0;
}

.loading {
  margin: 0 16px;
  top: 50%;
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
}
.loading .logo {
  width: 181px;
  height: 30px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  margin-top: 6px;
}
.loading .logo .square {
  max-width: 181px;
  width: 0%;
  opacity: 0;
  height: 30px;
  background: #ffffff;
  float: left;
}
.loading .logo .cr7 {
  background-image: url("../../images/logo_cristianoronaldo.svg");
  background-repeat: no-repeat;
  width: 161px;
  height: 30px;
  position: fixed;
  background-size: contain;
  opacity: 0;
}
.loading .logo .cr7-small-logo {
  background-image: url("../../images/logo_cristianoronaldo.svg");
  background-repeat: no-repeat;
  width: 161px;
  height: 30px;
  position: fixed;
  background-size: contain;
  opacity: 0;
}
.loading .loading-progress {
  position: relative;
  display: inline-block;
  height: 30px;
}
.loading .loading-progress .progress-status {
  color: #ffffff;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 30px;
  opacity: 0;
}

.fluid-square {
  top: 50%;
  position: absolute;
  z-index: 10000;
  height: 30px;
  background: #ffffff;
  transform: translateY(-50%);
  width: 0;
}

.fluid-square-small {
  top: 50%;
  position: absolute;
  z-index: 10000;
  height: 30px;
  background: #ffffff;
  transform: translateY(-50%);
  width: 0;
}

#final-date {
  display: none;
  height: 110px;
}
#final-date .first-date, #final-date .second-date, #final-date .third-date, #final-date .four-date {
  color: #ffffff;
  font-size: 86px;
  opacity: 0;
  display: none;
  line-height: 1.16;
  width: 0;
  letter-spacing: 5.9px;
  font-family: "Roboto Mono";
}
#final-date .first-date {
  width: 60px !important;
}
#final-date .second-date {
  max-width: 160px;
}
#final-date .third-date {
  max-width: 175px;
}
#final-date .four-date {
  max-width: 170px;
}

.first-text, .second-text, .third-text {
  opacity: 1 !important;
}

@media (max-width: 1199px) {
  .loading {
    margin-left: 15px;
    left: 16.66667%;
  }

  #counter {
    font-size: 66px;
    line-height: 1.51;
  }
}
@media (max-width: 991px) {
  #counter {
    font-size: 60px;
    line-height: 1.72;
  }
}
@media (max-width: 767px) {
  .loading {
    margin-left: 15px;
    left: 8.33333%;
  }
}
@media (max-width: 575px) {
  .loading {
    left: inherit;
    margin-left: 15px;
  }

  #counter {
    font-size: 38px;
    line-height: 56px;
    max-height: 60px;
    letter-spacing: 2px;
    overflow: hidden;
  }

  .counter .text.top {
    font-size: 12px;
    letter-spacing: 6px;
    height: 30px;
  }
  .counter .text.bottom {
    font-size: 12px;
    letter-spacing: 5px;
    height: 30px;
    line-height: 56px;
  }

  .bottom-vertical {
    bottom: 7vh;
  }
  .bottom-vertical .button {
    opacity: 1;
  }
  .bottom-vertical .button .btn {
    font-size: 12px;
    height: 40px;
    max-width: 209px;
  }
  .bottom-vertical .button .btn .btn-text {
    line-height: 40px;
    letter-spacing: 2px;
  }
  .bottom-vertical .button-chat {
    display: none;
  }
  .bottom-vertical .button-chat .btn {
    font-size: 10px;
    height: 40px;
    max-width: 309px;
  }
  .bottom-vertical .button-chat .btn .btn-text {
    line-height: 40px;
    letter-spacing: 2px;
  }
  .bottom-vertical .button-repeat {
    margin-top: 1vh;
    display: none;
  }
  .bottom-vertical .button-repeat .btn {
    font-size: 10px;
    height: 40px;
    max-width: 279px;
  }
  .bottom-vertical .button-repeat .btn .btn-text {
    line-height: 40px;
    letter-spacing: 2px;
  }
  .bottom-vertical .warning {
    margin-top: 5vh;
  }
  .bottom-vertical .warning .icon {
    font-size: 18px;
  }
  .bottom-vertical .warning .description {
    font-size: 10px;
    letter-spacing: 4px;
  }

  .loading .logo .cr7 {
    width: 115px;
    height: 23px;
  }
}
#video-intro {
  opacity: 0;
  z-index: 1;
}

#video-experience {
  opacity: 0;
  z-index: 0;
}

#video-loop {
  opacity: 0;
  z-index: 2;
}

.background-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

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