/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

/*


 */
@import url("https://fonts.googleapis.com/css?family=Dosis:500,600");
@import url("https: //fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,700");
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
dfn {
  font-style: italic;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
b, strong {
  font-weight: bolder;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
small {
  font-size: 80%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
figure {
  margin: 0 0 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
table {
  border-collapse: collapse;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
th {
  text-align: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
button {
  border-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
button, input {
  overflow: visible;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
progress {
  vertical-align: baseline;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
output {
  display: inline-block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
template {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
[hidden] {
  display: none !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h1, h1 {
  font-size: 2.5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h2, h2 {
  font-size: 2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h3, h3 {
  font-size: 1.75rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h4, h4 {
  font-size: 1.5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-inline-item {
  display: inline-block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.figure {
  display: inline-block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a > code {
  color: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .container {
    max-width: 1140px;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-first {
  order: -1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-last {
  order: 13;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-0 {
  order: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-1 {
  order: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-2 {
  order: 2;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-3 {
  order: 3;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-4 {
  order: 4;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-5 {
  order: 5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-6 {
  order: 6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-7 {
  order: 7;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-8 {
  order: 8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-9 {
  order: 9;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-10 {
  order: 10;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-11 {
  order: 11;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.order-12 {
  order: 12;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-first {
    order: -1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-last {
    order: 13;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-0 {
    order: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-1 {
    order: 1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-2 {
    order: 2;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-3 {
    order: 3;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-4 {
    order: 4;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-5 {
    order: 5;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-6 {
    order: 6;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-7 {
    order: 7;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-8 {
    order: 8;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-9 {
    order: 9;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-10 {
    order: 10;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-11 {
    order: 11;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-sm-12 {
    order: 12;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-first {
    order: -1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-last {
    order: 13;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-0 {
    order: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-1 {
    order: 1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-2 {
    order: 2;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-3 {
    order: 3;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-4 {
    order: 4;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-5 {
    order: 5;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-6 {
    order: 6;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-7 {
    order: 7;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-8 {
    order: 8;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-9 {
    order: 9;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-10 {
    order: 10;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-11 {
    order: 11;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-md-12 {
    order: 12;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-first {
    order: -1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-last {
    order: 13;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-0 {
    order: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-1 {
    order: 1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-2 {
    order: 2;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-3 {
    order: 3;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-4 {
    order: 4;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-5 {
    order: 5;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-6 {
    order: 6;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-7 {
    order: 7;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-8 {
    order: 8;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-9 {
    order: 9;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-10 {
    order: 10;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-11 {
    order: 11;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-lg-12 {
    order: 12;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-first {
    order: -1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-last {
    order: 13;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-0 {
    order: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-1 {
    order: 1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-2 {
    order: 2;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-3 {
    order: 3;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-4 {
    order: 4;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-5 {
    order: 5;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-6 {
    order: 6;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-7 {
    order: 7;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-8 {
    order: 8;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-9 {
    order: 9;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-10 {
    order: 10;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-11 {
    order: 11;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .order-xl-12 {
    order: 12;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-dark.table-bordered {
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-control {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
select.form-control[multiple], select.form-control[size] {
  height: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
textarea.form-control {
  height: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-label {
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .btn {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-primary.active:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-secondary.active:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-secondary.active:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-success.active:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-success.active:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-info.active:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-light.active:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-light.active:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-dark.active:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-dark.active:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-primary.active:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-primary.active:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-secondary.active:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-success.active:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-success.active:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-info.active:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-info.active:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-warning.active:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-warning.active:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-danger.active:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-danger.active:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-light.active:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-light.active:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-dark.active:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-outline-dark.active:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
input.btn-block[type=button], input.btn-block[type=reset], input.btn-block[type=submit] {
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.fade {
  transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .fade {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.collapse:not(.show) {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .collapsing {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-menu.show {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-append, .input-group-prepend {
  display: flex;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-prepend {
  margin-right: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-append {
  margin-left: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range:focus {
  outline: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-pills .nav-link {
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-title {
  margin-bottom: .75rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:only-child {
    border-radius: .25rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-link {
  font-weight: 700;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-primary .alert-link {
  color: #002752;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-info .alert-link {
  color: #062c33;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-danger .alert-link {
  color: #491217;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-light .alert-link {
  color: #686868;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .progress-bar {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.media-body {
  flex: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tooltip.show {
  opacity: .9;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.popover-header:empty {
  display: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: transform .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.active.carousel-item-right, .carousel-item-next {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .active.carousel-item-right, .carousel-item-next {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.active.carousel-item-left, .carousel-item-prev {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .active.carousel-item-left, .carousel-item-prev {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translate3d(0, 0, 0);
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-next {
  right: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-top {
  vertical-align: top !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-primary {
  background-color: #007bff !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-success {
  background-color: #28a745 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-0 {
  border: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-primary {
  border-color: #007bff !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-success {
  border-color: #28a745 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-dark {
  border-color: #343a40 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-none {
  display: none !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-inline {
  display: inline !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-block {
  display: block !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-table {
  display: table !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-flex {
  display: flex !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-none {
    display: none !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-items-center {
  align-items: center !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-content-center {
  align-content: center !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-self-center {
  align-self: center !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.float-left {
  float: left !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.float-right {
  float: right !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-sm-right {
    float: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-md-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-md-right {
    float: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-lg-right {
    float: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-xl-right {
    float: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .float-xl-none {
    float: none !important;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.position-static {
  position: static !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.position-relative {
  position: relative !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.position-sticky {
  position: sticky !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.w-25 {
  width: 25% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.w-50 {
  width: 50% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.w-75 {
  width: 75% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.w-100 {
  width: 100% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.w-auto {
  width: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h-25 {
  height: 25% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h-50 {
  height: 50% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h-75 {
  height: 75% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h-100 {
  height: 100% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.h-auto {
  height: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-justify {
  text-align: justify !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-left {
  text-align: left !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-right {
  text-align: right !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-md-left {
    text-align: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-md-right {
    text-align: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.font-italic {
  font-style: italic !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-primary {
  color: #007bff !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-success {
  color: #28a745 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-info {
  color: #17a2b8 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-dark {
  color: #343a40 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-body {
  color: #212529 !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-muted {
  color: #6c757d !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.visible {
  visibility: visible !important;
}

/* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  thead {
    display: table-header-group;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  body {
    min-width: 992px !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .container {
    min-width: 992px !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .navbar {
    display: none;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .badge {
    border: 1px solid #000;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-dark {
    color: inherit;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  /* line 6, vendor/assets/stylesheets/landing/css/bootstrap.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
Template Name: Essentials
Author URI: https://themeforest.net/user/epic-themes
Author Name: Epic Themes
Version: 1.0
*/
/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HOME
05. TEAM
06. FEATURES
07. PRICING
08. BLOG
09. CONTACT
10. OTHER ELEMENTS
		a. Newsletter
		b. Buttons
		c. Gallery PopUp
		d. Testimonials
		e. Accordion Tabs
		f. Carousel
		g. Features List
		h) Dropcaps Features
		i) Partners
		j) Testimonial Single
11. MEDIA QUERIES

--- */
/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */
/* line 38, vendor/assets/stylesheets/landing/css/style.css */
ul {
  padding: 0;
}

/* line 42, vendor/assets/stylesheets/landing/css/style.css */
ul, ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 53, vendor/assets/stylesheets/landing/css/style.css */
ul li, ol li {
  font-size: 17px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  list-style-type: none;
}

/* line 60, vendor/assets/stylesheets/landing/css/style.css */
ul li i {
  vertical-align: middle;
  padding-right: 5px;
}

/* line 65, vendor/assets/stylesheets/landing/css/style.css */
p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #7c8595;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

/* line 74, vendor/assets/stylesheets/landing/css/style.css */
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: 0;
}

/* line 83, vendor/assets/stylesheets/landing/css/style.css */
a:hover {
  color: #017df7;
}

/* line 87, vendor/assets/stylesheets/landing/css/style.css */
.alert {
  font-size: 17px;
  text-align: center;
}

/* line 93, vendor/assets/stylesheets/landing/css/style.css */
h1,
h2,
h3,
h4 {
  font-family: 'Dosis', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #071e55;
  font-weight: 600;
}

/* line 104, vendor/assets/stylesheets/landing/css/style.css */
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #e3e8f3;
  font-weight: 600;
}

/* line 114, vendor/assets/stylesheets/landing/css/style.css */
h1 {
  font-size: 46px;
}

/* line 118, vendor/assets/stylesheets/landing/css/style.css */
h2 {
  font-size: 36px;
}

/* line 122, vendor/assets/stylesheets/landing/css/style.css */
h3 {
  font-size: 30px;
}

/* line 126, vendor/assets/stylesheets/landing/css/style.css */
h4 {
  font-size: 26px;
}

/* line 130, vendor/assets/stylesheets/landing/css/style.css */
h5 {
  font-size: 20px;
}

/* line 134, vendor/assets/stylesheets/landing/css/style.css */
h6 {
  font-size: 14px;
}

/* line 138, vendor/assets/stylesheets/landing/css/style.css */
h2.section-title {
  margin-bottom: 10px;
}

/* line 142, vendor/assets/stylesheets/landing/css/style.css */
p.section-subtitle {
  font-size: 18px;
}

/* line 146, vendor/assets/stylesheets/landing/css/style.css */
p.section-subtitle.white {
  color: #ffffff;
}

/* line 150, vendor/assets/stylesheets/landing/css/style.css */
iframe {
  max-width: 100%;
  border: none;
}

/* line 155, vendor/assets/stylesheets/landing/css/style.css */
.video-popup-wrapper {
  position: relative;
}

/* line 159, vendor/assets/stylesheets/landing/css/style.css */
.video-popup-wrapper img {
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
}

/* line 164, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery:hover .video-popup-image {
  opacity: 1;
}

/* line 170, vendor/assets/stylesheets/landing/css/style.css */
.white-text {
  color: #fff;
}

/* line 174, vendor/assets/stylesheets/landing/css/style.css */
.blue {
  color: #017df7;
}

/* line 178, vendor/assets/stylesheets/landing/css/style.css */
.section-top-border {
  border-top: 1px solid #efefef;
}

/* line 182, vendor/assets/stylesheets/landing/css/style.css */
.section-bottom-border {
  border-bottom: 1px solid #efefef;
}

/* line 186, vendor/assets/stylesheets/landing/css/style.css */
.section-white {
  background: #fff;
  padding: 90px 0 100px 0;
}

/* line 191, vendor/assets/stylesheets/landing/css/style.css */
.section-grey {
  background: #fafbfc;
  padding: 90px 0 100px 0;
}

/* line 196, vendor/assets/stylesheets/landing/css/style.css */
.section-blue {
  background-color: #174574;
  padding: 90px 0;
}

/* line 201, vendor/assets/stylesheets/landing/css/style.css */
.section-white.no-padding, .section-grey.no-padding, .section-blue.no-padding {
  padding: 0;
}

/* line 205, vendor/assets/stylesheets/landing/css/style.css */
.section-white.medium-paddings, .section-grey.medium-paddings, .section-blue.medium-paddings {
  padding: 60px 0;
}

/* line 209, vendor/assets/stylesheets/landing/css/style.css */
.section-white.small-paddings, .section-grey.small-paddings, .section-blue.small-paddings {
  padding: 30px 0;
}

/* line 213, vendor/assets/stylesheets/landing/css/style.css */
.section-white.xsmall-paddings, .section-grey.xsmall-paddings, .section-blue.xsmall-paddings {
  padding: 10px 0;
}

/* line 217, vendor/assets/stylesheets/landing/css/style.css */
.section-white.small-padding-top, .section-grey.small-padding-top, .section-blue.small-padding-top {
  padding: 30px 0 90px 0;
}

/* line 221, vendor/assets/stylesheets/landing/css/style.css */
.section-white.small-padding-bottom, .section-grey.small-padding-bottom, .section-blue.small-padding-bottom {
  padding: 90px 0 70px 0;
}

/* line 225, vendor/assets/stylesheets/landing/css/style.css */
.section-white.no-padding-bottom, .section-grey.no-padding-bottom, .section-blue.no-padding-bottom {
  padding: 90px 0 0 0;
}

/* line 229, vendor/assets/stylesheets/landing/css/style.css */
.width-100 {
  width: 100%;
}

/* line 233, vendor/assets/stylesheets/landing/css/style.css */
.box-shadow {
  border-radius: 8px;
  box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
}

/* margin and padding classes */
/* line 240, vendor/assets/stylesheets/landing/css/style.css */
.margin-right-25 {
  margin-right: 25px !important;
}

/* line 244, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-110 {
  margin-top: 110px !important;
}

/* line 248, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-100 {
  margin-top: 100px !important;
}

/* line 252, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-90 {
  margin-top: 90px !important;
}

/* line 256, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-80 {
  margin-top: 80px !important;
}

/* line 260, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-60 {
  margin-top: 60px !important;
}

/* line 264, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-50 {
  margin-top: 50px !important;
}

/* line 268, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-40 {
  margin-top: 40px !important;
}

/* line 272, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-35 {
  margin-top: 35px !important;
}

/* line 276, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-30 {
  margin-top: 30px !important;
}

/* line 280, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 284, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 288, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-5 {
  margin-top: 5px !important;
}

/* line 292, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

/* line 296, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-5 {
  margin-bottom: 5px;
}

/* line 300, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 304, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 308, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 312, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 316, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 320, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-60 {
  margin-bottom: 60px !important;
}

/* line 324, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-70 {
  margin-bottom: 70px !important;
}

/* line 328, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-80 {
  margin-bottom: 80px !important;
}

/* line 332, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* line 336, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-120 {
  margin-bottom: 120px !important;
}

/* line 340, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-130 {
  margin-bottom: 120px !important;
}

/* line 344, vendor/assets/stylesheets/landing/css/style.css */
.margin-bottom-140 {
  margin-bottom: 140px !important;
}

/* line 348, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-0 {
  padding-top: 0px !important;
}

/* line 352, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-10 {
  padding-top: 10px !important;
}

/* line 356, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-20 {
  padding-top: 20px !important;
}

/* line 359, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-25 {
  padding-top: 25px !important;
}

/* line 363, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-30 {
  padding-top: 30px !important;
}

/* line 367, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-35 {
  padding-top: 35px !important;
}

/* line 371, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-40 {
  padding-top: 40px !important;
}

/* line 375, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-45 {
  padding-top: 45px !important;
}

/* line 379, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-50 {
  padding-top: 50px !important;
}

/* line 382, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-60 {
  padding-top: 60px !important;
}

/* line 386, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-70 {
  padding-top: 70px !important;
}

/* line 390, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-80 {
  padding-top: 80px !important;
}

/* line 394, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-100 {
  padding-top: 100px !important;
}

/* line 398, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-120 {
  padding-top: 120px !important;
}

/* line 402, vendor/assets/stylesheets/landing/css/style.css */
.padding-top-150 {
  padding-top: 150px !important;
}

/* line 406, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-70 {
  padding-bottom: 70px !important;
}

/* line 410, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-60 {
  padding-bottom: 60px !important;
}

/* line 414, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-50 {
  padding-bottom: 50px !important;
}

/* line 418, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-40 {
  padding-bottom: 40px !important;
}

/* line 422, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-30 {
  padding-bottom: 30px !important;
}

/* line 426, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 430, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-10 {
  padding-bottom: 10px !important;
}

/* line 434, vendor/assets/stylesheets/landing/css/style.css */
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

/* line 438, vendor/assets/stylesheets/landing/css/style.css */
.margin-top-0 {
  margin-top: 0px !important;
}

/* line 442, vendor/assets/stylesheets/landing/css/style.css */
.padding-left-20 {
  padding-left: 20px;
}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
/* line 450, vendor/assets/stylesheets/landing/css/style.css */
.navbar-brand {
  font-family: 'Dosis', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3b64d2 !important;
}

/* line 457, vendor/assets/stylesheets/landing/css/style.css */
.navbar {
  width: 100%;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

/* line 466, vendor/assets/stylesheets/landing/css/style.css */
.navbar-toggler {
  border: 1px solid #1089d4;
}

/* line 470, vendor/assets/stylesheets/landing/css/style.css */
.navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}

/* line 475, vendor/assets/stylesheets/landing/css/style.css */
.navbar-toggler-icon i {
  color: #1089d4;
  vertical-align: middle;
}

/* line 480, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top {
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: none;
  transition: background-color 0.25s ease 0s;
}

/* line 487, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top.opaque {
  position: fixed !important;
  background-color: #fff !important;
  border-bottom: 1px solid #efefef;
  transition: all 0.25s ease-in-out 0s;
}

/* line 494, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top .navbar-nav > li > a, .navbar-fixed-top .navbar-nav > li > a:hover {
  color: #1089d4 !important;
  transition: all 0.5s ease;
}

/* line 502, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top .navbar-nav > li > a {
  color: #405263 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  padding: 10px 20px !important;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}

/* line 511, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top .navbar-nav .current a {
  color: #1089d4 !important;
  transition: all 0.5s ease;
}

/* line 519, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top.opaque .navbar-nav .current a {
  color: #1089d4 !important;
  transition: all 0.5s ease;
}

/* line 527, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top .navbar-nav > li > a.discover-btn {
  color: #1089d4 !important;
  background: transparent;
  border: 1px solid #174574;
  border-radius: 8px 8px;
  padding: 12px 18px !important;
  margin-left: 10px;
  margin-right: 15px;
  font-family: 'Dosis', sans-serif;
}

/* line 538, vendor/assets/stylesheets/landing/css/style.css */
.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
  border: 1px solid #174574;
  color: #fff !important;
  background: #174574;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */
/* line 548, vendor/assets/stylesheets/landing/css/style.css */
.footer {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 30px;
  padding: 60px 0 55px 0;
  background-color: #174574;
}

/* line 557, vendor/assets/stylesheets/landing/css/style.css */
.footer p {
  color: #fff;
}

/* line 561, vendor/assets/stylesheets/landing/css/style.css */
.footer p a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}

/* Footer Social Icons */
/* line 568, vendor/assets/stylesheets/landing/css/style.css */
ul.footer_social {
  width: 100%;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}

/* line 577, vendor/assets/stylesheets/landing/css/style.css */
ul.footer_social li {
  display: inline-block;
  margin: 0;
  line-height: 100% !important;
}

/* line 583, vendor/assets/stylesheets/landing/css/style.css */
ul.footer_social li a i {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  font-size: 26px !important;
  line-height: 26px !important;
  color: #fff;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

/* line 595, vendor/assets/stylesheets/landing/css/style.css */
ul.footer_social li a i:hover {
  color: #b2d8fd;
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */
/* line 603, vendor/assets/stylesheets/landing/css/style.css */
.home-section {
  position: relative;
  z-index: 999;
  overflow: hidden;
  position: relative;
  padding-top: 140px;
  padding-bottom: 70px;
  background-color: #fff;
}

/* line 613, vendor/assets/stylesheets/landing/css/style.css */
.home-section h1 {
  color: #071e55;
}

/* line 617, vendor/assets/stylesheets/landing/css/style.css */
.home-section p {
  margin-bottom: 30px;
  max-width: 600px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #405263;
}

/* ========================================================== */
/* 			                06. FEATURES                      */
/* ========================================================== */
/* line 632, vendor/assets/stylesheets/landing/css/style.css */
.main-services {
  margin-top: 50px;
  text-align: center;
}

/* line 637, vendor/assets/stylesheets/landing/css/style.css */
.main-services img {
  width: 210px;
  margin-bottom: 25px;
}

/* line 642, vendor/assets/stylesheets/landing/css/style.css */
.main-services h3 {
  font-size: 26px;
  color: #292929;
  margin-bottom: 15px;
}

/* line 648, vendor/assets/stylesheets/landing/css/style.css */
.main-services p {
  padding: 0 10px;
  margin-bottom: 25px;
}

/* line 653, vendor/assets/stylesheets/landing/css/style.css */
blockquote {
  font-size: 16px;
  color: #4285f4;
  border-left: 2px solid #4285f4;
}

/* Features */
/* line 660, vendor/assets/stylesheets/landing/css/style.css */
.feature-box {
  text-align: center;
  margin: 30px 0 0 0;
}

/* line 665, vendor/assets/stylesheets/landing/css/style.css */
.feature-box i {
  margin-bottom: 10px;
  font-size: 46px;
  color: #1e90ff;
}

/* line 671, vendor/assets/stylesheets/landing/css/style.css */
.feature-box h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* line 676, vendor/assets/stylesheets/landing/css/style.css */
.feature-box p {
  color: #7c8595;
}

/* ========================================================== */
/* 						    09. CONTACT                       */
/* ========================================================== */
/* line 684, vendor/assets/stylesheets/landing/css/style.css */
iframe.contact-maps {
  margin-bottom: 20px;
  padding: 10px 10px;
  border-radius: 8px;
  background-color: #f6f7f8;
  border: 1px solid #eaeaea !important;
}

/* line 692, vendor/assets/stylesheets/landing/css/style.css */
p.contact-info {
  margin-bottom: 8px;
}

/* line 696, vendor/assets/stylesheets/landing/css/style.css */
p.contact-info a {
  margin-bottom: 8px;
  color: #7c8595;
}

/* line 701, vendor/assets/stylesheets/landing/css/style.css */
p.contact-info a:hover {
  text-decoration: underline;
}

/* line 705, vendor/assets/stylesheets/landing/css/style.css */
p.contact-info i {
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
  color: #1e90ff;
}

/* line 712, vendor/assets/stylesheets/landing/css/style.css */
#contact-form {
  margin-bottom: 10px;
}

/* line 716, vendor/assets/stylesheets/landing/css/style.css */
input.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 23px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec !important;
  font-size: 14px;
  border-radius: 5px 5px 5px 5px;
}

/* line 731, vendor/assets/stylesheets/landing/css/style.css */
textarea {
  height: 205px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec !important;
  font-size: 14px;
  border-radius: 5px 5px 5px 5px;
}

/* line 748, vendor/assets/stylesheets/landing/css/style.css */
input.contact-submit {
  color: #fff;
  background: #1e90ff;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 34px;
  position: relative;
  text-transform: uppercase;
  border-radius: 5px 5px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

/* line 767, vendor/assets/stylesheets/landing/css/style.css */
input.contact-submit:hover {
  color: #fff;
  background: #037aef;
}

/* line 772, vendor/assets/stylesheets/landing/css/style.css */
input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}

/* line 776, vendor/assets/stylesheets/landing/css/style.css */
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}

/* line 780, vendor/assets/stylesheets/landing/css/style.css */
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}

/* line 784, vendor/assets/stylesheets/landing/css/style.css */
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}

/* line 789, vendor/assets/stylesheets/landing/css/style.css */
#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color: #fff;
  outline: none;
}

/* line 794, vendor/assets/stylesheets/landing/css/style.css */
p.contact_success_box {
  display: inline-block;
  color: #454545;
  font-size: 21px;
  font-style: italic;
}

/* ========================================================== */
/* 			               10. OTHER ELEMENTS                 */
/* ========================================================== */
/* -----  a) Newsletter ----- */
/* line 806, vendor/assets/stylesheets/landing/css/style.css */
.newsletter_form_wrapper {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

/* line 814, vendor/assets/stylesheets/landing/css/style.css */
.newsletter_form_box {
  margin: 0 auto;
  max-width: 730px;
  vertical-align: middle;
}

/* line 820, vendor/assets/stylesheets/landing/css/style.css */
#newsletter-form #email_newsletter {
  width: 100%;
  max-width: 450px;
  height: 65px;
  padding: 0 20px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 16px;
  margin: 0;
}

/* line 835, vendor/assets/stylesheets/landing/css/style.css */
#newsletter-form #submit-button-newsletter {
  width: 165px;
  height: 65px;
  background: #fff;
  border: none;
  color: #1e90ff;
  display: inline;
  margin: 0 0 0 -5px;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

/* line 854, vendor/assets/stylesheets/landing/css/style.css */
#newsletter-form #submit-button-newsletter:hover {
  cursor: pointer;
  color: #0370ec;
  background-color: #fff;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

/* line 863, vendor/assets/stylesheets/landing/css/style.css */
input#email_newsletter::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

/* line 866, vendor/assets/stylesheets/landing/css/style.css */
input#email_newsletter:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

/* line 869, vendor/assets/stylesheets/landing/css/style.css */
input#email_newsletter::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

/* line 872, vendor/assets/stylesheets/landing/css/style.css */
input#email_newsletter:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/* line 876, vendor/assets/stylesheets/landing/css/style.css */
.newsletter_success_box {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin: 5px 0;
}

/* b) Buttons */
/* line 885, vendor/assets/stylesheets/landing/css/style.css */
.btn-white {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #0883fb;
  background-color: #ffffff;
  border: 1px solid #fff;
  box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
  border-radius: 5px 5px;
  margin: 10px 10px 0 10px 0;
  padding: 20px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* line 902, vendor/assets/stylesheets/landing/css/style.css */
.btn-white:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
  color: #0470ea !important;
  background: #f9f9f9;
}

/* line 908, vendor/assets/stylesheets/landing/css/style.css */
.btn-white-border {
  color: #1089d4;
  background: transparent;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  border: 1px solid #1089d4;
  border-radius: 5px 5px;
  margin: 10px 10px;
  padding: 15px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* line 924, vendor/assets/stylesheets/landing/css/style.css */
.btn-white-border:hover {
  color: #0883fb;
  background-color: #ffffff;
  border: 1px solid #fff;
}

/* line 930, vendor/assets/stylesheets/landing/css/style.css */
.btn-white i, .btn-white-border i {
  font-size: 22px;
  line-height: 22px;
  margin-right: 10px;
  vertical-align: text-top;
}

/* line 937, vendor/assets/stylesheets/landing/css/style.css */
.btn-blue {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #1089d4;
  box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  border-radius: 5px 5px;
  margin: 10px 10px 0 10px 0;
  padding: 20px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* line 955, vendor/assets/stylesheets/landing/css/style.css */
.btn-blue:hover {
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff !important;
  background: #3498db;
}

/* line 961, vendor/assets/stylesheets/landing/css/style.css */
.btn-blue.small, .btn-blue-line.small {
  font-size: 16px;
  padding: 14px 20px;
}

/* line 966, vendor/assets/stylesheets/landing/css/style.css */
.btn-blue-line {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #017df7;
  background-color: transparent;
  border: 1px solid #1089d4;
  border-radius: 10px 10px;
  margin: 20px 10px 0 10px 0;
  padding: 20px 30px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* line 982, vendor/assets/stylesheets/landing/css/style.css */
.btn-blue-line:hover {
  color: #fff !important;
  background: #3498db;
}

/* line 987, vendor/assets/stylesheets/landing/css/style.css */
a.btn-blue:visited, a.btn-blue:focus {
  color: #fff !important;
}

/* -----  c) Gallery PopUp ----- */
/* line 993, vendor/assets/stylesheets/landing/css/style.css */
.popup-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

/* line 999, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery {
  display: inline-block;
  position: relative;
}

/* line 1004, vendor/assets/stylesheets/landing/css/style.css */
.first-gallery {
  margin-bottom: 15px;
}

/* line 1008, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
}

/* line 1015, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery:hover img {
  opacity: 0.25;
}

/* line 1019, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
  background-color: #000;
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 2;
  height: 100% !important;
  top: 0%;
  margin-top: 0px;
  left: 0%;
  right: 0%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  border-radius: 5px 5px 0 0;
}

/* line 1041, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
  border-radius: 5px 5px 5px 5px;
}

/* line 1048, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon {
  position: absolute;
  display: inline-block;
  font-size: 36px;
  z-index: 3;
  top: 50% !important;
  margin-top: -18px !important;
  left: 0%;
  right: 0%;
}

/* line 1059, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery a:hover span {
  opacity: 1;
}

/* line 1063, vendor/assets/stylesheets/landing/css/style.css */
.popup-gallery img,
.popup-gallery a span {
  transition: all 0.25s ease-in-out;
}

/* e) Accordion Tabs */
/* line 1075, vendor/assets/stylesheets/landing/css/style.css */
.card {
  border: none;
}

/* line 1079, vendor/assets/stylesheets/landing/css/style.css */
.card-header {
  padding: 6px 0 9px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #f4f5f6;
}

/* line 1086, vendor/assets/stylesheets/landing/css/style.css */
.card-header h5 .btn-link {
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  color: #071e55;
  background-color: transparent;
}

/* line 1094, vendor/assets/stylesheets/landing/css/style.css */
.card-header h5 .btn-link:hover, .card-header h5 .btn-link:focus {
  text-decoration: none;
}

/* line 1098, vendor/assets/stylesheets/landing/css/style.css */
.card-body {
  padding: 10px 0;
  border-top: 2px solid #1e90ff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #7c8595;
}

/* g) Features List */
/* line 1110, vendor/assets/stylesheets/landing/css/style.css */
ul.benefits {
  margin-bottom: 30px;
}

/* line 1114, vendor/assets/stylesheets/landing/css/style.css */
ul.benefits li {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 8px;
}

/* line 1120, vendor/assets/stylesheets/landing/css/style.css */
ul.benefits li i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 8px;
  color: #1e90ff;
}

/* line 1127, vendor/assets/stylesheets/landing/css/style.css */
.no-padding-bottom {
  padding-bottom: 0;
}

/* ----- h) Dropcaps Features ----- */
/* line 1133, vendor/assets/stylesheets/landing/css/style.css */
.features-second {
  margin-bottom: 35px;
}

/* line 1137, vendor/assets/stylesheets/landing/css/style.css */
.dropcaps-circle {
  float: left;
  margin: 10px 25px 25px 0;
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  color: #017df7;
  font-size: 40px;
  line-height: 80px;
  position: relative;
  border-radius: 50%;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 			             14. MEDIA QUERIES                    */
/* ========================================================== */
@media (max-width: 991px) {
  /* line 1164, vendor/assets/stylesheets/landing/css/style.css */
  .navbar-fixed-top {
    background-color: #fff !important;
  }
  /* line 1168, vendor/assets/stylesheets/landing/css/style.css */
  .navbar-fixed-top.opaque {
    padding: 0;
  }
  /* line 1172, vendor/assets/stylesheets/landing/css/style.css */
  .navbar-fixed-top {
    border-bottom: 1px solid #efefef;
  }
  /* line 1176, vendor/assets/stylesheets/landing/css/style.css */
  .navbar-fixed-top .navbar-nav > li.discover-link {
    margin-top: 10px;
  }
  /* line 1180, vendor/assets/stylesheets/landing/css/style.css */
  .navbar-fixed-top .navbar-nav > li > a.discover-btn {
    padding: 8px 12px !important;
    margin-left: 20px;
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  /* line 1190, vendor/assets/stylesheets/landing/css/style.css */
  .home-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 1195, vendor/assets/stylesheets/landing/css/style.css */
  #newsletter-form #email_newsletter {
    width: 80%;
    max-width: 320px;
  }
  /* line 1200, vendor/assets/stylesheets/landing/css/style.css */
  .hero-image {
    padding-top: 70px;
  }
  /* line 1204, vendor/assets/stylesheets/landing/css/style.css */
  .padding-top-120 {
    padding-top: 30px !important;
  }
}

@media (max-width: 375px) {
  /* line 1212, vendor/assets/stylesheets/landing/css/style.css */
  .navbar-toggle {
    margin-bottom: 0;
    border: 1px solid #9f9f9f !important;
  }
  /* line 1217, vendor/assets/stylesheets/landing/css/style.css */
  #newsletter-form #email_newsletter {
    border-radius: 5px 5px 5px 5px !important;
  }
  /* line 1223, vendor/assets/stylesheets/landing/css/style.css */
  #newsletter-form #submit-button-newsletter {
    display: inline-block;
    margin-top: 10px !important;
    border-radius: 5px 5px 5px 5px !important;
  }
  /* line 1231, vendor/assets/stylesheets/landing/css/style.css */
  #newsletter-section .padding-top-60 {
    padding-top: 0 !important;
  }
  /* line 1235, vendor/assets/stylesheets/landing/css/style.css */
  #newsletter-section h3 {
    font-size: 24px !important;
  }
  /* line 1239, vendor/assets/stylesheets/landing/css/style.css */
  .home-section h1 {
    font-size: 38px;
    line-height: 44px;
  }
  /* line 1244, vendor/assets/stylesheets/landing/css/style.css */
  .feature-box {
    text-align: center;
  }
  /* line 1248, vendor/assets/stylesheets/landing/css/style.css */
  .feature-box i {
    display: inline-block;
    float: none;
    margin-bottom: 25px;
  }
  /* line 1254, vendor/assets/stylesheets/landing/css/style.css */
  ul.partners-mentions li img {
    max-height: 36px;
  }
  /* line 1258, vendor/assets/stylesheets/landing/css/style.css */
  .section-white {
    padding: 60px 0 70px 0 !important;
  }
  /* line 1262, vendor/assets/stylesheets/landing/css/style.css */
  .section-white.small-padding-bottom, .section-grey.small-padding-bottom {
    padding: 60px 0 50px 0 !important;
  }
}

@media (max-width: 320px) {
  /* line 1270, vendor/assets/stylesheets/landing/css/style.css */
  .newsletter-input {
    width: 60%;
  }
  /* line 1274, vendor/assets/stylesheets/landing/css/style.css */
  .btn-newsletter {
    width: 38%;
    height: 60px;
    margin-top: 12px;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 17, vendor/assets/stylesheets/landing/css/animate.css */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 24, vendor/assets/stylesheets/landing/css/animate.css */
.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 66, vendor/assets/stylesheets/landing/css/animate.css */
.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 91, vendor/assets/stylesheets/landing/css/animate.css */
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 135, vendor/assets/stylesheets/landing/css/animate.css */
.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

/* line 177, vendor/assets/stylesheets/landing/css/animate.css */
.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* line 241, vendor/assets/stylesheets/landing/css/animate.css */
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

/* line 308, vendor/assets/stylesheets/landing/css/animate.css */
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

/* line 396, vendor/assets/stylesheets/landing/css/animate.css */
.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* line 453, vendor/assets/stylesheets/landing/css/animate.css */
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 510, vendor/assets/stylesheets/landing/css/animate.css */
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 567, vendor/assets/stylesheets/landing/css/animate.css */
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 624, vendor/assets/stylesheets/landing/css/animate.css */
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 681, vendor/assets/stylesheets/landing/css/animate.css */
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

/* line 738, vendor/assets/stylesheets/landing/css/animate.css */
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 784, vendor/assets/stylesheets/landing/css/animate.css */
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 830, vendor/assets/stylesheets/landing/css/animate.css */
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 876, vendor/assets/stylesheets/landing/css/animate.css */
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 922, vendor/assets/stylesheets/landing/css/animate.css */
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 947, vendor/assets/stylesheets/landing/css/animate.css */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 982, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1017, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1052, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1087, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1122, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 1157, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1192, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1227, vendor/assets/stylesheets/landing/css/animate.css */
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1252, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* line 1287, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

/* line 1322, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

/* line 1357, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 1392, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* line 1427, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 1462, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* line 1497, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 1532, vendor/assets/stylesheets/landing/css/animate.css */
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

/* line 1616, vendor/assets/stylesheets/landing/css/animate.css */
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

/* line 1676, vendor/assets/stylesheets/landing/css/animate.css */
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

/* line 1736, vendor/assets/stylesheets/landing/css/animate.css */
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 1774, vendor/assets/stylesheets/landing/css/animate.css */
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 1812, vendor/assets/stylesheets/landing/css/animate.css */
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

/* line 1876, vendor/assets/stylesheets/landing/css/animate.css */
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

/* line 1913, vendor/assets/stylesheets/landing/css/animate.css */
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 1960, vendor/assets/stylesheets/landing/css/animate.css */
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2005, vendor/assets/stylesheets/landing/css/animate.css */
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2050, vendor/assets/stylesheets/landing/css/animate.css */
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2095, vendor/assets/stylesheets/landing/css/animate.css */
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

/* line 2140, vendor/assets/stylesheets/landing/css/animate.css */
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 2185, vendor/assets/stylesheets/landing/css/animate.css */
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2230, vendor/assets/stylesheets/landing/css/animate.css */
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2275, vendor/assets/stylesheets/landing/css/animate.css */
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

/* line 2320, vendor/assets/stylesheets/landing/css/animate.css */
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 2365, vendor/assets/stylesheets/landing/css/animate.css */
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 2398, vendor/assets/stylesheets/landing/css/animate.css */
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInUp {
  0% {
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 2435, vendor/assets/stylesheets/landing/css/animate.css */
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 2472, vendor/assets/stylesheets/landing/css/animate.css */
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 2505, vendor/assets/stylesheets/landing/css/animate.css */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

/* line 2538, vendor/assets/stylesheets/landing/css/animate.css */
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

/* line 2571, vendor/assets/stylesheets/landing/css/animate.css */
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

/* line 2604, vendor/assets/stylesheets/landing/css/animate.css */
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 2708, vendor/assets/stylesheets/landing/css/animate.css */
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

/* line 2745, vendor/assets/stylesheets/landing/css/animate.css */
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

/* line 2782, vendor/assets/stylesheets/landing/css/animate.css */
.rollOut {
  animation-name: rollOut;
}

/* Magnific Popup CSS */
/* line 2, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 36, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

/* line 65, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

/* line 71, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 85, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 97, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 100, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

/* line 118, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 138, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 144, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 147, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 163, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 174, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 176, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 179, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 190, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 194, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 199, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 201, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 204, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 208, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 210, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 213, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 216, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 219, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 223, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 226, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 231, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 242, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 255, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 257, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 270, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 275, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 278, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 286, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 293, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 296, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 303, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 306, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 308, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 311, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 314, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 324, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 326, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 329, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 342, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-arrow {
    transform: scale(0.75);
  }
  /* line 346, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-arrow-left {
    transform-origin: 0;
  }
  /* line 350, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  /* line 354, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 359, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 361, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 367, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 369, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 371, vendor/assets/stylesheets/landing/css/style-magnific-popup.css */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}