@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #307fe2;
  --royal: #3d3de0;
  --navy: #002E5D;
  --purple: #6a28ea;
  --violet: #c72ae8;
  --cyan: #32ddf9;
  --turquoise: #00e5bc;
  --green: #40c165;
  --yellow: #ffc107;
  --red: #dc3545;
  --white: #fff;
  --primary: #307fe2;
  --secondary: #002E5D;
  --success: #40c165;
  --info: #32ddf9;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fff;
  --gray: #697788;
  --dark: #191d22;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*::before,
*::after {
  box-sizing: border-box; }

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: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "adelle-sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #307fe2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #185aad;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #697788;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  letter-spacing: -0.01em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #242f3d; }

h4.text-uppercase, .h4.text-uppercase {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em; }

h5.text-uppercase, .h5.text-uppercase {
  color: #242f3d;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.05rem; }

h6, .h6 {
  font-size: 1rem; }

.header-link a {
  color: #222; }

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  font-style: italic;
  display: block; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(34, 34, 34, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin: 2rem 0;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center; }
  .blockquote:after, .blockquote:before {
    content: '';
    display: block;
    background-color: #f6faff;
    height: 3px;
    max-width: 2em;
    width: 100%;
    margin: 1rem auto 1rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #697788; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.header-underline {
  margin: 0 auto 1rem; }
  .header-underline .header-lead {
    color: #697788;
    font-weight: 500;
    font-size: 0.9090909091rem;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .header-underline.header-underline-title {
    margin: 0 auto 6em; }
  .header-underline:after {
    content: '';
    display: block;
    background-color: #307fe2;
    height: 3px;
    max-width: 2em;
    width: 100%;
    margin: 1rem auto 0; }
  .header-underline.text-left:after {
    margin-left: 0; }
  .header-underline.text-right:after {
    margin-right: 0; }
  .header-underline.header-underline-white:after {
    background-color: #fff; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.img-bordered {
  border: 1px solid #ddd;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.img-gallery {
  border: 1px solid #f6faff;
  box-shadow: 0 2px 6px rgba(44, 57, 84, 0.06);
  display: block;
  position: relative; }

.img-gallery-slide-up {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); }

.img-gallery-slide-up img {
  vertical-align: top;
  max-width: 100%; }

.img-gallery-slide-up figcaption {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: rgba(44, 57, 84, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  align-items: center; }

.img-gallery-slide-up:hover figcaption {
  transform: translate(0, 0); }

.img-gallery-slide-up a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.img-gallery-slide-up *,
.img-gallery-slide-up *:before,
.img-gallery-slide-up *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.img-overlap {
  margin-top: -20%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #697788;
  font-weight: 100; }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f6faff;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #242f3d;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #242f3d; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1; }

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

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1; }

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

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1; }

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

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1; }

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

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-weight: 100; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d9e2ef; }
    .table th:first-child,
    .table td:first-child {
      padding-left: 2.25rem; }
    .table th:last-child,
    .table td:last-child {
      padding-right: 2.25rem; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d9e2ef; }
  .table tbody + tbody {
    border-top: 2px solid #d9e2ef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 0.3em; }
  .table-bordered td, .table-bordered th {
    border-top: 1px solid #d9e2ef; }
  .table-bordered tr:first-child td, .table-bordered tr:first-child th {
    border-top: none; }
  .table-bordered thead {
    border-bottom: 1px solid #d9e2ef; }
    .table-bordered thead th {
      border: none; }
    .table-bordered thead tr {
      background-color: #cfd9e6; }
    .table-bordered thead th:first-child {
      border-top-left-radius: 0.3em; }
    .table-bordered thead th:last-child {
      border-top-right-radius: 0.3em; }

.table-bordered-wrapper {
  border: 1px solid #d9e2ef;
  box-shadow: 0 2px 6px rgba(44, 57, 84, 0.06);
  border-radius: 0.3em;
  margin-bottom: 1rem; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(34, 34, 34, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(34, 34, 34, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5dbf7; }

.table-hover .table-primary:hover {
  background-color: #afcdf4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #afcdf4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8c4d2; }

.table-hover .table-secondary:hover {
  background-color: #a8b7c8; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a8b7c8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #caeed4; }

.table-hover .table-success:hover {
  background-color: #b7e8c4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b7e8c4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c6f5fd; }

.table-hover .table-info:hover {
  background-color: #adf1fc; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #adf1fc; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #d5d9de; }

.table-hover .table-gray:hover {
  background-color: #c7ccd3; }
  .table-hover .table-gray:hover > td,
  .table-hover .table-gray:hover > th {
    background-color: #c7ccd3; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bfc0c1; }

.table-hover .table-dark:hover {
  background-color: #b2b3b4; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b2b3b4; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(34, 34, 34, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(21, 21, 21, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(21, 21, 21, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #242f3d;
  border-color: #324255; }
.table .thead-light th {
  color: #374251;
  background-color: #cfd9e6;
  border-color: #d9e2ef; }

.table-dark {
  color: #fff;
  background-color: #242f3d; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #324255; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #242f3d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c1cddb;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #242f3d;
    background-color: #fff;
    border-color: #a0c4f2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 127, 226, 0.25); }
  .form-control::placeholder {
    color: #c1cddb;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #d9e2ef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.8rem + 2px); }
select.form-control:focus::-ms-value {
  color: #242f3d;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

label, .label {
  font-weight: 700; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.8; }

.col-form-label-xl {
  padding-top: calc(1.2rem + 1px);
  padding-bottom: calc(1.2rem + 1px);
  font-size: 1.2rem;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.05rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.8;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-xl {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 2rem;
  font-size: 1.05rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.575rem + 2px); }

.form-control-xl {
  color: #222;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.4rem; }

select.form-control-xl:not([size]):not([multiple]) {
  height: calc(4.2rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #697788; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #40c165; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(64, 193, 101, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #40c165; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #40c165;
    box-shadow: 0 0 0 0.2rem rgba(64, 193, 101, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control: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,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #40c165; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #40c165; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #a0e0b3; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #67cd84; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(64, 193, 101, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #40c165; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(64, 193, 101, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control: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,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

#star-rating {
  margin-bottom: .25em; }

.star-rating-group {
  unicode-bidi: bidi-override;
  direction: rtl;
  line-height: 1; }
  .star-rating-group > input {
    display: none; }
    .star-rating-group > input + label {
      display: inline-block;
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
      width: 2.2em;
      line-height: 1;
      margin: 0; }
      .star-rating-group > input + label span {
        display: none; }
      .star-rating-group > input + label:before {
        font-size: 2.2em;
        display: inline-block;
        content: "☆";
        color: #a4b1c1; }
    .star-rating-group > input:checked ~ label:before, .star-rating-group > input + label:hover ~ label:before, .star-rating-group > input + label:hover:before {
      content: "★";
      color: #697788; }
  .star-rating-group:hover > input + label:before {
    content: "☆";
    color: #a4b1c1;
    text-shadow: none; }
  .star-rating-group:hover > input + label:hover ~ label:before, .star-rating-group:hover > input + label:hover:before {
    content: "★";
    color: #697788; }

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent; }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  letter-spacing: 0.18em;
  padding: 0.5rem 1.5rem;
  font-size: 0.7142857143rem;
  line-height: 1.8;
  border-radius: 100px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0; }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #307fe2;
  border-color: #307fe2; }
  .btn-primary .icon-ol {
    stroke: #fff; }
  .btn-primary .icon-fl {
    fill: #fff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1d6ccf;
    border-color: #1b66c4; }
    .btn-primary:hover .icon-ol {
      stroke: #fff; }
    .btn-primary:hover .icon-fl {
      fill: #fff; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(48, 127, 226, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #307fe2;
    border-color: #307fe2; }
  .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b66c4;
    border-color: #1a60b8;
    box-shadow: 0 0 0 0.2rem rgba(48, 127, 226, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #002E5D;
  border-color: #002E5D; }
  .btn-secondary .icon-ol {
    stroke: #fff; }
  .btn-secondary .icon-fl {
    fill: #fff; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #001b37;
    border-color: #00152a; }
    .btn-secondary:hover .icon-ol {
      stroke: #fff; }
    .btn-secondary:hover .icon-fl {
      fill: #fff; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 93, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #002E5D;
    border-color: #002E5D; }
  .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00152a;
    border-color: #000e1d;
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 93, 0.5); }

.btn-success {
  color: #fff;
  background-color: #40c165;
  border-color: #40c165; }
  .btn-success .icon-ol {
    stroke: #fff; }
  .btn-success .icon-fl {
    fill: #fff; }
  .btn-success:hover {
    color: #fff;
    background-color: #36a556;
    border-color: #329c51; }
    .btn-success:hover .icon-ol {
      stroke: #fff; }
    .btn-success:hover .icon-fl {
      fill: #fff; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 193, 101, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #40c165;
    border-color: #40c165; }
  .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #329c51;
    border-color: #2f924c;
    box-shadow: 0 0 0 0.2rem rgba(64, 193, 101, 0.5); }

.btn-info {
  color: #111;
  background-color: #32ddf9;
  border-color: #32ddf9; }
  .btn-info .icon-ol {
    stroke: #111; }
  .btn-info .icon-fl {
    fill: #111; }
  .btn-info:hover {
    color: #111;
    background-color: #0dd7f8;
    border-color: #07d0f1; }
    .btn-info:hover .icon-ol {
      stroke: #111; }
    .btn-info:hover .icon-fl {
      fill: #111; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 221, 249, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #32ddf9;
    border-color: #32ddf9; }
  .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #111;
    background-color: #07d0f1;
    border-color: #07c5e5;
    box-shadow: 0 0 0 0.2rem rgba(50, 221, 249, 0.5); }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning .icon-ol {
    stroke: #111; }
  .btn-warning .icon-fl {
    fill: #111; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }
    .btn-warning:hover .icon-ol {
      stroke: #111; }
    .btn-warning:hover .icon-fl {
      fill: #111; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger .icon-ol {
    stroke: #fff; }
  .btn-danger .icon-fl {
    fill: #fff; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
    .btn-danger:hover .icon-ol {
      stroke: #fff; }
    .btn-danger:hover .icon-fl {
      fill: #fff; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #111;
  background-color: #fff;
  border-color: #fff; }
  .btn-light .icon-ol {
    stroke: #111; }
  .btn-light .icon-fl {
    fill: #111; }
  .btn-light:hover {
    color: #111;
    background-color: #ececec;
    border-color: #e6e6e6; }
    .btn-light:hover .icon-ol {
      stroke: #111; }
    .btn-light:hover .icon-fl {
      fill: #111; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #fff;
    border-color: #fff; }
  .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-gray {
  color: #fff;
  background-color: #697788;
  border-color: #697788; }
  .btn-gray .icon-ol {
    stroke: #fff; }
  .btn-gray .icon-fl {
    fill: #fff; }
  .btn-gray:hover {
    color: #fff;
    background-color: #586472;
    border-color: #535e6b; }
    .btn-gray:hover .icon-ol {
      stroke: #fff; }
    .btn-gray:hover .icon-fl {
      fill: #fff; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 119, 136, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    background-color: #697788;
    border-color: #697788; }
  .btn-gray:not([disabled]):not(.disabled):active, .btn-gray:not([disabled]):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #535e6b;
    border-color: #4d5864;
    box-shadow: 0 0 0 0.2rem rgba(105, 119, 136, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #191d22;
  border-color: #191d22; }
  .btn-dark .icon-ol {
    stroke: #fff; }
  .btn-dark .icon-fl {
    fill: #fff; }
  .btn-dark:hover {
    color: #fff;
    background-color: #090a0c;
    border-color: #030405; }
    .btn-dark:hover .icon-ol {
      stroke: #fff; }
    .btn-dark:hover .icon-fl {
      fill: #fff; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 29, 34, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #191d22;
    border-color: #191d22; }
  .btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #030405;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(25, 29, 34, 0.5); }

.btn-outline-primary {
  color: #307fe2;
  background-color: transparent;
  background-image: none;
  border-color: #307fe2; }
  .btn-outline-primary .icon-ol {
    stroke: #307fe2; }
  .btn-outline-primary .icon-fl {
    fill: #307fe2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #307fe2;
    border-color: #307fe2; }
    .btn-outline-primary:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-primary:hover .icon-fl {
      fill: #fff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(48, 127, 226, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #307fe2;
    background-color: transparent; }
  .btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #307fe2;
    border-color: #307fe2;
    box-shadow: 0 0 0 0.2rem rgba(48, 127, 226, 0.5); }

.btn-outline-secondary {
  color: #002E5D;
  background-color: transparent;
  background-image: none;
  border-color: #002E5D; }
  .btn-outline-secondary .icon-ol {
    stroke: #002E5D; }
  .btn-outline-secondary .icon-fl {
    fill: #002E5D; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #002E5D;
    border-color: #002E5D; }
    .btn-outline-secondary:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-secondary:hover .icon-fl {
      fill: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 93, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #002E5D;
    background-color: transparent; }
  .btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #002E5D;
    border-color: #002E5D;
    box-shadow: 0 0 0 0.2rem rgba(0, 46, 93, 0.5); }

.btn-outline-success {
  color: #40c165;
  background-color: transparent;
  background-image: none;
  border-color: #40c165; }
  .btn-outline-success .icon-ol {
    stroke: #40c165; }
  .btn-outline-success .icon-fl {
    fill: #40c165; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #40c165;
    border-color: #40c165; }
    .btn-outline-success:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-success:hover .icon-fl {
      fill: #fff; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 193, 101, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #40c165;
    background-color: transparent; }
  .btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #40c165;
    border-color: #40c165;
    box-shadow: 0 0 0 0.2rem rgba(64, 193, 101, 0.5); }

.btn-outline-info {
  color: #32ddf9;
  background-color: transparent;
  background-image: none;
  border-color: #32ddf9; }
  .btn-outline-info .icon-ol {
    stroke: #32ddf9; }
  .btn-outline-info .icon-fl {
    fill: #32ddf9; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #32ddf9;
    border-color: #32ddf9; }
    .btn-outline-info:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-info:hover .icon-fl {
      fill: #fff; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 221, 249, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #32ddf9;
    background-color: transparent; }
  .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #32ddf9;
    border-color: #32ddf9;
    box-shadow: 0 0 0 0.2rem rgba(50, 221, 249, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning .icon-ol {
    stroke: #ffc107; }
  .btn-outline-warning .icon-fl {
    fill: #ffc107; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-warning:hover .icon-fl {
      fill: #fff; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger .icon-ol {
    stroke: #dc3545; }
  .btn-outline-danger .icon-fl {
    fill: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-danger:hover .icon-fl {
      fill: #fff; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-light .icon-ol {
    stroke: #fff; }
  .btn-outline-light .icon-fl {
    fill: #fff; }
  .btn-outline-light:hover {
    color: #242f3d;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-light:hover .icon-ol {
      stroke: #242f3d; }
    .btn-outline-light:hover .icon-fl {
      fill: #242f3d; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #242f3d;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray {
  color: #697788;
  background-color: transparent;
  background-image: none;
  border-color: #697788; }
  .btn-outline-gray .icon-ol {
    stroke: #697788; }
  .btn-outline-gray .icon-fl {
    fill: #697788; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #697788;
    border-color: #697788; }
    .btn-outline-gray:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-gray:hover .icon-fl {
      fill: #fff; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 119, 136, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #697788;
    background-color: transparent; }
  .btn-outline-gray:not([disabled]):not(.disabled):active, .btn-outline-gray:not([disabled]):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #697788;
    border-color: #697788;
    box-shadow: 0 0 0 0.2rem rgba(105, 119, 136, 0.5); }

.btn-outline-dark {
  color: #191d22;
  background-color: transparent;
  background-image: none;
  border-color: #191d22; }
  .btn-outline-dark .icon-ol {
    stroke: #191d22; }
  .btn-outline-dark .icon-fl {
    fill: #191d22; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #191d22;
    border-color: #191d22; }
    .btn-outline-dark:hover .icon-ol {
      stroke: #fff; }
    .btn-outline-dark:hover .icon-fl {
      fill: #fff; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 29, 34, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #191d22;
    background-color: transparent; }
  .btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #191d22;
    border-color: #191d22;
    box-shadow: 0 0 0 0.2rem rgba(25, 29, 34, 0.5); }

.btn-link {
  font-weight: 400;
  color: #307fe2;
  background-color: transparent; }
  .btn-link:hover {
    color: #185aad;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #697788; }

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 100px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1.5rem;
  font-size: 0.625rem;
  line-height: 1.5;
  border-radius: 100px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

.btn-play {
  background-color: #fff;
  border: none;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  position: relative; }
  .btn-play .icon-fl {
    fill: #307fe2;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-55%, -50%); }
  .btn-play:hover, .btn-play:focus {
    cursor: pointer; }
    .btn-play:hover .icon-fl, .btn-play:focus .icon-fl {
      fill: #1d6ccf; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d9e2ef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #242f3d;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1b232d;
    text-decoration: none;
    background-color: #f6faff; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #307fe2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #697788;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #697788;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .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; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .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; }
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #242f3d;
  text-align: center;
  white-space: nowrap;
  background-color: #d9e2ef;
  border: 1px solid #c1cddb;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.8rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #307fe2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 127, 226, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #cde0f8; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #697788; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #d9e2ef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.4rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #cfd9e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.4rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #307fe2; }
.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"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #307fe2; }
.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"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 127, 226, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(48, 127, 226, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #307fe2; }
.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"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(48, 127, 226, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.8rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.8;
  color: #242f3d;
  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='%23374251' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #c1cddb;
  border-radius: 0.25rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #a0c4f2;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.075), 0 0 5px rgba(160, 196, 242, 0.5); }
    .custom-select:focus::-ms-value {
      color: #242f3d;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #697788;
    background-color: #d9e2ef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.3125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.575rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.8rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.8rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #a0c4f2;
    box-shadow: 0 0 0 0.2rem rgba(48, 127, 226, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #a0c4f2; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #d9e2ef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.8rem + 2px);
  padding: 0.5rem 1.5rem;
  line-height: 1.8;
  color: #242f3d;
  background-color: #fff;
  border: 1px solid #c1cddb;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.8rem;
    padding: 0.5rem 1.5rem;
    line-height: 1.8;
    color: #242f3d;
    content: "Browse";
    background-color: #d9e2ef;
    border-left: 1px solid #c1cddb;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 127, 226, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 127, 226, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(48, 127, 226, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #307fe2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #cde0f8; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #cfd9e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #307fe2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-moz-range-thumb:active {
      background-color: #cde0f8; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #cfd9e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #307fe2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-ms-thumb:active {
      background-color: #cde0f8; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #cfd9e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #cfd9e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control-icon {
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 50px;
  background-size: auto 30px; }
  .form-control-icon.form-control-xl {
    background-position: right 24px center;
    padding-right: 70px;
    background-size: auto 24px; }

.form-control-icon-search {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cstyle%3E .st0%7Bfill:none;stroke:%2398a0a6;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E %3Ccircle class='st0' cx='10.5' cy='10.5' r='10'/%3E %3Cpath class='st0' d='M23.5 23.5l-5.9-5.9'/%3E %3C/svg%3E"); }

.form-control-icon-cvv {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 4v16h24V4H0zm2.3 2.1h19.4v1.7H2.3V6.1zm20.2 5.1v7.3h-16v-1h-5v-6.3h5v-2h16v2z' fill='silver'/%3E%3Cpath d='M22.5 18.5h-16V9.2h16v9.3zm-15-1h14v-7.3h-14v7.3z' fill='%23dc3545'/%3E%3C/svg%3E"); }

.form-control-icon-creditcard.VISA {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 154'%3E %3Cpath d='M236.6 154H7.4c-4.1 0-7.4-3.3-7.4-7.4V7.4C0 3.3 3.3 0 7.4 0h229.2c4.1 0 7.4 3.3 7.4 7.4v139.2c0 4.1-3.3 7.4-7.4 7.4z' fill='%23efefef'/%3E %3Cpath id='polygon9' fill='%2300579f' d='M109.5 103.9H96.2l8.3-51.7h13.4z'/%3E %3Cpath id='path11' fill='%2300579f' d='M158 53.4c-2.6-1-6.8-2.2-12-2.2-13.2 0-22.5 7-22.6 17.1-.1 7.4 6.7 11.6 11.7 14 5.2 2.5 6.9 4.2 6.9 6.4-.1 3.5-4.2 5.1-8 5.1-5.3 0-8.2-.8-12.5-2.8l-1.8-.8-1.9 11.6c3.1 1.4 8.9 2.7 14.9 2.8 14 0 23.2-6.9 23.3-17.7.1-5.9-3.5-10.4-11.2-14.1-4.7-2.4-7.5-4-7.5-6.4.1-2.2 2.4-4.5 7.7-4.5 4.3-.1 7.5.9 10 2l1.2.5 1.8-11z'/%3E %3Cpath id='path13' fill='%2300579f' d='M175.8 85.6c1.1-3 5.3-14.5 5.3-14.5-.1.1 1.1-3 1.8-5l.9 4.5s2.5 12.4 3.1 15h-11.1zm16.5-33.4H182c-3.2 0-5.6.9-7 4.3l-19.9 47.4h14s2.3-6.4 2.8-7.8h17.2c.4 1.8 1.6 7.8 1.6 7.8H203l-10.7-51.7z'/%3E %3Cpath id='path15' fill='%2300579f' d='M85 52.2L71.9 87.4l-1.4-7.2C68 72 60.4 63.1 52 58.6l12 45.2h14.1l21-51.7-14.1.1z'/%3E %3Cpath id='path17' d='M59.7 52.2H38.2l-.2 1c16.8 4.3 27.9 14.6 32.5 27.1l-4.7-23.8c-.8-3.3-3.2-4.2-6.1-4.3z' fill='%23faa61a'/%3E %3C/svg%3E"); }
.form-control-icon-creditcard.MASTERCARD {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 154'%3E %3Cpath d='M236.6 154H7.4c-4.1 0-7.4-3.3-7.4-7.4V7.4C0 3.3 3.3 0 7.4 0h229.2c4.1 0 7.4 3.3 7.4 7.4v139.2c0 4.1-3.3 7.4-7.4 7.4z' fill='%23efefef'/%3E %3Cpath d='M191.9996 131.7833l.393.393c0-.393 0-.393-.393-.393zm.393 0c.393 0 .393.393.393.393v.393h-.393l.393.3929h-.393l-.393-.393v.393h-.393v-1.1789h.786zm0 1.5719c.393 0 .393 0 .786-.393l.3929-.393v-.393-.3929s0-.393-.393-.393l-.393-.393h-.393-.3929s-.393 0-.393.393v1.5719l.786.393c-.393 0-.393 0 0 0m0-2.3578h.393s.393 0 .393.393c0 0 0 .3929.3929.3929v.786s0 .3929-.393.3929c0 0-.393 0-.393.393h-.393-.3929s-.393 0-.393-.393c0 0 0-.393-.3929-.393v-.393-.3929s0-.393.393-.393c0 0 .393 0 .393-.393h.3929m-111.9943-3.9295c0-1.9649 1.5718-3.9297 3.5366-3.9297 1.9649 0 3.5367 1.5719 3.5367 3.9297s-1.5718 3.9296-3.5367 3.9296c-1.9648-.393-3.5366-1.9648-3.5366-3.9296m9.824 0v-5.8945h-2.7507v1.1789c-.786-1.1789-1.9648-1.5718-3.9296-1.5718-3.5367 0-5.8945 2.7507-5.8945 6.2874 0 3.5366 2.7508 6.2874 5.8945 6.2874 1.5718 0 3.1437-.786 3.9296-1.5719v1.1789h2.7507v-5.8944zm88.0236 0c0-1.9649 1.5719-3.9297 3.5367-3.9297s3.5367 1.5719 3.5367 3.9297-1.5719 3.9296-3.5367 3.9296c-2.3578-.393-3.5367-1.9648-3.5367-3.9296m9.8241 0v-10.61h-2.7507v5.8944c-.786-1.1789-1.9648-1.5718-3.9297-1.5718-3.5366 0-5.8944 2.7507-5.8944 6.2874 0 3.5366 2.7507 6.2874 5.8944 6.2874 1.5719 0 3.1437-.786 3.9297-1.5719v1.1789h2.7507v-5.8944zm-65.6247-4.3226c1.5718 0 2.7507 1.1789 3.1437 2.7507h-6.2874c.393-1.5718 1.5718-2.7507 3.1437-2.7507m0-1.9648c-3.5367 0-5.8945 2.7507-5.8945 6.2874 0 3.9296 2.7508 6.2874 6.2874 6.2874 1.9648 0 3.5367-.393 4.7156-1.5719l-1.179-1.9648c-1.1788.786-2.3577 1.1789-3.5366 1.1789-1.5718 0-3.1437-.786-3.5366-2.7508h9.0381v-1.1788c0-3.9297-2.3578-6.2874-5.8944-6.2874m31.437 6.2874c0-1.9649 1.5718-3.9297 3.5366-3.9297 1.9648 0 3.5367 1.5719 3.5367 3.9297s-1.5719 3.9296-3.5367 3.9296c-1.9648-.393-3.5366-1.9648-3.5366-3.9296m9.824 0v-5.8945h-2.7507v1.1789c-.786-1.1789-1.9648-1.5718-3.9296-1.5718-3.5367 0-5.8945 2.7507-5.8945 6.2874 0 3.5366 2.7508 6.2874 5.8945 6.2874 1.5718 0 3.1437-.786 3.9296-1.5719v1.1789h2.7507v-5.8944zm-24.3636 0c0 3.5366 2.3577 6.2874 6.2874 6.2874 1.9648 0 3.1437-.393 4.3225-1.5719l-1.1788-1.9648c-.786.786-1.9649 1.1789-3.1437 1.1789-1.9649 0-3.5367-1.5719-3.5367-3.9296s1.5718-3.9297 3.5367-3.9297c1.1788 0 1.9648.393 3.1437 1.179l1.1788-1.9649c-1.1788-1.1789-2.3577-1.5718-4.3225-1.5718-3.9297 0-6.2874 2.3577-6.2874 6.2874m33.4018-6.2874c-1.5719 0-2.3578.7859-3.1437 1.5718v-1.5718H166.85v11.7888h2.7508v-6.6803c0-1.9648.7859-3.1437 2.7507-3.1437.393 0 1.1789 0 1.5719.393l.7859-2.3578h-1.9648m-69.5544 1.1788c-1.1789-.7859-3.1437-1.1788-4.7155-1.1788-3.1437 0-5.1086 1.5718-5.1086 3.9296 0 1.9648 1.5719 3.1437 4.3226 3.5366h1.179c1.5718.393 1.9647.393 1.9647 1.179 0 .7859-.7859 1.5718-2.7507 1.5718s-3.1437-.393-3.9296-1.179l-1.179 1.9649c1.572 1.1789 3.1438 1.5719 5.1086 1.5719 3.5367 0 5.5015-1.5719 5.5015-3.9297 0-1.9648-1.5719-3.1437-4.3226-3.5366h-1.179c-1.1788 0-1.9647-.393-1.9647-1.179 0-.7858.7859-1.5718 2.3578-1.5718 1.5718 0 3.1437.393 3.9296 1.179l.7859-2.3579zm33.4018-1.1788c-1.5718 0-2.3578.7859-3.1437 1.5718v-1.5718h-2.7507v11.7888h2.7507v-6.6803c0-1.9648.786-3.1437 2.7508-3.1437.393 0 1.1788 0 1.5718.393l.786-2.3578h-1.9649m-22.0059 0h-4.3226v-3.5367h-2.7507v3.5367h-2.3578v2.3577h2.3578v5.5015c0 2.7507 1.1789 4.3226 4.3226 4.3226 1.1789 0 2.3578-.393 3.1437-.786l-.786-2.3577c-.7859.393-1.5718.786-2.3577.786-1.179 0-1.5719-.786-1.5719-1.9649v-5.5015h4.3226v-2.3577zm-38.9033 12.1818v-7.4663c0-2.7507-1.9648-4.7155-4.7155-4.7155-1.5719 0-3.1437.393-4.3226 1.9648-.786-1.179-1.9648-1.9648-3.9296-1.9648-1.179 0-2.3578.393-3.5367 1.9648v-1.5719h-2.7507v11.7889h2.7507v-6.6804c0-1.9648 1.1789-3.1437 2.7507-3.1437 1.5719 0 2.7508 1.179 2.7508 3.1437v6.6804h2.7507v-6.6804c0-1.9648 1.1789-3.1437 2.7508-3.1437 1.9648 0 2.7507 1.179 2.7507 3.1437v6.6804h2.7507z' fill='%23231f20'/%3E %3Cpath d='M193.8073 92.9743v-1.5718h-.393l-.393 1.1789-.393-1.179h-.3929v1.572h.393v-1.179l.393 1.179h.3929l.393-1.179v1.179zm-3.1437 0v-1.5718h.393v-.393h-1.572v.393h.786l.393 1.5718z' fill='%23f79410'/%3E %3Cpath d='M141.8576 100.4563H102.247V29.4087h39.6106v71.0476z' fill='%23ff5f00'/%3E %3Cpath d='M104.762 65.294c0-14.5396 6.6803-27.1144 17.2903-35.3666-7.8593-5.8944-17.2904-9.824-27.9003-9.824-24.7567 0-45.1907 20.041-45.1907 45.1906s20.041 45.1907 45.1907 45.1907c10.61 0 20.041-3.5366 27.9003-9.824-10.61-8.2522-17.2904-21.22-17.2904-35.3667' fill='%23eb001b'/%3E %3Cpath d='M194.9075 65.294c0 24.7567-20.041 45.1907-45.1906 45.1907-10.61 0-20.0411-3.5366-27.9004-9.824 10.61-8.2522 17.2904-21.22 17.2904-35.3667s-6.6804-27.1144-17.2904-35.3666c7.8593-5.8944 17.2904-9.824 27.9004-9.824 25.1496 0 45.1906 20.041 45.1906 45.1906' fill='%23f79e1b'/%3E %3C/svg%3E"); }
.form-control-icon-creditcard.AMEX {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 154'%3E %3Cpath d='M236.6 154H7.4c-4.1 0-7.4-3.3-7.4-7.4V7.4C0 3.3 3.3 0 7.4 0h229.2c4.1 0 7.4 3.3 7.4 7.4v139.2c0 4.1-3.3 7.4-7.4 7.4z' fill='%23016fd0'/%3E %3Cg transform='translate(-55.5 -1002.3452)'%3E %3Cpath id='path3082' d='M102.7 1123.5v-38.2h40.5l4.3 5.7 4.5-5.7h146.9v35.6s-3.8 2.6-8.3 2.6h-81.3l-4.9-6v6h-16v-10.3s-2.2 1.4-6.9 1.4H176v8.8h-24.3l-4.3-5.8-4.4 5.8h-40.3z' fill='%23fff'/%3E %3Cpath id='path3080' d='M55.5 1056.5l9.1-21.3h15.8l5.2 11.9v-11.9h19.6l3.1 8.6 3-8.6h88v4.3s4.6-4.3 12.2-4.3l28.6.1 5.1 11.8v-11.9h16.4l4.5 6.8v-6.8h16.6v38.2h-16.6l-4.3-6.8v6.8h-24.1l-2.4-6h-6.5l-2.4 6H210c-6.5 0-10.7-4.2-10.7-4.2v4.2h-24.7l-4.9-6v6H78.1l-2.4-6h-6.5l-2.4 6H55.5v-16.9z' fill='%23fff'/%3E %3Cpath id='path3046' d='M67.9 1039.9l-12.3 28.6h8l2.3-5.7H79l2.3 5.7h8.2l-12.3-28.6h-9.3zm4.5 6.7l4 10h-8.1l4.1-10z' fill='%23016fd0'/%3E %3Cpath id='path3048' d='M90.3 1068.5v-28.6h11.4l6.6 18.4 6.5-18.5h11.3v28.6h-7.2v-21.1l-7.6 21.1H105l-7.6-21.1v21.1h-7.1z' fill='%23016fd0'/%3E %3Cpath id='path3050' d='M131 1068.5v-28.6h23.3v6.4h-16.1v4.9h15.7v6h-15.7v5.1h16.1v6.2H131z' fill='%23016fd0'/%3E %3Cpath id='path3052' d='M158.5 1039.9v28.6h7.2v-10.2h3l8.6 10.2h8.7l-9.4-10.5c3.9-.3 7.8-3.6 7.8-8.8 0-6-4.7-9.3-10-9.3h-15.9zm7.1 6.4h8.2c2 0 3.4 1.5 3.4 3 0 1.9-1.8 3-3.3 3h-8.3v-6z' fill='%23016fd0'/%3E %3Cpath id='path3054' d='M194.6 1068.5h-7.3v-28.6h7.3v28.6z' fill='%23016fd0'/%3E %3Cpath id='path3056' d='M211.9 1068.5h-1.6c-7.6 0-12.3-6-12.3-14.2 0-8.4 4.6-14.4 14.2-14.4h7.9v6.8H212c-3.9 0-6.7 3.1-6.7 7.7 0 5.5 3.2 7.9 7.7 7.9h1.9l-3 6.2z' fill='%23016fd0'/%3E %3Cpath id='path3058' d='M227.5 1039.9l-12.3 28.6h8l2.3-5.7h13.2l2.3 5.7h8.2l-12.3-28.6h-9.4zm4.5 6.7l4 10h-8l4-10z' fill='%23016fd0'/%3E %3Cpath id='path3060' d='M250 1068.5v-28.6h9.1l11.6 18v-18h7.2v28.6H269l-11.9-18.4v18.4H250z' fill='%23016fd0'/%3E %3Cpath id='path3062' d='M107.6 1118.6V1090H131v6.4h-16.1v4.9h15.7v6h-15.7v5.1H131v6.2h-23.4z' fill='%23016fd0'/%3E %3Cpath id='path3064' d='M222 1118.6V1090h23.3v6.4h-16.1v4.9h15.7v6h-15.7v5.1h16.1v6.2H222z' fill='%23016fd0'/%3E %3Cpath id='path3066' d='M131.9 1118.6l11.4-14.1-11.6-14.5h9l6.9 9 7-9h8.7l-11.5 14.3 11.4 14.3h-9l-6.7-8.8-6.6 8.8h-9z' fill='%23016fd0'/%3E %3Cpath id='path3068' d='M163.9 1090v28.6h7.3v-9h7.5c6.4 0 11.2-3.4 11.2-10 0-5.4-3.8-9.6-10.3-9.6h-15.7zm7.4 6.5h7.9c2.1 0 3.5 1.3 3.5 3.3 0 1.9-1.5 3.3-3.6 3.3h-7.9v-6.6h.1z' fill='%23016fd0'/%3E %3Cpath id='path3072' d='M193.1 1090v28.6h7.2v-10.2h3l8.6 10.2h8.7l-9.4-10.5c3.9-.3 7.8-3.6 7.8-8.8 0-6-4.7-9.3-10-9.3h-15.9zm7.2 6.4h8.2c2 0 3.4 1.5 3.4 3 0 1.9-1.8 3-3.3 3h-8.3v-6z' fill='%23016fd0'/%3E %3Cpath id='path3074' d='M248.7 1118.6v-6.2H263c2.1 0 3-1.1 3-2.4 0-1.2-.9-2.4-3-2.4h-6.5c-5.6 0-8.8-3.4-8.8-8.6 0-4.6 2.9-9 11.2-9h13.9l-3 6.4h-12c-2.3 0-3 1.2-3 2.4s.9 2.5 2.6 2.5h6.8c6.3 0 9 3.6 9 8.2 0 5-3 9.1-9.3 9.1h-15.2z' fill='%23016fd0'/%3E %3Cpath id='path3076' d='M274.9 1118.6v-6.2h14.3c2.1 0 3-1.1 3-2.4 0-1.2-.9-2.4-3-2.4h-6.5c-5.6 0-8.8-3.4-8.8-8.6 0-4.6 2.9-9 11.2-9H299l-3 6.4h-12c-2.3 0-3 1.2-3 2.4s.9 2.5 2.6 2.5h6.8c6.3 0 9 3.6 9 8.2 0 5-3 9.1-9.3 9.1h-15.2z' fill='%23016fd0'/%3E %3C/g%3E %3C/svg%3E"); }
.form-control-icon-creditcard.MAESTRO {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 154'%3E %3Cpath d='M236.6 154H7.4c-4.1 0-7.4-3.3-7.4-7.4V7.4C0 3.3 3.3 0 7.4 0h229.2c4.1 0 7.4 3.3 7.4 7.4v139.2c0 4.1-3.3 7.4-7.4 7.4z' fill='%23efefef'/%3E %3Cpath d='M-1.2 1.7v.4h-.1l-.1-.3-.1.3h-.1v-.4h.1V2l.1-.3h.1l.1.3v-.3zm-.7 0v.4h.1v.1h-.4v-.1h.2l.1-.4z' transform='matrix(3.9296 0 0 -3.9296 198.1912 100.1276)' fill='%230099df'/%3E %3Cpath d='M1158 711h-12.6v-22.6h12.6V711z' fill='%236c6bbd' transform='translate(-3498.8 -2134.32) scale(3.1437)'/%3E %3Cpath d='M7.2-.9c0 3.7 1.7 6.9 4.4 9-2 1.5-4.4 2.5-7.1 2.5C-1.9 10.6-7 5.5-7-.9s5.1-11.5 11.5-11.5c2.7 0 5.1.9 7.1 2.5-2.7 2.1-4.4 5.3-4.4 9' fill='%23eb001b' transform='matrix(3.9296 0 0 -3.9296 76.53 61.8374)'/%3E %3Cpath d='M-1.3-.9c0-6.3-5.1-11.5-11.5-11.5-2.7 0-5.1.9-7.1 2.5 2.7 2.1 4.4 5.4 4.4 9s-1.7 6.9-4.4 9c2 1.5 4.4 2.5 7.1 2.5 6.4 0 11.5-5.1 11.5-11.5' transform='matrix(3.9296 0 0 -3.9296 200.0774 61.8374)' fill='%230099df'/%3E %3Cpath d='M2.5 4.3c.1 0 .3 0 .5-.1l-.3-.6c-.1.1-.2.1-.4.1-.4 0-.7-.3-.7-.8V1.2H1v3h.7v-.3c.1.3.4.4.8.4M0 3.6h-1.1V2.3c0-.3.1-.5.5-.5.2 0 .4.1.6.2l.2-.6c-.2-.1-.5-.2-.8-.2-.8 0-1.1.4-1.1 1.1v1.4h-.6v.6h.6v.9h.7v-.9h1v-.7zM-8.5 3c.1.4.3.7.8.7s.7-.2.8-.7h-1.6zm2.3-.3c0 1-.6 1.6-1.4 1.6-.9 0-1.5-.7-1.5-1.6 0-1 .7-1.6 1.6-1.6.5 0 .9.1 1.3.4l-.5.5c-.3-.2-.6-.3-.9-.3-.4 0-.8.2-.9.7h2.3v.3m2.9.8c-.2.1-.6.3-1 .3s-.6-.1-.6-.4c0-.2.2-.3.5-.3L-4 3c.7-.1 1.1-.4 1.1-.9 0-.6-.5-1-1.4-1-.5 0-1 .1-1.3.4l.3.5c.2-.2.6-.3 1-.3.5 0 .7.1.7.4 0 .2-.2.3-.5.3h-.3c-.7.1-1.1.4-1.1.9 0 .6.5 1 1.3 1 .4 0 .9-.1 1.2-.3l-.3-.5zm8.2.2c-.1 0-.3 0-.4-.1-.1 0-.2-.1-.3-.2s-.1-.2-.2-.3c0-.1-.1-.2-.1-.4 0-.1 0-.3.1-.4 0-.1.1-.2.2-.3.1-.1.2-.2.3-.2.1 0 .2-.1.4-.1.1 0 .3 0 .4.1.1 0 .2.1.3.2.1.1.2.2.2.3 0 .1.1.3.1.4 0 .1 0 .3-.1.4 0 .1-.1.2-.2.3-.1.1-.2.2-.3.2-.1.1-.3.1-.4.1m0 .6c.2 0 .5 0 .7-.1.1-.1.3-.2.5-.3.1-.1.3-.3.3-.5.1-.2.1-.4.1-.6 0-.2 0-.4-.1-.6-.1-.3-.2-.5-.3-.6-.2-.2-.4-.3-.6-.4-.2-.1-.4-.1-.6-.1-.2 0-.5 0-.7.1-.2.1-.3.2-.5.4s-.3.3-.3.5c-.1.2-.2.4-.2.6s0 .4.1.6c.1.2.2.4.3.5.3.2.4.3.6.4.2.1.5.1.7.1m-17.3-1.6c0 .5.4 1 .9 1s.9-.4.9-1-.4-1-.9-1c-.5.1-.9.5-.9 1m2.5 0v1.5h-.7v-.3c-.2.3-.5.4-1 .4-.9 0-1.5-.7-1.5-1.6 0-.9.7-1.6 1.5-1.6.4 0 .8.2 1 .4v-.3h.7v1.5zm-3.7-1.5v1.9c0 .7-.5 1.2-1.2 1.2-.4 0-.8-.1-1.1-.5-.2.3-.5.5-1 .5-.3 0-.6-.1-.9-.5v.4h-.7v-3h.7v1.7c0 .5.3.8.7.8.4 0 .7-.3.7-.8V1.2h.7v1.7c0 .5.3.8.7.8.5 0 .7-.3.7-.8V1.2h.7z' transform='matrix(3.9296 0 0 -3.9296 145.377 137.8835)' fill=':%23231f20'/%3E %3Cpath d='M.7 5.4l.1-.1c0 .1 0 .1-.1.1zm.1.1s0-.1 0 0c.1 0 .1-.1.1-.1v-.1H.8l.1-.1H.8l-.1.1v-.1H.6v.3h.2zm-.1-.4c.1 0 .1 0 0 0 .1 0 .1 0 .2.1l.1.1v.2s0 .1-.1.1H.8.7.6.5v-.1-.1-.1-.1c.1-.1.1-.1.2-.1m0 .5h.1s.1 0 .1-.1c0 0 0-.1.1-.1v-.1-.1s0-.1-.1-.1c0 0-.1 0-.1-.1H.7.6s-.1 0-.1.1c0 0 0 .1-.1.1v.2s0 .1.1.1c0 0 .1 0 .1.1h.1' transform='matrix(3.9296 0 0 -3.9296 171.1554 153.4762)' fill=':%23231f20'/%3E %3C/svg%3E"); }

.form-control-icon-validate {
  background-size: 24px 24px; }
  .form-control-icon-validate.is-invalid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cstyle%3E .st0%7Bfill:none;stroke:%23dc3545;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E %3Ccircle class='st0' cx='12' cy='12' r='11.5'/%3E %3Cpath class='st0' d='M7.8 7.8l8.4 8.4M16.2 7.8l-8.4 8.4'/%3E %3C/svg%3E"); }
  .form-control-icon-validate.is-valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cstyle%3E .st0%7Bfill:none;stroke:%2340c165;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E %3Cpath class='st0' d='M18 7l-7 9.5-5-4'/%3E %3Ccircle class='st0' cx='12' cy='12' r='11.5'/%3E %3C/svg%3E "); }

.form-control-hero {
  box-shadow: 0 4px 4px rgba(44, 57, 84, 0.16);
  border: none; }

.switch {
  width: 64px;
  height: 32px;
  border-radius: 60px;
  background-color: #40c165;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .switch.switch-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.switch-label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px; }

.switch-label:before, .switch-label:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0; }

.switch-label:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #c1cddb;
  border-radius: 60px;
  transition: opacity .2s ease-out .1s;
  opacity: 1; }

.switch-label:after {
  width: 32px;
  height: 32px;
  transform: translate3d(0, -50%, 0);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  top: 50%;
  z-index: 3;
  transition: transform 0.4s cubic-bezier(0.44, -0.12, 0.07, 1.15); }

.switch-toggle {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.switch .switch-toggle:checked ~ .switch-label:before {
  opacity: 0; }

.switch .switch-toggle:checked ~ .switch-label:after {
  transform: translate3d(100%, -50%, 0); }

.switch-text {
  position: absolute;
  color: #242f3d;
  font-weight: 500;
  font-size: 0.7142857143rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  top: .5em;
  right: -6em;
  opacity: .4;
  transition: opacity .2s ease-out .1s; }

.switch-text:first-of-type {
  opacity: 1;
  text-align: left;
  left: -6em; }

.switch .switch-toggle:checked ~ .switch-text {
  opacity: 1; }

.switch .switch-toggle:checked ~ .switch-text:first-of-type {
  opacity: .4; }

.switch-neutral {
  background-color: #c1cddb; }

.container-terms {
  font-size: 85%;
  background-color: #d9e2ef;
  margin-bottom: 2em;
  position: relative; }
  .container-terms::after {
    content: "";
    height: 2em;
    display: block;
    position: absolute;
    background: linear-gradient(to bottom, rgba(217, 226, 239, 0) 0%, #d9e2ef 100%);
    bottom: 0;
    left: 2em;
    right: 2em;
    z-index: 10; }
  .container-terms .container-terms-inner {
    padding: 2em;
    max-height: 25em;
    overflow: auto; }

.input-group-search .btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #c1cddb;
  color: #c1cddb;
  border-left: none;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  transition: all .4s ease-in-out; }
  .input-group-search .btn-outline .icon-ol {
    stroke: #c1cddb;
    transition: stroke .4s ease-in-out; }
.input-group-search .form-control {
  border-right: none;
  transition: border-color .4s ease-in-out;
  color: #c1cddb; }
  @media (min-width: 992px) {
    .input-group-search .form-control {
      min-width: 18em; } }
  .input-group-search .form-control::placeholder {
    transition: color .4s ease-in-out; }
  .input-group-search .form-control:focus {
    border-color: #697788;
    box-shadow: none;
    color: #697788; }
    .input-group-search .form-control:focus::placeholder {
      color: #697788; }
    .input-group-search .form-control:focus ~ .input-group-append .btn-outline {
      border-color: #697788; }
      .input-group-search .form-control:focus ~ .input-group-append .btn-outline .icon-ol {
        stroke: #697788; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #697788; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #d9e2ef #d9e2ef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #697788;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495665;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #307fe2; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-customer-stories {
  position: relative;
  top: -50px;
  z-index: 100; }

.avatar-list .nav-link {
  color: #a4b1c1;
  font-size: 0.7692307692rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5652173913;
  text-align: center;
  text-transform: uppercase; }
.avatar-list .nav-link:hover,
.avatar-list .nav-link:focus {
  color: #374251; }
.avatar-list .avatar-img-wrapper {
  background-color: #fff;
  display: inline-block;
  padding: 2px;
  position: relative;
  border-radius: 100px;
  margin: 0 auto .5em; }
  .avatar-list .avatar-img-wrapper .avatar {
    border-radius: 100px;
    height: auto;
    max-width: 100%;
    opacity: 0.8;
    z-index: 25; }
  .avatar-list .avatar-img-wrapper .icon-fl {
    fill: #fff;
    z-index: 50;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 400ms ease-in-out; }
.avatar-list .nav-link.active {
  color: #242f3d; }
  .avatar-list .nav-link.active .avatar-img-wrapper .avatar {
    opacity: 1; }
  .avatar-list .nav-link.active .avatar-img-wrapper .icon-fl {
    opacity: 0; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.5rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  color: rgba(34, 34, 34, 0.8);
  display: inline-block;
  padding-top: 0.1715rem;
  padding-bottom: 0.1715rem;
  margin-right: 1.5rem;
  font-size: 1.365rem;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    color: #222;
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.05rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.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) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (min-width: 1300px) {
  .navbar-expand-sm {
    padding-right: 3rem;
    padding-left: 3rem; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (min-width: 1300px) {
  .navbar-expand-md {
    padding-right: 3rem;
    padding-left: 3rem; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (min-width: 1300px) {
  .navbar-expand-lg {
    padding-right: 3rem;
    padding-left: 3rem; } }
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (min-width: 1300px) {
  .navbar-expand-xl {
    padding-right: 3rem;
    padding-left: 3rem; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }
  @media (min-width: 1300px) {
    .navbar-expand {
      padding-right: 3rem;
      padding-left: 3rem; } }

#global-header {
  background: #307fe2;
  background: linear-gradient(-45deg, #3d3de0 0%, #307fe2 100%);
  box-shadow: 0 1px 5px rgba(95, 130, 147, 0.2);
  position: relative;
  z-index: 1036; }
  @media (min-width: 768px) {
    #global-header {
      background: transparent;
      position: absolute;
      width: 100%;
      box-shadow: none; }
      #global-header.global-header-block {
        position: relative;
        background: #307fe2;
        background: linear-gradient(-45deg, #3d3de0 0%, #307fe2 100%); } }

.navbar-global.navbar-global-fixed {
  position: absolute;
  width: 100%;
  background: transparent; }
.navbar-global .navbar-brand {
  color: #fff;
  line-height: 1; }
  .navbar-global .navbar-brand svg {
    fill: #fff; }
  .navbar-global .navbar-brand:focus, .navbar-global .navbar-brand:hover {
    color: #fff; }
.navbar-global .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9090909091rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .navbar-global .navbar-nav .nav-link:focus, .navbar-global .navbar-nav .nav-link:hover {
    color: #fff; }
  .navbar-global .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-global .navbar-nav .show > .nav-link,
.navbar-global .navbar-nav .active > .nav-link,
.navbar-global .navbar-nav .nav-link.show,
.navbar-global .navbar-nav .nav-link.active {
  color: #fff; }
@media (min-width: 768px) {
  .navbar-global .navbar-nav .nav-item-user {
    padding-left: 36px; } }
.navbar-global .navbar-toggler {
  color: rgba(255, 255, 255, 0.75); }
.navbar-global .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.75)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-global .navbar-text {
  color: rgba(255, 255, 255, 0.75); }
  .navbar-global .navbar-text a {
    color: #fff; }
    .navbar-global .navbar-text a:focus, .navbar-global .navbar-text a:hover {
      color: #fff; }

.nav-gravatar {
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  max-width: 44px; }

#local-header {
  width: 100%;
  position: relative;
  z-index: 1035; }
  #local-header.local-header-scroll {
    display: none; }
    #local-header.local-header-scroll.stuck {
      display: block;
      position: fixed;
      top: 0; }

.navbar-local {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 1.3333333333rem 1.5rem; }
  .navbar-local .navbar-nav .nav-link {
    color: rgba(36, 47, 61, 0.5); }
    .navbar-local .navbar-nav .nav-link:focus, .navbar-local .navbar-nav .nav-link:hover {
      color: rgba(36, 47, 61, 0.7); }
    .navbar-local .navbar-nav .nav-link.disabled {
      color: rgba(36, 47, 61, 0.3); }
  .navbar-local .navbar-nav .show > .nav-link,
  .navbar-local .navbar-nav .active > .nav-link,
  .navbar-local .navbar-nav .nav-link.show,
  .navbar-local .navbar-nav .nav-link.active {
    color: rgba(36, 47, 61, 0.9); }
  .navbar-local .navbar-toggler {
    color: rgba(36, 47, 61, 0.5);
    opacity: .7; }
    .navbar-local .navbar-toggler:focus, .navbar-local .navbar-toggler:hover {
      opacity: 1; }
  .navbar-local .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(36, 47, 61, 0.7)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-local .navbar-text {
    color: rgba(36, 47, 61, 0.5); }
    .navbar-local .navbar-text a {
      color: rgba(36, 47, 61, 0.9); }
      .navbar-local .navbar-text a:focus, .navbar-local .navbar-text a:hover {
        color: rgba(36, 47, 61, 0.9); }

.navbar-preview {
  background: #f6faff;
  box-shadow: 0 2px 6px rgba(44, 57, 84, 0.06); }

.wrapper {
  overflow: hidden;
  position: relative; }

.block-section {
  padding: 10em 0;
  overflow: hidden; }
  .block-section p, .block-section ul, .block-section ol, .block-section small, .block-section .small {
    font-weight: 100; }
  .block-section p:last-of-type {
    margin-bottom: 0; }

.block-section-lead p:first-of-type {
  font-weight: 400; }

.block-overflow {
  overflow: visible; }

.block-slim {
  padding: 4.5em 0; }

.block-button-group {
  margin-top: 1rem; }
  .block-button-group .btn {
    margin-top: 1rem;
    margin-right: 1rem; }

.container-parallax {
  overflow: hidden;
  position: relative; }
  .container-parallax .block-img-parallax {
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 25;
    opacity: .07; }
  .container-parallax .content-parallax {
    position: relative;
    z-index: 50; }
    .container-parallax .content-parallax.content-parallax-hh {
      min-height: 50vh; }
    .container-parallax .content-parallax.content-parallax-th {
      min-height: 75vh; }
    .container-parallax .content-parallax.content-parallax-fh {
      min-height: 100vh; }
  .container-parallax.col-parallax .block-img-parallax {
    opacity: 1; }

.block-icons {
  margin: 2.5rem 0;
  text-align: center; }
  .block-icons .icon-ol {
    margin-bottom: 0.5rem; }
  .block-icons .small {
    line-height: 1.4; }

.block-bar {
  margin: 4rem 0; }
  .block-bar .progress {
    margin-bottom: 2rem; }

.question {
  background-clip: border-box;
  background-color: #fff;
  border-image: linear-gradient(to bottom, #307fe2, #00e5bc) 1 100%;
  border-left-style: solid;
  border-left-width: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5em 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  min-width: 0;
  word-wrap: break-word; }
  .question:last-of-type {
    margin-bottom: 0; }

.question-header {
  margin-bottom: 0;
  background-color: #fff; }

.question-header a {
  color: #222; }

.question-header a:hover,
.question-header a:focus {
  color: #307fe2;
  text-decoration: none; }

.question-answer {
  flex: 1 1 auto;
  padding-top: 1.25rem; }

#global-footer {
  background-color: #242f3d;
  color: #a4b1c1;
  padding: 7em 3em; }
  #global-footer ul {
    font-size: 0.9rem;
    padding-left: 0;
    list-style: none; }
  #global-footer li {
    line-height: 1.2;
    margin-bottom: 0.5rem; }
  #global-footer h5 {
    color: #fff; }
    #global-footer h5.footer-brand {
      color: #c1cddb; }
  #global-footer a {
    color: #a4b1c1; }
  #global-footer a:hover,
  #global-footer a:focus {
    color: #fff;
    text-decoration: none; }
    #global-footer a:hover svg,
    #global-footer a:focus svg {
      fill: #fff; }
  #global-footer svg {
    fill: #c1cddb; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  box-shadow: 0 2px 15px rgba(95, 130, 147, 0.15);
  border-radius: 0.5rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }

.card-plan-row {
  margin: 4em 0; }

.card-plan {
  border-radius: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  transition: all .3s ease-in-out;
  will-change: transform; }
  @media (min-width: 768px) {
    .card-plan.card-plan-highlight {
      top: -1.5em;
      padding-top: 1.5em;
      height: calc(100% - -3em) !important; } }
  @media (max-width: 1299.98px) {
    .card-plan.card-plan-highlight.card-plan-highlight-xl {
      top: 0;
      height: 100% !important;
      padding-top: 0; } }

.card-plan-select {
  border: 1px solid #fff;
  cursor: pointer; }
  .card-plan-select:hover, .card-plan-select:focus, .card-plan-select.card-plan-active {
    transform: scale(1.03);
    box-shadow: 0 10px 35px rgba(95, 130, 147, 0.15); }
  .card-plan-select.card-plan-active {
    border: 1px solid #307fe2; }
    .card-plan-select.card-plan-active h2 {
      color: #307fe2; }
    .card-plan-select.card-plan-active .icon-fl {
      fill: #307fe2; }

.card-hint {
  color: #fff;
  border-radius: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 500;
  font-size: 0.7692307692rem;
  letter-spacing: 0.1em;
  padding: .3em;
  text-transform: uppercase;
  max-height: 2.4em;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-title-plan {
  font-weight: 500;
  font-size: 0.9090909091rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  text-transform: uppercase; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(34, 34, 34, 0.03);
  border-bottom: 1px solid rgba(34, 34, 34, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-header-plan {
  color: #222;
  padding: 3rem 1.25rem 0.75rem; }
  .card-header-plan:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(34, 34, 34, 0.03);
  border-top: 1px solid rgba(34, 34, 34, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.card-price {
  font-size: 2.5rem;
  margin-bottom: .75  em;
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #222; }

.card-currency {
  font-size: 1.25rem;
  top: -.6em;
  position: relative;
  margin-right: .25em; }

.card-price-period {
  display: none; }
  .card-price-period.active {
    display: block; }

.list-group-card:last-of-type {
  margin: 0 1.25rem 2.25rem; }
.list-group-card .list-group-item {
  border: 0;
  padding: 0.4em 0.625rem;
  text-align: left;
  line-height: 1.4; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.5rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0; }
          .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0; }
        .card-group .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0; }
          .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0; }
        .card-group .card:only-child {
          border-radius: 0.5rem; }
          .card-group .card:only-child .card-img-top {
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem; }
          .card-group .card:only-child .card-img-bottom {
            border-bottom-right-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem; }
        .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #194276;
  background-color: #d6e5f9;
  border-color: #c5dbf7; }
  .alert-primary hr {
    border-top-color: #afcdf4; }
  .alert-primary .alert-link {
    color: #102a4c; }

.alert-secondary {
  color: #001830;
  background-color: #ccd5df;
  border-color: #b8c4d2; }
  .alert-secondary hr {
    border-top-color: #a8b7c8; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #216435;
  background-color: #d9f3e0;
  border-color: #caeed4; }
  .alert-success hr {
    border-top-color: #b7e8c4; }
  .alert-success .alert-link {
    color: #143e21; }

.alert-info {
  color: #1a7381;
  background-color: #d6f8fe;
  border-color: #c6f5fd; }
  .alert-info hr {
    border-top-color: #adf1fc; }
  .alert-info .alert-link {
    color: #114d57; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-gray {
  color: #373e47;
  background-color: #e1e4e7;
  border-color: #d5d9de; }
  .alert-gray hr {
    border-top-color: #c7ccd3; }
  .alert-gray .alert-link {
    color: #21252a; }

.alert-dark {
  color: #0d0f12;
  background-color: #d1d2d3;
  border-color: #bfc0c1; }
  .alert-dark hr {
    border-top-color: #b2b3b4; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 1rem;
  text-align: right;
  transition: width 2000ms ease 0ms; }

.progress-bar {
  color: #d9e2ef;
  background-color: #d9e2ef;
  height: 10px; }

.progress-text {
  font-size: 1.4rem;
  font-weight: 100; }
  .progress-text span {
    font-size: 1rem; }

.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; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.icon-ol {
  fill: none;
  stroke-width: 1px;
  stroke: #222;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  vertical-align: middle; }
  .icon-ol.icon-ol-sm {
    stroke-width: 3px; }
  .icon-ol.icon-blue {
    stroke: #307fe2; }
  .icon-ol.icon-white {
    stroke: #fff; }
  .icon-ol.icon-gray {
    stroke: #697788; }
  .icon-ol.icon-green {
    stroke: #40c165; }
  .icon-ol.icon-red {
    stroke: #dc3545; }

a .icon-link {
  stroke: #697788; }
a:hover .icon-link {
  stroke: #222; }

.icon-fl {
  fill: #222;
  vertical-align: middle; }
  .icon-fl.icon-blue {
    fill: #307fe2; }
  .icon-fl.icon-white {
    fill: #fff; }
  .icon-fl.icon-gray {
    fill: #697788; }
  .icon-fl.icon-green {
    fill: #40c165; }
  .icon-fl.icon-red {
    fill: #dc3545; }

.icon-img {
  max-width: 100px;
  min-width: 80px; }

.error-wrapper {
  position: relative;
  margin-top: 4em;
  margin-bottom: 4em; }
  .error-wrapper .error-img {
    position: relative;
    z-index: 160; }
  .error-wrapper .error-bg {
    max-width: 1200px;
    position: absolute;
    z-index: 100;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: .3; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495665;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #495665;
    text-decoration: none;
    background-color: #f6faff; }
  .list-group-item-action:active {
    background-color: #d9e2ef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(34, 34, 34, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #697788;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #307fe2;
    border-color: #307fe2; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #194276;
  background-color: #c5dbf7; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #194276; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #194276;
    background-color: #afcdf4; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #194276;
    border-color: #194276; }

.list-group-item-secondary {
  color: #001830;
  background-color: #b8c4d2; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #001830; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #001830;
    background-color: #a8b7c8; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #001830;
    border-color: #001830; }

.list-group-item-success {
  color: #216435;
  background-color: #caeed4; }

a.list-group-item-success,
button.list-group-item-success {
  color: #216435; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #216435;
    background-color: #b7e8c4; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #216435;
    border-color: #216435; }

.list-group-item-info {
  color: #1a7381;
  background-color: #c6f5fd; }

a.list-group-item-info,
button.list-group-item-info {
  color: #1a7381; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #1a7381;
    background-color: #adf1fc; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #1a7381;
    border-color: #1a7381; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #858585;
  background-color: white; }

a.list-group-item-light,
button.list-group-item-light {
  color: #858585; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #858585;
    background-color: #f2f2f2; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-gray {
  color: #373e47;
  background-color: #d5d9de; }

a.list-group-item-gray,
button.list-group-item-gray {
  color: #373e47; }
  a.list-group-item-gray:focus, a.list-group-item-gray:hover,
  button.list-group-item-gray:focus,
  button.list-group-item-gray:hover {
    color: #373e47;
    background-color: #c7ccd3; }
  a.list-group-item-gray.active,
  button.list-group-item-gray.active {
    color: #fff;
    background-color: #373e47;
    border-color: #373e47; }

.list-group-item-dark {
  color: #0d0f12;
  background-color: #bfc0c1; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #0d0f12; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #0d0f12;
    background-color: #b2b3b4; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #0d0f12;
    border-color: #0d0f12; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #222;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (10px * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (10px * 2));
    content: ""; }

.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(34, 34, 34, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  background-color: #222; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #d9e2ef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.8; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #d9e2ef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (30px * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (30px * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.modal-dialog-video {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
  min-height: 100%; }
  .modal-dialog-video .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .modal-dialog-video #modal-content-video {
    width: 100%; }
  .modal-dialog-video .close {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 5100; }

#preview-modal .modal-dialog-preview {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: 0; }
  #preview-modal .modal-dialog-preview .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 0; }
#preview-modal iframe {
  border: 0;
  width: 100%;
  height: 100%; }

.tooltip {
  position: absolute;
  z-index: 10070;
  display: block;
  margin: 0;
  font-family: "adelle-sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  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: 0.8em;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #222; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #222; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #222; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #222; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.25rem;
  line-height: 1.4em; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10060;
  display: block;
  max-width: 276px;
  font-family: "adelle-sans", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 0.8rem; }
  .popover .arrow::after {
    content: "";
    border-width: 0.8rem; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.8rem; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -0.8rem;
      margin-left: -0.8rem;
      border-top-color: rgba(34, 34, 34, 0.25); }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: calc((0.8rem - 1px) * -1);
      margin-left: -0.8rem;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.8rem; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -0.8rem;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -0.8rem;
      border-right-color: rgba(34, 34, 34, 0.25); }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: calc((0.8rem - 1px) * -1);
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.8rem; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -0.8rem;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -0.8rem;
      border-bottom-color: rgba(34, 34, 34, 0.25); }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: calc((0.8rem - 1px) * -1);
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.8rem; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -0.8rem;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -0.8rem;
      border-left-color: rgba(34, 34, 34, 0.25); }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: calc((0.8rem - 1px) * -1);
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #222;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem; }

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

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

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

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

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

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

.bg-primary {
  background-color: #307fe2 !important; }

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

.bg-secondary {
  background-color: #002E5D !important; }

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

.bg-success {
  background-color: #40c165 !important; }

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

.bg-info {
  background-color: #32ddf9 !important; }

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

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

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

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

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

.bg-light {
  background-color: #fff !important; }

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

.bg-gray {
  background-color: #697788 !important; }

a.bg-gray:focus, a.bg-gray:hover {
  background-color: #535e6b !important; }

.bg-dark {
  background-color: #191d22 !important; }

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

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d9e2ef !important; }

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

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

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

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

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

.border-primary {
  border-color: #307fe2 !important; }

.border-secondary {
  border-color: #002E5D !important; }

.border-success {
  border-color: #40c165 !important; }

.border-info {
  border-color: #32ddf9 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #fff !important; }

.border-gray {
  border-color: #697788 !important; }

.border-dark {
  border-color: #191d22 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important; } }
.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

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

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 100 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #307fe2 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #1b66c4 !important; }

.text-secondary {
  color: #002E5D !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #00152a !important; }

.text-success {
  color: #40c165 !important; }

a.text-success:focus, a.text-success:hover {
  color: #329c51 !important; }

.text-info {
  color: #32ddf9 !important; }

a.text-info:focus, a.text-info:hover {
  color: #07d0f1 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

.text-light {
  color: #fff !important; }

a.text-light:focus, a.text-light:hover {
  color: #e6e6e6 !important; }

.text-gray {
  color: #697788 !important; }

a.text-gray:focus, a.text-gray:hover {
  color: #535e6b !important; }

.text-dark {
  color: #191d22 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #030405 !important; }

.text-muted {
  color: #697788 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8em 1em;
  position: relative;
  z-index: 50; }
  .hero-content.hero-content-50 {
    min-height: 50vh; }
  .hero-content.hero-content-75 {
    min-height: 75vh; }
  .hero-content.hero-content-100 {
    min-height: 100vh; }
  .hero-content h1, .hero-content .h1 {
    font-size: 4.2em;
    display: block;
    color: #fff; }
  .hero-content .lead {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .02em;
    margin-bottom: 2rem; }

.hero-content-stories {
  min-height: 50vh;
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .hero-content-stories {
      min-height: 60vh; } }
  .hero-content-stories .lead {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.5rem; }

.hero-footer {
  color: #fff; }
  @media (min-width: 576px) {
    .hero-footer {
      position: absolute;
      bottom: 2.5em;
      left: 2.5em;
      z-index: 50; } }
  .hero-footer .icon-ol {
    stroke: #fff;
    width: 40px;
    height: 40px; }
  .hero-footer a {
    display: block;
    opacity: .8;
    color: #fff; }
    .hero-footer a:hover, .hero-footer a:focus {
      opacity: 1;
      text-decoration: none; }

.hero-img {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25;
  opacity: .2; }
  .hero-img.hero-img-fixed {
    background-attachment: fixed;
    background-position: center; }

.hero-img-feature {
  box-shadow: 0 0 40px rgba(44, 57, 84, 0.1); }

.hero-video {
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 25; }
  .hero-video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .6; }
  .hero-video.hero-video-bg video {
    opacity: .3; }

.img-slider-container {
  position: relative;
  max-width: 768px;
  margin: 0em auto; }
  .img-slider-container img {
    width: 100%;
    display: block; }

.img-slider-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }
  .img-slider-label.is-hidden {
    visibility: hidden; }

.is-visible .img-slider-label {
  opacity: 1;
  transform: translateY(0); }

.img-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden; }
  .img-slider-overlay img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none; }
  .img-slider-overlay .img-slider-label {
    right: auto;
    left: 0; }

.is-visible .img-slider-overlay {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s; }

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 55%; }
  100% {
    width: 50%; } }
.img-slider-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E %3Cpath fill='%$gray-900' d='M13 21l-5-5 5-5zM19 11l5 5-5 5z'/%3E %3C/svg%3E ") no-repeat center center;
  cursor: move;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0); }

.img-slider-handle.draggable {
  background-color: #d9e2ef; }

.is-visible .img-slider-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s, opacity 0s 0.7s; }

.wrapper-laptop {
  width: 100%;
  height: 100%;
  max-width: 1274px;
  max-height: 807px;
  margin: 0 auto; }
  .wrapper-laptop .wrapper-laptop-inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0; }
  .wrapper-laptop video,
  .wrapper-laptop img {
    background: url("../img/www/product/feature-wrapper-laptop.2.png") center center no-repeat;
    background-size: contain;
    padding: 1.2% 13% 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.overlap-laptop {
  margin-top: 3em; }
  @media (min-width: 576px) {
    .overlap-laptop {
      margin-top: -250px; } }

.wrapper-desktop {
  width: 100%;
  height: 100%;
  max-width: 1274px;
  max-height: 807px;
  margin: 0 auto; }
  .wrapper-desktop .wrapper-desktop-inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0; }
  .wrapper-desktop video,
  .wrapper-desktop img {
    background: url("../img/www/product/feature-wrapper-desktop.2.png") center center no-repeat;
    background-size: contain;
    padding: 0% 13% 11.2%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wrapper-mobile {
  width: 100%;
  height: 100%;
  max-height: 850px;
  margin: 0 auto; }
  .wrapper-mobile .wrapper-mobile-inner {
    position: relative;
    padding-top: 10%;
    padding-bottom: 74%;
    height: 0; }
  .wrapper-mobile video,
  .wrapper-mobile img {
    background: url("../img/www/product/feature-wrapper-mobile.2.png") center center no-repeat;
    background-size: contain;
    padding: 20% 37% 27% 37%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.security-feature-wrapper {
  min-height: 26em;
  height: 26em;
  margin: 0 auto; }
  @media (min-width: 1300px) {
    .security-feature-wrapper {
      min-height: 36em;
      height: 36em; } }
  .security-feature-wrapper .security-feature-browser {
    position: absolute;
    top: 2%;
    z-index: 40;
    right: 2%;
    max-width: 80%; }
    @media (min-width: 576px) {
      .security-feature-wrapper .security-feature-browser {
        top: 0;
        max-width: 68%; } }
    @media (min-width: 768px) {
      .security-feature-wrapper .security-feature-browser {
        right: 10%;
        max-width: 64%; } }
    @media (min-width: 1300px) {
      .security-feature-wrapper .security-feature-browser {
        right: 5%;
        max-height: 34em;
        max-width: 90%; } }
  .security-feature-wrapper .security-feature-mobile {
    position: absolute;
    bottom: 0;
    max-width: 14em;
    left: 7.6em;
    z-index: 50;
    max-width: 9em; }
    @media (min-width: 1300px) {
      .security-feature-wrapper .security-feature-mobile {
        max-width: 12em; } }
  .security-feature-wrapper .security-feature-alert {
    position: absolute;
    top: 3em;
    left: 0;
    max-width: 13em;
    z-index: 60; }
    @media (min-width: 1300px) {
      .security-feature-wrapper .security-feature-alert {
        top: 9em; } }

.ecommerce-feature-wrapper {
  position: relative;
  min-height: 36em;
  height: 36em;
  margin: 0 auto; }
  .ecommerce-feature-wrapper .ecommerce-feature-browser-01,
  .ecommerce-feature-wrapper .ecommerce-feature-browser-02 {
    position: absolute;
    width: 70%; }
    @media (min-width: 1300px) {
      .ecommerce-feature-wrapper .ecommerce-feature-browser-01,
      .ecommerce-feature-wrapper .ecommerce-feature-browser-02 {
        width: 60%; } }
  .ecommerce-feature-wrapper .ecommerce-feature-browser-01 {
    z-index: 10;
    top: 0;
    left: 0; }
  .ecommerce-feature-wrapper .ecommerce-feature-browser-02 {
    z-index: 20;
    top: 20%;
    right: 0; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.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"); }

.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"); }

.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; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.hero-content.hero-domain-search {
  align-items: normal;
  transition: padding-top .25s ease-out; }
  .hero-content.hero-domain-search.hero-domain-search-focused {
    margin-top: 3em; }

.form-domain-search {
  max-width: 1200px;
  margin: 0 auto; }
  .form-domain-search.focused {
    box-shadow: 0 4px 10px rgba(44, 57, 84, 0.16); }

.domain-search-results {
  background: #fff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: relative;
  z-index: 50;
  margin-top: -5px; }

.domain-search-tld:hover {
  background-color: #f6faff; }

.domain-search-results-heading {
  background-color: #c1cddb;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .domain-search-results-heading .h4 {
    color: #222;
    font-size: 0.75rem;
    line-height: 1;
    margin: 0; }
  .domain-search-results-heading .btn-link {
    color: #222; }
    .domain-search-results-heading .btn-link:hover, .domain-search-results-heading .btn-link:focus {
      color: #000;
      text-decoration: none; }

.domain-search-results-heading .row,
.domain-search-tld .row {
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.domain-search-tld {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.domain-search-name {
  font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.5rem; }

.dropdown-menu-domain-search {
  font-size: 0.85rem; }
  .dropdown-menu-domain-search .dropdown-item a {
    display: block;
    width: 100%; }
    .dropdown-menu-domain-search .dropdown-item a:hover, .dropdown-menu-domain-search .dropdown-item a:focus {
      text-decoration: none; }

.btn-add-to-basket .icon-tick-simple {
  display: none; }
.btn-add-to-basket.added-to-basket .icon-basket {
  display: none; }
.btn-add-to-basket.added-to-basket .icon-tick-simple {
  display: inline-block; }

.whois-results {
  background: #fff;
  border-radius: 0.25rem;
  position: relative;
  z-index: 50;
  margin-top: 1em;
  padding: 3em;
  box-shadow: 0 4px 4px rgba(44, 57, 84, 0.16); }

#domain-prerequisites .carousel-item {
  min-height: 100vh; }

.kb-wrapper {
  padding: 4rem 0; }

#sidebar {
  border-right: 1px solid #d9e2ef;
  padding: 4rem 2rem;
  background-color: #d9e2ef; }
  #sidebar ul {
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700; }
    #sidebar ul li {
      margin-bottom: 0.5rem; }
    #sidebar ul a {
      color: #222; }

.kb-list a {
  color: #222; }

.kb-information {
  background-color: #f6faff;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  margin: 3rem 0; }

.kb-video-wrapper {
  box-shadow: 0 2px 14px rgba(44, 57, 84, 0.2);
  max-width: 1000px;
  margin-bottom: 3rem; }

.kb-feedback {
  border-top: 1px solid #d9e2ef;
  margin-top: 6rem;
  padding-top: 2rem; }

.message-wrapper {
  overflow-y: auto;
  flex: 1 1 auto;
  padding: 1.25rem; }
  .message-wrapper .avatar-wrapper {
    height: 50px;
    width: 50px; }
    .message-wrapper .avatar-wrapper .avatar {
      height: 50px;
      width: 50px;
      border: 1px solid #fff; }

.message-container {
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 160%;
  position: relative;
  font-size: 90%;
  margin: 0;
  font-family: "adelle-sans", "Helvetica Neue", Arial, sans-serif;
  white-space: pre-wrap;
  word-break: break-word;
  width: 100%; }
  @media (min-width: 768px) {
    .message-container {
      width: 60%; } }

.message-time {
  position: absolute;
  bottom: -25px;
  color: #697788;
  font-size: 85%; }

.message-reply .message-container {
  background: #435f7a;
  color: #fff;
  margin-left: 19px;
  text-align: left; }
  .message-reply .message-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #435f7a;
    border-left: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-left: -15px; }
.message-reply .message-time {
  left: 0; }

.message-sent .message-container {
  background: #f5f5f5;
  margin-right: 19px;
  text-align: right; }
  .message-sent .message-container:after {
    content: '';
    position: absolute;
    right: 0;
    top: 22px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: #f5f5f5;
    border-right: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-right: -15px; }
.message-sent .message-time {
  right: 0; }

.customer-stories {
  background-color: #222;
  color: #fff;
  text-align: center;
  overflow: hidden;
  height: auto; }
  .customer-stories .wrapper {
    background-color: #191d22; }
    .customer-stories .wrapper .hero-img {
      background-attachment: local;
      opacity: .6; }

.customer-name {
  display: block;
  color: #a4b1c1;
  font-size: 0.9090909091rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.thumb-customer-stories-lg {
  background-color: #a4b1c1;
  display: block;
  padding: 4px;
  position: relative;
  border-radius: 100px;
  width: 140px;
  margin: 0 auto .5em; }
  .thumb-customer-stories-lg .customer-photo {
    border-radius: 100px;
    height: auto;
    max-width: 100%;
    opacity: 1;
    z-index: 25; }

.bg-gradient-primary {
  background: #307fe2;
  background: linear-gradient(145deg, #307fe2, #3d3de0) no-repeat; }

.bg-gradient-secondary {
  background: #307fe2;
  background: linear-gradient(145deg, #3d3de0, #002E5D) no-repeat; }

.bg-gradient-blue {
  background: #307fe2;
  background: linear-gradient(145deg, #307fe2, #3d3de0 60%, #002E5D) no-repeat; }

.bg-gradient-purple {
  background: #307fe2;
  background: linear-gradient(145deg, #307fe2, #6a28ea) no-repeat; }

.bg-gradient-violet {
  background: #c72ae8;
  background: linear-gradient(145deg, #307fe2, #6a28ea, #c72ae8) no-repeat; }

.bg-gradient-cyan {
  background: #32ddf9;
  background: linear-gradient(145deg, #307fe2, #32ddf9, #00e5bc) no-repeat; }

.bg-primary {
  background-color: #307fe2; }

.bg-secondary {
  background-color: #002E5D; }

.bg-tint-100 {
  background-color: #f6faff; }

.bg-tint-200 {
  background-color: #d9e2ef; }

.bg-tint-300 {
  background-color: #cfd9e6; }

.bg-tint-400 {
  background-color: #c1cddb; }

.bg-tint-500 {
  background-color: #a4b1c1; }

.bg-tint-600 {
  background-color: #697788; }

.bg-tint-700 {
  background-color: #495665; }

.bg-tint-800 {
  background-color: #374251; }

.bg-tint-900 {
  background-color: #242f3d; }

.bg-green {
  background-color: #40c165; }

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

#basket {
  position: fixed;
  padding: 0em 1em 1em;
  width: 100%;
  bottom: 0;
  right: 0;
  width: 34em;
  z-index: 1020; }
  @media (max-width: 767.98px) {
    #basket {
      width: 100%; } }

.basket-item {
  border: 1px solid #cfd9e6;
  border-radius: .5em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(40, 40, 40, 0.1); }
  .basket-item .nav-item {
    border-right: 1px solid #cfd9e6; }
    .basket-item .nav-item:last-of-type {
      border-right: none; }
    .basket-item .nav-item.nav-item-fluid {
      flex: 1 1 auto;
      text-align: center; }
  .basket-item .nav-link,
  .basket-item .nav-link:not([href]) {
    padding: 0.875rem 1.5rem;
    font-size: 0.7692307692rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #495665; }
    .basket-item .nav-link:hover,
    .basket-item .nav-link:not([href]):hover {
      color: #307fe2; }
    .basket-item .nav-link.basket-link:hover,
    .basket-item .nav-link:not([href]).basket-link:hover {
      cursor: pointer; }

.basket-list {
  list-style: none;
  line-height: 1.3;
  padding: 0.75rem 1.5rem;
  margin-bottom: .5rem; }
  .basket-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #f6faff; }
    .basket-list li:first-of-type {
      padding-top: 0.75rem; }
    .basket-list li:last-of-type {
      border-bottom: none;
      padding-bottom: 0.75rem; }
  .basket-list .btn {
    padding: 0;
    margin-right: 1em; }

.add-basket-notifications li {
  color: #40c165;
  padding: 0.75rem 1.5rem;
  margin-bottom: .5rem; }
.add-basket-notifications .noty_message {
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 30px;
  background-size: auto 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cstyle%3E .st0%7Bfill:none;stroke:%2340c165;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E %3Cpath class='st0' d='M18 7l-7 9.5-5-4'/%3E %3Ccircle class='st0' cx='12' cy='12' r='11.5'/%3E %3C/svg%3E"); }

.basket-item-lg {
  position: relative;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }
  .basket-item-lg h4 {
    color: #242f3d;
    font-size: 1.5rem; }
    .basket-item-lg h4 small {
      color: #697788; }
  .basket-item-lg .remove {
    position: absolute;
    top: 0;
    right: 0; }

.basket-item-lg-small {
  position: relative;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }
  .basket-item-lg-small h5 {
    color: #242f3d;
    font-size: 1.26rem; }
    .basket-item-lg-small h5 small {
      color: #697788; }
  .basket-item-lg-small .remove {
    position: absolute;
    top: 0;
    right: 0; }

.order-options-toggle:hover {
  text-decoration: none; }
  .order-options-toggle:hover h4 {
    color: #307fe2; }
  .order-options-toggle:hover .icon-gray {
    stroke: #307fe2; }

.payment-select {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding: 1em 0;
  margin-right: 0;
  margin-left: 0;
  position: relative; }
  .payment-select:first-child {
    border-top: 1px solid rgba(34, 34, 34, 0.1); }
  .payment-select input {
    position: absolute;
    right: 1em; }
  .payment-select input:checked ~ label {
    color: #222; }

#dialog-3dsecure iframe {
  border: none; }

.dialog-bottom {
  border: none;
  margin: 0;
  min-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2em;
  z-index: 10050;
  box-shadow: 0 2px 15px rgba(95, 130, 147, 0.2); }
  @media (min-width: 768px) {
    .dialog-bottom {
      min-width: auto;
      bottom: 20px;
      left: 20px;
      right: 20px; } }
  @media (min-width: 992px) {
    .dialog-bottom {
      min-width: 500px;
      right: auto; } }

.bg-gradient-red {
  background: #eb525d;
  background: linear-gradient(145deg, #eb525d, #ec3b3b) no-repeat; }

.hero-january-sale .h1.text-white {
  font-size: 5.5em;
  letter-spacing: .03em; }
.hero-january-sale .h4.text-white {
  display: block;
  font-size: 2.2em;
  font-weight: 500; }
.hero-january-sale small {
  font-weight: 100; }

.hero-img.hero-img-january-sale {
  opacity: 1;
  padding: 100px;
  background-position: center; }
  .hero-img.hero-img-january-sale.fadeOutHero {
    animation-name: january-sale;
    animation-duration: 300ms;
    animation-fill-mode: forwards; }
  @media (min-width: 1300px) {
    .hero-img.hero-img-january-sale:after {
      content: "";
      border: 20px solid #fff;
      position: absolute;
      top: 100px;
      bottom: 100px;
      left: 100px;
      right: 100px; } }

@keyframes january-sale {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out; }

.loader {
  color: #cfd9e6;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin: -18px auto 0; }
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0; }
  .loader:before {
    left: -16px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loader:after {
    left: 16px; }

@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 12px 0 -3px; }
  40% {
    box-shadow: 0 12px 0 0; } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: calc( 1s );
  animation-duration: calc( 1s );
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: calc( 1s * 2 );
    animation-duration: calc( 1s * 2 ); }
  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: calc( 1s * 0.75 );
    animation-duration: calc( 1s * 0.75 ); }
  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: calc( 1s * 0.75 );
    animation-duration: calc( 1s * 0.75 ); }
  .animated.trigger {
    opacity: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInHeroVideo {
  0% {
    opacity: 0; }
  100% {
    opacity: .6; } }
@keyframes fadeInHeroVideo {
  0% {
    opacity: 0; }
  100% {
    opacity: .6; } }
.fadeInHeroVideo {
  -webkit-animation-name: fadeInHeroVideo;
  animation-name: fadeInHeroVideo; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutHero {
  0% {
    opacity: .2; }
  100% {
    opacity: 0; } }
@keyframes fadeOutHero {
  0% {
    opacity: .2; }
  100% {
    opacity: 0; } }
.fadeOutHero {
  -webkit-animation-name: fadeOutHero;
  animation-name: fadeOutHero; }

@-webkit-keyframes fadeOutHeroVideo {
  0% {
    opacity: .6; }
  100% {
    opacity: 0; } }
@keyframes fadeOutHeroVideo {
  0% {
    opacity: .6; }
  100% {
    opacity: 0; } }
.fadeOutHeroVideo {
  -webkit-animation-name: fadeOutHeroVideo;
  animation-name: fadeOutHeroVideo; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0); } }
@keyframes rotate {
  0% {
    transform-origin: center center;
    transform: rotate(360deg); }
  100% {
    transform-origin: center center;
    transform: rotate(0); } }
.rotate {
  animation: rotate 1s linear infinite; }

.animate-delay-1 {
  animation-delay: 200ms; }

.animate-delay-2 {
  animation-delay: 400ms; }

.animate-delay-3 {
  animation-delay: 600ms; }

.animate-delay-4 {
  animation-delay: 800ms; }

.animate-delay-5 {
  animation-delay: 1000ms; }

.animate-delay-6 {
  animation-delay: 1200ms; }

.animate-delay-7 {
  animation-delay: 1400ms; }

.animate-delay-8 {
  animation-delay: 1600ms; }

.animate-delay-9 {
  animation-delay: 1800ms; }

.animate-delay-10 {
  animation-delay: 2000ms; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: "adelle-sans", "Helvetica Neue", Arial, sans-serif;
  direction: ltr; }
  .plyr,
  .plyr *,
  .plyr *::after,
  .plyr *::before {
    box-sizing: border-box; }
  .plyr a,
  .plyr button,
  .plyr input,
  .plyr label {
    touch-action: manipulation; }
  .plyr:focus {
    outline: 0; }
  .plyr video,
  .plyr audio {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit; }
  .plyr input[type="range"] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    background: transparent; }
    .plyr input[type="range"]::-webkit-slider-runnable-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    .plyr input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      margin-top: -4px;
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type="range"]::-moz-range-track {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    .plyr input[type="range"]::-moz-range-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box; }
    .plyr input[type="range"]::-ms-track {
      height: 8px;
      background: transparent;
      border: 0;
      color: transparent; }
    .plyr input[type="range"]::-ms-fill-upper {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none; }
    .plyr input[type="range"]::-ms-fill-lower {
      height: 8px;
      background: transparent;
      border: 0;
      border-radius: 4px;
      user-select: none;
      background: #307fe2; }
    .plyr input[type="range"]::-ms-thumb {
      position: relative;
      height: 16px;
      width: 16px;
      background: #fff;
      border: 2px solid transparent;
      border-radius: 100%;
      transition: background .2s ease, border .2s ease, transform .2s ease;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      margin-top: 0; }
    .plyr input[type="range"]::-ms-tooltip {
      display: none; }
    .plyr input[type="range"]:focus {
      outline: 0; }
    .plyr input[type="range"]::-moz-focus-outer {
      border: 0; }
    .plyr input[type="range"].tab-focus:focus {
      outline-offset: 3px; }
    .plyr input[type="range"]:active::-webkit-slider-thumb {
      background: #307fe2;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type="range"]:active::-moz-range-thumb {
      background: #307fe2;
      border-color: #fff;
      transform: scale(1.25); }
    .plyr input[type="range"]:active::-ms-thumb {
      background: #307fe2;
      border-color: #fff;
      transform: scale(1.25); }

.plyr--video input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr--audio input[type="range"].tab-focus:focus {
  outline: 1px dotted rgba(86, 93, 100, 0.5); }

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

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit; }

.plyr__video-embed {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0; }
  .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    user-select: none; }
  .plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-35.95%); }

.plyr .plyr__video-embed iframe {
  pointer-events: none; }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-60px);
  transition: transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }
  .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    box-decoration-break: clone;
    line-height: 150%; }
  .plyr__captions span:empty {
    display: none; }
  @media (min-width: 768px) {
    .plyr__captions {
      font-size: 24px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-20px); }

@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px; } }
.plyr ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  display: flex;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none; }
  .plyr__controls > * {
    pointer-events: all; }
  .plyr__controls > button,
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time {
    margin-left: 5px; }
    .plyr__controls > button:first-child,
    .plyr__controls .plyr__progress:first-child,
    .plyr__controls .plyr__time:first-child {
      margin-left: 0; }
  .plyr__controls .plyr__volume {
    margin-left: 5px; }
  .plyr__controls [data-plyr="pause"] {
    margin-left: 0; }
  .plyr__controls button {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    color: inherit; }
    .plyr__controls button svg {
      width: 18px;
      height: 18px;
      display: block;
      fill: currentColor; }
    .plyr__controls button:focus {
      outline: 0; }
  .plyr__controls .icon--exit-fullscreen,
  .plyr__controls .icon--muted,
  .plyr__controls .icon--captions-on {
    display: none; }
  @media (min-width: 480px) {
    .plyr__controls > button,
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time {
      margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease; }
  .plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #307fe2;
    color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }
  .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover {
    background: #307fe2;
    color: #fff; }

.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #307fe2;
  border: 4px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.3s ease; }
  .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor; }
  .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5); }

.plyr .plyr__play-large {
  display: inline-block; }

.plyr--audio .plyr__play-large {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

.plyr__controls [data-plyr="pause"],
.plyr--playing .plyr__controls [data-plyr="play"] {
  display: none; }

.plyr--playing .plyr__controls [data-plyr="pause"] {
  display: inline-block; }

.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted,
.plyr--captions-active .plyr__controls .icon--captions-on {
  display: block; }
  .plyr--fullscreen-active .icon--exit-fullscreen + svg,
  .plyr--muted .plyr__controls .icon--muted + svg,
  .plyr--captions-active .plyr__controls .icon--captions-on + svg {
    display: none; }

.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
  display: none; }

.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: inline-block; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease; }
  .plyr__tooltip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2; }

.plyr button:hover .plyr__tooltip,
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }
  .plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px; }

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }
  .plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    transform: translateX(50%); }

.plyr__controls button:first-child:hover .plyr__tooltip, .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:last-child:hover .plyr__tooltip,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  display: none;
  position: relative;
  flex: 1; }
  .plyr__progress input[type="range"] {
    position: relative;
    z-index: 2; }
    .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-moz-range-track {
      background: transparent; }
    .plyr__progress input[type="range"]::-ms-fill-upper {
      background: transparent; }
  .plyr__progress .plyr__tooltip {
    left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  appearance: none;
  border: none;
  border-radius: 100px; }
  .plyr__progress--buffer::-webkit-progress-bar,
  .plyr__progress--played::-webkit-progress-bar,
  .plyr__volume--display::-webkit-progress-bar {
    background: transparent; }
  .plyr__progress--buffer::-webkit-progress-value,
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-moz-progress-bar,
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px; }
  .plyr__progress--buffer::-ms-fill,
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    border-radius: 100px; }

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #307fe2;
  background: transparent;
  transition: none; }
  .plyr__progress--played::-webkit-progress-value,
  .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none; }
  .plyr__progress--played::-moz-progress-bar,
  .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none; }
  .plyr__progress--played::-ms-fill,
  .plyr__volume--display::-ms-fill {
    display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease; }
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease; }
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease; }

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.67); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.67); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.67); }

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

.plyr__time + .plyr__time {
  display: none; }
  @media (min-width: 768px) {
    .plyr__time + .plyr__time {
      display: inline-block; } }
  .plyr__time + .plyr__time::before {
    content: "\2044";
    margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  flex: 1;
  position: relative; }
  .plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2; }
  @media (min-width: 480px) {
    .plyr .plyr__volume {
      display: block;
      max-width: 60px; } }
  @media (min-width: 768px) {
    .plyr .plyr__volume {
      max-width: 100px; } }

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
  display: none !important; }

.plyr--fullscreen-active {
  height: 100%;
  width: 100%;
  background: #000;
  border-radius: 0 !important; }
  .plyr--fullscreen-active video {
    height: 100%; }
  .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%; }
  .plyr--fullscreen-active .plyr__video-embed {
    overflow: visible; }
  .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%); }

.plyr--fullscreen-fallback.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000; }

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