/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #3b9aae;
  --indigo: #6610f2;
  --purple: #6c3987;
  --pink: #e41c68;
  --red: #dc3545;
  --orange: #ef671a;
  --yellow: #fcc919;
  --green: #97c042;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --deep-blue: #008fa4;
  --purple: #6c3987;
  --pink: #e41c68;
  --orange: #ef671a;
  --yellow: #fcc919;
  --green: #97c042;
  --white: #fff;
  --primary: #3b9aae;
  --secondary: #868e96;
  --success: #97c042;
  --info: #17a2b8;
  --warning: #fcc919;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --pink: #e41c68;
  --primary: #008fa4;
  --secondary: #fff;
  --success: #97c042;
  --info: #17a2b8;
  --warning: #fcc919;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --black: #000;
  --white: #fff;
  --deep-blue: #008fa4;
  --gray: #808080;
  --dark-gray: #373737;
  --light-gray: #d3d3d3;
  --purple: #6c3987;
  --orange: #ef671a;
  --yellow: #fcc919;
  --green: #97c042;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
*, *::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, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #000;
}
[tabindex="-1"]:focus {
  outline: 0 !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: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #008fa4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #004c58;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.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: 0.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;
  cursor: pointer;
}
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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.3rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.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: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 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: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #000;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #868e96;
}
code {
  font-size: 87.5%;
  color: #e41c68;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.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: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.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-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.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-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .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-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .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-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .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: 1200px) {
  .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-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .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;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #000;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8e0e6;
}
.table-hover .table-primary:hover {
  background-color: #a5d7df;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #a5d7df;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #fff;
}
.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #e2edca;
}
.table-hover .table-success:hover {
  background-color: #d7e7b7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d7e7b7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fef0bf;
}
.table-hover .table-warning:hover {
  background-color: #feeaa5;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #feeaa5;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b1b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #f1f1f1;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbd;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}
.table-pink, .table-pink > th, .table-pink > td {
  background-color: #f7bfd5;
}
.table-hover .table-pink:hover {
  background-color: #f5a9c6;
}
.table-hover .table-pink:hover > td, .table-hover .table-pink:hover > th {
  background-color: #f5a9c6;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8e0e6;
}
.table-hover .table-primary:hover {
  background-color: #a5d7df;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #a5d7df;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #fff;
}
.table-hover .table-secondary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #f2f2f2;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #e2edca;
}
.table-hover .table-success:hover {
  background-color: #d7e7b7;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d7e7b7;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #fef0bf;
}
.table-hover .table-warning:hover {
  background-color: #feeaa5;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #feeaa5;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b1b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b1b7;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #f1f1f1;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbd;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}
.table-black, .table-black > th, .table-black > td {
  background-color: #b8b8b8;
}
.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
  background-color: #ababab;
}
.table-white, .table-white > th, .table-white > td {
  background-color: #fff;
}
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}
.table-deep-blue, .table-deep-blue > th, .table-deep-blue > td {
  background-color: #b8e0e6;
}
.table-hover .table-deep-blue:hover {
  background-color: #a5d7df;
}
.table-hover .table-deep-blue:hover > td, .table-hover .table-deep-blue:hover > th {
  background-color: #a5d7df;
}
.table-gray, .table-gray > th, .table-gray > td {
  background-color: #dbdbdb;
}
.table-hover .table-gray:hover {
  background-color: #cfcfcf;
}
.table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th {
  background-color: #cfcfcf;
}
.table-dark-gray, .table-dark-gray > th, .table-dark-gray > td {
  background-color: #c7c7c7;
}
.table-hover .table-dark-gray:hover {
  background-color: #bababa;
}
.table-hover .table-dark-gray:hover > td, .table-hover .table-dark-gray:hover > th {
  background-color: #bababa;
}
.table-light-gray, .table-light-gray > th, .table-light-gray > td {
  background-color: #f3f3f3;
}
.table-hover .table-light-gray:hover {
  background-color: #e6e6e6;
}
.table-hover .table-light-gray:hover > td, .table-hover .table-light-gray:hover > th {
  background-color: #e6e6e6;
}
.table-purple, .table-purple > th, .table-purple > td {
  background-color: #d6c8dd;
}
.table-hover .table-purple:hover {
  background-color: #cab8d4;
}
.table-hover .table-purple:hover > td, .table-hover .table-purple:hover > th {
  background-color: #cab8d4;
}
.table-orange, .table-orange > th, .table-orange > td {
  background-color: #fbd4bf;
}
.table-hover .table-orange:hover {
  background-color: #f9c5a7;
}
.table-hover .table-orange:hover > td, .table-hover .table-orange:hover > th {
  background-color: #f9c5a7;
}
.table-yellow, .table-yellow > th, .table-yellow > td {
  background-color: #fef0bf;
}
.table-hover .table-yellow:hover {
  background-color: #feeaa5;
}
.table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #feeaa5;
}
.table-green, .table-green > th, .table-green > td {
  background-color: #e2edca;
}
.table-hover .table-green:hover {
  background-color: #d7e7b7;
}
.table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
  background-color: #d7e7b7;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #000;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #000;
  background-color: #212529;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .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: 1199.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.75rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #25e3ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control.form-control-plaintext, .input-group-sm > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-append > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-prepend > .btn.form-control-plaintext, .input-group-sm > .input-group-append > .btn.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control.form-control-plaintext, .input-group-lg > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-append > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-prepend > .btn.form-control-plaintext, .input-group-lg > .input-group-append > .btn.form-control-plaintext {
  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.25rem 0.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(1.8125rem + 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: 0.5rem 1rem;
  font-size: 1.25rem;
  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(2.875rem + 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: #868e96;
}
.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: #97c042;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(151, 192, 66, .8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid, .was-validated .custom-select:valid, .form-control.is-valid, .custom-select.is-valid {
  border-color: #97c042;
}
.was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .form-control.is-valid:focus, .custom-select.is-valid:focus {
  border-color: #97c042;
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #97c042;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .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: #97c042;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #cce0a2;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .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: #accd68;
}
.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 #000, 0 0 0 0.2rem rgba(151, 192, 66, .25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #97c042;
}
.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, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .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(151, 192, 66, .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: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid, .was-validated .custom-select:invalid, .form-control.is-invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .form-control.is-invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.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, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .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, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .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 #000, 0 0 0 0.2rem rgba(220, 53, 69, .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, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .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, .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;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.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: #3b9aae;
  border-color: #3b9aae;
}
.btn-primary:hover {
  color: #fff;
  background-color: #318191;
  border-color: #2e7888;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3b9aae;
  border-color: #3b9aae;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2e7888;
  border-color: #2b707e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-success {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:hover {
  color: #fff;
  background-color: #81a537;
  border-color: #7a9b34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #7a9b34;
  border-color: #729231;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-warning {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ecb703;
  border-color: #dfae03;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dfae03;
  border-color: #d3a403;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  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;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-pink {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-pink:hover {
  color: #fff;
  background-color: #c31758;
  border-color: #b71653;
}
.btn-pink:focus, .btn-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #b71653;
  border-color: #ac144e;
}
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-primary {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006e7e;
  border-color: #006371;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006371;
  border-color: #005764;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-success {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:hover {
  color: #fff;
  background-color: #81a537;
  border-color: #7a9b34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #7a9b34;
  border-color: #729231;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-warning {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ecb703;
  border-color: #dfae03;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dfae03;
  border-color: #d3a403;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  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;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-deep-blue {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-deep-blue:hover {
  color: #fff;
  background-color: #006e7e;
  border-color: #006371;
}
.btn-deep-blue:focus, .btn-deep-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-deep-blue.disabled, .btn-deep-blue:disabled {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-deep-blue:not(:disabled):not(.disabled):active, .btn-deep-blue:not(:disabled):not(.disabled).active, .show > .btn-deep-blue.dropdown-toggle {
  color: #fff;
  background-color: #006371;
  border-color: #005764;
}
.btn-deep-blue:not(:disabled):not(.disabled):active:focus, .btn-deep-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-deep-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-gray {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}
.btn-gray:focus, .btn-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-dark-gray {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-dark-gray:hover {
  color: #fff;
  background-color: #242424;
  border-color: #1e1e1e;
}
.btn-dark-gray:focus, .btn-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-dark-gray.disabled, .btn-dark-gray:disabled {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #171717;
}
.btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-light-gray {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-light-gray:hover {
  color: #212529;
  background-color: #c0c0c0;
  border-color: #bababa;
}
.btn-light-gray:focus, .btn-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-light-gray.disabled, .btn-light-gray:disabled {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active, .show > .btn-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #bababa;
  border-color: #b3b3b3;
}
.btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-purple {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-purple:hover {
  color: #fff;
  background-color: #562e6c;
  border-color: #4f2a63;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #4f2a63;
  border-color: #48265a;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-orange {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-orange:hover {
  color: #fff;
  background-color: #d4560f;
  border-color: #c8510e;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c8510e;
  border-color: #bc4c0d;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-yellow {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-yellow:hover {
  color: #212529;
  background-color: #ecb703;
  border-color: #dfae03;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #dfae03;
  border-color: #d3a403;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-green {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-green:hover {
  color: #fff;
  background-color: #81a537;
  border-color: #7a9b34;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #7a9b34;
  border-color: #729231;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-primary {
  color: #3b9aae;
  background-color: transparent;
  background-image: none;
  border-color: #3b9aae;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3b9aae;
  border-color: #3b9aae;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3b9aae;
  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: #3b9aae;
  border-color: #3b9aae;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 154, 174, .5);
}
.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  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: #868e96;
  border-color: #868e96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, .5);
}
.btn-outline-success {
  color: #97c042;
  background-color: transparent;
  background-image: none;
  border-color: #97c042;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #97c042;
  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: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #fcc919;
  background-color: transparent;
  background-image: none;
  border-color: #fcc919;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fcc919;
  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: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .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;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-pink {
  color: #e41c68;
  background-color: transparent;
  background-image: none;
  border-color: #e41c68;
}
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #e41c68;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #fff;
  background-color: #e41c68;
  border-color: #e41c68;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 28, 104, .5);
}
.btn-outline-primary {
  color: #008fa4;
  background-color: transparent;
  background-image: none;
  border-color: #008fa4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #008fa4;
  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: #008fa4;
  border-color: #008fa4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  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: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-success {
  color: #97c042;
  background-color: transparent;
  background-image: none;
  border-color: #97c042;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #97c042;
  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: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #fcc919;
  background-color: transparent;
  background-image: none;
  border-color: #fcc919;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fcc919;
  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: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .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;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .5);
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-outline-deep-blue {
  color: #008fa4;
  background-color: transparent;
  background-image: none;
  border-color: #008fa4;
}
.btn-outline-deep-blue:hover {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-deep-blue:focus, .btn-outline-deep-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-deep-blue.disabled, .btn-outline-deep-blue:disabled {
  color: #008fa4;
  background-color: transparent;
}
.btn-outline-deep-blue:not(:disabled):not(.disabled):active, .btn-outline-deep-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-deep-blue.dropdown-toggle {
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.btn-outline-deep-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-deep-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-deep-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .5);
}
.btn-outline-gray {
  color: #808080;
  background-color: transparent;
  background-image: none;
  border-color: #808080;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #808080;
  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: #808080;
  border-color: #808080;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, .5);
}
.btn-outline-dark-gray {
  color: #373737;
  background-color: transparent;
  background-image: none;
  border-color: #373737;
}
.btn-outline-dark-gray:hover {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
  color: #373737;
  background-color: transparent;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray.dropdown-toggle {
  color: #fff;
  background-color: #373737;
  border-color: #373737;
}
.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, .5);
}
.btn-outline-light-gray {
  color: #d3d3d3;
  background-color: transparent;
  background-image: none;
  border-color: #d3d3d3;
}
.btn-outline-light-gray:hover {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
  color: #d3d3d3;
  background-color: transparent;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-light-gray.dropdown-toggle {
  color: #212529;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}
.btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, .5);
}
.btn-outline-purple {
  color: #6c3987;
  background-color: transparent;
  background-image: none;
  border-color: #6c3987;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6c3987;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6c3987;
  border-color: #6c3987;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 57, 135, .5);
}
.btn-outline-orange {
  color: #ef671a;
  background-color: transparent;
  background-image: none;
  border-color: #ef671a;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ef671a;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #ef671a;
  border-color: #ef671a;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 103, 26, .5);
}
.btn-outline-yellow {
  color: #fcc919;
  background-color: transparent;
  background-image: none;
  border-color: #fcc919;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fcc919;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fcc919;
  border-color: #fcc919;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 201, 25, .5);
}
.btn-outline-green {
  color: #97c042;
  background-color: transparent;
  background-image: none;
  border-color: #97c042;
}
.btn-outline-green:hover {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #97c042;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #212529;
  background-color: #97c042;
  border-color: #97c042;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 192, 66, .5);
}
.btn-link {
  font-weight: 400;
  color: #008fa4;
  background-color: transparent;
}
.btn-link:hover {
  color: #004c58;
  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: #868e96;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.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;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  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;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #008fa4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.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: 1;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group-vertical .btn + .btn, .btn-group .btn + .btn-group, .btn-group-vertical .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group-vertical .btn-group + .btn, .btn-group .btn-group + .btn-group, .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:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.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(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .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 > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .custom-file, .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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  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-append .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .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.75rem 0.9rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 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.5rem;
  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: #008fa4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #58eaff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  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: #008fa4;
}
.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: #008fa4;
}
.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(0, 143, 164, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 143, 164, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008fa4;
}
.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(0, 143, 164, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* Firefox */
  appearance: none;
  /* Safari and Chrome */
}
.custom-select:focus {
  border-color: #25e3ff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(37, 227, 255, .5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  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: #868e96;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(3rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #25e3ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #25e3ff;
}
.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(3rem + 2px);
  padding: 0.75rem 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3rem;
  padding: 0.75rem 0.9rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  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::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #008fa4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #58eaff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008fa4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #58eaff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008fa4;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.custom-range::-ms-thumb:active {
  background-color: #58eaff;
}
.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: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #000;
  border-color: #dee2e6 #dee2e6 #000;
}
.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: #008fa4;
}
.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;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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 .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 {
  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 .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.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-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.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(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .5);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.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.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 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, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    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, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .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, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008fa4;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #004c58;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 164, .25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #3b9aae;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2e7888;
}
.badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.badge-success {
  color: #212529;
  background-color: #97c042;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7a9b34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #fcc919;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfae03;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-pink {
  color: #fff;
  background-color: #e41c68;
}
.badge-pink[href]:hover, .badge-pink[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b71653;
}
.badge-primary {
  color: #fff;
  background-color: #008fa4;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006371;
}
.badge-secondary {
  color: #212529;
  background-color: #fff;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}
.badge-success {
  color: #212529;
  background-color: #97c042;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7a9b34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #fcc919;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfae03;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.badge-black {
  color: #fff;
  background-color: #000;
}
.badge-black[href]:hover, .badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.badge-white {
  color: #212529;
  background-color: #fff;
}
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}
.badge-deep-blue {
  color: #fff;
  background-color: #008fa4;
}
.badge-deep-blue[href]:hover, .badge-deep-blue[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #006371;
}
.badge-gray {
  color: #fff;
  background-color: #808080;
}
.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #676767;
}
.badge-dark-gray {
  color: #fff;
  background-color: #373737;
}
.badge-dark-gray[href]:hover, .badge-dark-gray[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e1e1e;
}
.badge-light-gray {
  color: #212529;
  background-color: #d3d3d3;
}
.badge-light-gray[href]:hover, .badge-light-gray[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #bababa;
}
.badge-purple {
  color: #fff;
  background-color: #6c3987;
}
.badge-purple[href]:hover, .badge-purple[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4f2a63;
}
.badge-orange {
  color: #fff;
  background-color: #ef671a;
}
.badge-orange[href]:hover, .badge-orange[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c8510e;
}
.badge-yellow {
  color: #212529;
  background-color: #fcc919;
}
.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfae03;
}
.badge-green {
  color: #212529;
  background-color: #97c042;
}
.badge-green[href]:hover, .badge-green[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7a9b34;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.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 {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004a55;
  background-color: #cce9ed;
  border-color: #b8e0e6;
}
.alert-primary hr {
  border-top-color: #a5d7df;
}
.alert-primary .alert-link {
  color: #001e22;
}
.alert-secondary {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6b6b6b;
}
.alert-success {
  color: #4f6422;
  background-color: #eaf2d9;
  border-color: #e2edca;
}
.alert-success hr {
  border-top-color: #d7e7b7;
}
.alert-success .alert-link {
  color: #313e15;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c32;
}
.alert-warning {
  color: #83690d;
  background-color: #fef4d1;
  border-color: #fef0bf;
}
.alert-warning hr {
  border-top-color: #feeaa5;
}
.alert-warning .alert-link {
  color: #554408;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b1b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbd;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-pink {
  color: #770f36;
  background-color: #fad2e1;
  border-color: #f7bfd5;
}
.alert-pink hr {
  border-top-color: #f5a9c6;
}
.alert-pink .alert-link {
  color: #490921;
}
.alert-primary {
  color: #004a55;
  background-color: #cce9ed;
  border-color: #b8e0e6;
}
.alert-primary hr {
  border-top-color: #a5d7df;
}
.alert-primary .alert-link {
  color: #001e22;
}
.alert-secondary {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6b6b6b;
}
.alert-success {
  color: #4f6422;
  background-color: #eaf2d9;
  border-color: #e2edca;
}
.alert-success hr {
  border-top-color: #d7e7b7;
}
.alert-success .alert-link {
  color: #313e15;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c32;
}
.alert-warning {
  color: #83690d;
  background-color: #fef4d1;
  border-color: #fef0bf;
}
.alert-warning hr {
  border-top-color: #feeaa5;
}
.alert-warning .alert-link {
  color: #554408;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b1b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbd;
}
.alert-dark .alert-link {
  color: #040505;
}
.alert-black {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: #000;
}
.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6b6b6b;
}
.alert-deep-blue {
  color: #004a55;
  background-color: #cce9ed;
  border-color: #b8e0e6;
}
.alert-deep-blue hr {
  border-top-color: #a5d7df;
}
.alert-deep-blue .alert-link {
  color: #001e22;
}
.alert-gray {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}
.alert-gray hr {
  border-top-color: #cfcfcf;
}
.alert-gray .alert-link {
  color: #292929;
}
.alert-dark-gray {
  color: #1d1d1d;
  background-color: #d7d7d7;
  border-color: #c7c7c7;
}
.alert-dark-gray hr {
  border-top-color: #bababa;
}
.alert-dark-gray .alert-link {
  color: #030303;
}
.alert-light-gray {
  color: #6e6e6e;
  background-color: #f6f6f6;
  border-color: #f3f3f3;
}
.alert-light-gray hr {
  border-top-color: #e6e6e6;
}
.alert-light-gray .alert-link {
  color: #545454;
}
.alert-purple {
  color: #381e46;
  background-color: #e2d7e7;
  border-color: #d6c8dd;
}
.alert-purple hr {
  border-top-color: #cab8d4;
}
.alert-purple .alert-link {
  color: #1b0e22;
}
.alert-orange {
  color: #7c360e;
  background-color: #fce1d1;
  border-color: #fbd4bf;
}
.alert-orange hr {
  border-top-color: #f9c5a7;
}
.alert-orange .alert-link {
  color: #4e2209;
}
.alert-yellow {
  color: #83690d;
  background-color: #fef4d1;
  border-color: #fef0bf;
}
.alert-yellow hr {
  border-top-color: #feeaa5;
}
.alert-yellow .alert-link {
  color: #554408;
}
.alert-green {
  color: #4f6422;
  background-color: #eaf2d9;
  border-color: #e2edca;
}
.alert-green hr {
  border-top-color: #d7e7b7;
}
.alert-green .alert-link {
  color: #313e15;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008fa4;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 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:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008fa4;
  border-color: #008fa4;
}
.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: #004a55;
  background-color: #b8e0e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a55;
  background-color: #a5d7df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004a55;
  border-color: #004a55;
}
.list-group-item-secondary {
  color: #858585;
  background-color: #fff;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-success {
  color: #4f6422;
  background-color: #e2edca;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4f6422;
  background-color: #d7e7b7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4f6422;
  border-color: #4f6422;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #83690d;
  background-color: #fef0bf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #83690d;
  background-color: #feeaa5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #83690d;
  border-color: #83690d;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b1b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #f1f1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-pink {
  color: #770f36;
  background-color: #f7bfd5;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #770f36;
  background-color: #f5a9c6;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #770f36;
  border-color: #770f36;
}
.list-group-item-primary {
  color: #004a55;
  background-color: #b8e0e6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a55;
  background-color: #a5d7df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004a55;
  border-color: #004a55;
}
.list-group-item-secondary {
  color: #858585;
  background-color: #fff;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-success {
  color: #4f6422;
  background-color: #e2edca;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #4f6422;
  background-color: #d7e7b7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #4f6422;
  border-color: #4f6422;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #83690d;
  background-color: #fef0bf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #83690d;
  background-color: #feeaa5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #83690d;
  border-color: #83690d;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b1b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #f1f1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.list-group-item-black {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: #000;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-white {
  color: #858585;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-deep-blue {
  color: #004a55;
  background-color: #b8e0e6;
}
.list-group-item-deep-blue.list-group-item-action:hover, .list-group-item-deep-blue.list-group-item-action:focus {
  color: #004a55;
  background-color: #a5d7df;
}
.list-group-item-deep-blue.list-group-item-action.active {
  color: #fff;
  background-color: #004a55;
  border-color: #004a55;
}
.list-group-item-gray {
  color: #434343;
  background-color: #dbdbdb;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #434343;
  background-color: #cfcfcf;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #434343;
  border-color: #434343;
}
.list-group-item-dark-gray {
  color: #1d1d1d;
  background-color: #c7c7c7;
}
.list-group-item-dark-gray.list-group-item-action:hover, .list-group-item-dark-gray.list-group-item-action:focus {
  color: #1d1d1d;
  background-color: #bababa;
}
.list-group-item-dark-gray.list-group-item-action.active {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.list-group-item-light-gray {
  color: #6e6e6e;
  background-color: #f3f3f3;
}
.list-group-item-light-gray.list-group-item-action:hover, .list-group-item-light-gray.list-group-item-action:focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
}
.list-group-item-light-gray.list-group-item-action.active {
  color: #fff;
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}
.list-group-item-purple {
  color: #381e46;
  background-color: #d6c8dd;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #381e46;
  background-color: #cab8d4;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #381e46;
  border-color: #381e46;
}
.list-group-item-orange {
  color: #7c360e;
  background-color: #fbd4bf;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #7c360e;
  background-color: #f9c5a7;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #7c360e;
  border-color: #7c360e;
}
.list-group-item-yellow {
  color: #83690d;
  background-color: #fef0bf;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #83690d;
  background-color: #feeaa5;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #83690d;
  border-color: #83690d;
}
.list-group-item-green {
  color: #4f6422;
  background-color: #e2edca;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #4f6422;
  background-color: #d7e7b7;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #4f6422;
  border-color: #4f6422;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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;
  color: #212529;
}
.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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.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) {
  transform: translate3d(0, 0, 0);
}
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(100%, 0, 0);
}
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(-100%, 0, 0);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  transform: translate3d(0, 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:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .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;
}
.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: #3b9aae !important;
}
a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background-color: #2e7888 !important;
}
.bg-secondary {
  background-color: #868e96 !important;
}
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #97c042 !important;
}
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
  background-color: #7a9b34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #fcc919 !important;
}
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
  background-color: #dfae03 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-pink {
  background-color: #e41c68 !important;
}
a.bg-pink:hover, button.bg-pink:hover, a.bg-pink:focus, button.bg-pink:focus {
  background-color: #b71653 !important;
}
.bg-primary {
  background-color: #008fa4 !important;
}
a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background-color: #006371 !important;
}
.bg-secondary {
  background-color: #fff !important;
}
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}
.bg-success {
  background-color: #97c042 !important;
}
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
  background-color: #7a9b34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #fcc919 !important;
}
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
  background-color: #dfae03 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-black {
  background-color: #000 !important;
}
a.bg-black:hover, button.bg-black:hover, a.bg-black:focus, button.bg-black:focus {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover, button.bg-white:hover, a.bg-white:focus, button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-deep-blue {
  background-color: #008fa4 !important;
}
a.bg-deep-blue:hover, button.bg-deep-blue:hover, a.bg-deep-blue:focus, button.bg-deep-blue:focus {
  background-color: #006371 !important;
}
.bg-gray {
  background-color: #808080 !important;
}
a.bg-gray:hover, button.bg-gray:hover, a.bg-gray:focus, button.bg-gray:focus {
  background-color: #676767 !important;
}
.bg-dark-gray {
  background-color: #373737 !important;
}
a.bg-dark-gray:hover, button.bg-dark-gray:hover, a.bg-dark-gray:focus, button.bg-dark-gray:focus {
  background-color: #1e1e1e !important;
}
.bg-light-gray {
  background-color: #d3d3d3 !important;
}
a.bg-light-gray:hover, button.bg-light-gray:hover, a.bg-light-gray:focus, button.bg-light-gray:focus {
  background-color: #bababa !important;
}
.bg-purple {
  background-color: #6c3987 !important;
}
a.bg-purple:hover, button.bg-purple:hover, a.bg-purple:focus, button.bg-purple:focus {
  background-color: #4f2a63 !important;
}
.bg-orange {
  background-color: #ef671a !important;
}
a.bg-orange:hover, button.bg-orange:hover, a.bg-orange:focus, button.bg-orange:focus {
  background-color: #c8510e !important;
}
.bg-yellow {
  background-color: #fcc919 !important;
}
a.bg-yellow:hover, button.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:focus {
  background-color: #dfae03 !important;
}
.bg-green {
  background-color: #97c042 !important;
}
a.bg-green:hover, button.bg-green:hover, a.bg-green:focus, button.bg-green:focus {
  background-color: #7a9b34 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !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: #3b9aae !important;
}
.border-secondary {
  border-color: #868e96 !important;
}
.border-success {
  border-color: #97c042 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #fcc919 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-pink {
  border-color: #e41c68 !important;
}
.border-primary {
  border-color: #008fa4 !important;
}
.border-secondary {
  border-color: #fff !important;
}
.border-success {
  border-color: #97c042 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #fcc919 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-black {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-deep-blue {
  border-color: #008fa4 !important;
}
.border-gray {
  border-color: #808080 !important;
}
.border-dark-gray {
  border-color: #373737 !important;
}
.border-light-gray {
  border-color: #d3d3d3 !important;
}
.border-purple {
  border-color: #6c3987 !important;
}
.border-orange {
  border-color: #ef671a !important;
}
.border-yellow {
  border-color: #fcc919 !important;
}
.border-green {
  border-color: #97c042 !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: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !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;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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) {
  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;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !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: 1200px) {
  .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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !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: #3b9aae !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #2e7888 !important;
}
.text-secondary {
  color: #868e96 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #6c757d !important;
}
.text-success {
  color: #97c042 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #7a9b34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #fcc919 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #dfae03 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-pink {
  color: #e41c68 !important;
}
a.text-pink:hover, a.text-pink:focus {
  color: #b71653 !important;
}
.text-primary {
  color: #008fa4 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #006371 !important;
}
.text-secondary {
  color: #fff !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #e6e6e6 !important;
}
.text-success {
  color: #97c042 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #7a9b34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #fcc919 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #dfae03 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.text-black {
  color: #000 !important;
}
a.text-black:hover, a.text-black:focus {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}
.text-deep-blue {
  color: #008fa4 !important;
}
a.text-deep-blue:hover, a.text-deep-blue:focus {
  color: #006371 !important;
}
.text-gray {
  color: #808080 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #676767 !important;
}
.text-dark-gray {
  color: #373737 !important;
}
a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #1e1e1e !important;
}
.text-light-gray {
  color: #d3d3d3 !important;
}
a.text-light-gray:hover, a.text-light-gray:focus {
  color: #bababa !important;
}
.text-purple {
  color: #6c3987 !important;
}
a.text-purple:hover, a.text-purple:focus {
  color: #4f2a63 !important;
}
.text-orange {
  color: #ef671a !important;
}
a.text-orange:hover, a.text-orange:focus {
  color: #c8510e !important;
}
.text-yellow {
  color: #fcc919 !important;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #dfae03 !important;
}
.text-green {
  color: #97c042 !important;
}
a.text-green:hover, a.text-green:focus {
  color: #7a9b34 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #868e96 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !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;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #adb5bd;
    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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .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 #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Rateplans new page */
.page-template-tpl-rates {
  background: white;
}
.rate-plan {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 13px;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0.01em;
  margin-right: 0.01em;
  position: relative;
  min-height: 50px;
}
.rate-plan h2 {
  margin: 0.3em 0 0.7em 0;
  font-size: 1.5em;
  color: #373737;
  font-weight: 300;
  padding: 0;
  line-height: 120%;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.bundle-block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .bundle-block {
    justify-content: space-between;
  }
}
.bundle-item {
  margin: 0 30px 20px 0;
  justify-content: center;
  display: flex;
  padding: 0;
}
.bundle-item .bundle-item-inner {
  padding: 0;
  border-width: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #006679;
  color: white;
  text-align: center;
  width: 110px;
  max-width: 110px;
  min-height: 160px;
  justify-content: center;
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  transition: all 0.25s ease;
}
.bundle-item .bundle-item-inner:hover {
  opacity: 0.75;
  cursor: pointer;
}
.bundle-item .bundle-item-popup-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}
.bundle-item .bundle-item-popup-close polygon {
  fill: black;
  transition: all 0.25s ease;
}
.bundle-item .bundle-item-popup-close:hover polygon {
  fill: #e41c68;
}
.bundle-item .bundle-item-popup-title {
  display: none;
  font-size: 26px;
  font-weight: 300;
  padding: 0 10px 24px;
}
.bundle-item .bundle-item-popup-arrows {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  margin-top: -35px;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow {
  width: 160px;
  position: relative;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-text {
  font-size: 20px;
  font-weight: 300;
  color: black;
  line-height: 1.2em;
  padding-bottom: 20px;
  width: inherit;
  position: absolute;
  bottom: 100%;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image {
  display: flex;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image svg {
  display: block;
  width: 50px;
  height: 50px;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image svg path {
  fill: #ddd;
}
.bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-left .bundle-item-popup-arrow-image {
  justify-content: flex-end;
}
.bundle-item .bundle-item-popup-buttons {
  display: none;
  justify-content: center;
  padding-top: 15px;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button {
  display: block;
  min-width: 170px;
  height: 46px;
  padding: 15px;
  line-height: 16px;
  font-size: 18px;
  color: white;
  background: black;
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.blue {
  background: #008fa4;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.blue:hover {
  background: black;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.pink {
  background: #e41c68;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button.pink:hover {
  background: black;
}
.bundle-item .bundle-item-popup-buttons .bundle-item-popup-button + .bundle-item-popup-button {
  margin-left: 20px;
}
.bundle-item.transp .bundle-item-inner {
  background-color: transparent;
  color: inherit;
  border: solid 1px grey;
}
.bundle-item.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500;
  width: 600px;
  height: 380px;
  background: white;
  border-radius: 6px;
  margin: -170px -300px;
  align-items: center;
  flex-direction: column;
}
.bundle-item.pop-up .bundle-item-popup-close, .bundle-item.pop-up .bundle-item-popup-title {
  display: block;
}
.bundle-item.pop-up .bundle-item-popup-arrows, .bundle-item.pop-up .bundle-item-popup-buttons {
  display: flex;
  align-items: flex-end;
}
.bundle-item.pop-up .bundle-item-inner:hover {
  opacity: 1;
  cursor: default;
}
@media (max-width: 575.98px) {
  .bundle-item {
    margin: 0 0 20px 0;
  }
}
.bestAsiaItem {
  display: flex;
  flex-direction: column;
  min-height: 160px;
}
.bestAsiaItem p {
  margin: 0px;
}
.special-offer {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: solid 1px #dd5845;
  padding: 20px;
  display: inline-block;
  margin: 0;
  min-height: 200px;
}
@media (max-width: 767.98px) {
  .special-offer h3 {
    margin-bottom: 0;
  }
}
span.titleRatesBlock {
  font-weight: lighter;
  font-size: 30px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 30px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  span.titleRatesBlock {
    font-weight: lighter;
    font-size: 21px;
    margin: -1% 0px 0px -10px;
    padding: 0px 15px 0px 10px;
    background: #fff;
    position: absolute;
    top: -0.5em;
    letter-spacing: -0.01em;
  }
  .zone-section {
    padding: 0 5px;
  }
}
/*bundle block*/
.bundle-item p {
  margin: 0px;
}
.perperiod {
  color: #b3b2b2;
  height: 24px;
}
.flagRates {
  max-width: 30px;
  max-height: 22px;
  margin: 0px;
}
.countryRates {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
}
.volumeRates {
  font-size: 20px;
  font-weight: 600;
}
.priceRates {
  font-size: 20px;
  font-weight: 600;
}
.bonusRates {
  font-size: 16px;
}
.shortDescRates {
  font-size: 12px;
  font-weight: bolder;
}
/*country table block*/
.titleTableRates, .networkRates {
  font-size: 16px;
  color: #808080;
  margin: 0 0 10px 0;
  letter-spacing: -0.05em;
}
.networkRates {
  content: icon;
}
.titleTableRates small {
  font-style: italic;
  color: #808080;
}
.countryTableRates {
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 2px 0;
}
.countryTableRates small {
  color: #808080;
  font-style: italic;
}
.country-network svg {
  max-width: 15px;
  max-height: 15px;
  margin: 0 auto;
  fill: inherit;
}
.country-network svg path {
  fill: inherit;
}
.country-network {
  display: flex;
  width: 100%;
  padding: 20px 0 10px 0;
}
.country-network > div {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 767px) {
  .country-network > div {
    flex-basis: auto;
  }
  .country-network > div:not(:first-child) .column-heading {
    display: none;
  }
}
.country-network .column-heading > div:not(:first-child), .country-network .country-row > div:not(:first-child) {
  text-align: center;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .country-network .column-heading > div:not(:first-child), .country-network .country-row > div:not(:first-child) {
    margin: 0 -10px;
  }
}
.country-network .column-heading, .country-network .country-row {
  display: flex;
  padding-right: 0px;
}
.rates-side-widget {
  padding: 3em 2em;
  text-align: center;
  background-color: rgba(20, 20, 20, .8);
  color: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  max-width: 150px;
  padding: 20px 10px 20px 10px;
  z-index: 999;
}
.rates-side-widget * {
  color: #fff !important;
}
.rates-side-widget a {
  text-decoration: underline;
}
@media (max-width: 1250px) {
  .rates-side-widget {
    display: none;
  }
}
h2 span {
  font-size: 14px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
}
/* SELECT ZONE */
#selectZones {
  float: right;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #selectZones {
    float: none;
    margin: 0 auto 30px;
    border: 1px solid #d3d3d3;
    padding: 5px 5px;
    border-radius: 15px;
    display: block;
    width: 100%;
  }
}
/* widget*/
.widget-pic {
  padding: 0px 0px 20px 0px;
  max-width: 40px;
}
/*RATES SIMULATOR NEW*/
.simulScreen {
  background: #e9e9e9;
  padding: 15px 0 0px 0;
  border-radius: 0 7px 0 0;
}
@media screen and (max-width: 768px) {
  .simulScreen {
    padding: 5px 0 10px 0;
    right: 0;
    border-radius: 0px;
    background: #e9e9e9;
    position: inherit;
    display: inline-block;
    margin: 23px 0 0px 0;
  }
}
@media screen and (max-width: 768px) {
  .colPictos {
    margin-top: 1em;
  }
  .colPictos img {
    margin-right: 1em !important;
  }
}
.title2ratesSimul {
  text-align: center;
}
.bigger2 {
  font-size: 16px;
  color: #076076;
}
.smaller2 {
  color: #373737;
  font-size: 12px;
  margin: -3px 0 0 0;
  width: 92px;
}
.textRates2 {
  color: #808080;
  font-size: 16px;
  font-weight: lighter;
  margin: 5px 0 0 0;
  line-height: 18px;
}
.textRates2 img {
  display: none;
}
.text-primary2 {
  font-weight: 600;
}
.colRightSimul {
  margin: 0 -20px 0 -7px;
}
.pic1Rates {
  margin: 0 5px 0 -20px;
}
.pic2Rates {
  margin: 0 -10px 0 15px;
}
.pic3Rates {
  margin: 0 0px 0 -10px;
}
@media screen and (max-width: 768px) {
  .pic1Rates {
    text-align: center;
    margin: 0px auto 10px;
  }
  .pic2Rates {
    text-align: center;
    margin: 0 auto 10px;
  }
  .pic3Rates {
    text-align: center;
    margin: 0 auto -10px;
  }
  .smaller2 {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .imageOfferRates + div {
    padding: 0;
  }
}
.textDesc {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .textDesc {
    margin-top: 0px;
  }
}
/* POP UP */
.blockDataPlan {
  width: 450px;
  margin: 0 auto;
}
.title-popup {
  font-size: 22px;
  color: #373737;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 30px;
}
.title-popup span {
  font-weight: 600;
}
.popup-col1 {
  float: left;
  width: 160px;
  height: 70px;
  margin-top: 130px;
}
.popup-col2 {
  float: left;
  width: 125px;
  height: 100px;
}
.popup-col3 {
  float: left;
  width: 160px;
  height: 70px;
  margin-top: 130px;
  padding-left: 18px;
}
.popup-col4 {
  display: none;
}
.txt-popup-dataplan1 {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
  text-align: right;
}
.txt-popup-dataplan2 {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
  text-align: left;
  margin-top: 30px;
}
.txt2-popup-dataplan2 {
  float: left;
  font-size: 18px;
  font-style: italic;
  font-weight: lighter;
  color: #808080;
  text-align: left;
  margin-top: 30px;
  margin-left: 10px;
}
.arrow-popup {
  float: none;
  margin: 0 0 0 13px;
}
.arrow2-popup {
  float: none;
  margin: 0 0 0 -27px;
}
.dataPlanEuropePays {
  background-color: #fff;
  border: 1px solid #325a78;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  height: auto !important;
  width: auto !important;
  min-width: 110px;
  text-align: center;
}
.dataPlanRef-EuPays {
  font-weight: lighter;
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #373737;
}
.dataPlanValue-EUPays {
  font-weight: bolder;
  font-size: 18px;
  padding: 0 0 30px 0;
  color: #325a78;
}
.dataPlanPrice-EUPays {
  font-weight: bolder;
  font-size: 20px;
  color: #373737;
}
.dataPlanValidity-EuPays {
  font-weight: normal;
  font-size: 10px;
  color: #808080;
}
.flagPopUp {
  text-align: center;
}
.blockButtonPopup {
  clear: both;
  margin: 0 auto;
  display: block;
  width: 320px;
  padding: 0px 0 10px 0;
  display: flex;
  flex-direction: inherit;
  text-align: center;
}
.buttonSelfCare, .buttonEShop {
  width: 131px;
  height: 34px;
  margin: 0 10px;
}
span.buttonSelfCare, span.buttonEShop {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .blockButtonPopup {
    display: table-cell;
  }
}
.tablePopUpBundle {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 260px;
}
.col-left-tab {
  float: left;
}
.col-middle-tab {
  float: left;
}
.col-right-tab {
  float: left;
}
@media screen and (max-width: 320px) {
  .col-left-tab {
    position: absolute;
    left: -4%;
  }
  .col-middle-tab {
    position: absolute;
    left: 30%;
  }
  .col-right-tab {
    position: absolute;
    left: 75%;
  }
  .buttonSelfCare, .buttonEShop {
    margin: 0 15px 0 -5px;
  }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
  .col-left-tab {
    position: absolute;
    left: -4%;
  }
  .col-middle-tab {
    position: absolute;
    left: 30%;
  }
  .col-right-tab {
    position: absolute;
    left: 75%;
  }
  .buttonSelfCare, .buttonEShop {
    margin: 0 10px 0 14px;
  }
}
@media screen and (max-width: 768px) {
  .tablePopUpBundle {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 260px;
    height: 170px;
  }
}
/*Prices Table Blue*/
.priceMB {
  font-size: 16px;
  color: #808080;
  margin: 0 0 10px 0;
}
.priceMBBlue {
  font-size: 16px;
  color: #076076;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.colPictos > div {
  display: flex;
  align-items: center;
}
.zone-section {
  margin-top: 50px;
}
.collapsing-wrapper {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .collapsing-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.collapsing-wrapper > .row {
  padding-right: 15px;
}
.expand-arrow {
  position: absolute;
  top: -11px;
  right: 10px;
  cursor: pointer;
  transition: 0.7s;
  width: 100%;
  height: 50px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.country-expanded {
  transform: rotateX(180deg);
  top: 3px;
}
.slidecontainer {
  margin: 10px auto 0;
  align-items: center;
}
.slidecontainer .slidetext {
  font-size: 30px;
  font-weight: 300;
}
.select-currency-container {
  width: 140px;
  height: 48px;
  margin-left: 15px;
  margin-top: 5px;
  background: white;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  border: 1px solid black;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.select-currency-container:hover {
  background: #eee;
}
.select-currency-container.collapsed {
  border-radius: 6px;
}
.select-currency-selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  line-height: 24px;
  color: #333;
  font-size: 22px;
  z-index: 10;
}
.select-currency-selected svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin: -11px 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.collapsed .select-currency-selected svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select-currency-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  background: white;
  border-radius: 0 0 6px 6px;
  border: 1px solid black;
  z-index: 10;
}
.select-currency-dropdown-item {
  display: flex;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.select-currency-dropdown-item:hover {
  background: #008fa4;
  color: white;
  text-decoration: none;
}
.slider {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.slider:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.slider::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* Special styling for WebKit/Blink */
.slider::-webkit-slider-thumb {
  opacity: 1;
  -webkit-appearance: none;
  transform: translateY(-30%);
  width: 24px;
  height: 24px;
  background: #008fa4;
  cursor: pointer;
  border-radius: 18px;
  border: 2px solid white;
}
/* All the same stuff for Firefox */
.slider::-moz-range-thumb {
  opacity: 1;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background: #008fa4;
  cursor: pointer;
  border-radius: 18px;
  border: 2px solid white;
  z-index: 99 !important;
}
/* All the same stuff for IE */
.slider::-ms-thumb {
  transform: translateY(0%);
  opacity: 1;
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #008fa4;
  cursor: pointer;
  border-radius: 18px;
  border: 2px solid white;
  z-index: 99 !important;
}
.slider::-ms-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a2a2a;
  border-radius: 8px !important;
}
input[type=range]::-ms-fill-upper {
  background: #2a2a2a;
  border-radius: 8px !important;
}
.slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  border-width: 16px 0;
  background: #2a2a2a;
  border-radius: 8px !important;
}
.slider::-moz-range-track {
  width: 100%;
  height: 9px;
  cursor: pointer;
  border-width: 16px 0;
  background: #2a2a2a;
  border-radius: 8px !important;
}
.page-template-tpl-rates #accordion {
  margin-top: 5em;
}
@media (max-width: 767.98px) {
  .page-template-tpl-rates #accordion {
    margin-top: 2em;
  }
}
@media screen and (max-width: 640px) {
  .bundle-item.pop-up {
    width: 450px;
    margin: -170px -225px;
  }
  .bundle-item .bundle-item-popup-arrows {
    padding: 0 15px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow {
    width: 130px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-left .bundle-item-popup-arrow-text {
    text-align: right;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bundle-item.pop-up {
    margin: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 700;
    padding: 0;
  }
  .bundle-item .bundle-item-popup-arrows {
    margin-top: 120px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow {
    width: 45%;
  }
  .bundle-item .bundle-item-popup-buttons .bundle-item-popup-button {
    min-width: 130px;
    height: 36px;
    padding: 10px;
    line-height: 16px;
    font-size: 14px;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-text {
    width: 100%;
  }
  .bundle-item .bundle-item-popup-arrows .bundle-item-popup-arrow-image {
    justify-content: center !important;
  }
  .bundle-item .bundle-item-popup-arrows {
    padding: 0 5px;
  }
}
/*
 Tpoghraphy
 */
.large-1 {
  font-size: 1.1rem;
}
.large-2 {
  font-size: 1.35rem;
}
.large-3 {
  font-size: 1.5rem;
}
.large-4 {
  font-size: 1.75rem;
}
/*
 Content
 */
.container-fluid {
  background-size: cover;
}
.content-wrap {
  padding: 66px 0 0;
}
.header-container.header-with-bar + .content-wrap {
  padding: 67px 0 0;
}
@media (max-width: 991.98px) {
  .container _:-ms-lang(x), .container _:-webkit-full-screen, .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    word-break: normal;
  }
  .container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
  }
}
.container img {
  height: auto;
  max-width: 100%;
}
.container img.aligncenter {
  display: block;
  margin: 0 auto;
}
.container img.alignright {
  display: block;
  margin-left: auto;
}
.mapsvg svg {
  height: 120% !important;
  margin-top: -8%;
}
#uioverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 450;
}
/*
 Forms
 */
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
select.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/*
 Typography
 */
h1, h2, h3, h4, h5, h6 {
  width: 100%;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
h1, h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
}
.content-wrap a {
  text-decoration: underline;
}
.content-wrap a:hover {
  color: #7cc4d3;
}
span.wpcf7-not-valid-tip {
  color: #dc3545;
}
span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
/*
 FAQ
 */
.bg-white .card {
  background-color: #fff;
  margin-bottom: 1rem;
}
.bg-white .card:last-child {
  margin: 0;
}
.bg-white .card .card-header {
  cursor: pointer;
  background-color: #fff;
  border-bottom: none;
  padding: 0;
  position: relative;
}
.bg-white .card .card-header svg {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 1.5em;
  right: 1.25em;
  margin: -13px 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.bg-white .card .card-header a {
  color: #000;
  display: block;
  padding: 0.75rem 3rem 0.75rem 1.25rem;
  position: relative;
  z-index: 10;
}
.bg-white .card .card-header.collapsed svg {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.bg-white .card.active {
  border: 1px solid #008fa4;
}
.bg-white .card.active .card-header a {
  color: #008fa4;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #008fa4;
}
*:focus {
  outline: 0 !important;
}
input[type="button"] {
  border: none;
  outline: none;
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}
@media (max-width: 575.98px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .menu-container {
    max-width: 1980px;
  }
}
.carousel {
  /* Portrait */
  /* Landscape */
}
.carousel [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.carousel .carousel-item__inner {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-item {
  height: 100%;
}
.carousel .carousel-item .carousel-back {
  background-position: center;
  background-size: cover;
}
.carousel .carousel-item .carousel-caption {
  right: 10%;
  left: 10%;
  height: 100%;
  top: 0;
}
.carousel .carousel-item .carousel-caption .container {
  display: flex;
  flex-wrap: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.carousel a {
  text-decoration: none;
}
@media (orientation: portrait) {
  .carousel .carousel-item .carousel-back {
    padding-bottom: 25vw;
  }
  .carousel .carousel-item .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
  }
  .carousel .carousel-item .description {
    width: 80%;
    padding-left: 5%;
  }
}
@media (orientation: landscape) {
  .carousel .carousel-item .carousel-back {
    padding-bottom: 30vw;
    height: 100%;
  }
  .carousel .carousel-item .carousel-caption {
    background-color: transparent !important;
  }
}
.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel .display-1 {
    font-size: 4.8rem;
  }
  .carousel .display-2 {
    font-size: 4.4rem;
  }
  .carousel .display-3 {
    font-size: 3.6rem;
  }
  .carousel .display-4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  .carousel .display-1 {
    font-size: 3rem;
  }
  .carousel .display-2 {
    font-size: 2.75rem;
  }
  .carousel .display-3 {
    font-size: 2.25rem;
  }
  .carousel .display-4 {
    font-size: 1.5rem;
  }
}
.home .carousel {
  height: 75vh;
}
@media (orientation: portrait) {
  .home .carousel .carousel-back {
    height: 60%;
    padding-bottom: 0;
  }
  .home .carousel .carousel-caption {
    height: 40%;
  }
}
.home .container-fluid .container {
  height: 100%;
}
.home .container-fluid .container .row {
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .container-fluid.fixed-height {
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  .btn {
    white-space: normal !important;
  }
}
#chose-lang-shadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 900;
  cursor: pointer;
}
#chose-lang-overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  background: black url(../img/ubigi-welcome.png) center center no-repeat;
  background-size: cover;
  color: white;
  z-index: 910;
  padding: 30px;
  width: 600px;
  height: 440px;
  margin: -220px -300px;
  border: 1px solid rgba(255, 255, 255, .25);
  box-sizing: border-box;
  border-radius: 5px;
}
.chose-lang-overlay-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  background: url(../img/logo-ubigi.png) center center no-repeat;
  background-size: contain;
  width: 160px;
  height: 60px;
}
.chose-lang-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-close:hover {
  opacity: 0.75;
}
.chose-lang-title {
  padding-bottom: 15px;
  text-align: center;
  font-size: 22px;
}
.chose-lang-select {
  width: 240px;
  height: 48px;
  background: white;
  border-radius: 6px 6px 0 0;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-select:hover {
  background: #eee;
}
.chose-lang-select.collapsed {
  border-radius: 6px;
}
.chose-lang-select.chose-lang-header {
  width: 150px;
  height: 32px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: solid 1px #303030;
  border-radius: 5px 5px 0 0;
  color: white;
}
.chose-lang-select.chose-lang-header.collapsed {
  border-radius: 5px;
}
.chose-lang-selected {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  line-height: 24px;
  text-align: center;
  color: #333;
  font-size: 22px;
  z-index: 10;
}
.chose-lang-selected span {
  padding-right: 5px;
}
.chose-lang-selected span path {
  fill: white;
}
#chose-lang-overlay .chose-lang-selected span path {
  fill: black;
}
#chose-lang-overlay .chose-lang-selected {
  justify-content: center;
}
.chose-lang-header .chose-lang-selected {
  padding: 5px 25px 5px 10px;
  line-height: 18px;
  text-align: left;
  font-size: 16px;
  color: white;
}
.chose-lang-selected span.icon, .chose-lang-select-item span.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.chose-lang-selected span.slug, .chose-lang-select-item span.slug {
  text-transform: uppercase;
  display: none;
}
#chose-lang-overlay .chose-lang-selected span.icon {
  width: 20px;
  height: 20px;
}
#chose-lang-overlay .chose-lang-selected span.icon svg {
  width: inherit;
  height: inherit;
}
#chose-lang-overlay .chose-lang-selected span.icon svg path {
  fill: #333;
}
.chose-lang-selected > svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  margin: -11px 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-header .chose-lang-selected > svg {
  width: 14px;
  height: 14px;
  margin: -7px 0;
  right: 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed .chose-lang-selected > svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chose-lang-header.collapsed .chose-lang-selected svg {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.chose-lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: white;
  border-radius: 0 0 6px 6px;
}
.chose-lang-header .chose-lang-dropdown {
  background: black;
  border-radius: 0 0 5px 5px;
  border: solid 1px #303030;
  right: -1px;
  left: -1px;
}
.chose-lang-select-item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-header .chose-lang-select-item {
  justify-content: flex-start;
  font-size: 16px;
  color: white;
  padding: 0 10px 0 36px;
}
#chose-lang-overlay .chose-lang-header .chose-lang-select-item {
  padding: 0 10px;
}
.chose-lang-select-item:hover {
  background: #008fa4;
  color: white;
  text-decoration: none;
}
.chose-lang-header .chose-lang-select-item:hover {
  background: white;
  color: #333;
}
.chose-lang-submit {
  width: 240px;
  height: 48px;
  background: #008fa4;
  border-radius: 6px;
  color: white;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.chose-lang-submit:hover {
  background: white;
  border-radius: 6px;
  color: #008fa4;
}
@media screen and (max-width: 640px) {
  #chose-lang-overlay {
    left: 30px;
    right: 30px;
    width: auto;
    height: 360px;
    margin: -220px 0;
  }
}
@media screen and (max-width: 480px) {
  .chose-lang-overlay-logo {
    top: 20px;
    left: 20px;
    width: 120px;
    height: 45px;
  }
  .chose-lang-submit, .chose-lang-select {
    width: 200px;
  }
  #chose-lang-overlay .chose-lang-selected span {
    margin-left: -10px;
    padding-right: 8px;
  }
  #chose-lang-overlay .chose-lang-selected {
    font-size: 18px;
  }
}
html.has-cookie-bar.cookie-bar-top-bar {
  margin-top: 30px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#catapult-cookie-bar {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  direction: ltr;
  padding: 0 20px;
  z-index: 99999;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar, .ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar, .ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar, .ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar, .ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar, .ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar, .ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
  display: none;
}
.ctcc-exclude-AF.geoip-continent-AF, .ctcc-exclude-AN.geoip-continent-AN, .ctcc-exclude-AS.geoip-continent-AS, .ctcc-exclude-EU.geoip-continent-EU, .ctcc-exclude-NA.geoip-continent-NA, .ctcc-exclude-OC.geoip-continent-OC, .ctcc-exclude-SA.geoip-continent-SA {
  margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
  border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
}
.cookie-bar-block #catapult-cookie-bar {
  max-height: 999px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
  opacity: 1;
  max-height: 999px;
  min-height: 30px;
  padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
  display: block;
  margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
  float: right;
}
button#catapultCookie {
  cursor: pointer;
  margin: 0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
  margin: 0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ctcc-left-side {
  padding: 0 5px;
}
.ctcc-right-side {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 5px;
}
.cookie-bar-block #catapult-cookie-bar h3 {
  margin: 0.5em 0 0;
}
.use_x_close .x_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: sans-serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.x_close {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  width: 14px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.x_close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 14px;
  background: #111;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: 0.14s;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
}
.x_close span:nth-child(1), .x_close span:nth-child(2) {
  top: 14px;
}
.x_close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x_close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#catapult-cookie-bar {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  z-index: 99999;
  overflow: hidden;
  color: #ddd;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #464646;
  text-align: center;
}
#catapult-cookie-bar a {
  color: #fff;
}
button#catapultCookie {
  border: 0;
  padding: 6px 9px;
  border-radius: 3px;
}
#catapult-cookie-bar h3 {
  color: #ddd;
}
.has-cookie-bar #catapult-cookie-bar {
  opacity: 1;
  max-height: 999px;
  min-height: 30px;
}
.dropdown-custom-menu {
  display: none;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% - 1);
  left: 0;
  min-width: 100%;
  background: black;
  border-radius: 0 0 6px 6px;
  z-index: 10;
  border-top: none;
}
.header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 700;
}
.admin-bar .header-container {
  top: 32px;
}
.header-bar {
  background: #2e2e2e;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.header-bar .container-fluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 32px;
}
.special-link-container {
  padding-right: 15px;
}
.special-link-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.subscribe-newsletter-container {
  padding-right: 15px;
  display: flex;
  align-items: center;
  border-right: 1px solid #474747;
  margin-right: 6px;
  padding-right: 18px;
}
.subscribe-newsletter-label {
  padding-right: 10px;
  font-size: 14px;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.subscribe-newsletter-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.subscribe-newsletter-link svg path {
  fill: white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.social-icons-container {
  display: flex;
  align-items: center;
}
.social-icons-label {
  padding-right: 10px;
}
.social-icons {
  display: flex;
  align-items: center;
}
.social-icons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
}
.social-icons a:last-child {
  margin-right: 5px;
}
.social-icons a svg path {
  fill: white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.menu-header {
  color: white;
  background: black;
  padding: 0 20px;
}
.menu-header .menu-container {
  display: flex;
  justify-content: space-between;
  height: 65px;
  padding: 0;
}
@media (min-width: 1200px) {
  .menu-header .menu-container .nav-link {
    padding: 0.2rem 0.7rem;
    font-weight: 300;
    letter-spacing: 0.01rem;
  }
}
@media (max-width: 1199.98px) {
  .menu-header .menu-container .nav-link {
    padding: 0.4rem 0.7rem;
  }
}
.menu-header .menu-container .nav-link {
  font-weight: 400;
}
.menu-header .menu-container .main-menu-nav .active {
  position: relative;
}
.menu-header .menu-container .dropdown-item:focus, .menu-header .menu-container .dropdown-item:hover {
  color: white !important;
}
.menu-header .menu-container nav > ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  height: 100%;
}
@media (min-width: 1200px) {
  .menu-header .menu-container nav > ul {
    align-items: center;
  }
}
.menu-header .menu-container nav .main-page-menu {
  display: none;
}
.menu-header .menu-container nav .main-page-menu .home-mobile {
  display: none;
}
.menu-header .menu-container nav .main-page-menu .my-account a {
  margin: 0 auto;
}
.menu-header .close-button {
  position: relative;
  height: 100%;
  width: 100%;
}
.menu-header .close-button:after {
  position: absolute;
  content: url(../img/cross.svg);
  font-size: 1.2em;
  color: white;
  left: 0;
  right: 0;
  top: 0;
  line-height: 60px;
  padding-top: 5px;
  box-sizing: border-box;
  background: black;
}
.menu-header .navbar-toggler {
  border: none;
  padding: 1rem;
  width: 65px;
}
.menu-header .lang-switcher {
  text-transform: uppercase;
  margin: 0.5rem 0.7rem !important;
  padding: 0;
}
.menu-header .button-icon {
  fill: #fff;
}
.menu-header .my-account-container {
  padding-right: 15px;
}
.menu-header .my-account {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.menu-header .my-account a {
  border-radius: 5px;
  background: #008fa4;
  min-width: 70px;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white !important;
  margin: auto;
}
.menu-header .my-account a:hover {
  background: rgba(0, 143, 164, 0.75);
}
.menu-header .special {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.menu-header .special a {
  border: 1px solid transparent;
  border-radius: 5px;
  min-width: 70px;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white !important;
  margin: auto;
}
.menu-header .subdomain-options {
  position: absolute;
}
@media (max-width: 1199.98px) {
  .menu-header .subdomain-options .menu-domains > a {
    display: none;
  }
  .menu-header .subdomain-options .menu-categories > a {
    display: none;
  }
}
.menu-header .subdomain-options .menu-item-has-children {
  border: 1px solid #fff;
  border-radius: 5px;
}
.menu-header .subdomain-options > ul > li {
  display: none;
}
.menu-header .visible-cat-menu {
  position: fixed !important;
  width: 100vw;
  display: flex !important;
  flex-direction: column !important;
  background: #fff;
  margin-top: 32px;
  left: 0;
  text-align: left;
  font-size: 1.2em;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
}
.menu-header .visible-cat-menu ul li {
  color: #fff;
}
.menu-header .visible-cat-menu svg path {
  fill: black;
}
.menu-header .visible-cat-menu li {
  padding: 0 20px;
  width: 100%;
}
.menu-header .visible-cat-menu .dropdown-custom-menu {
  position: relative;
  width: 100%;
  top: 0%;
  text-align: left;
  background: transparent;
  border: none;
}
.menu-header .visible-cat-menu .dropdown-custom-menu .dropdown-item {
  background: none;
}
@media (min-width: 768px) {
  .menu-header .visible-cat-menu {
    -webkit-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.3);
    width: 300px;
    right: 0;
    margin-top: 81px;
    height: auto !important;
  }
  .menu-header .visible-cat-menu.menu-domains {
    right: 0;
    left: auto;
  }
  .menu-header .visible-cat-menu.menu-categories {
    right: 0;
    left: auto;
  }
  .menu-header .visible-cat-menu .dropdown-custom-menu {
    background: #fff !important;
  }
  .menu-header .visible-cat-menu .second-level-navigation path {
    fill: black !important;
  }
  .menu-header .visible-cat-menu li {
    padding-right: 0;
  }
  .menu-header .visible-cat-menu .nav-link.expanded-menu-link span.caret {
    position: absolute;
    top: 16px;
    right: 8px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu-header .visible-cat-menu .active > .nav-link.expanded-menu-link span.caret {
    top: 14px;
    right: 12px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-header .visible-cat-menu .expanded-menu:hover > .dropdown-custom-menu {
    display: none;
  }
}
@media (min-width: 576px) {
  .menu-header .visible-cat-menu .dropdown-custom-menu {
    background: #fff !important;
  }
  .menu-header .visible-cat-menu .second-level-navigation path {
    fill: black !important;
  }
  .menu-header .visible-cat-menu li {
    padding-right: 0;
  }
  .menu-header .visible-cat-menu .nav-link.expanded-menu-link span.caret {
    position: absolute;
    top: 16px;
    right: 8px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .menu-header .visible-cat-menu .active > .nav-link.expanded-menu-link span.caret {
    top: 14px;
    right: 12px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-header .visible-cat-menu .expanded-menu:hover > .dropdown-custom-menu {
    display: none;
  }
}
.menu-header .visible-cat-menu .dropdown-custom-menu {
  background: #fff !important;
}
.menu-header .visible-cat-menu .second-level-navigation path {
  fill: black !important;
}
.menu-header .visible-cat-menu li {
  padding-right: 0;
}
.menu-header .visible-cat-menu .nav-link.expanded-menu-link span.caret {
  position: absolute;
  top: 18px;
  right: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-header .visible-cat-menu .active > .nav-link.expanded-menu-link span.caret {
  top: 14px;
  right: 12px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-header .visible-cat-menu .expanded-menu:hover > .dropdown-custom-menu {
  display: none;
}
.menu-header button {
  color: white;
}
.menu-header .home-button {
  text-decoration: none;
  display: flex;
  color: white;
  padding: 0 1rem;
}
.menu-header .home-button span {
  margin: auto;
}
.menu-header .home-button:hover {
  text-decoration: none;
}
.menu-header .subdomain-options > ul {
  list-style: none;
  display: flex;
  position: relative;
}
.menu-header nav.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.menu-header nav.navbar-dark .navbar-nav .nav-link:hover, .menu-header nav.navbar-dark .navbar-nav .nav-link:focus {
  color: #3b9aae;
}
.menu-header nav.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.menu-header nav.navbar-dark .navbar-nav .show > .nav-link, .menu-header nav.navbar-dark .navbar-nav .active > .nav-link, .menu-header nav.navbar-dark .navbar-nav .nav-link.show, .menu-header nav.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.menu-header nav .pll-parent-menu-item {
  border: solid 1px #303030;
  border-radius: 5px;
}
.menu-header nav.fixed-top {
  top: auto;
}
.menu-header .navbar-brand {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.menu-header .navbar-brand .logo {
  height: auto;
  max-width: 100%;
}
#select-os {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin-left: 40px;
}
#select-os > a {
  border: solid 1px #303030;
  border-radius: 5px;
  height: 33px;
  color: white;
  padding: 0.2rem 0.7rem;
}
#select-os > ul {
  top: 100%;
}
#select-os > ul li {
  overflow: hidden;
}
#select-os > ul li a {
  color: white;
}
.header-inner-left, .header-inner-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.header-inner-right {
  justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  .main-menu-nav {
    font-size: 0.8rem;
  }
  .menu-header nav .pll-parent-menu-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  #select-os {
    margin-left: 20px;
  }
  .header-inner > a {
    max-width: 80px;
  }
}
.show-for-os-win, .show-for-os-and, .show-for-os-ios {
  display: none;
}
#select-os-indicator[datatype="win"] .show-for-os-win {
  display: block;
}
#select-os-indicator[datatype="and"] .show-for-os-and {
  display: block;
}
#select-os-indicator[datatype="ios"] .show-for-os-ios {
  display: block;
}
.nav-link {
  display: flex;
  align-items: center;
}
.nav-link.expanded-menu-link span.caret {
  display: flex;
  padding-left: 8px;
  align-items: center;
  justify-content: center;
}
.nav-link.expanded-menu-link span.caret svg {
  display: block;
  width: 11px;
  height: 8px;
}
.expanded-menu:hover > .dropdown-custom-menu {
  display: block;
}
.expanded-menu:hover > .dropdown-custom-menu .dropdown-custom-menu {
  display: none;
  position: static;
  background: #343434;
  border-radius: 0;
}
.dropdown-custom-menu > li > a {
  display: flex;
  line-height: 34px;
  padding: 0 40px 0 15px !important;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-custom-menu > li > a .caret {
  position: absolute;
  top: 16px;
  right: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown-custom-menu > li.active > a .caret {
  top: 14px;
  right: 12px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.second-level-navigation path {
  fill: #fff !important;
}
.menu-header .main-menu-nav > ul > li {
  position: relative;
}
.menu-header .main-menu-nav, .menu-header .main-menu-nav > ul > li, .menu-header .main-menu-nav > ul > li > a {
  height: 100%;
}
.menu-header .main-menu-nav > ul > li > a {
  margin-right: 0.98rem;
}
.menu-header .main-menu-nav > ul > li > a::after {
  content: '';
  width: 0;
  height: 42%;
  position: absolute;
  width: 1px;
  top: 20px;
  right: -10px;
  background-color: #2f2f2f;
}
.mobile-home-link {
  display: none;
}
.chose-lang-select.chose-lang-header {
  z-index: 9999;
}
.crt-widget.crt-widget-branded .crt-logo {
  z-index: 0;
}
@media screen and (max-width: 480px) {
  header, #esim-top-dropdown {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-inner-right:not(.open) {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    justify-content: space-between;
  }
  .header-inner-right:not(.open) .chose-lang-select {
    display: none;
  }
  .header-inner-right:not(.open) .mobile-home-link {
    display: block;
  }
  .header-bar {
    display: none !important;
  }
  .menu-header .main-menu-nav > ul {
    height: 100% !important;
    padding-bottom: 140px;
    width: 100%;
  }
  .menu-header .menu-container ul li a {
    font-size: 16px;
  }
  footer.footer {
    padding-bottom: 120px;
  }
  footer .social-icons {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: white;
    margin-bottom: 0 !important;
    padding: 20px 0;
  }
  footer .social-icons.show {
    display: flex;
  }
  .social-icons a {
    border-color: #ccc !important;
  }
  .social-icons a svg path {
    fill: black;
  }
  header.open {
    top: 0 !important;
  }
  header + section {
    margin-top: 0 !important;
  }
  button.olark-launch-button {
    bottom: 75px !important;
    z-index: 100 !important;
  }
  .nav-link.expanded-menu-link span.caret {
    top: 16px;
  }
  .nav-link.expanded-menu-link span.caret svg {
    width: 14px;
  }
}
footer.footer {
  width: 100%;
}
footer.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
footer.footer .social-icons {
  margin-bottom: 20px;
}
footer.footer .social-icons > a {
  margin-right: 12px;
  border: 2px solid white;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in;
}
footer.footer .social-icons a:last-child {
  margin-right: 0;
}
footer.footer .social-icons > a:nth-child(1) {
  padding: 10px 14px;
}
footer.footer .social-icons > a:nth-child(2), footer.footer .social-icons > a:nth-child(3) {
  padding: 10px 8px;
}
footer.footer .social-icons > a:nth-child(4) {
  padding: 10px 10px;
}
footer.footer .social-icons > a:nth-child(2) svg, footer.footer .social-icons > a:nth-child(3) svg {
  width: 20px;
}
footer.footer ul li.menu-divider {
  padding: 0.5rem 0;
  color: #868e96;
}
footer.footer ul li.menu-divider:last-child {
  display: none;
}
footer.footer ul li a {
  position: relative;
  color: #a7a7a7 !important;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 1.2rem;
}
footer.footer ul li a:hover {
  color: #3b9aae;
}
footer.footer ul:not(.dropdown-custom-menu) > li > a:before {
  content: '';
  height: 65%;
  position: absolute;
  right: 0px;
  margin-left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
footer.footer ul > li:last-child > a:before {
  border: none !important;
}
footer.footer ul .dropdown-custom-menu {
  position: absolute;
  bottom: 52px;
  top: auto;
  border: 1px solid #adb5bd;
}
footer.footer ul .dropdown-custom-menu .menu-item a {
  color: white;
}
footer.footer ul .dropdown-custom-menu .menu-item:hover a {
  color: #fff;
}
footer.footer .copyright {
  margin-top: 14px;
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 300;
}
#newsletter-footer {
  background-color: #e41c68;
  display: flex;
  align-items: center;
  padding: 40px 0 33px 0;
}
#newsletter-footer .fullContainer > .row {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 10%;
}
#newsletter-footer .fullContainer > .row .head {
  font-size: 32px;
  font-weight: 300;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#newsletter-footer .fullContainer > .row .head + p {
  font-size: 17px;
  font-weight: 300;
  width: 80%;
  line-height: 21px;
  margin-top: 15px;
}
#newsletter-footer .fullContainer > .row .head img {
  margin-right: 3%;
  position: relative;
  top: -4px;
  width: 50px;
}
#newsletter-footer .fullContainer form > .row > div {
  padding: 0;
}
#newsletter-footer .fullContainer .news-small {
  font-size: 13px;
  font-weight: 300;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0 -2px 0;
}
#newsletter-footer .fullContainer .news-small a {
  text-decoration: underline;
  color: inherit;
}
#newsletter-footer .fullContainer .form-group {
  margin-bottom: 0;
}
#newsletter-footer .fullContainer .check-captcha {
  display: flex;
  justify-content: center;
}
#newsletter-footer .fullContainer .check-captcha .wpcf7-list-item {
  margin-right: 0;
  margin-top: 12px;
}
#newsletter-footer .fullContainer input[type="email"] {
  border-radius: 0.25rem;
  border: none;
}
#newsletter-footer .fullContainer input[type="submit"] {
  margin-top: 0 !important;
  border: 0;
  border-radius: 0.25rem;
  background: black;
  color: white;
  text-transform: none;
  padding: 12px 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1316px) {
  #newsletter-footer .fullContainer .check-captcha .wpcf7-list-item {
    margin-top: 0;
    padding-left: 8%;
  }
}
@media screen and (max-width: 992px) {
  #newsletter-footer .fullContainer .check-captcha .wpcf7-list-item {
    margin-bottom: 12px;
  }
}
#select-os-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .95);
  z-index: 800;
}
#select-os-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border: 1px solid white;
  padding: 50px;
  z-index: 900;
  width: 800px;
  height: 400px;
  margin: -200px -400px;
  text-align: center;
  color: white;
}
#select-os-modal h2 {
  font-size: 3em;
  font-weight: 300;
  color: #e41c68;
  margin: 10px 0;
}
#select-os-modal p {
  font-size: 1.2em;
  font-weight: 300;
}
#select-os-modal .chose-os-items {
  display: flex;
  padding-top: 20px;
  width: 520px;
  margin: 0 auto;
}
#select-os-modal .chose-os-items .chose-os-item {
  width: 33.333%;
  cursor: pointer;
}
#select-os-modal .chose-os-items .chose-os-item:after {
  display: block;
  padding: 0 40px;
  box-sizing: border-box;
}
#select-os-modal .chose-os-items .chose-os-item.chose-os-item-ios:after {
  content: url(../img/apple.svg);
}
#select-os-modal .chose-os-items .chose-os-item.chose-os-item-win:after {
  content: url(../img/windows.svg);
}
#select-os-modal .chose-os-items .chose-os-item.chose-os-item-and:after {
  content: url(../img/android.svg);
}
#select-os-modal .select-os-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
#select-os-modal .select-os-modal-close:after {
  position: absolute;
  content: url(../img/cross.svg);
  font-size: 1.2em;
  color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 66px;
}
@media screen and (max-width: 960px) {
  #select-os-modal {
    width: 600px;
    margin: -200px -300px;
  }
}
@media screen and (max-width: 640px) {
  #select-os-modal {
    width: 400px;
    height: 350px;
    margin: -175px -200px;
    padding: 30px;
  }
  #select-os-modal h2 {
    font-size: 2em;
  }
  #select-os-modal .chose-os-items {
    width: auto;
    padding-top: 40px;
  }
  #select-os-modal p {
    font-size: 1em;
  }
  #select-os-modal .chose-os-items .chose-os-item:after {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #select-os-modal {
    width: 280px;
    margin: -175px -140px;
    padding: 20px;
  }
  #select-os-modal .chose-os-items .chose-os-item:after {
    padding: 0 15px;
  }
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* Avoid the IE 10-11 `min-height` bug. */
}
body > .container, body > .container-fluid {
  flex: 1 0 auto;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
.footer {
  flex-shrink: 0;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 30px 30px 20px 30px;
}
@media (max-width: 1199.98px) {
  .menu-header {
    padding: 0;
    padding-left: 20px;
  }
  .menu-header li {
    position: relative;
  }
  .menu-header .home-mobile {
    display: block !important;
  }
  .menu-header .my-account:hover {
    opacity: 0.75;
  }
  .menu-header .my-account a:hover {
    opacity: 1;
  }
  .menu-header .dropdown-item {
    padding: 0.7rem 0.7rem;
  }
  .menu-header .toggle-domain-menu {
    margin-left: auto;
  }
  .menu-header nav li.home-button {
    display: block;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item {
    display: flex;
    height: 100px;
    padding: 0;
    border-radius: 0;
    margin-top: auto;
    border: none;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item > a {
    display: none;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item ul {
    align-self: flex-end;
    padding-left: 0px !important;
    background: #e9ecef !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item ul li {
    display: inline-block !important;
    padding: 0;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item a {
    padding: 5px 10px;
    color: #adb5bd !important;
  }
  .menu-header nav .visible-cat-menu .pll-parent-menu-item a:hover {
    color: #000 !important;
    background: none !important;
  }
  .menu-header .main-menu-nav {
    position: absolute;
  }
  .menu-header .main-menu-nav .active:before {
    border: none;
  }
  .menu-header .subdomain-options li.menu-item-has-children {
    border: 1px solid transparent;
    border-radius: 0;
  }
  .menu-header .subdomain-options li.menu-item-has-children ul {
    display: block;
  }
  .menu-header .subdomain-options .subdomain-menu .menu-item .dropdown-custom-menu {
    padding-left: 0 !important;
  }
  .menu-header .subdomain-options .subdomain-menu .menu-domains > .dropdown-toggle:after, .menu-header .subdomain-options .subdomain-menu .menu-categories > .dropdown-toggle:after {
    display: none;
  }
  .menu-header .menu-container ul li a {
    color: #000;
    white-space: normal;
  }
  .menu-header .menu-container ul li a:hover {
    color: #fff;
  }
  .menu-header .main-menu-nav .active:before {
    border: none;
  }
  .menu-header .main-menu-nav > ul > li.hover-inherit a:hover {
    color: #000;
  }
  .menu-header li {
    position: relative;
  }
  .menu-header li.pll-parent-menu-item a:hover:before {
    content: none !important;
  }
  .menu-header li:not(.my-account) a:hover:before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  header nav.navbar {
    padding: 0 1rem;
  }
  header nav .pll-parent-menu-item {
    border: none;
  }
  header .navbar-brand {
    width: auto;
  }
  header .navbar-brand .logo {
    max-height: 61px;
  }
}
@media (min-width: 1200px) {
  .menu-header .subdomain-options {
    margin-right: auto;
    position: static;
    display: flex;
    align-items: center;
  }
  .menu-header .subdomain-options > ul {
    margin-bottom: 0;
    margin-left: 40px;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
  .menu-header .subdomain-options > ul > li:not(:first-child) {
    margin-left: 15px;
  }
  .menu-header .navbar-toggler {
    display: none;
  }
  .menu-header .subdomain-options > ul li {
    display: block;
  }
  .menu-header .main-menu-nav {
    display: flex;
    align-items: center;
  }
  .menu-header .main-menu-nav > ul {
    margin: 0;
    align-items: center;
  }
  .menu-header .main-menu-nav a {
    position: relative;
  }
  .menu-header .main-menu-nav > .menu-item:hover:before, .menu-header .main-menu-nav > .main-page-menu > .menu-item:not(.pll-parent-menu-item) > a:hover:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: -17px;
    left: 0;
  }
  .menu-header .main-menu-nav > .active:before, .menu-header .main-menu-nav .main-page-menu > .active:before, .menu-header .main-menu-nav > .toggled:before, .menu-header .main-menu-nav .main-page-menu > .toggled:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: -17px;
    left: 0;
  }
  .menu-header .nav-link {
    color: #fff;
  }
  .menu-header .dropdown-item {
    color: #fff;
  }
  .menu-header .menu-container .main-menu-nav .main-page-menu {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .menu-header .menu-container .main-menu-nav .main-page-menu .my-account {
    display: none;
  }
}
@media (min-width: 768px) {
  header nav li.home-button {
    display: none;
  }
  header nav.navbar {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .theme_pink .menu-header a:hover svg path {
    fill: white !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-container {
    top: 46px;
  }
  .menu-header .main-menu-nav, .menu-header .main-menu-nav > ul > li, .menu-header .main-menu-nav > ul > li > a {
    height: auto;
  }
  .menu-header .visible-cat-menu {
    margin-top: 32px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header-bar {
    display: block;
  }
  .header-container.header-with-bar + .content-wrap {
    padding: 66px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .chose-lang-selected span.slug, .chose-lang-select-item span.slug {
    display: block;
  }
  .chose-lang-selected span.name, .chose-lang-selected span.icon, .chose-lang-select-item span.name, .chose-lang-select-item span.icon {
    display: none;
  }
  .chose-lang-header .chose-lang-select-item {
    padding: 0 10px;
  }
  .chose-lang-select.chose-lang-header {
    width: 70px;
  }
  .menu-header .my-account a {
    min-width: 50px;
  }
}
.theme_pink .close-button:after {
  background: black;
}
.theme_pink .menu-header a:hover {
  color: #e41c68;
}
.theme_pink .menu-header a:hover svg path {
  fill: #e41c68;
}
.theme_pink .menu-header .dropdown-custom-menu a:hover {
  color: #e41c68;
}
@media (min-width: 1200px) {
  .theme_pink .menu-header .dropdown-custom-menu a:hover {
    color: white !important;
    background: #e41c68;
  }
}
.theme_pink .special-link-link:hover {
  color: #e41c68;
}
.theme_pink .subscribe-newsletter-link:hover svg path, .theme_pink .social-icons a:hover svg path {
  fill: #e41c68;
}
.theme_pink .social-icons a:hover {
  border-color: #e41c68;
}
.theme_pink .special a {
  background: #e41c68;
}
.theme_pink .special a:hover {
  background: rgba(228, 28, 104, 0.75);
}
.theme_pink .button-icon:hover {
  fill: #e41c68;
}
.theme_pink .home-button.active svg {
  fill: #e41c68;
}
@media (min-width: 1200px) {
  .theme_pink .menu-header .main-menu-nav > .toggled:before, .theme_pink .menu-header .main-menu-nav .main-page-menu > .toggled:before, .theme_pink .menu-header .main-menu-nav > .toggled > a:hover:before, .theme_pink .menu-header .main-menu-nav .main-page-menu > .toggled > a:hover:before {
    border: none !important;
  }
  .theme_pink .menu-header .subdomain-options .menu-item-has-children:hover {
    border: 1px solid #e41c68;
  }
  .theme_pink .menu-header a:not(.my-account a):not(.pll-parent-menu-item a):hover {
    color: #e41c68;
  }
}
@media (max-width: 1199.98px) {
  .theme_pink .menu-header li:not(.my-account) a:hover {
    color: #e41c68;
  }
  .theme_pink .menu-header li:not(.my-account) a:hover svg path {
    fill: #e41c68 !important;
  }
}
.theme_orange .menu-header a:hover {
  color: #fcc919;
}
.theme_orange .menu-header a:hover svg path {
  fill: #fcc919;
}
.theme_orange .menu-header .dropdown-custom-menu a:hover {
  color: #fcc919;
}
@media (min-width: 1200px) {
  .theme_orange .menu-header .dropdown-custom-menu a:hover {
    color: white;
    background: #fcc919;
  }
}
.theme_orange .special-link-link:hover {
  color: #fcc919;
}
.theme_orange .subscribe-newsletter-link:hover svg path, .theme_orange .social-icons a:hover svg path {
  fill: #fcc919;
}
.theme_orange .social-icons a:hover {
  border-color: #fcc919;
}
.theme_orange .special a {
  background: #fcc919;
}
.theme_orange .special a:hover {
  background: rgba(252, 201, 25, 0.75);
}
.theme_orange .button-icon:hover {
  fill: #fcc919;
}
.theme_orange .home-button.active svg {
  fill: #fcc919;
}
@media (min-width: 1200px) {
  .theme_orange .menu-header .main-menu-nav > .active a, .theme_orange .menu-header .main-menu-nav .main-page-menu > .active a, .theme_orange .menu-header .main-menu-nav > .toggled > a, .theme_orange .menu-header .main-menu-nav .main-page-menu > .toggled > a {
    color: #fcc919;
  }
  .theme_orange .menu-header .main-menu-nav > .toggled:before, .theme_orange .menu-header .main-menu-nav .main-page-menu > .toggled:before, .theme_orange .menu-header .main-menu-nav > .toggled > a:hover:before, .theme_orange .menu-header .main-menu-nav .main-page-menu > .toggled > a:hover:before {
    border: none !important;
  }
  .theme_orange .menu-header .subdomain-options .menu-item-has-children:hover {
    border: 1px solid #fcc919;
  }
  .theme_orange .menu-header a:not(.my-account a):not(.pll-parent-menu-item a):hover {
    color: #fcc919;
  }
}
@media (max-width: 1199.98px) {
  .theme_orange .menu-header li:not(.my-account) a:hover {
    color: #fcc919;
  }
  .theme_orange .menu-header li:not(.my-account) a:hoversvg path {
    fill: #fcc919 !important;
  }
}
.theme_root-page .menu-header .close-button:after {
  background: #e41c68;
}
.theme_root-page .menu-header .home-button {
  display: none !important;
}
html {
  margin-top: 0 !important;
}
body {
  overflow-x: hidden;
}
header + section {
  margin-top: 31px;
}
.header-container.header-with-bar + .content-wrap {
  padding: 66px 0 0;
}
.fullContainer {
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}
p.sizeSmall {
  font-size: 1rem;
  width: 100%;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: inherit;
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.fz40 {
  font-size: 40px;
}
.fz34 {
  font-size: 34px;
}
.fz28 {
  font-size: 28px;
}
.fz18 {
  font-size: 1.15rem;
}
.fz16 {
  font-size: 16px;
}
.fw600 {
  font-weight: 600;
}
.fw400 {
  font-weight: 400;
}
.fw300 {
  font-weight: 300;
}
.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.new-blue-btn, .new-clear-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  min-width: 245px;
  border-radius: 5px;
  padding: 0.65rem 0.9rem;
}
.new-blue-btn:hover, .new-clear-btn:hover {
  background: #008fa4;
  border: 1px solid #008fa4;
}
.new-blue-btn:focus, .new-clear-btn:focus, .new-blue-btn:active, .new-clear-btn:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.new-blue-btn {
  background: #008fa4;
  border: 1px solid #008fa4;
}
.new-clear-btn {
  background: none;
  border: 1px solid #008fa4;
  color: #008fa4;
}
.smallLinks {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none !important;
}
.smallLinks:hover {
  text-decoration: underline !important;
}
.mobile-only {
  display: none;
}
.blockPortalMD, .blockPortalCC {
  position: relative;
  width: 540px;
  height: 306px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #252525;
  display: table;
}
.blockPortalMD2, .blockPortalCC2 {
  position: relative;
  width: 100%;
  height: 239px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0 auto 20px auto;
  border: 1px solid #252525;
  padding-left: 10%;
  padding-right: 10%;
  display: table;
}
.blockPortalMD2 .buttonCTA, .blockPortalCC2 .buttonCTA {
  margin-left: 0;
  magin-top: 0;
}
.blockPortalMD, .blockPortalCC, .blockPortalMD2, .blockPortalCC2 {
  padding-left: 10%;
  padding-right: 10%;
}
.blockPortalMD .table-content, .blockPortalCC .table-content, .blockPortalMD2 .table-content, .blockPortalCC2 .table-content {
  display: table-cell;
  vertical-align: middle;
}
.blockPortalCC {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-connected-cars.jpg) right 50% no-repeat;
  background-size: contain;
}
.blockPortalCC .buttonCTA {
  background-color: #fcc119;
  border: none;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 7px 30px 6px 30px;
}
.blockPortalMD {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-mobile-devices.jpg) right 50% no-repeat;
  background-size: contain;
}
.blockPortalMD .buttonCTA {
  background-color: #e0195d;
  border: none;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 7px 30px 6px 30px;
}
.blockPortalMD .esim {
  float: right;
}
.blockPortalMD2 {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-mobile-devices.jpg) right 50% no-repeat;
}
.blockPortalMD2 .buttonCTA {
  background-color: #e0195d;
  border: none;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.blockPortalMD2 .esim {
  float: right;
}
.blockPortalCC2 {
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-connected-cars.jpg) right 50% no-repeat;
  margin-bottom: 0;
}
.blockPortalCC2 .buttonCTA {
  background-color: #fcc119;
  border: none;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.pictoMD {
  display: block;
  float: right;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(19, 19, 19, 0) 60%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(19, 19, 19, 0) 60%);
  margin: 20px 20px 0px 0px;
  background-position-x: 65px;
  background-position-y: -40px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.pictoMD2 {
  display: block;
  float: right;
  margin: 15px 10px 0px 0;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(19, 19, 19, 0) 70%);
}
h2.titleMD, h2.titleMD2, h2.titleCC2, h2.titleCC {
  font-size: 2.5rem;
  line-height: 40px;
  font-weight: lighter;
  max-width: 490px;
}
h2.titleMD, h2.titleMD2 {
  color: #e41c68;
}
h2.titleCC, h2.titleCC2 {
  color: #fcc919;
}
h2.titleMD2, h2.titleCC2 {
  font-size: 1.875rem;
  line-height: 38px;
  margin: 0;
}
p.textPortal, p.textPortal2 {
  color: #fff;
  font-size: 1rem;
  display: block;
  font-weight: 100;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 13px 0 13px 0;
}
p.textPortal2 {
  font-size: 1.125rem;
}
.buttonCTA {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: lighter;
  border-radius: 5px;
  margin: 20px 0 0 50px;
  max-width: 130px;
  padding-top: 7px;
  padding-bottom: 6px;
  text-align: center;
  color: white;
  text-decoration: none !important;
  display: block;
}
.buttonCTA:hover {
  color: #fff !important;
}
.buttonCTA2 {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  border: 1px #fff solid;
  border-radius: 5px;
  margin: 15px 0 0 30px;
  max-width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.car-brand .buttonCTA {
  border: 1px solid #fff;
}
.blockAssistanceMD a, .blockAssistanceCC a {
  text-decoration: none;
}
h2[class^="titleAssistance"] {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}
div[class^="buttonAssistance"] {
  margin: 0.75em auto 38px auto;
}
div[class^="blockAssistance"] {
  padding: 0.55em 0 0 0;
}
.blockAssistanceMD, .blockAssistanceCC {
  background: #fff;
  background-size: 100%;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.blockAssistanceMD2 {
  margin: 0 auto 20px auto;
}
.pictoAssistanceMD, .pictoAssistanceCC {
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  height: auto;
}
.pictoAssistanceMD {
  width: 100px;
}
.pictoAssistanceCC {
  width: 75px;
}
h2.titleAssistanceMD, h2.titleAssistanceCC {
  font-size: 1.875rem;
  font-weight: lighter;
  text-align: center;
}
h2.titleAssistanceMD {
  color: #e41c68;
}
h2.titleAssistanceCC {
  color: #fcc919;
}
p.textAssistance, p.textAssistance2 {
  color: #808080;
  font-size: 1rem;
  display: block;
  font-weight: 100;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 21px 0 0 0px;
  text-align: center;
}
.buttonAssistance, .buttonAssistance2 {
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  border-radius: 5px;
  max-width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background: #008fa4;
  color: #fff;
}
.borderMD, .borderCC {
  display: block;
  margin: 30px auto 0 -1px;
}
.borderMD {
  border-bottom: 5px solid #e41c68;
}
.borderCC {
  border-bottom: 5px solid #fcc919;
}
#get_connected, #become_reseller, #lets_talk {
  position: absolute;
  height: 65px;
  width: 65px;
  top: -65px;
  background: none;
}
#_container_eSIM_journey_2 {
  overflow: hidden;
}
input[type="submit"] {
  width: 225px;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: auto;
  padding: 8px 0;
  margin-top: 1.5rem !important;
}
.checkbox-567, .checkbox-567 .wpcf7-list-item {
  width: 100%;
}
.checkbox-567 input + span, .checkbox-567 .wpcf7-list-item input + span {
  padding-left: 2%;
  position: relative;
  display: inline-block;
  top: 2px;
}
body.home {
  overflow-x: hidden;
}
body.home h2 {
  font-size: 38px;
}
.arrow-right-white, .arrow-right-blue {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.arrow-right-blue {
  position: relative;
  margin-left: 5px;
  top: 0;
}
.link-home {
  padding-right: 12px;
  margin-right: 6px;
  border-right: 1px solid #2f2f2f;
}
.link-home svg {
  fill: #fff;
  height: 22px;
  position: relative;
  top: 2px;
  stroke-width: 1px;
  stroke: #f1f1f1;
}
.link-home svg:hover {
  stroke: #e41c68;
}
#international-esim .banner, #prepaid-data-plans .banner {
  height: 65vh;
  background: url(/wp-content/uploads/sites/11/2020/01/ubigi-international-esim-data-plan.png) 50% 50% no-repeat;
  background-size: cover;
}
#download-ubigi-app .banner {
  height: 65vh;
  background: url(/wp-content/uploads/sites/11/2020/06/download-ubigi-app.png) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  #download-ubigi-app .banner {
    height: 65vh;
    background: url(/wp-content/uploads/sites/11/2020/06/download-ubigi-app-mobile.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
#download-ubigi-app .badge-rounded {
  border: 2px solid white;
  border-radius: 10px;
}
#download-ubigi-app .subline {
  color: #8a8a8a;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
#download-ubigi-app .btns {
  text-align: center;
}
#international-esim > .container, #prepaid-data-plans > .container, #download-ubigi-app > .container, #ubigi-connected-cars > .container {
  width: 100%;
  max-width: initial;
  padding: 0;
}
#international-esim > .container > .row > div, #prepaid-data-plans > .container > .row > div, #download-ubigi-app > .container > .row > div, #ubigi-connected-cars > .container > .row > div {
  padding: 0;
}
#international-esim > .container .banner + div, #prepaid-data-plans > .container .banner + div, #download-ubigi-app > .container .banner + div, #ubigi-connected-cars > .container .banner + div {
  display: flex;
  align-items: center;
  padding-left: 6%;
}
#international-esim > .container .content, #prepaid-data-plans > .container .content, #download-ubigi-app > .container .content, #ubigi-connected-cars > .container .content {
  max-width: 560px;
}
#international-esim h1, #prepaid-data-plans h1, #download-ubigi-app h1, #ubigi-connected-cars h1 {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
}
#international-esim p, #prepaid-data-plans p, #download-ubigi-app p, #ubigi-connected-cars p {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
#download-ubigi-app > .container .content {
  max-width: 100%;
  width: 100%;
}
#download-ubigi-app {
  margin-top: 1rem !important;
  margin-bottom: 55px;
}
#download-ubigi-app .flex {
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  text-align: center;
}
#download-ubigi-app .hide-xxl {
  display: none;
}
@media (min-width: 1600px) {
  #download-ubigi-app .hide-xxl {
    display: block;
  }
}
#choose-os .fullContainer {
  background: #008fa4;
  color: white;
  text-align: center;
  padding: 45px 0;
}
#choose-os .fullContainer p {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
#choose-os .fullContainer .os-block {
  font-size: 18px;
  font-weight: 600;
}
#choose-os .fullContainer .os-block > div {
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 25px 0 20px;
}
#choose-os .fullContainer .os-block > div:last-child {
  margin-right: 0;
  border-right: none;
}
#choose-os .fullContainer a {
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#choose-os .fullContainer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .os-block > div {
    width: 33%;
    border-right: none !important;
  }
  .os-block .windows {
    margin-top: 20px;
  }
  .os-block .android {
    border: none !important;
  }
}
@media screen and (max-width: 420px) {
  .os-block > div {
    border: none !important;
    min-width: 130px;
    padding: 0 !important;
  }
  .os-block .windows, .os-block .android {
    margin-top: 20px;
  }
}
#key-benefits {
  padding: 45px 0;
}
#key-benefits h3 {
  font-size: 26px;
}
#key-benefits p {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#key-benefits-video .ubg-video-youtube {
  position: relative;
  padding-bottom: 56.2%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#key-benefits-video .ubg-video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#key-benefits-video .video-play-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#how-to-start {
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  width: 100vw;
  padding: 45px 0;
}
#how-to-start h3 {
  font-size: 26px;
  margin-bottom: 45px;
}
#how-to-start h4 {
  font-size: 22px;
  font-weight: 600;
}
#how-to-start p {
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
#how-to-start div > a {
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#how-to-start a {
  text-decoration: none;
  font-weight: 600;
}
#how-to-start a:hover {
  text-decoration: underline;
}
#how-to-start .row div + div {
  border-right: 1px solid rgba(72, 72, 72, 0.6);
}
#how-to-start .row div + div:last-child {
  border-right: none;
}
#prepaid-data-plans > .container .banner {
  height: 65vh;
  background: url(/wp-content/uploads/sites/11/2020/01/esim-ubigi-prepaid-data-plans.jpg) 40% 50% no-repeat;
  background-size: cover;
}
#coverage-map {
  padding: 45px 0;
  text-align: center;
}
#coverage-map .border {
  width: 50%;
  background-color: #eaeaea;
  border: none !important;
  height: 1px;
  margin: 0 auto;
}
#trustpilot {
  padding: 0 0 0 0;
  text-align: center;
}
.trustpilot-widget.widget__fixed {
  position: fixed !important;
  bottom: 0;
  left: 20px;
  background-color: white;
  padding: 14px 0px 10px;
  z-index: 9;
  box-shadow: 0px 0 4px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px 8px 0 0;
  transition: all 0.4s, bottom 0.8s ease-in-out;
}
#partners {
  padding: 60px 0;
  text-align: center;
}
#partners .logos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#partners .logos > div {
  margin: 0 20px;
}
#banner-tds-responsive img {
  width: 100%;
}
#com-banner {
  margin-bottom: -1px;
}
#com-banner .fullContainer {
  display: table;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-communication-banner.jpg) right 0 no-repeat;
  height: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-size: cover;
  position: relative;
}
#com-banner .fullContainer .link-overlay {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
}
#com-banner .fullContainer .com-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 11%;
}
#com-banner .fullContainer .com-content .message {
  font-size: 38px;
  color: #fff;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 42px;
  margin: 60px 0 40px 0;
}
#com-banner .fullContainer .com-content .btn {
  background-color: #f29021;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 11px 36px;
}
#com-banner .fullContainer .com-content .btn a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
#com-banner-tds {
  margin-bottom: -1px;
}
#com-banner-tds .fullContainer {
  display: table;
  background: url(/wp-content/uploads/sites/11/2020/04/bg-banner-tds.png) right 0 no-repeat;
  height: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-size: cover;
}
#com-banner-tds .fullContainer .com-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 11%;
}
#com-banner-tds .fullContainer .com-content .message {
  font-size: 58px;
  color: #f29021;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 42px;
  margin: 5px 0 30px 0;
  letter-spacing: 1px;
}
#com-banner-tds .fullContainer .com-content .baseline {
  font-weight: 600;
  font-size: 25px;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#com-banner-tds .fullContainer .com-content .code {
  margin: 15px 0 18px 0;
}
#com-banner-tds .fullContainer .com-content .code span {
  font-weight: 600;
}
#com-banner-tds .fullContainer .com-content .btn {
  background-color: #f29021;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 11px 30px;
}
#com-banner-tds .fullContainer .com-content .btn a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (min-width: 920px) and (max-width: 1280px) {
  #com-banner-tds .fullContainer {
    background: url(/wp-content/uploads/sites/11/2020/04/bg-banner-tds.png) no-repeat;
    background-position: 88% 0;
    background-size: cover;
  }
}
@media screen and (min-width: 575px) and (max-width: 920px) {
  #com-banner-tds .fullContainer {
    background: url(/wp-content/uploads/sites/11/2020/04/bg-banner-tds.png) no-repeat;
    background-position: 88% 0;
    background-size: cover;
  }
  #com-banner-tds .fullContainer .message {
    max-width: 70%;
    line-height: 55px !important;
    font-size: 58px !important;
  }
  #com-banner-tds .fullContainer p.baseline {
    font-size: 21px !important;
    line-height: 19px !important;
  }
}
#esim-top-navigation {
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  position: fixed;
  z-index: 1;
  margin-top: -1px;
  background-color: transparent !important;
}
#esim-top-navigation .esim-nav {
  display: block;
  text-decoration: none;
}
#esim-top-navigation .esim-nav .sub-content {
  display: none;
  background: #2e2e2e;
  border-radius: 0 0 6px 6px;
  padding: 15px 90px 30px 86px !important;
}
#esim-top-navigation .esim-nav .sub-content .text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
#esim-top-navigation .esim-nav .sub-content .text a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  margin: 17px 0 0 0;
  display: inline-block;
}
#esim-top-navigation .esim-nav .sub-content .text a:hover {
  text-decoration: underline;
  color: #008fa4;
}
#esim-top-navigation .esim-nav:hover .step-1, #esim-top-navigation .esim-nav:hover .step-2, #esim-top-navigation .esim-nav:hover .step-3 {
  background-color: #2e2e2e;
  cursor: pointer;
}
#esim-top-navigation .esim-nav:hover .step-1 .arrow, #esim-top-navigation .esim-nav:hover .step-2 .arrow, #esim-top-navigation .esim-nav:hover .step-3 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/hover-arrow.png) 0 0 no-repeat;
}
#esim-top-navigation .esim-nav:hover .sub-content {
  display: block;
}
#esim-top-navigation .container {
  max-width: 100%;
  padding: 0;
}
#esim-top-navigation .container .row div {
  padding: 0;
}
#esim-top-navigation .step-1, #esim-top-navigation .step-2, #esim-top-navigation .step-3 {
  height: 60px;
}
#esim-top-navigation .arrow {
  position: absolute;
  right: -29px;
  top: 0;
  z-index: 1;
  width: 30px;
  height: 60px;
}
#esim-top-navigation .step-1 {
  background-color: #e41c68;
}
#esim-top-navigation .step-1 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/pink-arrow.png) 0 0 no-repeat;
}
#esim-top-navigation .step-2 {
  background-color: #ababab;
}
#esim-top-navigation .step-2 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/grey-arrow.png) 0 0 no-repeat;
}
#esim-top-navigation .step-3 {
  background-color: #ababab;
}
#esim-top-navigation .step-3 .arrow {
  background: url(/wp-content/uploads/sites/11/2020/02/arrow-light-grey.png) 0 0 no-repeat;
}
#esim-top-navigation .step-3 {
  background-color: #bebebe;
}
#esim-top-navigation .step-nav {
  display: table;
}
#esim-top-navigation .step-nav .content-nav {
  display: table-cell;
  padding-top: 15px !important;
  padding-left: 49px !important;
}
#esim-top-navigation .step-nav .content-nav .number {
  display: inline-block;
}
#esim-top-navigation .step-nav .content-nav .text {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.top-esim-nav-layout {
  margin-top: 115px;
}
#which-device {
  background-size: contain;
}
#which-device .os {
  text-align: center;
  padding: 25px 25px 40px 25px;
  border: 1px solid #525252;
  border-radius: 10px;
  min-height: 365px;
  position: relative;
}
#which-device .os .pick {
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  margin: 17px 0 12px 0;
}
#which-device .os .list {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
#which-device .os .bottom-link {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 8px;
}
#which-device .os .bottom-link.os-devices a + a {
  margin-left: 20px;
}
#which-device .os a {
  text-decoration: none;
}
#which-device .os a:hover {
  text-decoration: underline !important;
  color: #008fa4;
}
#what-is-ubigi .banner, #pronounciation .banner, #connectivity-for-live .banner, #our-group .banner {
  height: 370px;
  width: 100%;
  background-color: #ccc;
  width: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}
