/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2) format("woff2"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../img/_/_/node_modules/font-awesome/fonts/fontawesome-webfont.svg#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-print:before {
  content: "\f02f";
}
.fa-list:before {
  content: "\f03a";
}

/*!
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1202px;
  }
}
.container {
  max-width: 1280px;
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.col-auto {
  width: auto;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
@media (min-width: 480px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1,
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-2,
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-4,
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-6,
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-8,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-10,
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1,
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-2,
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-4,
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-6,
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-8,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-10,
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1202px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1,
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-2,
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-4,
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-6,
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-8,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-10,
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1,
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-2,
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-4,
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-6,
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-8,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-10,
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
.m-1 {
  margin: 0.25rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-3 {
  padding: 1rem !important;
}
@media (min-width: 480px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1202px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1280px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
}

/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
td,
th,
tr {
  border: 0 solid;
  border-color: inherit;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
[type="button"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
progress {
  vertical-align: baseline;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-v30-latin-regular.eot);
  src: local(""),
    url(../fonts/roboto-v30-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto-v30-latin-regular.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-regular.woff) format("woff"),
    url(../fonts/roboto-v30-latin-regular.ttf) format("truetype"),
    url(../img/_/style/fonts/roboto/roboto-v30-latin-regular.svg#Roboto)
      format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto-v30-latin-500.eot);
  src: local(""),
    url(../fonts/roboto-v30-latin-500.eot?#iefix) format("embedded-opentype"),
    url(../fonts/roboto-v30-latin-500.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-500.woff) format("woff"),
    url(../fonts/roboto-v30-latin-500.ttf) format("truetype"),
    url(../img/_/style/fonts/roboto/roboto-v30-latin-500.svg#Roboto)
      format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-v30-latin-700.eot);
  src: local(""),
    url(../fonts/roboto-v30-latin-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/roboto-v30-latin-700.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-700.woff) format("woff"),
    url(../fonts/roboto-v30-latin-700.ttf) format("truetype"),
    url(../img/_/style/fonts/roboto/roboto-v30-latin-700.svg#Roboto)
      format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/roboto-v30-latin-900.eot);
  src: local(""),
    url(../fonts/roboto-v30-latin-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/roboto-v30-latin-900.woff2) format("woff2"),
    url(../fonts/roboto-v30-latin-900.woff) format("woff"),
    url(../fonts/roboto-v30-latin-900.ttf) format("truetype"),
    url(../img/_/style/fonts/roboto/roboto-v30-latin-900.svg#Roboto)
      format("svg");
}
h1,
h2,
h3,
h4,
h5,
p {
  font-family: Roboto;
}
h1 {
  font-size: 2.625rem;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 60px;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}
h2,
h3 {
  color: #fff;
}
h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 15px;
}
h5,
p {
  font-size: 1.625rem;
  color: #fff;
  margin-bottom: 40px;
  line-height: 140%;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
  }
}
a:not(.btn) {
  font-size: 1.625rem;
  color: #fff;
  line-height: 140%;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
a:not(.btn):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
a:not(.btn):hover {
  color: #171d4e;
}
a:not(.btn):hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media (min-width: 1202px) and (max-width: 1600px) {
  a:not(.btn) {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  a:not(.btn) {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  a:not(.btn) {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
  }
}
*,
:focus {
  outline: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
blockquote {
  margin: 30px 0 10px;
  font-weight: 700;
}
blockquote pre {
  font-family: monospace;
  margin: 10px 0;
  width: 100%;
  background-color: #eee;
  padding: 5px 5px 20px;
  max-height: 600px;
}
blockquote pre code {
  font-weight: 400;
}
::-webkit-scrollbar {
  width: 0;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.pace {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index: 14045;
  display: block;
}
.pace.pace-inactive {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.pace .pace-progress:before {
  content: "Loading";
  font-family: Roboto;
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.pace .pace-progress:after {
  margin: 0 auto;
  text-align: center;
  content: attr(data-progress-text);
  font-family: Roboto;
  font-weight: 300;
  font-size: 6rem;
  color: #fff;
}
body header .header-main {
  background: #aaa;
  padding: 35px 0;
}
body main[role="main"] {
  min-height: calc(100vh - 527px);
  background-color: #096edb;
  height: 100vh;
}
body main[role="main"] .btn--default,
body main[role="main"] .btn--primary,
body main[role="main"] .btn--secondary {
  padding: 17px 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #1c1f21;
  border: 0;
  border-radius: 50px;
  margin-bottom: 30px;
  background-color: #fff;
  margin-right: 30px;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .btn--default,
  body main[role="main"] .btn--primary,
  body main[role="main"] .btn--secondary {
    padding: 12px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .btn--default,
  body main[role="main"] .btn--primary,
  body main[role="main"] .btn--secondary {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .btn--default,
  body main[role="main"] .btn--primary,
  body main[role="main"] .btn--secondary {
    padding: 10px 20px;
  }
}
body main[role="main"] .btn--default span,
body main[role="main"] .btn--primary span,
body main[role="main"] .btn--secondary span {
  line-height: 30px;
  font-weight: 700;
  font-size: 25px;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .btn--default span,
  body main[role="main"] .btn--primary span,
  body main[role="main"] .btn--secondary span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1201px) {
  body main[role="main"] .btn--default span,
  body main[role="main"] .btn--primary span,
  body main[role="main"] .btn--secondary span {
    font-size: 18px;
    line-height: 22px;
    font-size: 15px;
    line-height: 18px;
  }
}
body main[role="main"] .btn--primary:hover {
  color: #fff;
  background-color: #1c1f21;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main[role="main"] .btn--secondary {
  color: #fff;
  background-color: #171d4e;
}
body main[role="main"] .btn--secondary:hover {
  color: #171d4e;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body main[role="main"] .logo {
  margin-bottom: 50px;
  display: none;
}
body main[role="main"] .logo.fixed {
  position: fixed;
  top: 100px;
  left: calc(50% + 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .logo.fixed {
    top: 30px;
    max-width: 128px;
  }
}
@media (max-width: 1201px) {
  body main[role="main"] .logo.fixed {
    display: none;
  }
}
body main[role="main"] .logo img {
  width: 100%;
}
body main[role="main"] .animation {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .animation {
    width: 100vw;
    height: 40%;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .animation {
    width: 100vw;
    height: 35%;
  }
}
body main[role="main"] .animation:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #096edb;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#096edb),
    to(#090979)
  );
  background: linear-gradient(180deg, #0bb5b0, #090979);
}
body main[role="main"] .animation #elephant,
body main[role="main"] .animation #elephant-2,
body main[role="main"] .animation #elephant-3 {
  max-width: 400px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .animation #elephant,
  body main[role="main"] .animation #elephant-2,
  body main[role="main"] .animation #elephant-3 {
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .animation #elephant,
  body main[role="main"] .animation #elephant-2,
  body main[role="main"] .animation #elephant-3 {
    max-width: 120px;
  }
}
body main[role="main"] .animation #grass-1,
body main[role="main"] .animation #grass-2,
body main[role="main"] .animation #grass-3,
body main[role="main"] .animation #grass-4,
body main[role="main"] .animation #grass-5,
body main[role="main"] .animation #grass-6 {
  position: absolute;
  width: 100%;
}
body main[role="main"] .animation #grass-1 img,
body main[role="main"] .animation #grass-2 img,
body main[role="main"] .animation #grass-3 img,
body main[role="main"] .animation #grass-4 img,
body main[role="main"] .animation #grass-5 img,
body main[role="main"] .animation #grass-6 img {
  width: 100%;
}
body main[role="main"] .animation #grass-1 {
  max-width: 120px;
  top: 30vw;
  z-index: 6;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-1 {
    max-width: 50px;
  }
}
body main[role="main"] .animation #grass-2 {
  max-width: 60px;
  top: 10vw;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-2 {
    max-width: 10px;
  }
}
body main[role="main"] .animation #grass-3 {
  max-width: 80px;
  top: 20vw;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-3 {
    max-width: 20px;
  }
}
body main[role="main"] .animation #grass-4 {
  max-width: 70px;
  top: 25vw;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-4 {
    max-width: 20px;
  }
}
body main[role="main"] .animation #grass-4 {
  max-width: 90px;
  top: 35vw;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-4 {
    max-width: 40px;
  }
}
body main[role="main"] .animation #grass-5 {
  max-width: 130px;
  top: 40vw;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-5 {
    max-width: 80px;
  }
}
body main[role="main"] .animation #grass-6 {
  max-width: 140px;
  top: 45vw;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #grass-6 {
    max-width: 90px;
  }
}
body main[role="main"] .animation #elephant {
  left: 25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #elephant {
    left: 50%;
    top: 60%;
  }
}
body main[role="main"] .animation #elephant-2 {
  left: 15%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}
@media (max-width: 1201px) {
  body main[role="main"] .animation #elephant-2 {
    left: 30%;
    top: 30%;
  }
}
body main[role="main"] .animation #elephant-3 {
  left: 40%;
  top: 30%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .animation #elephant-3 {
    left: 80%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .animation #elephant-3 {
    left: 60%;
  }
}
body main[role="main"] .content-container {
  width: 50%;
  height: 100vh;
  right: 0;
  top: 0;
  overflow-x: hidden;
  position: fixed;
  overflow-y: hidden;
  scrollbar-width: none;
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .content-container {
    width: 100vw;
    height: 60%;
    top: 40%;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .content-container {
    width: 100vw;
    height: 65%;
    top: 35%;
  }
}
body main[role="main"] .section {
  height: 100vh;
  background-color: #096edb;
}
@media (max-width: 1201px) {
  body main[role="main"] .section {
    height: 100%;
  }
}
body main[role="main"] #background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: 300% 150%;
  background-position-x: -10%;
  background-position-y: 30%;
  background-repeat: no-repeat;
}
body main[role="main"] .cols {
  padding: 200px 60px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .cols {
    padding: 100px 50px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .cols {
    padding: 50px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .cols {
    padding: 30px;
    height: 100%;
  }
}
body main[role="main"] .flex-beetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1201px) {
  body main[role="main"] .flex-beetween {
    all: unset;
  }
}
body main[role="main"] .heading {
  font-size: 42px;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .heading {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .heading {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
body main[role="main"] .section-start {
  position: relative;
  z-index: 1;
}
body main[role="main"] .section-start .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100px;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .section-start .logo {
    top: 30px;
    max-width: 140px;
  }
}
@media (max-width: 1201px) {
  body main[role="main"] .section-start .logo {
    display: none;
  }
}
body main[role="main"] .section,
body main[role="main"] .section-finish {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body main[role="main"] .section-finish .section::-webkit-scrollbar,
body main[role="main"] .section .section::-webkit-scrollbar {
  display: none;
}
body main[role="main"] .section-finish .btn,
body main[role="main"] .section .btn {
  text-decoration: none !important;
}
@media (max-width: 1201px) {
  body main[role="main"] .section,
  body main[role="main"] .section-finish {
    overflow-y: auto;
  }
}
body main[role="main"] .section-finish {
  background-color: unset !important;
}
body main[role="main"] .navigation {
  position: fixed;
  bottom: 5vh;
  display: none;
  left: calc(50% + 60px);
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .navigation {
    width: 100%;
    left: 50px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .navigation {
    width: 100%;
    left: 30px;
    bottom: 0;
  }
}
body main[role="main"] .navigation.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body main[role="main"] .navigation .btn.disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}
body main[role="main"] .title-container {
  position: absolute;
  width: 300vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1201px) {
  body main[role="main"] .title-container {
    width: 500vw;
  }
}
body main[role="main"] .title-wrapper {
  width: 50vw;
  height: 100vh;
  position: relative;
}
@media (max-width: 1201px) {
  body main[role="main"] .title-wrapper {
    width: 100vw;
    height: 50%;
  }
}
body main[role="main"] .title-wrapper h1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 200px;
}
@media (min-width: 1202px) and (max-width: 1600px) {
  body main[role="main"] .title-wrapper h1 {
    top: 15vh;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .title-wrapper h1 {
    top: 8vh;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .title-wrapper h1 {
    top: 8vh;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .title-container h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .title-container h1 {
    font-size: 20px;
  }
}
body main[role="main"] .animation .logo {
  display: none;
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .animation .logo {
    display: inline;
    position: fixed;
    top: 30px;
    left: 50px;
    max-width: 128px;
  }
}
@media (max-width: 767px) {
  body main[role="main"] .animation .logo {
    display: inline;
    position: fixed;
    max-width: 74px;
    top: 20px;
    left: 30px;
  }
}
body main[role="main"] .breadcrumbs {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body main[role="main"] .breadcrumbs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  body main[role="main"] .breadcrumbs {
    display: none;
  }
}
body main[role="main"] .breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body main[role="main"] .breadcrumbs__item {
  font-size: 16px;
  list-style: none;
  display: inline-block;
}
body main[role="main"] .breadcrumbs__item:after {
  content: ">";
  display: inline-block;
}
body main[role="main"] .breadcrumbs__item:last-child:after {
  display: none;
}
body main[role="main"] .breadcrumbs__item:first-child .breadcrumbs__link {
  padding-left: 0;
}
body main[role="main"] .breadcrumbs__link {
  padding: 5px;
}
body main[role="main"] .breadcrumbs__link.is-active {
  font-weight: 700;
}
body main[role="main"] .header-main {
  background: #aaa;
  padding: 35px 0;
}
body main[role="main"] .content {
  margin-top: 50px;
}
body main[role="main"] .content pre {
  background: #ddd;
}
@media print {
  body {
    background: transparent;
    height: 100%;
  }
}

@media screen and (max-height: 840px) {
  h1 {
    font-size: 32px;
    line-height: 3rem;
  }

  .body p,
  .body p a {
    font-size: 18px;
  }
}

@media screen and (max-height: 675px) {
  h1 {
    font-size: 26px;
    line-height: 3rem;
  }

  body main[role="main"] .animation .title-wrapper h1 {
    left: 30%;
  }

  body main[role="main"] .heading {
    font-size: 26px;
  }

  body main[role="main"] .heading.cutover {
    font-size: 21px;
  }
  /* body main[role="main"] .heading.cutover.voila {
    font-size: 18px;
  } */

  .body p,
  .body p a {
    font-size: 16px;
  }
}