#what-is-ubigi h2, #pronounciation h2, #connectivity-for-live h2, #our-group h2 {
  color: #008fa4;
}
#what-is-ubigi .content, #pronounciation .content, #connectivity-for-live .content, #our-group .content {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
}
#what-is-ubigi .banner {
  background: url(/wp-content/uploads/2020/02/what-is-ubigi.jpg) center center no-repeat;
  background-size: cover;
}
#pronounciation {
  background-color: #1f92a3 !important;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
#connectivity-for-live h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
#connectivity-for-live .our.first {
  padding-left: 50px;
}
#connectivity-for-live .our.second {
  border-left: 1px solid #707070;
  padding-left: 50px;
}
#our-group a, #how-to-use-ubigi a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#our-group a:hover, #how-to-use-ubigi a:hover {
  text-decoration: underline;
  color: #008fa4;
}
#portal .portal-content {
  display: table;
  width: 100%;
  height: 450px;
}
#portal .portal-content > div {
  display: table-cell;
  vertical-align: middle;
  max-height: 570px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
#portal .portal-content > div.md {
  background: url(/wp-content/uploads/sites/11/2020/02/about-mobile-devices.png) 0 0 no-repeat;
  background-size: cover;
}
#portal .portal-content > div.cc {
  background: url(/wp-content/uploads/sites/11/2020/02/about-connected-cars.png) 0 0 no-repeat;
  background-size: cover;
}
#portal .portal-content > div .logo-esim {
  margin-bottom: 20px;
}
#portal .portal-content > div .title {
  font-size: 40px;
  font-weight: 400;
}
#portal .portal-content > div .text {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
#portal .portal-content .md .title {
  color: #e0195d;
}
#portal .portal-content .cc .title {
  color: #fcc119;
}
#portal .portal-content .buttonCTA.md-btn, #portal .portal-content .buttonCTA.cc-btn {
  border: none;
  margin-left: 0;
  display: inline-block;
  margin-top: 0;
  max-width: initial;
  padding: 7px 30px 6px 30px;
  text-align: center;
  color: white;
  text-decoration: none !important;
  font-family: "open_sanslight", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: lighter;
  border-radius: 5px;
  margin: 20px 0 0 0;
}
#portal .portal-content .buttonCTA.md-btn {
  background-color: #e41c68;
}
#portal .portal-content .buttonCTA.cc-btn {
  background-color: #fcc119;
}
#portal .row > div {
  padding: 0;
}
*:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search {
  border: none;
  background: url(/wp-content/uploads/sites/11/2020/04/icon-search.png) 0 6px no-repeat;
  background-size: 18px;
  padding-left: 30px;
  font-size: 18px;
  color: #000;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 100% !important;
}
#search::placeholder {
  color: #8a8a8a;
}
#search-form {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  margin-top: 15px;
  padding-bottom: 10px;
}
#search-form input[type="text"] {
  width: calc(100% - 100px);
}
#search-form input[type="submit"] {
  margin-top: 0 !important;
  width: 80px;
}
.remove-text {
  display: none;
  position: absolute;
  top: -6px;
  right: 0;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.faqs-content {
  padding-top: 20px;
}
.faqs-auto-content {
  display: none;
  background: white;
  position: absolute;
  top: 100%;
  right: 100px;
  left: 0;
  padding: 15px 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 0 0 3px 5px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.search-results-container div a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-family: 'open_sanslight', "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 30px;
  padding-left: 29px;
  padding-right: 29px;
  width: 100%;
  display: block;
}
.search-results-container div a:hover {
  background: #f8f8f8;
  color: #000;
  text-decoration: none;
}
.search-results-container div a:focus, .search-results-container div a:visited {
  color: #000;
  text-decoration: none;
}
.page-id-51039 .schema-faq-answer img, .page-id-51045 .schema-faq-answer img, .page-id-51048 .schema-faq-answer img {
  display: inline-block;
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
.schema-faq-answer strong {
  font-weight: 600;
}
#how-to-use-ubigi {
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
}
#how-to-use-ubigi > .container {
  max-width: 100%;
  padding: 0;
}
#how-to-use-ubigi > .container .visuel img {
  width: 100%;
}
#how-to-use-ubigi > .container h3 {
  font-size: 28px;
  font-weight: 600;
  padding-left: 5%;
  padding-right: 5%;
}
#how-to-use-ubigi > .container .content {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 5%;
  padding-right: 5%;
}
#ubigi-key-benefits .banner {
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-esim-key-benefits.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  height: 370px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15%;
}
#ubigi-key-benefits h3 {
  font-size: 27px;
}
#ubigi-key-benefits .descr {
  line-height: 22px;
}
#ubigi-esim-compatible {
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-compatible-devices.jpg) center center no-repeat;
  background-size: cover;
  height: 1010px;
}
#ubigi-esim-compatible div {
  height: 100%;
}
#ubigi-esim-compatible .os-links {
  height: auto;
}
#ubigi-esim-compatible > .container {
  padding: 0;
  max-width: 100%;
}
#ubigi-esim-compatible > .container .layout {
  display: flex;
  height: 400px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15%;
}
#ubigi-esim-compatible > .container .layout .smallLinks {
  font-size: 20px;
}
#ubigi-esim-compatible > .container .layout .smallLinks span img {
  width: 7px;
}
#ubigi-for-business .banner {
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/ubigi-for-business.png) 0 0 no-repeat;
  background-size: cover;
  display: flex;
  height: 370px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30%;
}
#ubigi-for-business h3 {
  font-size: 34px;
  line-height: 44px;
}
#ubigi-for-business .descr {
  line-height: 22px;
}
#ubigi-for-business ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  max-width: 430px;
}
#ubigi-for-business ul li {
  background-image: url(/wp-content/uploads/sites/11/2020/02/green-check.png);
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 37px;
  font-size: 26px;
  font-weight: 300;
  background-size: 23px;
}
#contact-us-full .banner {
  position: relative;
  width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  background: url(/wp-content/uploads/sites/11/2020/02/contact-us-banner.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  height: 370px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30%;
}
#contact-us-full .banner .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
#contact-us-full h3 {
  font-size: 34px;
  line-height: 44px;
}
@media screen and (max-width: 1220px) {
  .link-home {
    display: none;
  }
  .new-blue-btn, .new-clear-btn {
    min-width: 205px;
  }
  #international-esim h1, #prepaid-data-plans h1, #download-ubigi-app h1 {
    font-size: 34px;
  }
  #international-esim p, #prepaid-data-plans p, #download-ubigi-app p, #ubigi-connected-cars p {
    font-size: 18px;
  }
  #international-esim > .container .banner + div, #prepaid-data-plans > .container .banner + div, #ubigi-connected-cars > .container .banner + div {
    padding-left: 3%;
  }
  #international-esim > .container .content, #prepaid-data-plans > .container .content, #download-ubigi-app > .container .content, #ubigi-connected-cars > .container .content {
    max-width: 90%;
    position: relative;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-only {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  body.home h2 {
    font-size: 30px;
  }
  #international-esim > .container .banner, #prepaid-data-plans > .container .banner, #download-ubigi-app > .container .banner, #ubigi-connected-cars > .container .banner {
    display: flex;
    align-items: center;
    padding: 0 10%;
  }
  #international-esim > .container .banner .filter, #prepaid-data-plans > .container .banner .filter, #download-ubigi-app > .container .banner .filter, #ubigi-connected-cars > .container .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #international-esim > .container .banner .content, #prepaid-data-plans > .container .banner .content, #download-ubigi-app > .container .banner .content, #ubigi-connected-cars > .container .banner .content {
    text-align: center;
    max-width: 100%;
    position: relative;
    margin-top: 40px;
    color: #fff;
    margin: 0 auto;
  }
  #international-esim > .container .banner {
    padding: 0 10% 0 10%;
  }
  #choose-os .fullContainer p {
    font-size: 16px;
  }
  #how-to-start {
    width: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding: 0;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    width: 100vw;
  }
  #how-to-start h3 {
    font-size: 24px;
    margin-bottom: 45px;
  }
  #how-to-start .row div + div {
    border: none;
  }
  #partners .esim-compatible {
    width: 245px;
  }
  #partners .logos-os {
    margin-top: 25px;
    width: 200px;
  }
  #com-banner .fullContainer {
    background-position: 70% 0;
  }
  #partners {
    padding-bottom: 45px;
  }
  #partners .logos {
    display: inline-block;
  }
  #partners .logos > div {
    margin: 0 20px;
    display: inline-block;
    width: 95px;
    padding-bottom: 15px;
  }
  #com-banner .fullContainer {
    height: 350px;
  }
  #com-banner .fullContainer .com-content .message {
    line-height: 36px;
    margin: 30px 0 30px 0;
    font-size: 28px;
  }
  #com-banner .fullContainer .com-content .btn a {
    font-size: 16px;
  }
  #newsletter-footer {
    margin-top: -1px;
  }
  #newsletter-footer .fullContainer > .row {
    max-width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }
  #newsletter-footer .fullContainer > .row .head + p {
    width: 100%;
  }
  #newsletter-footer .fullContainer > .row .form-group div:first-child {
    padding-left: 2.5%;
  }
  #newsletter-footer .fullContainer > .row .form-group div + div {
    padding-left: 2.5%;
  }
  #newsletter-footer .fullContainer > .row .form-group {
    margin-top: 15px;
    margin-bottom: 0;
  }
  #newsletter-footer .fullContainer > .row .form-group input {
    width: 100%;
  }
  #newsletter-footer .fullContainer > .row .form-group input[type="email"] {
    display: block;
    border-radius: 0.25rem;
  }
  #newsletter-footer .fullContainer > .row .form-group input[type="submit"] {
    display: block;
    border-radius: 0.25rem;
  }
  #esim-top-dropdown {
    background: #e41c68 !important;
    position: fixed;
    z-index: 1;
  }
  #esim-top-dropdown form {
    margin: 17px 0 17px 0;
    border: none;
  }
  #esim-top-dropdown form select.custom-select {
    border: none;
  }
  #which-device .os {
    min-height: initial;
  }
  #which-device .os .bottom-link {
    position: initial;
    margin-top: 25px;
    margin-left: initial !important;
  }
  #connectivity-for-live .our.first, #connectivity-for-live .our.second {
    padding-left: 0;
  }
  #connectivity-for-live .our.second {
    border-left: 0;
  }
  #portal .portal-content > div.cc div:first-child {
    display: none;
  }
  #portal .portal-content > div .title {
    line-height: 39px;
    margin-bottom: 15px;
  }
  #how-to-use-ubigi .no-pl {
    padding-left: 5% !important;
  }
  #ubigi-key-benefits .banner {
    padding: 0 7%;
  }
  #ubigi-key-benefits .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-esim-compatible {
    height: 600px;
    height: auto;
    max-height: 494px;
  }
  #ubigi-esim-compatible > .container .layout {
    padding: 0 7%;
  }
  #ubigi-esim-compatible > .container .layout .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-esim-compatible > .container .layout .filter + div {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #ubigi-esim-compatible .layout {
    display: table !important;
    width: 100%;
  }
  #ubigi-esim-compatible .layout .filter + div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto;
  }
  #ubigi-esim-compatible h1 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 0;
  }
  #ubigi-esim-compatible .smallLinks {
    font-size: 17px !important;
  }
  #ubigi-esim-compatible .smallLinks + .smallLinks + .smallLinks {
    margin-right: 0 !important;
  }
  #ubigi-esim-compatible .os-links + .os-links a {
    margin-right: 0 !important;
  }
  #ubigi-for-business > .container .banner {
    padding: 0 7%;
  }
  #ubigi-for-business > .container .banner .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
  }
  #ubigi-for-business > .container .banner .filter + div {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #contact-us-full .banner {
    padding: 0 7%;
  }
  #contact-us-full .banner .content {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .blockAssistanceMD, .blockAssistanceCC {
    height: auto;
  }
  .pictoAssistanceMD {
    width: 80px;
  }
  .pictoAssistanceCC {
    width: 58px;
  }
  h2.titleAssistanceMD, h2.titleAssistanceCC {
    font-size: 2rem;
    font-weight: lighter;
  }
  p.textAssistance {
    margin: 10px 0 0 0;
  }
  .buttonAssistance {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .pictoAssistanceMD, .pictoAssistanceCC {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    height: auto;
  }
  .pictoAssistanceCC {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    height: auto;
  }
  .pictoAssistanceMD {
    width: 90px;
  }
  .pictoAssistanceCC {
    width: 65px;
  }
  h2.titleAssistanceMD, h2.titleAssistanceCC {
    font-size: 2.1875rem;
    font-weight: lighter;
  }
  #about_page_learn_more .container div.col-lg-3 {
    margin: 0 -1.5em;
  }
  #about_page_learn_more .container div:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  div[class^="blockAssistance"] {
    padding: 0.95em 0 0 0;
  }
  div[class^="buttonAssistance"] {
    margin: 1em auto 45px auto;
  }
  h2.titleAssistanceMD, h2.titleAssistanceCC {
    font-size: 2.8125rem;
  }
  .pictoAssistanceMD {
    width: 110px;
  }
  .pictoAssistanceCC {
    width: 79px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blockPortalMD, .blockPortalCC {
    width: 340px;
    height: 196px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -16px 0 0 0;
  }
  h2.titleMD, h2.titleCC {
    font-size: 1.875rem;
    line-height: 38px;
    font-weight: lighter;
  }
  .buttonCTA {
    margin: 10px 0 0 20px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blockPortalMD, .blockPortalCC {
    width: 432px;
    height: 243px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blockPortalMD {
    margin: 0 0 20px 0;
  }
  h2.titleMD, h2.titleCC {
    font-size: 2.5rem;
    line-height: 40px;
    font-weight: lighter;
  }
  p.textPortal {
    margin: 13px 0 13px 0;
  }
  .buttonCTA {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .blockPortalMD {
    margin-bottom: 55px;
  }
  .sell-points .marks div {
    text-align: center;
    margin: 0 auto;
  }
  .sell-points .marks div img {
    float: none !important;
    text-align: center;
  }
  #what-is-ubigi .banner {
    max-height: 270px;
  }
  #wpcf7-f15022-p14770-o1 form .form-group.row div:first-child, #wpcf7-f14801-p14779-o1 form .form-group.row div:first-child, #wpcf7-f14791-p14774-o1 form .form-group.row div:first-child {
    margin-bottom: 15px;
  }
  #wpcf7-f15022-p14770-o1 form .form-group.row:nth-child(3) div:first-child, #wpcf7-f14801-p14779-o1 form .form-group.row:nth-child(3) div:first-child, #wpcf7-f14791-p14774-o1 form .form-group.row:nth-child(3) div:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #_container_eSIM_journey_2 {
    overflow: hidden;
  }
  #_container_eSIM_journey_2 .container .row div:nth-child(6) {
    margin-left: 0;
  }
}
.file-upload-container {
  position: relative;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.file-upload-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  width: inherit;
}
.file-upload-button-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 160px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
}
.file-upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 50px;
  width: 160px;
  z-index: 5;
}
.file-upload-progress-bar {
  margin: 15px 0;
  height: 20px;
  width: 0;
  background: #97c042;
  border-radius: 4px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.file-upload-progress-bar.upload {
  width: 100%;
}
.file-upload-filename {
  line-height: 20px;
  font-size: 1rem;
  color: #495057;
}
.file-upload-remove {
  color: #e41c68;
  cursor: pointer;
  padding-left: 5px;
  cursor: pointer;
}
.file-upload span.wpcf7-not-valid-tip {
  top: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .wpcf7-form .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.trik-checkbox input {
  display: none;
}
.trik-checkbox input + * {
  display: block;
  padding-left: 36px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
.trik-checkbox input + *:before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -12px 0;
  background: url(../img/checkbox-checked.png) center center no-repeat;
  background-size: contain;
}
.trik-checkbox input:checked + *:before {
  background: url(../img/checkbox-unchecked.png) center center no-repeat;
  background-size: contain;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.press-room-featured-block {
  position: relative;
}
.press-room-featured-title-container {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 300px;
  margin: -150px 0;
}
.press-room-featured-title {
  color: #676767;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1em;
  font-size: 80%;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 40px;
}
.press-room-featured-title * {
  margin: 0;
}
.press-room-featured-block .press-room-items {
  padding-left: 80px;
  position: relative;
  z-index: 10;
}
.press-room-item {
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.press-room-items:last-child .press-room-item:last-child {
  border-bottom: none;
}
.press-room-featured-block .press-room-item {
  width: 25%;
  border-bottom: none;
  margin-bottom: 0;
  padding: 15px;
}
.press-room-item-image-container {
  width: 96px;
}
.press-room-featured-block .press-room-item-image-container {
  width: 100%;
}
.press-room-item-image-inner {
  position: relative;
  padding-bottom: 100%;
}
.press-room-item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.press-room-item-image:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-item-image:hover:after {
  opacity: 1;
}
.press-room-item-body {
  width: calc(100% - 96px);
  padding-left: 15px;
  box-sizing: border-box;
}
.press-room-featured-block .press-room-item-media {
  padding-top: 5px;
}
.press-room-featured-block .press-room-item-image-inner {
  border: 1px solid #232323;
}
.press-room-item-media a {
  display: block;
  color: #676767;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-item-media a:hover {
  color: black;
}
.press-room-featured-block .press-room-item-media a:hover {
  color: white;
}
.press-room-item-title a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-featured-block .press-room-item-title a {
  color: white;
}
.press-room-item-title a:hover {
  color: #008fa4;
}
.press-room-item-author span {
  padding-right: 5px;
  color: #676767;
}
.press-room-item-pubdate {
  position: absolute;
  top: 15px;
  right: 0;
  color: #676767;
}
.press-room-filters {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #808080;
  font-size: 18px;
}
.press-room-filter-label {
  padding-right: 20px;
}
.press-room-filter-domain, .press-room-filter-language {
  align-items: center;
}
.press-room-filter-domain-item {
  color: #808080;
  border: 1px solid #808080;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-filter-domain-item:hover, .press-room-filter-domain-item.active {
  color: white;
  background: #808080;
}
.press-room-filter-domain-item[datatype="md"] {
  border-color: #e41c68;
  color: #e41c68;
}
.press-room-filter-domain-item[datatype="md"]:hover, .press-room-filter-domain-item[datatype="md"].active {
  color: white;
  background: #e41c68;
}
.press-room-filter-domain-item[datatype="cc"] {
  border-color: #fcc919;
  color: #fcc919;
}
.press-room-filter-domain-item[datatype="cc"]:hover, .press-room-filter-domain-item[datatype="cc"].active {
  color: white;
  background: #fcc919;
}
.press-room-filter-domain-item:last-child {
  margin-right: 0;
}
.press-room-select {
  position: relative;
}
.press-room-select-value {
  min-width: 120px;
}
.press-room-select-value-container {
  color: #808080;
  border: 1px solid #808080;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
}
.collapsed .press-room-select-value-container {
  border-radius: 6px 6px 0 0;
}
.press-room-select-value-container > svg {
  width: 14px;
  height: 14px;
  margin: -7px 0 -7px 15px;
  right: 10px;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapsed .press-room-select-value-container > svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.press-room-select-value-container > svg path {
  fill: #808080;
}
.press-room-select-dropdown-items {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border: 1px solid #808080;
  border-top: none;
  background: white;
  z-index: 10;
}
.press-room-select-dropdown-item {
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-select-dropdown-item:hover, .press-room-select-dropdown-item.active {
  background: #808080;
  color: white;
}
.press-room-empty-text {
  font-size: 18px;
  color: black;
}
.press-room-loadmore-container {
  padding: 100px 0;
}
.press-room-loadmore {
  text-align: center;
  cursor: pointer;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.press-room-loadmore-container.active .press-room-loadmore {
  animation: load-status 1s infinite linear;
  -o-animation: load-status 1s infinite linear;
  -ms-animation: load-status 1s infinite linear;
  -webkit-animation: load-status 1s infinite linear;
  -moz-animation: load-status 1s infinite linear;
}
@keyframes load-status {
  100% {
    color: black;
  }
}
@-o-keyframes load-status {
  100% {
    color: black;
  }
}
@-ms-keyframes load-status {
  100% {
    color: black;
  }
}
@-webkit-keyframes load-status {
  100% {
    color: black;
  }
}
@-moz-keyframes load-status {
  100% {
    color: black;
  }
}
.press-room-loadmore:hover {
  color: black;
}
.press-room-filter-domain-item-icon {
  display: none;
}
@media (max-width: 991px) {
  .press-room-featured-block .press-room-item {
    width: 50%;
  }
  .press-room-featured-title-container {
    top: 150px;
  }
  .press-room-filter-domain, .press-room-filter-language {
    flex-direction: column;
    align-items: flex-start;
  }
  .press-room-filter-label {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .press-room-filter-domain-item {
    padding: 5px;
  }
  .press-room-filter-domain-item span {
    display: none;
  }
  .press-room-filter-domain-item-icon {
    display: block;
    height: 34px;
    width: 50px;
    position: relative;
  }
  .press-room-filter-domain-item-icon:before, .press-room-filter-domain-item-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .press-room-filter-domain-item-icon:before {
    opacity: 1;
  }
  .press-room-filter-domain-item-icon:after, .press-room-filter-domain-item:hover .press-room-filter-domain-item-icon:before, .press-room-filter-domain-item.active .press-room-filter-domain-item-icon:before {
    opacity: 0;
  }
  .press-room-filter-domain-item:hover .press-room-filter-domain-item-icon:after, .press-room-filter-domain-item.active .press-room-filter-domain-item-icon:after {
    opacity: 1;
  }
  .press-room-filter-domain-item[datatype="md"] .press-room-filter-domain-item-icon:before {
    background: url(../img/filter-md-off.png) center center no-repeat;
    background-size: contain;
  }
  .press-room-filter-domain-item[datatype="cc"] .press-room-filter-domain-item-icon:before {
    background: url(../img/filter-cc-off.png) center center no-repeat;
    background-size: contain;
  }
  .press-room-filter-domain-item[datatype="md"] .press-room-filter-domain-item-icon:after {
    background: url(../img/filter-md-on.png) center center no-repeat;
    background-size: contain;
  }
  .press-room-filter-domain-item[datatype="cc"] .press-room-filter-domain-item-icon:after {
    background: url(../img/filter-cc-on.png) center center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .press-room-featured-block .press-room-item {
    width: 100%;
  }
  .press-room-block {
    padding-left: 0;
    padding-right: 0;
  }
  .press-room-select {
    font-size: 80%;
  }
  .press-room-item-title a * {
    font-size: 125%;
    padding-top: 5px;
  }
  .press-room-select-value {
    min-width: 80px;
  }
  .press-room-featured-title-container {
    display: none;
  }
  .press-room-featured-block .press-room-items {
    padding-left: 0;
  }
  .press-room-item-pubdate {
    position: static;
  }
  .press-room-select-value-container {
    line-height: 20px;
    padding: 10px;
  }
  .press-room-filter-domain-item-icon {
    height: 30px;
    width: 40px;
  }
}
@media (max-width: 600px) {
  #accordion .bundle-block {
    justify-content: center;
  }
  #accordion .bundle-item {
    margin: 0 10px 20px 10px;
  }
  #accordion .special-offer {
    text-align: center;
  }
  #accordion .special-offer .imageOfferRates {
    justify-content: center;
  }
  #accordion .about {
    margin-top: 20px;
    text-align: center;
  }
}
