@charset "UTF-8";
:root {
  --blue: #4F9BFB;
  --indigo: #2542C7;
  --purple: #6f42c1;
  --pink: #FFB7CF;
  --red: #FE4709;
  --orange: #FF8F07;
  --yellow: #FFC60C;
  --green: #46B204;
  --teal: #57B1D1;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --indigo-light: #4965DE;
  --indigo-dark: #050DB0;
  --primary: #4F9BFB;
  --secondary: #6c757d;
  --success: #46B204;
  --info: #17a2b8;
  --warning: #FFC60C;
  --danger: #FE4709;
  --light: #f8f9fa;
  --dark: #343a40;
  --default: #2542C7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Gotham SSm A", "Gotham SSm B", "Gotham", Helvetica, Arial, sans-serif;
  --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: "Gotham SSm A", "Gotham SSm B", "Gotham", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF; }

[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: 29px; }

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2542C7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #192d86;
    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 {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  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: .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, .ProductFAQ__title, .h3, .ProductFAQItem__title, .h4, .h5, .h6 {
  margin-bottom: 29px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 55px; }

h2, .h2, .ProductFAQ__title {
  font-size: 40px; }

h3, .h3, .ProductFAQItem__title {
  font-size: 24px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 13px; }

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: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

small,
.small {
  font-size: 11px;
  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: 22px; }

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 10em;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #FFB7CF;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  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: 14.5px;
  padding-left: 14.5px;
  margin-right: auto;
  margin-left: auto;
  max-width: 415px; }
  @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: 1280px) {
    .container {
      max-width: 1142px; } }

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

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

.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: 14.5px;
  padding-left: 14.5px; }

.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.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .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.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  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: #FFFFFF; }

.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, 0.05); }

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

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

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

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

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

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

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

.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: #ffefbb; }

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

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

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

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

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

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

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

.table-default,
.table-default > th,
.table-default > td {
  background-color: #c2caef; }

.table-hover .table-default:hover {
  background-color: #aeb8ea; }
  .table-hover .table-default:hover > td,
  .table-hover .table-default:hover > th {
    background-color: #aeb8ea; }

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #FFFFFF;
  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, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

@media (max-width: 1279.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%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  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: #FFFFFF;
    border-color: #cce2fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(79, 155, 251, 0.25); }
  .form-control::placeholder {
    color: #4a4a4a;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF; }

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 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.375rem;
  padding-bottom: 0.375rem;
  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, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.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: #6c757d; }

.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: 11px;
  color: #46B204; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(70, 178, 4, 0.9);
  border-radius: 10em; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #46B204; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #46B204;
    box-shadow: 0 0 0 0.2rem rgba(70, 178, 4, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.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: #46B204; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #46B204; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #84fb3b; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #5ae405; }

.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 #FFFFFF, 0 0 0 0.2rem rgba(70, 178, 4, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #46B204; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(70, 178, 4, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(254, 71, 9, 0.9);
  border-radius: 10em; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FE4709; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #FE4709;
    box-shadow: 0 0 0 0.2rem rgba(254, 71, 9, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.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: #FE4709; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FE4709; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffa688; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fe6d3c; }

.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 #FFFFFF, 0 0 0 0.2rem rgba(254, 71, 9, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FE4709; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(254, 71, 9, 0.25); }

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

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

.media-body {
  flex: 1; }

.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 + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .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-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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: #FFFFFF;
    background-color: #4F9BFB; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(79, 155, 251, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #fefeff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .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: 10em; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4F9BFB; }

.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='%23FFFFFF' 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: #4F9BFB; }

.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='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(79, 155, 251, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(79, 155, 251, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4F9BFB; }

.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='%23FFFFFF'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(79, 155, 251, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF 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: 10em;
  appearance: none; }
  .custom-select:focus {
    border-color: #cce2fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 226, 254, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFFFFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    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(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #cce2fe;
    box-shadow: 0 0 0 0.2rem rgba(79, 155, 251, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #cce2fe; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 4px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 4px 4px 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(79, 155, 251, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(79, 155, 251, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(79, 155, 251, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #4F9BFB;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fefeff; }
  .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: #4F9BFB;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #fefeff; }
  .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;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #4F9BFB;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #fefeff; }
  .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; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8.5px;
  vertical-align: 8.5px;
  content: "";
  border-top: 10px solid;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

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

.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: 8.5px;
  vertical-align: 8.5px;
  content: "";
  border-top: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  border-left: 10px 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: 8.5px;
  vertical-align: 8.5px;
  content: "";
  border-top: 10px solid transparent;
  border-right: 0;
  border-bottom: 10px solid transparent;
  border-left: 10px 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: 8.5px;
  vertical-align: 8.5px;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8.5px;
  vertical-align: 8.5px;
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid;
  border-bottom: 10px 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: #FFFFFF;
    text-decoration: none;
    background-color: #4F9BFB; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.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.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10em;
  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(79, 155, 251, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #FFFFFF;
  background-color: #4F9BFB;
  border-color: #4F9BFB; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #2a86fa;
    border-color: #1d7ffa; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 155, 251, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #4F9BFB;
    border-color: #4F9BFB; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1d7ffa;
    border-color: #1178fa; }
    .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(79, 155, 251, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #545b62;
    border-color: #4e555b; }
    .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(108, 117, 125, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #46B204;
  border-color: #46B204; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #378d03;
    border-color: #328003; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 178, 4, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #46B204;
    border-color: #46B204; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #328003;
    border-color: #2d7403; }
    .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(70, 178, 4, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FFC60C;
  border-color: #FFC60C; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e5af00;
    border-color: #d8a500; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 198, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FFC60C;
    border-color: #FFC60C; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d8a500;
    border-color: #cb9c00; }
    .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(255, 198, 12, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #FE4709;
  border-color: #FE4709; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #e03901;
    border-color: #d33601; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 71, 9, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #FE4709;
    border-color: #FE4709; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #d33601;
    border-color: #c63301; }
    .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(254, 71, 9, 0.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, 0.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, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    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: #FFFFFF;
    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, 0.5); }

.btn-default {
  color: #FFFFFF;
  background-color: #2542C7;
  border-color: #2542C7; }
  .btn-default:hover {
    color: #FFFFFF;
    background-color: #1f37a7;
    border-color: #1d349c; }
  .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 66, 199, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #FFFFFF;
    background-color: #2542C7;
    border-color: #2542C7; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1d349c;
    border-color: #1b3091; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(37, 66, 199, 0.5); }

.btn-outline-primary {
  color: #4F9BFB;
  background-color: transparent;
  background-image: none;
  border-color: #4F9BFB; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #4F9BFB;
    border-color: #4F9BFB; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(79, 155, 251, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4F9BFB;
    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: #FFFFFF;
    background-color: #4F9BFB;
    border-color: #4F9BFB; }
    .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(79, 155, 251, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #FFFFFF;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #46B204;
  background-color: transparent;
  background-image: none;
  border-color: #46B204; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #46B204;
    border-color: #46B204; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 178, 4, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #46B204;
    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: #FFFFFF;
    background-color: #46B204;
    border-color: #46B204; }
    .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(70, 178, 4, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    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, 0.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: #FFFFFF;
    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, 0.5); }

.btn-outline-warning {
  color: #FFC60C;
  background-color: transparent;
  background-image: none;
  border-color: #FFC60C; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FFC60C;
    border-color: #FFC60C; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 198, 12, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFC60C;
    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: #FFC60C;
    border-color: #FFC60C; }
    .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(255, 198, 12, 0.5); }

.btn-outline-danger {
  color: #FE4709;
  background-color: transparent;
  background-image: none;
  border-color: #FE4709; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #FE4709;
    border-color: #FE4709; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 71, 9, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FE4709;
    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: #FFFFFF;
    background-color: #FE4709;
    border-color: #FE4709; }
    .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(254, 71, 9, 0.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, 0.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, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    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, 0.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: #FFFFFF;
    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, 0.5); }

.btn-outline-default {
  color: #2542C7;
  background-color: transparent;
  background-image: none;
  border-color: #2542C7; }
  .btn-outline-default:hover {
    color: #FFFFFF;
    background-color: #2542C7;
    border-color: #2542C7; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(37, 66, 199, 0.5); }
  .btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #2542C7;
    background-color: transparent; }
  .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2542C7;
    border-color: #2542C7; }
    .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(37, 66, 199, 0.5); }

.btn-link {
  font-weight: 400;
  color: #2542C7;
  background-color: transparent; }
  .btn-link:hover {
    color: #192d86;
    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: #6c757d;
    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%; }

.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 > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

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

.btn-group > .btn: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.5625rem;
  padding-left: 0.5625rem; }
  .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 input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.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: 1280px) {
  .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; } }

.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: 1280px) {
  .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; } }

.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: 1280px) {
  .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; } }

img {
  border: none; }
  img.responsive {
    width: 100%;
    height: auto; }

a {
  text-decoration: none; }
  a:visited {
    color: inherit; }
  a img {
    border: none; }
  a:hover {
    text-decoration: none; }

.inverseText {
  color: #FFFFFF; }

html {
  font-family: "Gotham SSm A", "Gotham SSm B", "Gotham", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000; }

h1, .h1 {
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 66px;
  line-height: 4.125rem; }

h2, .h2, .ProductFAQ__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 47px;
  line-height: 2.9375rem; }

h3, .h3, .ProductFAQItem__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem; }

h4, .h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem; }

h5, .h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem; }

.subhead1, .ProductFAQItem__icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 29px;
  line-height: 1.8125rem; }

.subhead2, .ProductFAQItem__body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem; }

.blockquote, blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35px;
  line-height: 2.1875rem; }

.blockquote-footer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }
  .blockquote-footer .cite, .blockquote-footer cite {
    font-weight: bold; }

@media (max-width: 576px) {
  html {
    font-size: 12px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff image-url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: font-url("slick.eot");
  src: font-url("slick.eot?#iefix") format("embedded-opentype"), font-url("slick.woff") format("woff"), font-url("slick.ttf") format("truetype"), font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

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

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #000000; }

.react-toggle--checked .react-toggle-track {
  background-color: #19AB27; }

.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background-color: #128D15; }

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease; }

.react-toggle--checked .react-toggle-track-x {
  opacity: 0; }

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #19AB27; }

.react-toggle--focus .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
  -moz-box-shadow: 0px 0px 3px 2px #0099E0;
  box-shadow: 0px 0px 2px 3px #0099E0; }

.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
  -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
  -moz-box-shadow: 0px 0px 5px 5px #0099E0;
  box-shadow: 0px 0px 5px 5px #0099E0; }

.button.btn {
  line-height: 1em;
  cursor: pointer;
  border-radius: 10em;
  letter-spacing: 0.5px; }
  .button.btn.btn-extraSmall {
    font-weight: bold;
    padding: 7px 14px;
    padding: 0.4375rem 0.875rem;
    font-size: 10px;
    font-size: 0.625rem; }
  .button.btn.btn-small {
    font-weight: bold;
    padding: 11px 20px;
    padding: 0.6875rem 1.25rem;
    font-size: 10px;
    font-size: 0.625rem; }
  .button.btn.btn-medium {
    font-weight: bold;
    padding: 17px 28px;
    padding: 1.0625rem 1.75rem;
    font-size: 12px;
    font-size: 0.75rem; }
  .button.btn.btn-large {
    font-weight: bold;
    padding: 18px 36px;
    padding: 1.125rem 2.25rem;
    font-size: 14px;
    font-size: 0.875rem; }
  .button.btn.btn-warning {
    background-color: #FFECC7;
    color: #FF8F07; }
  .button.btn.btn-danger {
    background-color: #F03D3D; }
  .button.btn.btn-secondary {
    border: 1px solid #8B96A0;
    background-color: #FFFFFF;
    color: #4A4A4A; }
    .button.btn.btn-secondary:hover {
      border: 1px solid #2C3E51;
      color: #000000; }
  .button.btn.btn-disabled, .button.btn.btn-disabled:active {
    background-color: #888888 !important;
    border: 1px solid #888888; }
  .button.btn.btn-invisible {
    border: none !important;
    background-color: transparent !important;
    padding: 0 1em;
    box-shadow: none;
    outline: none; }
  .button.btn.btn-default:hover, .button.btn.btn-primary:hover {
    background-color: #4965DE; }

.buttonLink {
  display: inline-block; }

#Header {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99999;
  max-width: 1680px;
  margin: 0 auto; }
  #Header:after {
    content: '';
    display: block;
    clear: both; }
  #Header #Header-container {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
  #Header .Header-content {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between; }
  #Header .Header-logo {
    flex: 0 0 auto;
    height: 72px;
    padding: 19px 0 19px 19px;
    margin-right: 1em; }
    #Header .Header-logo .Link,
    #Header .Header-logo .Link-content {
      display: inline-block;
      height: 100%; }
    #Header .Header-logo img.img-fluid {
      max-width: initial;
      height: 100%;
      width: auto; }
  #Header .Header-bar {
    position: absolute;
    top: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    transform-style: flat;
    width: 100%;
    left: 0;
    padding: 10px 0;
    -webkit-animation: 0.5s Header-animateDownIn;
    -moz-animation: 0.5s Header-animateDownIn;
    -ms-animation: 0.5s Header-animateDownIn;
    -o-animation: 0.5s Header-animateDownIn;
    animation: 0.5s Header-animateDownIn; }

.icon {
  display: inline-block; }
  .icon.material-icons {
    font-size: inherit;
    line-height: inherit;
    position: relative;
    top: 0.1em; }

.input {
  width: 100%;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  line-height: 1em;
  margin-bottom: 1em; }
  .input.autocomplete .Dropdown {
    width: 100%;
    margin: 3px 0 0;
    z-index: 999;
    max-height: 290px;
    overflow-y: scroll;
    top: 100%; }
    .input.autocomplete .Dropdown ul, .input.autocomplete .Dropdown li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .input.autocomplete .Dropdown li {
      cursor: pointer;
      padding: 10px; }
      .input.autocomplete .Dropdown li:hover {
        background-color: #dbe7fc; }
  .input .input-container {
    position: relative;
    transition: padding-bottom 0.3s; }
    .input .input-container label.input-field.checkbox {
      cursor: pointer; }
      .input .input-container label.input-field.checkbox input {
        margin-right: 5px; }
  .input input[type=text]::-ms-clear {
    display: none; }
  .input input,
  .input textarea,
  .input select,
  .input .input-inputText,
  .input .input-placeholder {
    text-align: left;
    font-size: 1em;
    line-height: 1.4em; }
  .input .input-placeholder {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    padding-right: 40px; }
  .input textarea {
    min-height: 10rem; }
  .input select {
    height: 2.78rem; }
  .input input,
  .input select,
  .input textarea {
    background-color: transparent;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    border: none;
    z-index: 100;
    color: #000000; }
  .input .input-field {
    display: flex;
    background-color: #FFFFFF;
    position: relative;
    border: 1px solid #C4CCD2;
    border-radius: 4px;
    transition: all 0.25s; }
    .input .input-field input, .input .input-field textarea, .input .input-field select {
      padding: 14px 12px;
      padding: 0.875rem 0.75rem; }
    .input .input-field .input-widget-phonecode {
      line-height: 41px;
      margin-top: 2px;
      display: flex; }
      .input .input-field .input-widget-phonecode .country-flag {
        background: url("https://sep.yimg.com/yf/sbp/img/3e2d2fa3.c_flags.png") 20px 0 no-repeat;
        width: 20px;
        margin: 15px 5px 0 10px;
        height: 17px; }
    .input .input-field .input-placeholder {
      color: #4a4a4a;
      background-color: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      padding-right: 2px;
      transition: all 0.25s;
      z-index: 100; }
    .input .input-field.multiline .input-placeholder {
      top: 12%; }
    .input .input-field.checkbox {
      border: none; }
      .input .input-field.checkbox input {
        width: auto;
        display: none; }
      .input .input-field.checkbox .unchecked {
        color: #e1e1e1; }
      .input .input-field.checkbox .checked {
        color: #2542C7; }
      .input .input-field.checkbox .iconwrap {
        margin-right: 10px;
        position: relative; }
        .input .input-field.checkbox .iconwrap .icon {
          font-size: 1.4em;
          top: 0; }
      .input .input-field.checkbox input + .iconwrap .checked {
        display: none; }
      .input .input-field.checkbox input[type=radio]:checked + .iconwrap .unchecked,
      .input .input-field.checkbox input[type=checkbox]:checked + .iconwrap .unchecked {
        display: none; }
      .input .input-field.checkbox input[type=radio]:checked + .iconwrap .checked,
      .input .input-field.checkbox input[type=checkbox]:checked + .iconwrap .checked {
        display: inline-block; }
      .input .input-field.checkbox.radio .checked {
        color: #e1e1e1; }
        .input .input-field.checkbox.radio .checked.plus {
          color: #2542C7;
          position: absolute;
          font-size: 14px;
          left: 50%;
          margin-left: -0.5em;
          top: 0;
          font-size: 1em; }
  .input.input-hasFocus .input-field {
    border-color: #2542C7; }
  .input .input-error {
    color: #FE4709;
    font-size: 12px;
    opacity: 0;
    position: relative;
    transition: height 0.35s ease-out, opacity 0.35s ease-in; }
    .input .input-error .input-error-text {
      position: absolute;
      bottom: 0; }
  .input.input-hasError .input-error {
    opacity: 1;
    margin-top: 5px; }
  .input.input-hasError .input-field {
    border-color: #FE4709; }
  .input.input-hasFocus .input-placeholder, .input.input-hasValue .input-placeholder, .input.input-fixedLabel .input-placeholder {
    top: 0px;
    margin-left: -4px;
    color: #000000;
    font-size: 0.9em;
    padding: 0 4px; }
  .input.input-hasFocus .multiline .input-placeholder, .input.input-hasValue .multiline .input-placeholder, .input.input-fixedLabel .multiline .input-placeholder {
    top: 0px; }
  .input.input-linear .input-field {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: transparent; }
    .input.input-linear .input-field .input-placeholder {
      left: 8px;
      background-color: transparent;
      color: #4a4a4a; }
    .input.input-linear .input-field input, .input.input-linear .input-field textarea, .input.input-linear .input-field select {
      background-color: transparent;
      padding-left: 8px;
      padding-right: 2em; }
  .input.input-linear .input-error-text {
    padding-left: 8px; }
  .input.input-linear.input-hasFocus .input-placeholder, .input.input-linear.input-hasValue .input-placeholder, .input.input-linear.input-fixedLabel .input-placeholder {
    color: #4a4a4a;
    font-size: 0.5em; }
  .input.input-linear.input-small {
    font-size: 12px;
    font-size: 0.75rem; }
    .input.input-linear.input-small .input-field input, .input.input-linear.input-small .input-field textarea, .input.input-linear.input-small .input-field select {
      padding-top: 8px;
      padding-top: 0.5rem;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
    .input.input-linear.input-small.input-hasFocus .input-placeholder, .input.input-linear.input-small.input-hasValue .input-placeholder, .input.input-linear.input-small.input-fixedLabel .input-placeholder {
      color: #4a4a4a;
      font-size: 0.8em; }
  .input.input-linear.input-medium {
    font-size: 26px;
    font-size: 1.625rem; }
    .input.input-linear.input-medium .input-field input, .input.input-linear.input-medium .input-field textarea, .input.input-linear.input-medium .input-field select {
      padding-top: 12px;
      padding-top: 0.75rem;
      padding-bottom: 20px;
      padding-bottom: 1.25rem; }
  .input.input-linear.input-large {
    font-size: 30px;
    font-size: 1.875rem; }
    .input.input-linear.input-large .input-field {
      border-bottom-width: 2px; }
      .input.input-linear.input-large .input-field input, .input.input-linear.input-large .input-field textarea, .input.input-linear.input-large .input-field select {
        padding-top: 13px;
        padding-top: 0.8125rem;
        padding-bottom: 24px;
        padding-bottom: 1.5rem; }

.input .input-field .input-widget-phonecode .country-flag.be {
  width: 18px; }

.input .input-field .input-widget-phonecode .country-flag.ch {
  width: 15px; }

.input .input-field .input-widget-phonecode .country-flag.mc {
  width: 19px; }

.input .input-field .input-widget-phonecode .country-flag.ne {
  width: 18px; }

.input .input-field .input-widget-phonecode .country-flag.ac {
  height: 10px;
  background-position: 0 0; }

.input .input-field .input-widget-phonecode .country-flag.ad {
  height: 14px;
  background-position: -22px 0; }

.input .input-field .input-widget-phonecode .country-flag.ae {
  height: 10px;
  background-position: -44px 0; }

.input .input-field .input-widget-phonecode .country-flag.af, .input .input-field .input-widget-phonecode .country-flag.ag {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.af {
  background-position: -66px 0; }

.input .input-field .input-widget-phonecode .country-flag.ag {
  background-position: -88px 0; }

.input .input-field .input-widget-phonecode .country-flag.ai {
  height: 10px;
  background-position: -110px 0; }

.input .input-field .input-widget-phonecode .country-flag.al {
  height: 15px;
  background-position: -132px 0; }

.input .input-field .input-widget-phonecode .country-flag.am {
  height: 10px;
  background-position: -154px 0; }

.input .input-field .input-widget-phonecode .country-flag.ao, .input .input-field .input-widget-phonecode .country-flag.aq {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.ao {
  background-position: -176px 0; }

.input .input-field .input-widget-phonecode .country-flag.aq {
  background-position: -198px 0; }

.input .input-field .input-widget-phonecode .country-flag.ar {
  height: 13px;
  background-position: -220px 0; }

.input .input-field .input-widget-phonecode .country-flag.as {
  height: 10px;
  background-position: -242px 0; }

.input .input-field .input-widget-phonecode .country-flag.at {
  height: 14px;
  background-position: -264px 0; }

.input .input-field .input-widget-phonecode .country-flag.au {
  height: 10px;
  background-position: -286px 0; }

.input .input-field .input-widget-phonecode .country-flag.aw {
  height: 14px;
  background-position: -308px 0; }

.input .input-field .input-widget-phonecode .country-flag.ax {
  height: 13px;
  background-position: -330px 0; }

.input .input-field .input-widget-phonecode .country-flag.az, .input .input-field .input-widget-phonecode .country-flag.ba {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.az {
  background-position: -352px 0; }

.input .input-field .input-widget-phonecode .country-flag.ba {
  background-position: -374px 0; }

.input .input-field .input-widget-phonecode .country-flag.bb {
  height: 14px;
  background-position: -396px 0; }

.input .input-field .input-widget-phonecode .country-flag.bd {
  height: 12px;
  background-position: -418px 0; }

.input .input-field .input-widget-phonecode .country-flag.be {
  height: 15px;
  background-position: -440px 0; }

.input .input-field .input-widget-phonecode .country-flag.bf {
  height: 14px;
  background-position: -460px 0; }

.input .input-field .input-widget-phonecode .country-flag.bg, .input .input-field .input-widget-phonecode .country-flag.bh, .input .input-field .input-widget-phonecode .country-flag.bi {
  height: 12px; }

.input .input-field .input-widget-phonecode .country-flag.bg {
  background-position: -482px 0; }

.input .input-field .input-widget-phonecode .country-flag.bh {
  background-position: -504px 0; }

.input .input-field .input-widget-phonecode .country-flag.bi {
  background-position: -526px 0; }

.input .input-field .input-widget-phonecode .country-flag.bj, .input .input-field .input-widget-phonecode .country-flag.bl {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.bj {
  background-position: -548px 0; }

.input .input-field .input-widget-phonecode .country-flag.bl {
  background-position: -570px 0; }

.input .input-field .input-widget-phonecode .country-flag.bm, .input .input-field .input-widget-phonecode .country-flag.bn {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.bm {
  background-position: -592px 0; }

.input .input-field .input-widget-phonecode .country-flag.bn {
  background-position: -614px 0; }

.input .input-field .input-widget-phonecode .country-flag.bo, .input .input-field .input-widget-phonecode .country-flag.bq, .input .input-field .input-widget-phonecode .country-flag.br {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.bo {
  background-position: -636px 0; }

.input .input-field .input-widget-phonecode .country-flag.bq {
  background-position: -658px 0; }

.input .input-field .input-widget-phonecode .country-flag.br {
  background-position: -680px 0; }

.input .input-field .input-widget-phonecode .country-flag.bs {
  height: 10px;
  background-position: -702px 0; }

.input .input-field .input-widget-phonecode .country-flag.bt {
  height: 14px;
  background-position: -724px 0; }

.input .input-field .input-widget-phonecode .country-flag.bv {
  height: 15px;
  background-position: -746px 0; }

.input .input-field .input-widget-phonecode .country-flag.bw {
  height: 14px;
  background-position: -768px 0; }

.input .input-field .input-widget-phonecode .country-flag.by {
  height: 10px;
  background-position: -790px 0; }

.input .input-field .input-widget-phonecode .country-flag.bz {
  height: 14px;
  background-position: -812px 0; }

.input .input-field .input-widget-phonecode .country-flag.ca, .input .input-field .input-widget-phonecode .country-flag.cc {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.ca {
  background-position: -834px 0; }

.input .input-field .input-widget-phonecode .country-flag.cc {
  background-position: -856px 0; }

.input .input-field .input-widget-phonecode .country-flag.cd {
  height: 15px;
  background-position: -878px 0; }

.input .input-field .input-widget-phonecode .country-flag.cf, .input .input-field .input-widget-phonecode .country-flag.cg {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.cf {
  background-position: -900px 0; }

.input .input-field .input-widget-phonecode .country-flag.cg {
  background-position: -922px 0; }

.input .input-field .input-widget-phonecode .country-flag.ch {
  height: 15px;
  background-position: -944px 0; }

.input .input-field .input-widget-phonecode .country-flag.ci {
  height: 14px;
  background-position: -961px 0; }

.input .input-field .input-widget-phonecode .country-flag.ck {
  height: 10px;
  background-position: -983px 0; }

.input .input-field .input-widget-phonecode .country-flag.cl, .input .input-field .input-widget-phonecode .country-flag.cm, .input .input-field .input-widget-phonecode .country-flag.cn, .input .input-field .input-widget-phonecode .country-flag.co, .input .input-field .input-widget-phonecode .country-flag.cp {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.cl {
  background-position: -1005px 0; }

.input .input-field .input-widget-phonecode .country-flag.cm {
  background-position: -1027px 0; }

.input .input-field .input-widget-phonecode .country-flag.cn {
  background-position: -1049px 0; }

.input .input-field .input-widget-phonecode .country-flag.co {
  background-position: -1071px 0; }

.input .input-field .input-widget-phonecode .country-flag.cp {
  background-position: -1093px 0; }

.input .input-field .input-widget-phonecode .country-flag.cr {
  height: 12px;
  background-position: -1115px 0; }

.input .input-field .input-widget-phonecode .country-flag.cu {
  height: 10px;
  background-position: -1137px 0; }

.input .input-field .input-widget-phonecode .country-flag.cv {
  height: 12px;
  background-position: -1159px 0; }

.input .input-field .input-widget-phonecode .country-flag.cw {
  height: 14px;
  background-position: -1181px 0; }

.input .input-field .input-widget-phonecode .country-flag.cx {
  height: 10px;
  background-position: -1203px 0; }

.input .input-field .input-widget-phonecode .country-flag.cy {
  height: 13px;
  background-position: -1225px 0; }

.input .input-field .input-widget-phonecode .country-flag.cz {
  height: 14px;
  background-position: -1247px 0; }

.input .input-field .input-widget-phonecode .country-flag.de {
  height: 12px;
  background-position: -1269px 0; }

.input .input-field .input-widget-phonecode .country-flag.dg {
  height: 10px;
  background-position: -1291px 0; }

.input .input-field .input-widget-phonecode .country-flag.dj {
  height: 14px;
  background-position: -1313px 0; }

.input .input-field .input-widget-phonecode .country-flag.dk {
  height: 15px;
  background-position: -1335px 0; }

.input .input-field .input-widget-phonecode .country-flag.dm {
  height: 10px;
  background-position: -1357px 0; }

.input .input-field .input-widget-phonecode .country-flag.do {
  height: 13px;
  background-position: -1379px 0; }

.input .input-field .input-widget-phonecode .country-flag.dz, .input .input-field .input-widget-phonecode .country-flag.ea, .input .input-field .input-widget-phonecode .country-flag.ec {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.dz {
  background-position: -1401px 0; }

.input .input-field .input-widget-phonecode .country-flag.ea {
  background-position: -1423px 0; }

.input .input-field .input-widget-phonecode .country-flag.ec {
  background-position: -1445px 0; }

.input .input-field .input-widget-phonecode .country-flag.ee {
  height: 13px;
  background-position: -1467px 0; }

.input .input-field .input-widget-phonecode .country-flag.eg {
  height: 14px;
  background-position: -1489px 0; }

.input .input-field .input-widget-phonecode .country-flag.eh, .input .input-field .input-widget-phonecode .country-flag.er {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.eh {
  background-position: -1511px 0; }

.input .input-field .input-widget-phonecode .country-flag.er {
  background-position: -1533px 0; }

.input .input-field .input-widget-phonecode .country-flag.es {
  height: 14px;
  background-position: -1555px 0; }

.input .input-field .input-widget-phonecode .country-flag.et {
  height: 10px;
  background-position: -1577px 0; }

.input .input-field .input-widget-phonecode .country-flag.eu {
  height: 14px;
  background-position: -1599px 0; }

.input .input-field .input-widget-phonecode .country-flag.fi {
  height: 12px;
  background-position: -1621px 0; }

.input .input-field .input-widget-phonecode .country-flag.fj, .input .input-field .input-widget-phonecode .country-flag.fk {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.fj {
  background-position: -1643px 0; }

.input .input-field .input-widget-phonecode .country-flag.fk {
  background-position: -1665px 0; }

.input .input-field .input-widget-phonecode .country-flag.fm {
  height: 11px;
  background-position: -1687px 0; }

.input .input-field .input-widget-phonecode .country-flag.fo {
  height: 15px;
  background-position: -1709px 0; }

.input .input-field .input-widget-phonecode .country-flag.fr {
  height: 14px;
  background-position: -1731px 0; }

.input .input-field .input-widget-phonecode .country-flag.ga {
  height: 15px;
  background-position: -1753px 0; }

.input .input-field .input-widget-phonecode .country-flag.gb {
  height: 10px;
  background-position: -1775px 0; }

.input .input-field .input-widget-phonecode .country-flag.gd {
  height: 12px;
  background-position: -1797px 0; }

.input .input-field .input-widget-phonecode .country-flag.ge, .input .input-field .input-widget-phonecode .country-flag.gf, .input .input-field .input-widget-phonecode .country-flag.gg, .input .input-field .input-widget-phonecode .country-flag.gh {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.ge {
  background-position: -1819px 0; }

.input .input-field .input-widget-phonecode .country-flag.gf {
  background-position: -1841px 0; }

.input .input-field .input-widget-phonecode .country-flag.gg {
  background-position: -1863px 0; }

.input .input-field .input-widget-phonecode .country-flag.gh {
  background-position: -1885px 0; }

.input .input-field .input-widget-phonecode .country-flag.gi {
  height: 10px;
  background-position: -1907px 0; }

.input .input-field .input-widget-phonecode .country-flag.gl, .input .input-field .input-widget-phonecode .country-flag.gm, .input .input-field .input-widget-phonecode .country-flag.gn, .input .input-field .input-widget-phonecode .country-flag.gp, .input .input-field .input-widget-phonecode .country-flag.gq, .input .input-field .input-widget-phonecode .country-flag.gr {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.gl {
  background-position: -1929px 0; }

.input .input-field .input-widget-phonecode .country-flag.gm {
  background-position: -1951px 0; }

.input .input-field .input-widget-phonecode .country-flag.gn {
  background-position: -1973px 0; }

.input .input-field .input-widget-phonecode .country-flag.gp {
  background-position: -1995px 0; }

.input .input-field .input-widget-phonecode .country-flag.gq {
  background-position: -2017px 0; }

.input .input-field .input-widget-phonecode .country-flag.gr {
  background-position: -2039px 0; }

.input .input-field .input-widget-phonecode .country-flag.gs {
  height: 10px;
  background-position: -2061px 0; }

.input .input-field .input-widget-phonecode .country-flag.gt {
  height: 13px;
  background-position: -2083px 0; }

.input .input-field .input-widget-phonecode .country-flag.gu {
  height: 11px;
  background-position: -2105px 0; }

.input .input-field .input-widget-phonecode .country-flag.gw {
  height: 10px;
  background-position: -2127px 0; }

.input .input-field .input-widget-phonecode .country-flag.gy {
  height: 12px;
  background-position: -2149px 0; }

.input .input-field .input-widget-phonecode .country-flag.hk {
  height: 14px;
  background-position: -2171px 0; }

.input .input-field .input-widget-phonecode .country-flag.hm, .input .input-field .input-widget-phonecode .country-flag.hn, .input .input-field .input-widget-phonecode .country-flag.hr {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.hm {
  background-position: -2193px 0; }

.input .input-field .input-widget-phonecode .country-flag.hn {
  background-position: -2215px 0; }

.input .input-field .input-widget-phonecode .country-flag.hr {
  background-position: -2237px 0; }

.input .input-field .input-widget-phonecode .country-flag.ht {
  height: 12px;
  background-position: -2259px 0; }

.input .input-field .input-widget-phonecode .country-flag.hu {
  height: 10px;
  background-position: -2281px 0; }

.input .input-field .input-widget-phonecode .country-flag.ic, .input .input-field .input-widget-phonecode .country-flag.id {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.ic {
  background-position: -2303px 0; }

.input .input-field .input-widget-phonecode .country-flag.id {
  background-position: -2325px 0; }

.input .input-field .input-widget-phonecode .country-flag.ie {
  height: 10px;
  background-position: -2347px 0; }

.input .input-field .input-widget-phonecode .country-flag.il {
  height: 15px;
  background-position: -2369px 0; }

.input .input-field .input-widget-phonecode .country-flag.im {
  height: 10px;
  background-position: -2391px 0; }

.input .input-field .input-widget-phonecode .country-flag.in {
  height: 14px;
  background-position: -2413px 0; }

.input .input-field .input-widget-phonecode .country-flag.io {
  height: 10px;
  background-position: -2435px 0; }

.input .input-field .input-widget-phonecode .country-flag.iq {
  height: 14px;
  background-position: -2457px 0; }

.input .input-field .input-widget-phonecode .country-flag.ir {
  height: 12px;
  background-position: -2479px 0; }

.input .input-field .input-widget-phonecode .country-flag.is {
  height: 15px;
  background-position: -2501px 0; }

.input .input-field .input-widget-phonecode .country-flag.it {
  height: 14px;
  background-position: -2523px 0; }

.input .input-field .input-widget-phonecode .country-flag.je {
  height: 12px;
  background-position: -2545px 0; }

.input .input-field .input-widget-phonecode .country-flag.jm, .input .input-field .input-widget-phonecode .country-flag.jo {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.jm {
  background-position: -2567px 0; }

.input .input-field .input-widget-phonecode .country-flag.jo {
  background-position: -2589px 0; }

.input .input-field .input-widget-phonecode .country-flag.jp, .input .input-field .input-widget-phonecode .country-flag.ke {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.jp {
  background-position: -2611px 0; }

.input .input-field .input-widget-phonecode .country-flag.ke {
  background-position: -2633px 0; }

.input .input-field .input-widget-phonecode .country-flag.kg {
  height: 12px;
  background-position: -2655px 0; }

.input .input-field .input-widget-phonecode .country-flag.kh {
  height: 13px;
  background-position: -2677px 0; }

.input .input-field .input-widget-phonecode .country-flag.ki {
  height: 10px;
  background-position: -2699px 0; }

.input .input-field .input-widget-phonecode .country-flag.km {
  height: 12px;
  background-position: -2721px 0; }

.input .input-field .input-widget-phonecode .country-flag.kn {
  height: 14px;
  background-position: -2743px 0; }

.input .input-field .input-widget-phonecode .country-flag.kp {
  height: 10px;
  background-position: -2765px 0; }

.input .input-field .input-widget-phonecode .country-flag.kr {
  height: 14px;
  background-position: -2787px 0; }

.input .input-field .input-widget-phonecode .country-flag.kw, .input .input-field .input-widget-phonecode .country-flag.ky, .input .input-field .input-widget-phonecode .country-flag.kz {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.kw {
  background-position: -2809px 0; }

.input .input-field .input-widget-phonecode .country-flag.ky {
  background-position: -2831px 0; }

.input .input-field .input-widget-phonecode .country-flag.kz {
  background-position: -2853px 0; }

.input .input-field .input-widget-phonecode .country-flag.la, .input .input-field .input-widget-phonecode .country-flag.lb {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.la {
  background-position: -2875px 0; }

.input .input-field .input-widget-phonecode .country-flag.lb {
  background-position: -2897px 0; }

.input .input-field .input-widget-phonecode .country-flag.lc {
  height: 10px;
  background-position: -2919px 0; }

.input .input-field .input-widget-phonecode .country-flag.li {
  height: 12px;
  background-position: -2941px 0; }

.input .input-field .input-widget-phonecode .country-flag.lk {
  height: 10px;
  background-position: -2963px 0; }

.input .input-field .input-widget-phonecode .country-flag.lr {
  height: 11px;
  background-position: -2985px 0; }

.input .input-field .input-widget-phonecode .country-flag.ls {
  height: 14px;
  background-position: -3007px 0; }

.input .input-field .input-widget-phonecode .country-flag.lt, .input .input-field .input-widget-phonecode .country-flag.lu {
  height: 12px; }

.input .input-field .input-widget-phonecode .country-flag.lt {
  background-position: -3029px 0; }

.input .input-field .input-widget-phonecode .country-flag.lu {
  background-position: -3051px 0; }

.input .input-field .input-widget-phonecode .country-flag.lv, .input .input-field .input-widget-phonecode .country-flag.ly {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.lv {
  background-position: -3073px 0; }

.input .input-field .input-widget-phonecode .country-flag.ly {
  background-position: -3095px 0; }

.input .input-field .input-widget-phonecode .country-flag.ma {
  height: 14px;
  background-position: -3117px 0; }

.input .input-field .input-widget-phonecode .country-flag.mc {
  height: 15px;
  background-position: -3139px 0; }

.input .input-field .input-widget-phonecode .country-flag.md, .input .input-field .input-widget-phonecode .country-flag.me {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.md {
  background-position: -3160px 0; }

.input .input-field .input-widget-phonecode .country-flag.me {
  background-position: -3182px 0; }

.input .input-field .input-widget-phonecode .country-flag.mf, .input .input-field .input-widget-phonecode .country-flag.mg {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.mf {
  background-position: -3204px 0; }

.input .input-field .input-widget-phonecode .country-flag.mg {
  background-position: -3226px 0; }

.input .input-field .input-widget-phonecode .country-flag.mh {
  height: 11px;
  background-position: -3248px 0; }

.input .input-field .input-widget-phonecode .country-flag.mk {
  height: 10px;
  background-position: -3270px 0; }

.input .input-field .input-widget-phonecode .country-flag.ml, .input .input-field .input-widget-phonecode .country-flag.mm {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.ml {
  background-position: -3292px 0; }

.input .input-field .input-widget-phonecode .country-flag.mm {
  background-position: -3314px 0; }

.input .input-field .input-widget-phonecode .country-flag.mn {
  height: 10px;
  background-position: -3336px 0; }

.input .input-field .input-widget-phonecode .country-flag.mo {
  height: 14px;
  background-position: -3358px 0; }

.input .input-field .input-widget-phonecode .country-flag.mp {
  height: 10px;
  background-position: -3380px 0; }

.input .input-field .input-widget-phonecode .country-flag.mq, .input .input-field .input-widget-phonecode .country-flag.mr {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.mq {
  background-position: -3402px 0; }

.input .input-field .input-widget-phonecode .country-flag.mr {
  background-position: -3424px 0; }

.input .input-field .input-widget-phonecode .country-flag.ms {
  height: 10px;
  background-position: -3446px 0; }

.input .input-field .input-widget-phonecode .country-flag.mt, .input .input-field .input-widget-phonecode .country-flag.mu, .input .input-field .input-widget-phonecode .country-flag.mv, .input .input-field .input-widget-phonecode .country-flag.mw {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.mt {
  background-position: -3468px 0; }

.input .input-field .input-widget-phonecode .country-flag.mu {
  background-position: -3490px 0; }

.input .input-field .input-widget-phonecode .country-flag.mv {
  background-position: -3512px 0; }

.input .input-field .input-widget-phonecode .country-flag.mw {
  background-position: -3534px 0; }

.input .input-field .input-widget-phonecode .country-flag.mx {
  height: 12px;
  background-position: -3556px 0; }

.input .input-field .input-widget-phonecode .country-flag.my {
  height: 10px;
  background-position: -3578px 0; }

.input .input-field .input-widget-phonecode .country-flag.mz, .input .input-field .input-widget-phonecode .country-flag.na {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.mz {
  background-position: -3600px 0; }

.input .input-field .input-widget-phonecode .country-flag.na {
  background-position: -3622px 0; }

.input .input-field .input-widget-phonecode .country-flag.nc {
  height: 10px;
  background-position: -3644px 0; }

.input .input-field .input-widget-phonecode .country-flag.ne {
  height: 15px;
  background-position: -3666px 0; }

.input .input-field .input-widget-phonecode .country-flag.nf, .input .input-field .input-widget-phonecode .country-flag.ng {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.nf {
  background-position: -3686px 0; }

.input .input-field .input-widget-phonecode .country-flag.ng {
  background-position: -3708px 0; }

.input .input-field .input-widget-phonecode .country-flag.ni {
  height: 12px;
  background-position: -3730px 0; }

.input .input-field .input-widget-phonecode .country-flag.nl {
  height: 14px;
  background-position: -3752px 0; }

.input .input-field .input-widget-phonecode .country-flag.no, .input .input-field .input-widget-phonecode .country-flag.np {
  height: 15px; }

.input .input-field .input-widget-phonecode .country-flag.no {
  background-position: -3774px 0; }

.input .input-field .input-widget-phonecode .country-flag.np {
  width: 13px;
  background-position: -3796px 0;
  background-color: transparent; }

.input .input-field .input-widget-phonecode .country-flag.nr, .input .input-field .input-widget-phonecode .country-flag.nu, .input .input-field .input-widget-phonecode .country-flag.nz, .input .input-field .input-widget-phonecode .country-flag.om {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.nr {
  background-position: -3811px 0; }

.input .input-field .input-widget-phonecode .country-flag.nu {
  background-position: -3833px 0; }

.input .input-field .input-widget-phonecode .country-flag.nz {
  background-position: -3855px 0; }

.input .input-field .input-widget-phonecode .country-flag.om {
  background-position: -3877px 0; }

.input .input-field .input-widget-phonecode .country-flag.pa, .input .input-field .input-widget-phonecode .country-flag.pe, .input .input-field .input-widget-phonecode .country-flag.pf {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.pa {
  background-position: -3899px 0; }

.input .input-field .input-widget-phonecode .country-flag.pe {
  background-position: -3921px 0; }

.input .input-field .input-widget-phonecode .country-flag.pf {
  background-position: -3943px 0; }

.input .input-field .input-widget-phonecode .country-flag.pg {
  height: 15px;
  background-position: -3965px 0; }

.input .input-field .input-widget-phonecode .country-flag.ph {
  height: 10px;
  background-position: -3987px 0; }

.input .input-field .input-widget-phonecode .country-flag.pk {
  height: 14px;
  background-position: -4009px 0; }

.input .input-field .input-widget-phonecode .country-flag.pl {
  height: 13px;
  background-position: -4031px 0; }

.input .input-field .input-widget-phonecode .country-flag.pm {
  height: 14px;
  background-position: -4053px 0; }

.input .input-field .input-widget-phonecode .country-flag.pn {
  height: 10px;
  background-position: -4075px 0; }

.input .input-field .input-widget-phonecode .country-flag.pr {
  height: 14px;
  background-position: -4097px 0; }

.input .input-field .input-widget-phonecode .country-flag.ps {
  height: 10px;
  background-position: -4119px 0; }

.input .input-field .input-widget-phonecode .country-flag.pt {
  height: 14px;
  background-position: -4141px 0; }

.input .input-field .input-widget-phonecode .country-flag.pw {
  height: 13px;
  background-position: -4163px 0; }

.input .input-field .input-widget-phonecode .country-flag.py {
  height: 11px;
  background-position: -4185px 0; }

.input .input-field .input-widget-phonecode .country-flag.qa {
  height: 8px;
  background-position: -4207px 0; }

.input .input-field .input-widget-phonecode .country-flag.re, .input .input-field .input-widget-phonecode .country-flag.ro, .input .input-field .input-widget-phonecode .country-flag.rs, .input .input-field .input-widget-phonecode .country-flag.ru, .input .input-field .input-widget-phonecode .country-flag.rw, .input .input-field .input-widget-phonecode .country-flag.sa {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.re {
  background-position: -4229px 0; }

.input .input-field .input-widget-phonecode .country-flag.ro {
  background-position: -4251px 0; }

.input .input-field .input-widget-phonecode .country-flag.rs {
  background-position: -4273px 0; }

.input .input-field .input-widget-phonecode .country-flag.ru {
  background-position: -4295px 0; }

.input .input-field .input-widget-phonecode .country-flag.rw {
  background-position: -4317px 0; }

.input .input-field .input-widget-phonecode .country-flag.sa {
  background-position: -4339px 0; }

.input .input-field .input-widget-phonecode .country-flag.sb, .input .input-field .input-widget-phonecode .country-flag.sc, .input .input-field .input-widget-phonecode .country-flag.sd {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.sb {
  background-position: -4361px 0; }

.input .input-field .input-widget-phonecode .country-flag.sc {
  background-position: -4383px 0; }

.input .input-field .input-widget-phonecode .country-flag.sd {
  background-position: -4405px 0; }

.input .input-field .input-widget-phonecode .country-flag.se {
  height: 13px;
  background-position: -4427px 0; }

.input .input-field .input-widget-phonecode .country-flag.sg {
  height: 14px;
  background-position: -4449px 0; }

.input .input-field .input-widget-phonecode .country-flag.sh, .input .input-field .input-widget-phonecode .country-flag.si {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.sh {
  background-position: -4471px 0; }

.input .input-field .input-widget-phonecode .country-flag.si {
  background-position: -4493px 0; }

.input .input-field .input-widget-phonecode .country-flag.sj {
  height: 15px;
  background-position: -4515px 0; }

.input .input-field .input-widget-phonecode .country-flag.sk, .input .input-field .input-widget-phonecode .country-flag.sl {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.sk {
  background-position: -4537px 0; }

.input .input-field .input-widget-phonecode .country-flag.sl {
  background-position: -4559px 0; }

.input .input-field .input-widget-phonecode .country-flag.sm {
  height: 15px;
  background-position: -4581px 0; }

.input .input-field .input-widget-phonecode .country-flag.sn, .input .input-field .input-widget-phonecode .country-flag.so, .input .input-field .input-widget-phonecode .country-flag.sr {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.sn {
  background-position: -4603px 0; }

.input .input-field .input-widget-phonecode .country-flag.so {
  background-position: -4625px 0; }

.input .input-field .input-widget-phonecode .country-flag.sr {
  background-position: -4647px 0; }

.input .input-field .input-widget-phonecode .country-flag.ss, .input .input-field .input-widget-phonecode .country-flag.st {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.ss {
  background-position: -4669px 0; }

.input .input-field .input-widget-phonecode .country-flag.st {
  background-position: -4691px 0; }

.input .input-field .input-widget-phonecode .country-flag.sv {
  height: 12px;
  background-position: -4713px 0; }

.input .input-field .input-widget-phonecode .country-flag.sx, .input .input-field .input-widget-phonecode .country-flag.sy, .input .input-field .input-widget-phonecode .country-flag.sz {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.sx {
  background-position: -4735px 0; }

.input .input-field .input-widget-phonecode .country-flag.sy {
  background-position: -4757px 0; }

.input .input-field .input-widget-phonecode .country-flag.sz {
  background-position: -4779px 0; }

.input .input-field .input-widget-phonecode .country-flag.ta, .input .input-field .input-widget-phonecode .country-flag.tc {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.ta {
  background-position: -4801px 0; }

.input .input-field .input-widget-phonecode .country-flag.tc {
  background-position: -4823px 0; }

.input .input-field .input-widget-phonecode .country-flag.td, .input .input-field .input-widget-phonecode .country-flag.tf {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.td {
  background-position: -4845px 0; }

.input .input-field .input-widget-phonecode .country-flag.tf {
  background-position: -4867px 0; }

.input .input-field .input-widget-phonecode .country-flag.tg {
  height: 13px;
  background-position: -4889px 0; }

.input .input-field .input-widget-phonecode .country-flag.th {
  height: 14px;
  background-position: -4911px 0; }

.input .input-field .input-widget-phonecode .country-flag.tj, .input .input-field .input-widget-phonecode .country-flag.tk, .input .input-field .input-widget-phonecode .country-flag.tl {
  height: 10px; }

.input .input-field .input-widget-phonecode .country-flag.tj {
  background-position: -4933px 0; }

.input .input-field .input-widget-phonecode .country-flag.tk {
  background-position: -4955px 0; }

.input .input-field .input-widget-phonecode .country-flag.tl {
  background-position: -4977px 0; }

.input .input-field .input-widget-phonecode .country-flag.tm, .input .input-field .input-widget-phonecode .country-flag.tn {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.tm {
  background-position: -4999px 0; }

.input .input-field .input-widget-phonecode .country-flag.tn {
  background-position: -5021px 0; }

.input .input-field .input-widget-phonecode .country-flag.to {
  height: 10px;
  background-position: -5043px 0; }

.input .input-field .input-widget-phonecode .country-flag.tr {
  height: 14px;
  background-position: -5065px 0; }

.input .input-field .input-widget-phonecode .country-flag.tt {
  height: 12px;
  background-position: -5087px 0; }

.input .input-field .input-widget-phonecode .country-flag.tv {
  height: 10px;
  background-position: -5109px 0; }

.input .input-field .input-widget-phonecode .country-flag.tw, .input .input-field .input-widget-phonecode .country-flag.tz, .input .input-field .input-widget-phonecode .country-flag.ua, .input .input-field .input-widget-phonecode .country-flag.ug {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.tw {
  background-position: -5131px 0; }

.input .input-field .input-widget-phonecode .country-flag.tz {
  background-position: -5153px 0; }

.input .input-field .input-widget-phonecode .country-flag.ua {
  background-position: -5175px 0; }

.input .input-field .input-widget-phonecode .country-flag.ug {
  background-position: -5197px 0; }

.input .input-field .input-widget-phonecode .country-flag.um, .input .input-field .input-widget-phonecode .country-flag.us {
  height: 11px; }

.input .input-field .input-widget-phonecode .country-flag.um {
  background-position: -5219px 0; }

.input .input-field .input-widget-phonecode .country-flag.us {
  background-position: -5241px 0; }

.input .input-field .input-widget-phonecode .country-flag.uy {
  height: 14px;
  background-position: -5263px 0; }

.input .input-field .input-widget-phonecode .country-flag.uz {
  height: 10px;
  background-position: -5285px 0; }

.input .input-field .input-widget-phonecode .country-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0; }

.input .input-field .input-widget-phonecode .country-flag.vc, .input .input-field .input-widget-phonecode .country-flag.ve {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.vc {
  background-position: -5324px 0; }

.input .input-field .input-widget-phonecode .country-flag.ve {
  background-position: -5346px 0; }

.input .input-field .input-widget-phonecode .country-flag.vg {
  height: 10px;
  background-position: -5368px 0; }

.input .input-field .input-widget-phonecode .country-flag.vi, .input .input-field .input-widget-phonecode .country-flag.vn {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.vi {
  background-position: -5390px 0; }

.input .input-field .input-widget-phonecode .country-flag.vn {
  background-position: -5412px 0; }

.input .input-field .input-widget-phonecode .country-flag.vu {
  height: 12px;
  background-position: -5434px 0; }

.input .input-field .input-widget-phonecode .country-flag.wf {
  height: 14px;
  background-position: -5456px 0; }

.input .input-field .input-widget-phonecode .country-flag.ws {
  height: 10px;
  background-position: -5478px 0; }

.input .input-field .input-widget-phonecode .country-flag.xk {
  height: 15px;
  background-position: -5500px 0; }

.input .input-field .input-widget-phonecode .country-flag.ye, .input .input-field .input-widget-phonecode .country-flag.yt, .input .input-field .input-widget-phonecode .country-flag.za, .input .input-field .input-widget-phonecode .country-flag.zm {
  height: 14px; }

.input .input-field .input-widget-phonecode .country-flag.ye {
  background-position: -5522px 0; }

.input .input-field .input-widget-phonecode .country-flag.yt {
  background-position: -5544px 0; }

.input .input-field .input-widget-phonecode .country-flag.za {
  background-position: -5566px 0; }

.input .input-field .input-widget-phonecode .country-flag.zm {
  background-position: -5588px 0; }

.input .input-field .input-widget-phonecode .country-flag.zw {
  height: 10px;
  background-position: -5610px 0; }

.input .input-field .input-widget-phonecode .country-flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(https://sep.yimg.com/yf/nrp/image/common/c_flags.png);
  background-repeat: no-repeat;
  background-position: 20px 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .input .input-field .input-widget-phonecode .country-flag {
    background-image: url(https://sep.yimg.com/yf/nrp/image/common/c_flags.png); } }

.SideMenu-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: 100%;
  overflow: auto;
  right: 0;
  width: 100%;
  max-width: 576px;
  z-index: 10000;
  background-color: #2542C7;
  min-height: 100%;
  padding: 3rem;
  color: #FFFFFF;
  transition: 0.3s transform ease-in-out;
  transform: translateX(576px); }

.SideMenu-menu-close {
  font-size: 30px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.SideMenu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5000; }

.SideMenu-shown .SideMenu-menu {
  transform: translateX(0); }

.SideMenu-transition {
  transition: transform 0.3s ease-out; }

@media (max-width: 576px) {
  .SideMenu-menu {
    transform: translateX(100%); } }

.slideshow {
  position: relative;
  width: 100%;
  height: 100%; }
  .slideshow .slideshow-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .slideshow .slideshow-slide.slideshow-cssSlide {
      z-index: 100;
      transition-property: transform, opacity; }
      .slideshow .slideshow-slide.slideshow-cssSlide.slideshow-cssSlideCurrent {
        z-index: 200; }
      .slideshow .slideshow-slide.slideshow-cssSlide.slideshow-cssSlideHide {
        z-index: 10;
        transition-property: none; }
  .slideshow .slideshow-controls {
    width: 100%;
    text-align: center; }
    .slideshow .slideshow-controls .slideshow-dot {
      display: inline-block;
      border-radius: 50%;
      height: 9px;
      width: 9px;
      margin: 0 5px;
      background-color: #adb5bd;
      cursor: pointer;
      transition: background-color 0.2s; }
      .slideshow .slideshow-controls .slideshow-dot.slideshow-dotSelected {
        background-color: #495057; }
  .slideshow .slideshow-meta {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 29px;
    z-index: 1000; }

.rs-tooltip.rs-inline-block [open] {
  font-size: 12px;
  font-size: 0.75rem; }

.rs-tooltip.rs-standalone [open] {
  font-size: 12px;
  font-size: 0.75rem; }

.linearForm {
  position: relative;
  text-align: left; }
  .linearForm .linearForm-submit {
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    z-index: 1000; }
  .linearForm .linearForm-submit-icon:hover {
    color: #2542C7; }
  .linearForm .linearForm-submit-icon:active {
    color: #050DB0; }
  .linearForm .linearForm-submit-icon {
    color: #444444;
    line-height: 1; }
  .linearForm.linearForm-small .linearForm-submit-icon {
    font-size: 24px;
    font-size: 1.5rem; }
  .linearForm.linearForm-medium .linearForm-submit-icon {
    font-size: 52px;
    font-size: 3.25rem; }
  .linearForm.linearForm-large .linearForm-submit-icon {
    font-size: 64px;
    font-size: 4rem; }

.Link {
  display: inline-block;
  cursor: pointer; }
  .Link:hover {
    color: #4965DE; }
    .inverseText .Link:hover {
      color: #FFFFFF; }
  .Link.active, .Link.active:hover, .Link:active {
    color: #050DB0; }
    .inverseText .Link.active, .inverseText .Link.active:hover, .inverseText .Link:active {
      color: #FFFFFF; }
  .Link .Link-content,
  .Link a.Link-content {
    color: #2542C7;
    display: inline-block; }
  .Link .Link-content:visited,
  .Link a.Link-content:visited {
    color: #2542C7; }
  .Link .Link-content.Link-cta,
  .Link a.Link-content.Link-cta {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid #2542C7; }
  .Link a.Link-content.Link-navigation {
    color: #666666; }
    .Link a.Link-content.Link-navigation:visited {
      color: #666666; }
  .Link a.Link-content.Link-navigation.Link-navigation-active {
    color: #2542C7; }
    .Link a.Link-content.Link-navigation.Link-navigation-active:visited {
      color: #2542C7; }
  .inverseText .Link {
    color: #FFFFFF; }
    .inverseText .Link .Link-content.Link-cta,
    .inverseText .Link a.Link-content.Link-cta {
      border-bottom-color: #FFFFFF; }
    .inverseText .Link a.Link-content,
    .inverseText .Link a.Link-content:visited,
    .inverseText .Link a.Link-content.Link-navigation.Link-navigation-active:visited {
      color: #FFFFFF; }
  .Link-Disabled {
    pointer-events: none; }
    .Link-Disabled .Link-content,
    .Link-Disabled a.Link-content {
      color: #C4CCD2; }

.ConfirmationModal.Modal .Modal-dialog-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: space-between;
  align-items: center; }

.ConfirmationModal.Modal .ConfirmationModal-text {
  overflow: auto;
  padding: 2.5rem;
  width: 100%; }

.ConfirmationModal.Modal .ConfirmationModal-bottom {
  flex: 0 0 auto;
  padding: 25px;
  border-top: 1px solid #e1e1e1;
  width: 100%; }

.ConfirmationModal.Modal .ConfirmationModal-checklist {
  margin-bottom: 25px; }

.ConfirmationModal.Modal .ConfirmationModal-button {
  text-align: center; }

.ConfirmationModal.Modal .Consent-infoBlock {
  display: flex;
  flex-direction: row; }

.ConfirmationModal.Modal .Consent-infoText {
  margin-top: 5px;
  margin-left: 5px; }

.Modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  overflow: scroll; }
  .Modal .Modal-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .Modal .Modal-dialog {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 80%;
    width: 80%;
    background-color: white;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000000;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 20px 50px 0 rgba(10, 31, 68, 0.12); }
    .Modal .Modal-dialog-medium {
      max-width: 764px; }
    .Modal .Modal-dialog-small {
      max-width: 440px; }
    .Modal .Modal-dialog-large {
      max-width: 930px; }
  .Modal .Modal-dialog-body {
    padding: 1.563rem; }
  .Modal .Modal-dialog-close {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    padding: 16px;
    padding: 1rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }
  @media (max-width: 576px) {
    .Modal .Modal-dialog {
      min-width: 0;
      top: 5%;
      bottom: 5%;
      max-height: none;
      overflow: hidden; }
      .Modal .Modal-dialog .Modal-dialog-body {
        height: 100%;
        overflow: auto; } }

.Dropdown {
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 3000; }
  .Dropdown.Dropdown-showArrow {
    margin-top: 10px; }
    .Dropdown.Dropdown-showArrow:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      bottom: 100%;
      left: 0;
      height:  10px; }
    .Dropdown.Dropdown-showArrow:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 100%;
      left: 5px;
      border-bottom: 10px solid #FFFFFF;
      border-top: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
  .Dropdown.Dropdown-right {
    right: 0; }
    .Dropdown.Dropdown-right.Dropdown-showArrow:after {
      left: auto;
      right: 5px; }
  .Dropdown.Dropdown-top {
    bottom: 100%; }
  .Dropdown.hidden {
    height: 0;
    opacity: 0;
    overflow: hidden; }
  .Dropdown.visible {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; }

.Selector {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #6c757d; }
  .Selector .caret {
    position: absolute;
    top: 10px;
    right: 5px;
    border-top: 6px solid #6c757d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }
  .Selector .CurrentSelection {
    padding: 5px 5px;
    position: relative; }
  .Selector .SelectorContent {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 100%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #FFFFFF;
    padding: 5px; }
    .Selector .SelectorContent .selectItems {
      margin-bottom: 5px; }

.carousel .chevron {
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 0.9;
  cursor: pointer;
  color: #eaeaea;
  z-index: 10005;
  top: 0;
  bottom: 0;
  font-size: 7rem;
  text-shadow: #000 1px 0 20px; }
  .carousel .chevron.chevron-left {
    left: -20px; }
  .carousel .chevron.chevron-right {
    right: -20px; }
  .carousel .chevron .icon.material-icons {
    top: 0; }

.carousel .slick-list .slick-slide {
  width: 400px !important; }
  .carousel .slick-list .slick-slide img {
    display: block;
    width: 100%; }

.carousel.zoomable .slick-list .slick-slide {
  transform: scale(0.8);
  transition: all 400ms ease-in 0s; }
  .carousel.zoomable .slick-list .slick-slide.slick-current {
    transform: scale(1);
    transition: all 400ms ease-out 1s; }

.yc-toggle {
  display: inline-block; }
  .yc-toggle input {
    display: none; }
  .yc-toggle:hover {
    cursor: pointer; }
  .yc-toggle.disabled {
    cursor: not-allowed; }
  .yc-toggle .toggle-label {
    display: inline-block;
    padding: 0px 5px; }
  .yc-toggle .icon.check_box {
    color: #2542C7; }
  .yc-toggle .icon.check_box_outline_blank {
    color: #ced4da; }
  .yc-toggle .switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px; }
    .yc-toggle .switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ced4da;
      -webkit-transition: .4s;
      transition: .4s; }
      .yc-toggle .switch .slider.round {
        border-radius: 100px; }
        .yc-toggle .switch .slider.round:before {
          border-radius: 50%; }
      .yc-toggle .switch .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s; }
      .yc-toggle .switch .slider.disabled {
        cursor: not-allowed; }
    .yc-toggle .switch.active .slider {
      background-color: #2542C7; }
      .yc-toggle .switch.active .slider:before {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px); }
  @media (max-width: 576px) {
    .yc-toggle .icon.material-icons {
      transform: scale(2);
      -ms-transform: scale(2);
      /* IE */
      -moz-transform: scale(2);
      /* FF */
      -webkit-transform: scale(2);
      /* Safari and Chrome */
      -o-transform: scale(2);
      /* Opera */
      padding: 5px; } }

.grecaptcha-badge {
  display: none; }

.Message.error {
  color: #ff6f7f; }
  .Message.error .icon {
    margin-right: 5px; }

.Select {
  position: relative;
  width: 100%;
  cursor: pointer; }
  .Select .Select-selectedItem {
    font-size: 12px;
    width: 100%;
    border: 1px solid #C4CCD2;
    border-radius: 5px;
    padding: 10px; }
    .Select .Select-selectedItem:after {
      position: absolute;
      content: "";
      top: 50%;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: gray transparent transparent transparent;
      margin-top: -3px;
      transform-origin: 50% 3px;
      transition: transform 0.25s; }
  .Select .Select-options {
    display: none;
    position: absolute;
    width: 100%;
    border-top: transparent;
    border-left: 1px solid #C4CCD2;
    border-right: 1px solid #C4CCD2;
    border-bottom: 1px solid #C4CCD2;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
    color: #888888;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
    padding-bottom: 10px; }
  .Select .Select-item {
    width: 100%;
    padding: 5px 10px; }
    .Select .Select-item:hover {
      background-color: #f3f3f3; }
  .Select.Select-open .Select-selectedItem:after {
    transform: rotate(-180deg); }
  .Select.Select-open .Select-options {
    display: block; }

.LoadingIndicator {
  width: 70px;
  text-align: center;
  margin: 0 auto; }
  .LoadingIndicator > div {
    width: 18px;
    height: 18px;
    background-color: #2542C7;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: localListingResult-loading-bouncedelay 1.4s infinite ease-in-out both;
    animation: localListingResult-loading-bouncedelay 1.4s infinite ease-in-out both; }
  .LoadingIndicator-dot.one {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .LoadingIndicator-dot.two {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes localListingResult-loading-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes localListingResult-loading-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.Note {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
  position: relative; }
  .Note .Dropdown {
    background-color: #f3f3f3;
    width: 50%;
    position: absolute; }
    .Note .Dropdown.Dropdown-showArrow:after {
      border-bottom-color: #f3f3f3; }
    .Note .Dropdown.Dropdown-white {
      background-color: #FFFFFF; }
    .Note .Dropdown.Dropdown-center {
      left: 25%; }
    .Note .Dropdown.Dropdown-right {
      right: 100%; }
  .Note .Note-content {
    padding: 16px;
    font-size: 10px;
    line-height: 12px; }
  .Note .Note-title {
    font-size: 12px;
    margin-bottom: 20px; }
  .Note .Note-body {
    font-size: 10px;
    line-height: 12px; }

body {
  background-color: #F8FAFB; }

#application {
  background-color: #FFFFFF;
  max-width: 1680px;
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }

#main {
  padding-top: 76px; }

#main-content {
  position: relative;
  z-index: 20; }

#header,
#main-content {
  transition: 0.3s transform ease-in-out;
  transform: translateX(0); }

.SideMenu-shown #header,
.SideMenu-shown #main-content {
  transform: translateX(-576px); }

@media (max-width: 576px) {
  .SideMenu-shown #header,
  .SideMenu-shown #main-content {
    transform: translateX(-100%); } }

@media (max-width: 992px) {
  #main {
    padding-top: 50px; } }

.Banner {
  display: none;
  position: relative;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .Banner.Banner-show {
    display: block;
    z-index: 10;
    background-color: #2542C7; }
  .Banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 20px;
    z-index: inherit; }
    @media (max-width: 768px) {
      .Banner-container {
        padding: 20px 45px; } }
  .Banner-content {
    font-size: 0.95rem; }

.card {
  width: 100%;
  padding-top: 71.7%;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .card > .card-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }

.customerTestimonials {
  position: relative;
  height: 600px;
  height: 37.5rem;
  z-index: 1; }
  .customerTestimonials .customerTestimonials-images {
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10; }
  .customerTestimonials .customerTestimonials-images-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .customerTestimonials .customerTestimonials-images-customer {
    position: absolute;
    top: 20%;
    left: 20%;
    height: 60%;
    width: 60%; }
  .customerTestimonials .customerTestimonials-testimonials {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; }
  .customerTestimonials .customerTestimonials-testimonials-container {
    height: 500px; }
  .customerTestimonials .customerTestimonials-testimonial {
    text-align: center; }
  @media (max-width: 992px) {
    .customerTestimonials {
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column; }
      .customerTestimonials.customerTestimonials-hasSlideshow .customerTestimonials-testimonials-container {
        height: 340px; }
      .customerTestimonials .customerTestimonials-testimonials-container {
        position: static;
        height: auto;
        margin-top: 20px; }
      .customerTestimonials .customerTestimonials-images {
        position: relative;
        width: 100%;
        padding-top: 100%;
        order: 0; }
      .customerTestimonials .customerTestimonials-testimonial {
        padding: 0 30px; }
      .customerTestimonials .customerTestimonials-testimonials {
        position: relative;
        transform: none;
        order: 1; }
        .customerTestimonials .customerTestimonials-testimonials .slideshow {
          position: static; }
          .customerTestimonials .customerTestimonials-testimonials .slideshow .slideshow-slides {
            position: relative; }
          .customerTestimonials .customerTestimonials-testimonials .slideshow .slideshow-meta {
            bottom: auto;
            top: -29px; } }

.Disclaimer {
  font-size: 11px;
  text-align: left;
  font-weight: 300;
  padding: 2rem 2rem; }

@media (min-width: 992px) {
  .EcommEnterpriseLeadForm .form {
    min-width: 950px; } }

.EcommEnterpriseLeadForm .hide {
  display: none; }

.EcommEnterpriseLeadForm .action {
  text-align: right; }

.EcommEnterpriseLeadForm .confirmation {
  max-width: 600px;
  text-align: center; }
  .EcommEnterpriseLeadForm .confirmation .icon {
    color: #81c531;
    font-size: 45px; }

.featuredCustomers {
  position: relative;
  z-index: 200;
  margin: 80px 0 60px; }
  .featuredCustomers .featuredCustomers-logoContainer {
    position: relative;
    width: 100%;
    height: 75px; }
  .featuredCustomers .featuredCustomers-logoImage {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform: translate(-50%, -50%);
    max-width: 50%;
    max-height: 75px; }
    .featuredCustomers .featuredCustomers-logoImage.featuredCustomers-logoCurrent {
      z-index: 50;
      animation: 0.5s featuredCustomer-animateIn ease-in; }
    .featuredCustomers .featuredCustomers-logoImage.featuredCustomers-logoPrevious {
      display: none;
      z-index: 25; }
  @media (max-width: 576px) {
    .featuredCustomers {
      padding: 0 0 30px;
      margin: 0; }
      .featuredCustomers .featuredCustomers-logo:nth-child(n+4) {
        display: none; } }

@-webkit-keyframes featuredCustomer-animateIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes featuredCustomer-animateIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes featuredCustomer-animateIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes featuredCustomer-animateIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.features {
  width: 100%; }
  .features > .features-container {
    width: 100%; }
  .features .title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem; }
  .features .icon {
    font-size: 48px;
    font-size: 3rem; }
  @media (max-width: 576px) {
    .features .features-mobiledesc {
      display: none; }
    .features .title {
      line-height: 19px; } }

#footer .footer-top {
  overflow: hidden;
  width: 100%;
  background-color: #4965DE;
  padding: 20px 0px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px; }
  #footer .footer-top a, #footer .footer-top a:visited, #footer .footer-top a:link, #footer .footer-top a:visited {
    text-decoration: underline; }

#footer .logo {
  margin-bottom: 9px;
  width: 104px; }

#footer .footer-bottom {
  border-top: 1px solid #e1e1e1;
  padding: 25px 0px;
  background-color: #f3f3f3;
  font-size: 11px;
  text-align: center;
  font-weight: 300; }
  #footer .footer-bottom a, #footer .footer-bottom a:visited {
    color: inherit; }

#footer .footer-bottomCopyright,
#footer .footer-bottomLegal {
  display: inline-block; }

#footer .footer-bottomCopyright {
  margin-right: 20px; }

#footer .footer-helpText {
  display: inline-block;
  font-weight: 500; }

#footer .footer-callUs {
  display: inline-block;
  padding-left: 10px;
  font-weight: 300; }

#footer .footer-telNumber {
  display: inline-block;
  font-weight: 500;
  padding-left: 10px; }

@media (max-width: 576px) {
  #footer .footer-bottomCopyright,
  #footer .footer-bottomLegal {
    display: block; }
  #footer .footer-bottomCopyright {
    margin: 0px; }
  #footer .footer-helpText, #footer .footer-callUs, #footer .footer-telNumber {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 0px; } }

#footer .footer-links {
  font-size: 12px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 30px; }
  #footer .footer-links ul {
    padding: 0;
    margin: 0; }
  #footer .footer-links li {
    list-style: none;
    margin: 0;
    line-height: 1rem;
    padding-bottom: 1rem; }
  #footer .footer-links h4.footer-link-header {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 1rem; }
    #footer .footer-links h4.footer-link-header span {
      display: none;
      float: right; }
  #footer .footer-links a, #footer .footer-links a:visited {
    color: #000000; }
  @media (max-width: 576px) {
    #footer .footer-links .footer-link-section:first-child .footer-link-section-content {
      border-top-width: 1px; }
    #footer .footer-links .footer-link-section .footer-link-section-content {
      border: 0 solid #979797;
      border-bottom-width: 1px;
      padding-top: 15px;
      padding-bottom: 5px; }
      #footer .footer-links .footer-link-section .footer-link-section-content .footer-link-header span {
        display: inline-block; }
        #footer .footer-links .footer-link-section .footer-link-section-content .footer-link-header span::after {
          content: "-"; }
      #footer .footer-links .footer-link-section .footer-link-section-content .footer-link-items {
        /*
                    height:inherit;
                    transition: height 2s ease-in-out;
                    -moz-transition: height 2s ease-in-out;
                    -webkit-transition: height 2s ease-in-out;*/ }
      #footer .footer-links .footer-link-section .footer-link-section-content.collapsed .footer-link-header span::after {
        content: "+"; }
      #footer .footer-links .footer-link-section .footer-link-section-content.collapsed .footer-link-items {
        height: 0px;
        overflow: hidden; } }

#footer .social {
  font-size: 19px;
  color: #979797;
  text-align: center; }
  #footer .social .footer-socialIcon {
    width: auto;
    height: 20px;
    margin: 0 0.5rem; }
  #footer .social:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%; }

.grid {
  /* Offset margins in GridContent */
  margin-bottom: -29px; }
  .grid .gridContent {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 29px; }
    .grid .gridContent > .title {
      font-size: 24px;
      font-weight: bold; }
    .grid .gridContent > .icon {
      margin-bottom: 1em; }

#header {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99999;
  max-width: 1680px;
  margin: 0 auto; }
  #header:after {
    content: '';
    display: block;
    clear: both; }
  #header .current-user {
    display: inline-block; }
    #header .current-user:before {
      content: attr(data-letters);
      text-transform: uppercase;
      display: inline-block;
      font-size: 16px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 50%;
      background: #65AE34;
      vertical-align: middle;
      color: #fff;
      cursor: pointer;
      margin-top: -5px;
      margin-left: 3px; }
  #header #header-logo {
    margin-right: 1em; }
    #header #header-logo.Link,
    #header #header-logo .Link-content {
      display: inline-block;
      height: 34px; }
    #header #header-logo img.img-fluid {
      max-width: initial;
      height: 100%;
      width: auto; }
  #header #header-content {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
  #header .header-bar {
    position: absolute;
    top: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    transform-style: flat;
    width: 100%;
    left: 0;
    padding: 10px 0;
    -webkit-animation: 0.5s Header-animateDownIn;
    -moz-animation: 0.5s Header-animateDownIn;
    -ms-animation: 0.5s Header-animateDownIn;
    -o-animation: 0.5s Header-animateDownIn;
    animation: 0.5s Header-animateDownIn; }
  #header .header-mobile-menu {
    color: #2542C7;
    font-size: 30px;
    padding: 7px 10px;
    line-height: 30px;
    cursor: pointer; }
  #header .header-left {
    padding: 19px;
    white-space: nowrap; }
    #header .header-left .Menu .Link .Link-content {
      padding: 0 15px; }
    #header .header-left .Menu ul .Link .Link-content {
      height: 34px;
      line-height: 34px;
      margin: 0;
      vertical-align: top;
      font-weight: 500;
      font-size: 13px;
      white-space: nowrap; }
    #header .header-left .Menu ul li {
      margin: 0 0.5rem; }
    #header .header-left .Menu ul ul {
      margin: 0;
      padding: 16px;
      display: block; }
      #header .header-left .Menu ul ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: auto; }
        #header .header-left .Menu ul ul li .Link .Link-content {
          display: block;
          padding: 0;
          margin: 0 0 1px 0;
          height: 30px;
          line-height: 30px; }
  #header .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    #header .header-center .buttonLink {
      -webkit-animation: 0.5s Header-animateUpIn;
      -moz-animation: 0.5s Header-animateUpIn;
      -ms-animation: 0.5s Header-animateUpIn;
      -o-animation: 0.5s Header-animateUpIn;
      animation: 0.5s Header-animateUpIn; }
  #header .header-right {
    padding-right: 20px; }
    #header .header-right a.Link:visited {
      color: inherit; }
    #header .header-right .icon:hover {
      color: #4965DE; }
    #header .header-right .icon.active {
      color: #2847C0; }
    #header .header-right .Dropdown {
      background-color: #f3f3f3; }
      #header .header-right .Dropdown.Dropdown-showArrow:after {
        border-bottom-color: #f3f3f3; }
  #header .headerIcons-avatar-signedout {
    display: inline-block; }
  #header .headerIcons-avatar-signedin {
    display: inline-block;
    padding: 10px 20px 0 3px;
    height: 40px;
    width: 44px;
    vertical-align: top; }
    #header .headerIcons-avatar-signedin .headerIcons-avatar-fnp {
      display: block; }
      #header .headerIcons-avatar-signedin .headerIcons-avatar-fnp:before {
        content: attr(data-letters);
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        width: 20px;
        height: 20px;
        line-height: 21px;
        text-align: center;
        border-radius: 50%;
        background: #65AE34;
        vertical-align: middle;
        color: #fff;
        cursor: pointer; }
  #header .header-right-icon {
    display: inline-block;
    position: relative;
    font-size: 25px; }
    #header .header-right-icon .icon {
      cursor: pointer;
      height: 72px;
      line-height: 72px;
      font-size: 25px;
      padding: 0 0.2em; }
      #header .header-right-icon .icon:hover {
        color: #4965DE; }
        .inverseText #header .header-right-icon .icon:hover {
          color: #FFFFFF; }
      #header .header-right-icon .icon.active, #header .header-right-icon .icon.active:hover, #header .header-right-icon .icon:active {
        color: #050DB0; }
        .inverseText #header .header-right-icon .icon.active, .inverseText #header .header-right-icon .icon.active:hover, .inverseText #header .header-right-icon .icon:active {
          color: #FFFFFF; }
  #header .header-right-phoneInfo {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    padding: 1.5em;
    min-width: 200px; }
    #header .header-right-phoneInfo p:last-child {
      margin-bottom: 0; }
  @media (max-width: 768px) {
    #header .header-right {
      padding-right: 0; }
    #header .header-bar {
      display: none; } }
  @media (max-width: 992px) {
    #header .header-center {
      display: none; }
    #header .header-left {
      padding: 8px 0px 8px 14px; }
      #header .header-left .Menu {
        display: none; } }

.Header-SideMenu .Menu {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }

.Header-SideMenu .Menu ul, .Header-SideMenu .Menu li {
  display: block; }

.Header-SideMenu .Menu li {
  font-size: 1.3rem;
  padding: 1rem 0; }

.Header-SideMenu .header-mobileMenu-label {
  padding-left: 12px;
  display: inline-block;
  line-height: 28px;
  vertical-align: top; }

.Header-SideMenu .Link .Link-content.Link-navigation-active,
.Header-SideMenu .header-mobileMenu-link {
  font-size: 1.3rem;
  line-height: 28px;
  color: #FFFFFF;
  display: block; }
  .Header-SideMenu .Link .Link-content.Link-navigation-active .icon,
  .Header-SideMenu .header-mobileMenu-link .icon {
    font-size: 28px;
    color: #FFFFFF;
    top: 0em; }
    .Header-SideMenu .Link .Link-content.Link-navigation-active .icon:hover,
    .Header-SideMenu .header-mobileMenu-link .icon:hover {
      color: #FFFFFF; }
    .Header-SideMenu .Link .Link-content.Link-navigation-active .icon.active,
    .Header-SideMenu .header-mobileMenu-link .icon.active {
      color: #FFFFFF; }
  .Header-SideMenu .Link .Link-content.Link-navigation-active.link:hover,
  .Header-SideMenu .header-mobileMenu-link.link:hover {
    color: #FFFFFF; }
  .Header-SideMenu .Link .Link-content.Link-navigation-active.link.active,
  .Header-SideMenu .header-mobileMenu-link.link.active {
    color: #FFFFFF; }

@-webkit-keyframes Header-animateDownIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes Header-animateDownIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-o-keyframes Header-animateDownIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes Header-animateDownIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes Header-animateUpIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes Header-animateUpIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@-o-keyframes Header-animateUpIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes Header-animateUpIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

.heroCarousel {
  min-height: 600px;
  padding-top: 130px; }
  .heroCarousel .title {
    text-align: center; }
  .heroCarousel .heroCarousel-ctr {
    height: 377px; }
    .heroCarousel .heroCarousel-ctr .heroCarousel-animation {
      margin-top: 4%;
      margin-bottom: 4%; }
      .heroCarousel .heroCarousel-ctr .heroCarousel-animation .heroCarousel-cover {
        width: 556px;
        height: 319px;
        margin: -280px auto 0 auto;
        position: relative;
        pointer-events: none; }
        .heroCarousel .heroCarousel-ctr .heroCarousel-animation .heroCarousel-cover .heroCarousel-mac {
          width: 100%;
          height: 100%;
          width: auto; }
  .heroCarousel .browseThemes {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 80px; }
  @media (max-width: 575px) {
    .heroCarousel {
      min-height: 500px;
      margin-bottom: 0%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .heroCarousel {
      min-height: 500px;
      margin-bottom: 0%;
      padding-top: 150px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .heroCarousel {
      padding-top: 150px;
      min-height: 500px;
      margin-bottom: 0%; } }

.HeroImage {
  position: relative;
  padding: 180px 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .HeroImage-ctaSubtext {
    margin-top: 15px;
    font-size: 11px; }
  .HeroImage.has-images {
    min-height: 800px; }
  .HeroImage-hybrid {
    padding: 50px 0; }
    .HeroImage-hybrid.HeroImage-hasImages {
      margin-bottom: 10%; }
    @media (max-width: 575px) {
      .HeroImage-hybrid {
        min-height: 500px;
        margin-bottom: 0%; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .HeroImage-hybrid {
        margin-bottom: 15%; } }
    .HeroImage-hybrid .HeroImage-content {
      text-align: center; }
    .HeroImage-hybrid .HeroImage-images {
      position: relative;
      top: 0;
      left: auto;
      right: auto;
      width: 100%;
      padding-top: 33%; }
  .HeroImage-content .title {
    margin-bottom: 18px; }
  .HeroImage-content .subtitle {
    margin-bottom: 42px; }
  .HeroImage-images {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 50%;
    padding-top: 50%; }
    .HeroImage-images .slideshow {
      position: absolute;
      top: 0;
      right: 0; }
      .HeroImage-images .slideshow .slideshow-meta {
        bottom: -29px;
        left: 35%; }
  @media (max-width: 576px) {
    .HeroImage {
      padding: 45px 0 30px; }
      .HeroImage .HeroImage-content {
        padding: 0 30px;
        margin-bottom: 0px;
        text-align: center;
        position: relative;
        z-index: 1000; }
        .HeroImage .HeroImage-content .subtitle {
          margin-bottom: 17px; }
      .HeroImage .HeroImage-images {
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding-top: 100%;
        margin-bottom: 30px; }
        .HeroImage .HeroImage-images .slideshow {
          position: absolute;
          top: 0;
          right: 0; }
      .HeroImage-hybrid .HeroImage-images {
        padding-top: 33%;
        transform: scale(1.5, 1.5); } }
  @media (max-width: 576px) {
    .HeroImage {
      padding-top: 45px; }
      .HeroImage .HeroImage-content {
        text-align: center;
        position: relative;
        margin: 0 auto; }
      .HeroImage.HomepageHero {
        height: 600px;
        height: 187vw; } }
  @media (max-width: 320px) {
    .HeroImage.HomepageHero {
      background-size: contain;
      background-position: bottom center;
      background-color: #E77010;
      height: 700px; } }

.Learnmore {
  margin-top: 75px;
  display: flex;
  justify-content: center; }
  .Learnmore .LearnmoreBlock {
    width: 30%;
    min-width: unset; }
    .Learnmore .LearnmoreBlock + .LearnmoreBlock {
      margin-left: 60px; }
    .Learnmore .LearnmoreBlock .LearnmoreBlock-content h3 {
      min-height: 64px;
      margin-bottom: 20px; }
  @media (max-width: 992px) {
    .Learnmore .LearnmoreBlock + .LearnmoreBlock {
      margin-left: 25px; }
    .Learnmore .LearnmoreBlock .LearnmoreBlock-img-container img {
      height: 168px; }
    .Learnmore .LearnmoreBlock .LearnmoreBlock-content h3 {
      min-height: 96px; } }
  @media (max-width: 768px) {
    .Learnmore {
      display: block; }
      .Learnmore .LearnmoreBlock {
        width: 100%;
        margin-top: 30px; }
        .Learnmore .LearnmoreBlock + .LearnmoreBlock {
          margin-left: 0; }
        .Learnmore .LearnmoreBlock .LearnmoreBlock-img-container {
          height: unset; }
        .Learnmore .LearnmoreBlock .LearnmoreBlock-content {
          padding: 5px 30px 30px; }
        .Learnmore .LearnmoreBlock .LearnmoreBlock-content h3 {
          min-height: unset; } }
  @media (min-width: 576px) and (max-width: 768px) {
    .Learnmore .LearnmoreBlock .LearnmoreBlock-img-container img {
      height: 300px; } }

/* if want to use the blokc widget independantly */
.LearnmoreBlock {
  text-align: center;
  width: 263px; }
  .LearnmoreBlock .LearnmoreBlock-content {
    padding: 30px; }
  .LearnmoreBlock .LearnmoreBlock-img-container {
    width: 100%; }
    .LearnmoreBlock .LearnmoreBlock-img-container img {
      height: 220px; }

.LocalworksSearch-subtext {
  text-align: center; }

.pac-container:after {
  background-image: none !important;
  height: 0;
  margin: 0;
  padding: 0; }

.loginform-ifm {
  height: 1px;
  width: 1px;
  visibility: hidden; }

@media (min-width: 992px) {
  .loginForm {
    min-width: 310px; } }

.login {
  padding: 30px 35px 10px 35px;
  font-size: 13px;
  text-align: center; }
  .login .footer-line {
    margin: 15px; }
  .login .forgot-password {
    text-align: left;
    color: #888888; }
    .login .forgot-password .login-link {
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 600; }
  .login .login-ctalink {
    padding-top: 15px;
    color: #2542C7; }

@media (min-width: 992px) {
  .login {
    min-width: 310px; } }

.loginModal {
  padding: 35px;
  background-color: #f8fafb; }
  .loginModal .react-tabs__tab-list {
    border-bottom: 2px solid #eff3f6;
    margin: 0 0 10px;
    padding: 0; }
  .loginModal .react-tabs__tab {
    display: inline-block;
    bottom: -2px;
    position: relative;
    list-style: none;
    padding: 6px 0;
    cursor: pointer;
    width: 50%;
    color: #AEBFCC; }
    .loginModal .react-tabs__tab:hover {
      color: #2542C7; }
    .loginModal .react-tabs__tab--selected {
      color: black;
      border-bottom: 2px solid #2542C7; }
    .loginModal .react-tabs__tab--disabled {
      color: GrayText;
      cursor: default; }
    .loginModal .react-tabs__tab:focus {
      box-shadow: 0 0 5px #0188fe;
      border-color: #0188fe;
      outline: none; }
      .loginModal .react-tabs__tab:focus:after {
        content: "";
        position: absolute;
        height: 5px;
        left: -4px;
        right: -4px;
        bottom: -5px; }
  .loginModal .react-tabs__tab-panel {
    text-align: center;
    display: none; }
    .loginModal .react-tabs__tab-panel--selected {
      display: block; }
  .loginModal .footer-line {
    border-bottom: 1px solid #eff3f6;
    margin: 15px; }
  .loginModal .login-link {
    padding-bottom: 10px;
    font-weight: 600; }
    .loginModal .login-link.link {
      color: #888888; }
  .loginModal .login-ctalink {
    padding-top: 15px; }

.Menu {
  display: inline-block; }
  .Menu ul, .Menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative; }

.page {
  overflow: hidden; }

.Parallax {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform; }
  .Parallax.Parallax-ready {
    transition: transform 1s cubic-bezier(0.17, 0.85, 0.26, 1); }

.priceComparison {
  position: relative;
  z-index: 100;
  padding: 48px 0;
  padding: 3rem 0; }
  .priceComparison .title,
  .priceComparison .subtitle {
    text-align: center; }
  .priceComparison .title {
    margin-bottom: 0.5rem; }
  .priceComparison .priceComparison-title {
    margin-bottom: 1rem; }
  .priceComparison .priceComparison-PlanTitle {
    padding-top: 28px; }
  .priceComparison .priceComparison-PlanTitle-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-top: 28px;
    text-align: center;
    padding: 28px 20px 42px;
    background-color: #f3f3f3;
    height: 100%; }
  .priceComparison .priceComparison-PlanTitle-featured .priceComparison-PlanTitle-container {
    background-color: #57b1d1; }
  .priceComparison .priceComparison-PlanTitle-hasCta .priceComparison-PlanTitle-price {
    margin: 20px 0; }
  .priceComparison-PlanTitle-price {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    font-weight: 300;
    margin: 20px 0 0; }
  .priceComparison-PlanTitle-originalPrice {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-decoration: line-through;
    font-weight: 300; }
  .priceComparison-PlanTitle-discountPercent {
    font-weight: 400;
    color: #FFFFFF;
    background-color: #2542C7;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 67px;
    height: 67px;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    line-height: 20px; }
  .priceComparison-PlanTitle-interval {
    margin-top: 7px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block; }
  .priceComparison-PlanTitle-priceSubtext {
    margin: 7px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    display: block; }
  .priceComparison-PlanTitle-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: bold; }
    .priceComparison-PlanTitle-title img {
      max-height: 40px;
      width: auto; }
  .priceComparison-PlanTitle-subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: bold;
    margin: 20px 0; }
  .priceComparison-PlanTitle-priceTitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin: 5px 0; }
  .priceComparison .priceComparison-PlanTitle-featuredLine {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    height: 18px;
    height: 1.125rem;
    font-weight: bold;
    color: #57b1d1;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .priceComparison .priceComparison-PlanTitle-mobileDetails {
    display: none;
    margin-top: 2em; }
  .priceComparison .priceComparison-details {
    display: none; }
  .priceComparison.priceComparison-showDetails .priceComparison-details {
    display: block; }
  .priceComparison-PlanDetail {
    position: relative;
    padding-top: 45px; }
    .priceComparison-PlanDetail:before {
      content: '';
      display: block;
      border-top: 15px solid #f3f3f3;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      top: 0;
      left: 30px; }
    .priceComparison-PlanDetail.priceComparison-PlanDetail-empty:before {
      display: none; }
    .priceComparison-PlanDetail.priceComparison-PlanDetail-featured:before {
      border-top-color: #57b1d1; }
  .priceComparison .priceComparison-comparePlansCta {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem; }
  @media (max-width: 768px) {
    .priceComparison .priceComparison-PlanTitle {
      margin-bottom: 0;
      order: 1; }
      .priceComparison .priceComparison-PlanTitle.priceComparison-PlanTitle-featured {
        order: 0; }
      .priceComparison .priceComparison-PlanTitle .priceComparison-PlanTitle-featuredLine {
        font-size: 12px; }
    .priceComparison .priceComparison-PlanTitle-mobileDetails {
      display: block; }
    .priceComparison .priceComparison-comparePlansCta {
      display: none; }
    .priceComparison.priceComparison-showDetails .priceComparison-details {
      display: none; } }

.priceComparison-PlanHeaderTitle-container {
  background-color: #f3f3f3;
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }

.priceComparison-PlanHeaderTitle-title {
  display: inline-block;
  font-weight: bold; }

.priceComparison-PlanHeaderTitle-price {
  display: inline-block;
  margin: 0 0.5rem; }

.priceComparison-PlanHeaderTitle-cta {
  display: block; }
  @media (max-width: 768px) {
    .priceComparison-PlanHeaderTitle-cta {
      display: block; } }

.priceComparison-PlanHeaderTitle.priceComparison-PlanHeaderTitle-featured .priceComparison-PlanHeaderTitle-container {
  color: #FFFFFF;
  background-color: #57b1d1; }

.priceComparison-PlanDetail ul {
  text-align: left;
  padding-left: 15px;
  margin: 0; }

.priceComparison-PlanDetail li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px; }

.priceComparison-PlanDetail li.noBullet {
  padding-left: 0;
  margin-left: -20px;
  list-style: none; }

.priceComparison-modal {
  text-align: center; }
  .priceComparison-modal .priceComparison-PlanDetail:before {
    display: none; }

.ProductFAQ__title {
  margin-bottom: 40px; }

.ProductFAQItem {
  text-align: left;
  margin-bottom: 35px; }
  .ProductFAQItem__icon {
    padding-right: 20px;
    color: #2542C7; }
  .ProductFAQItem__title {
    margin-bottom: 15px; }

.productFeature {
  min-height: 600px;
  min-height: 37.5rem;
  position: relative;
  overflow: visible; }
  .productFeature > .productFeature-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 50; }
  .productFeature.disableEffects > .productFeature-content {
    position: unset;
    top: unset;
    transform: unset; }
  .productFeature .productFeature-text {
    position: relative;
    transform: translateY(30px);
    transition: 1s all;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    .productFeature .productFeature-text .title {
      margin-bottom: 18px;
      margin-bottom: 1.125rem; }
    .productFeature .productFeature-text .subtitle {
      margin-bottom: 42px;
      margin-bottom: 2.625rem; }
  .productFeature > .productFeature-images {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 5; }
  .productFeature.productFeature-leftAlign > .productFeature-images {
    right: 0; }
  .productFeature.productFeature-rightAlign > .productFeature-images {
    left: 0; }
  .productFeature.productFeature-moveText .productFeature-text {
    transform: translateY(0); }
  @media (max-width: 768px) {
    .productFeature {
      padding: 60px 0 0;
      min-height: 0; }
      .productFeature > .productFeature-content,
      .productFeature > .productFeature-images {
        position: relative;
        top: 0;
        bottom: auto;
        transform: none;
        left: 0;
        right: auto; }
      .productFeature > .productFeature-images {
        width: 125%; }
      .productFeature.productFeature-leftAlign > .productFeature-images {
        right: auto;
        left: -11.5%; }
      .productFeature.productFeature-rightAlign > .productFeature-images {
        left: -12.5%; }
      .productFeature > .productFeature-content {
        width: 100%;
        margin-bottom: 20px; }
      .productFeature > .productFeature-images {
        padding-top: 100%; }
      .productFeature .productFeature-text {
        text-align: center;
        padding: 0;
        top: 0;
        opacity: 1; }
        .productFeature .productFeature-text ul, .productFeature .productFeature-text li {
          text-align: left; } }

.searchSection {
  position: relative;
  height: 600px; }
  .searchSection .searchSection-slide {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .searchSection .slideshow {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0; }
  .searchSection .searchSection-search {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; }
    .searchSection .searchSection-search.input-placeholderShowCursor .input-placeholder:after {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      display: block;
      height: 100%;
      border-right: 1px solid #aaaaaa;
      -webkit-animation: 1s input-fakeCursor step-end infinite;
      -moz-animation: 1s input-fakeCursor step-end infinite;
      -ms-animation: 1s input-fakeCursor step-end infinite;
      -o-animation: 1s input-fakeCursor step-end infinite;
      animation: 1s input-fakeCursor step-end infinite; }
  @media (max-width: 576px) {
    .searchSection {
      height: 420px; } }

@-webkit-keyframes input-fakeCursor {
  from, to {
    border-right-width: 0; }
  50% {
    border-right-width: 1px; } }

@-moz-keyframes input-fakeCursor {
  from, to {
    border-right-width: 0; }
  50% {
    border-right-width: 1px; } }

@-o-keyframes input-fakeCursor {
  from, to {
    border-right-width: 0; }
  50% {
    border-right-width: 1px; } }

@keyframes input-fakeCursor {
  from, to {
    border-right-width: 0; }
  50% {
    border-right-width: 1px; } }

.section {
  position: relative;
  z-index: 1; }
  .section .section-content {
    text-align: center; }
  .section .section-container {
    width: 100%; }
  .section.section-fixedHeight .section-container {
    min-height: 600px; }
    @media (max-width: 576px) {
      .section.section-fixedHeight .section-container {
        min-height: 0;
        padding: 30px; } }
  .section.section-fluidHeight {
    padding: 64px 0;
    padding: 4rem 0; }
  .section.section-vertical-centered {
    display: flex; }
    .section.section-vertical-centered .section-container {
      display: flex;
      align-items: center; }
  .section .section-content {
    width: 100%; }
  .section .title {
    text-align: center;
    margin-bottom: 1rem; }
  .section .subtitle {
    margin-bottom: 2rem; }

.Slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1; }
  @media (min-width: 992px) {
    .Slider {
      padding: 0; } }
  .Slider .Slide {
    display: inline-block;
    height: 260px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    width: 268px; }
  .Slider .title {
    text-align: center; }
  .Slider .slick-slider.carousel {
    margin: 0 auto;
    overflow: hidden; }
  .Slider .Slider-cover .chevron-left {
    position: absolute;
    opacity: 0.9;
    cursor: pointer;
    color: #eaeaea;
    z-index: 10005;
    text-shadow: #000 1px 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 9rem; }
    @media (min-width: 992px) {
      .Slider .Slider-cover .chevron-left {
        left: -90px; } }
  .Slider .Slider-cover .chevron-right {
    position: absolute;
    opacity: 0.9;
    cursor: pointer;
    color: #eaeaea;
    z-index: 10005;
    text-shadow: #000 1px 0 20px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 9rem; }
    @media (min-width: 992px) {
      .Slider .Slider-cover .chevron-right {
        right: -90px; } }

.TermSelector {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .TermSelector a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

.ThemesCarouselItem {
  height: auto;
  width: auto;
  position: relative; }
  .ThemesCarouselItem .title {
    text-align: center; }
  .ThemesCarouselItem .heroCarousel-mac-hover {
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background-color: #89c0d7;
    background-color: rgba(137, 192, 215, 0.95);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9989C0D7, endColorstr=#9989C0D7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9989C0D7, endColorstr=#9989C0D7)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-delay: 400ms;
    text-align: center; }
    .ThemesCarouselItem .heroCarousel-mac-hover div {
      display: block;
      color: #fff;
      vertical-align: bottom; }
      .ThemesCarouselItem .heroCarousel-mac-hover div .title {
        margin-bottom: 0;
        font-size: 32px;
        font-size: 2rem; }
      .ThemesCarouselItem .heroCarousel-mac-hover div .subtitle {
        margin-top: 5px;
        margin-bottom: 20px; }
      .ThemesCarouselItem .heroCarousel-mac-hover div .Link-cta {
        color: #2542C7;
        padding-bottom: 2px;
        border-bottom: 1px solid #2542C7;
        font-size: 0.75rem;
        font-weight: 600; }
  .ThemesCarouselItem:hover .heroCarousel-mac-hover {
    cursor: default;
    visibility: visible;
    opacity: 0.95; }
  @media (max-width: 575px) {
    .ThemesCarouselItem {
      min-height: 500px;
      margin-bottom: 0%; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ThemesCarouselItem {
      min-height: 500px;
      margin-bottom: 0%;
      padding-top: 150px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .ThemesCarouselItem {
      padding-top: 150px;
      min-height: 500px;
      margin-bottom: 0%; } }

.userAccount {
  display: inline-block; }
  .userAccount .current-user {
    display: inline-block; }
    .userAccount .current-user:before {
      content: attr(data-letters);
      text-transform: uppercase;
      display: inline-block;
      font-size: 16px;
      width: 23px;
      height: 23px;
      line-height: 23px;
      text-align: center;
      border-radius: 50%;
      background: #65AE34;
      vertical-align: middle;
      color: #fff;
      cursor: pointer;
      margin-top: -5px;
      margin-left: 2px; }

.userProfile {
  padding: 20px 35px 10px 35px;
  width: 315px;
  font-size: 13px; }
  .userProfile .text-right {
    text-align: right; }
  .userProfile .loginform-link {
    padding-bottom: 10px;
    font-weight: 600; }
    .userProfile .loginform-link.link {
      color: #999; }
  .userProfile .loginform-ctalink {
    padding-top: 15px; }
  .userProfile .loginFormSubmit {
    display: none; }

@media (min-width: 992px) {
  .userProfile {
    min-width: 300px; } }

#page-domain-choices .nav-container {
  margin-top: 30px; }
  #page-domain-choices .nav-container .nav {
    padding-left: 0px;
    list-style: none; }
    #page-domain-choices .nav-container .nav .title {
      text-align: left; }
    #page-domain-choices .nav-container .nav.nav-list {
      text-align: left; }
      #page-domain-choices .nav-container .nav.nav-list li {
        margin-top: 15px; }
        #page-domain-choices .nav-container .nav.nav-list li.active {
          color: #4965DE; }
          #page-domain-choices .nav-container .nav.nav-list li.active a {
            color: #4965DE; }
    #page-domain-choices .nav-container .nav.nav-dropdown li.active {
      color: #4965DE; }
      #page-domain-choices .nav-container .nav.nav-dropdown li.active a {
        color: #4965DE; }
    #page-domain-choices .nav-container .nav a {
      color: #4A4A4A; }
      #page-domain-choices .nav-container .nav a:hover {
        color: #2542C7; }

#page-domain-choices .CategoryDisplay .nav .title {
  font-size: 18px;
  font-size: 1.125rem; }

#page-domain-choices .CategoryDisplay .nav li {
  font-size: 14px;
  font-size: 0.875rem; }

#page-domain-choices .CategoryDisplay .selector {
  font-size: 14px; }

#page-domain-choices .CategoryDisplay .tldgrid {
  height: 100%;
  position: relative; }
  #page-domain-choices .CategoryDisplay .tldgrid .tld-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    #page-domain-choices .CategoryDisplay .tldgrid .tld-link a.link.link-cta {
      font-size: 12px;
      font-weight: bold; }

#page-domain-choices .CategoryDisplay .title {
  display: none; }

@media (min-width: 576px) {
  #page-domain-choices .CategoryDisplay .title {
    display: block; }
  #page-domain-choices .CategoryDisplay .tldgrid {
    padding-bottom: 20px; } }

#page-domain-choices .tld-slider {
  margin-bottom: 80px; }
  @media (min-width: 576px) {
    #page-domain-choices .tld-slider {
      margin-bottom: 107px; } }
  #page-domain-choices .tld-slider .slick-slider .priceComparison-PlanTitle {
    margin: 0px 25px; }
    @media (min-width: 576px) {
      #page-domain-choices .tld-slider .slick-slider .priceComparison-PlanTitle {
        margin: 0px 15px; } }
  #page-domain-choices .tld-slider .slick-slider .chevron {
    display: flex;
    align-items: center;
    position: absolute;
    opacity: 0.9;
    cursor: pointer;
    color: #eaeaea;
    z-index: 10005;
    top: 0;
    bottom: 0;
    font-size: 7rem; }
    #page-domain-choices .tld-slider .slick-slider .chevron.chevron-left {
      left: -35px; }
      @media (min-width: 576px) {
        #page-domain-choices .tld-slider .slick-slider .chevron.chevron-left {
          left: -80px; } }
    #page-domain-choices .tld-slider .slick-slider .chevron.chevron-right {
      right: -35px; }
      @media (min-width: 576px) {
        #page-domain-choices .tld-slider .slick-slider .chevron.chevron-right {
          right: -80px; } }
    #page-domain-choices .tld-slider .slick-slider .chevron .icon.material-icons {
      top: 0; }

#page-domain-choices .sprite-wrap {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    #page-domain-choices .sprite-wrap {
      margin-bottom: 10px; } }
  #page-domain-choices .sprite-wrap .sprite-name {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center; }
  #page-domain-choices .sprite-wrap .tld-auto {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2193px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-bar {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1593px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-bid {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2233px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-bingo {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -73px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-blog {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -113px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-buzz {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -153px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-cafe {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -193px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-camp {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -233px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-casino {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -273px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-city {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -313px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-click {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -353px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-clothing {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -393px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-club {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -473px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-com {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -593px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-consulting {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -673px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-cooking {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -713px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-dance {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -753px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-date {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -793px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-deals {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -833px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-delivery {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -873px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-doctor {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -953px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-dog {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -993px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-expert {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1033px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-fashion {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1073px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-fishing {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1113px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-florist {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1153px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-flowers {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1193px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-football {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1233px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-furniture {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1273px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-guitars {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1313px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-guru {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1353px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-help {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1393px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-host {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1433px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-info {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1513px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-kitchen {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1553px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-law {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -33px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-link {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1633px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-lol {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1673px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-marketing {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1713px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-menu {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1753px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-mom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1793px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-net {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1833px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-news {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1873px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-ninja {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1913px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-online {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1953px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-org {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -1993px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-party {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2033px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-pink {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2113px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-recipes {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2273px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-repair {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2313px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-rodeo {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2393px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-salon {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2433px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-shop {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2473px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-site {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2513px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-soccer {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2553px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-space {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2673px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-store {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2713px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-theater {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2793px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-top {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2873px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-us {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2913px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-vision {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2953px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-voyage {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -2993px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-wedding {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -3073px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-win {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -3113px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-xyz {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -3153px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }
  #page-domain-choices .sprite-wrap .tld-yoga {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/tlds.png);
    background-position: 0px -3193px;
    width: 120px;
    height: 40px;
    background-size: 120px auto; }

#page-locallistings .heroImage {
  margin-bottom: 150px; }

.page-localListingsScanResults {
  background-color: #F8FAFB; }
  .page-localListingsScanResults-info {
    background-color: #FFFFFF;
    border: 1px solid #f3f3f3;
    margin: 20px 0;
    padding-bottom: 20px; }
    @media (max-width: 768px) {
      .page-localListingsScanResults-info {
        background-color: transparent;
        border: none; } }
    .page-localListingsScanResults-info-title {
      font-weight: bold;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 28px;
      line-height: 1.75rem;
      position: absolute;
      bottom: 100%;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .page-localListingsScanResults-info-title {
          position: static;
          bottom: auto;
          padding: 0;
          margin-bottom: 1rem; } }
    .page-localListingsScanResults-info-businessInfo {
      padding: 2rem; }
      .page-localListingsScanResults-info-businessInfo .title {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 24px;
        line-height: 1.5rem;
        font-weight: bold; }
      @media (max-width: 768px) {
        .page-localListingsScanResults-info-businessInfo {
          padding: 0 0 2rem;
          margin-bottom: 1rem;
          border: none;
          border-bottom: 1px solid #f3f3f3; } }
    .page-localListingsScanResults-info-scanSummary {
      padding: 2rem 0;
      margin: 0 auto;
      width: 80%; }
    @media (max-width: 768px) {
      .page-localListingsScanResults-info-scanSummary {
        width: 100%; } }
  .page-localListingsScanResults-powerlisting {
    padding-bottom: 2rem;
    border-bottom: 1px solid #f3f3f3; }
  .page-localListingsScanResults-statement {
    padding: 2rem 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f3f3f3;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: bold; }
    @media (max-width: 768px) {
      .page-localListingsScanResults-statement {
        border-bottom: none; } }
    @media (max-width: 768px) {
      .page-localListingsScanResults-statement-column {
        text-align: center; } }
    .page-localListingsScanResults-statement-column-errorCount {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 24px;
      line-height: 1.5rem;
      font-weight: bold;
      color: #FE4709;
      margin-bottom: 4px; }
    .page-localListingsScanResults-statement-column-title {
      font-size: 16px;
      font-size: 1rem;
      line-height: 18px;
      line-height: 1.125rem;
      font-weight: bold;
      margin-bottom: 4px; }
    .page-localListingsScanResults-statement-column-description {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 12px;
      line-height: 0.75rem; }
  .page-localListingsScanResults-partners {
    padding: 30px 0; }
    .page-localListingsScanResults-partners-table {
      width: 100%; }
      @media (min-width: 769px) {
        .page-localListingsScanResults-partners-table {
          display: table; }
        .page-localListingsScanResults-partners-table .tHead {
          display: table-header-group; }
        .page-localListingsScanResults-partners-table .tr {
          display: table-row;
          border-bottom: 1px solid #e2e2e6;
          padding: 15px 0;
          border-collapse: collapse;
          border-spacing: 0;
          max-width: 100%; }
        .page-localListingsScanResults-partners-table .td, .page-localListingsScanResults-partners-table .th {
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          height: 50px;
          padding-left: 10px;
          border-bottom: 1px solid #f3f3f3; }
        .page-localListingsScanResults-partners-table .th {
          font-size: 20px;
          font-weight: bold; }
        .page-localListingsScanResults-partners-table .td {
          font-size: 12px; } }
    @media (max-width: 768px) {
      .page-localListingsScanResults-partners .tHead {
        display: none; } }
  .page-localListingsScanResults-callToAction {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem; }
    .page-localListingsScanResults-callToAction-back {
      display: flex;
      align-items: center; }
  .page-localListingsScanResults .ScanErrorCircle {
    position: relative; }
    .page-localListingsScanResults .ScanErrorCircle-text {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: space-around; }
    .page-localListingsScanResults .ScanErrorCircle-percentage {
      font-size: 35px;
      line-height: 35px;
      font-weight: 700; }
    .page-localListingsScanResults .ScanErrorCircle-label {
      font-size: 12px;
      font-weight: 500;
      max-width: 75%;
      margin: 0 auto; }
    @media (max-width: 768px) {
      .page-localListingsScanResults .ScanErrorCircle-percentage {
        font-size: 24px; }
      .page-localListingsScanResults .ScanErrorCircle-label {
        font-size: 10px; } }
  .page-localListingsScanResults .LocalListingSpinner {
    width: 70px;
    text-align: center;
    margin: 0 auto; }
    .page-localListingsScanResults .LocalListingSpinner > div {
      width: 18px;
      height: 18px;
      background-color: #2542C7;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: localListingResult-spinner-bouncedelay 1.4s infinite ease-in-out both;
      animation: localListingResult-spinner-bouncedelay 1.4s infinite ease-in-out both; }
    .page-localListingsScanResults .LocalListingSpinner-dot.one {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .page-localListingsScanResults .LocalListingSpinner-dot.two {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
  .page-localListingsScanResults .LocalListingResult {
    border-bottom: 1px solid #e1e1e1; }
    .page-localListingsScanResults .LocalListingResult-title {
      line-height: 30px;
      vertical-align: top;
      display: inline-block; }
    .page-localListingsScanResults .LocalListingResult-errorField {
      font-weight: bold;
      color: #FE4709; }
    .page-localListingsScanResults .LocalListingResult-mobileView {
      display: none; }
      .page-localListingsScanResults .LocalListingResult-mobileView-summary {
        display: none;
        line-height: 21px;
        padding-bottom: 15px; }
      .page-localListingsScanResults .LocalListingResult-mobileView-header {
        display: flex;
        padding: 15px 0;
        font-size: 14px;
        cursor: pointer; }
        .page-localListingsScanResults .LocalListingResult-mobileView-header-title {
          flex: 1 1 auto; }
        .page-localListingsScanResults .LocalListingResult-mobileView-header-errors {
          position: relative;
          flex: 0 0 auto;
          line-height: 30px;
          padding-right: 40px;
          font-weight: bold; }
          .page-localListingsScanResults .LocalListingResult-mobileView-header-errors .icon {
            color: #000000;
            font-size: 24px;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.2s; }
    .page-localListingsScanResults .LocalListingResult.LocalListingResult-hasError .LocalListingResult-mobileView-header-errors {
      color: #FE4709; }
    @media (max-width: 768px) {
      .page-localListingsScanResults .LocalListingResult-mobileView {
        display: block; }
      .page-localListingsScanResults .LocalListingResult.LocalListingResult-showMobileData .LocalListingResult-mobileView-summary {
        display: block; }
      .page-localListingsScanResults .LocalListingResult.LocalListingResult-showMobileData .LocalListingResult-mobileView-header-errors .icon {
        transform: rotate(90deg); }
      .page-localListingsScanResults .LocalListingResult-desktopView {
        display: none; } }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yahoo {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2730px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-google {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1170px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-googlemybusiness {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1200px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-apple {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1920px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-bing {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2010px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-foursquare {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1080px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-mapquest {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1530px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-superpages {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2400px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-whitepages {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2670px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yelp {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2940px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-2findlocal {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1770px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-411 {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -990px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-8coupons {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1800px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-ablocal {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1830px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-airyell {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1860px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-americantownscom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1890px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-aroundme {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1950px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-avantar {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1980px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-bizwikicom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2040px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-brownbooknet {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2070px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-chamberofcommercecom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2100px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-citysearch {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2130px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-citysquares {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2160px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-copilot {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2190px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-credibilitycom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2220px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-credibilityreview {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2250px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-cylex {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2280px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-dexknows {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2310px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-elocal {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2340px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-ezlocal {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1020px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-factual {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1050px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-getfave {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1110px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-golocal247 {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1140px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-here {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1230px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-hotfrog {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1260px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-ibegin {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1290px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-iglobal {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1320px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-insiderpages {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1350px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-kudzu {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1380px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-localcom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1410px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-localdatabase {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1440px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-localpages {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1470px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-localstack {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1500px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-merchantcircle {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1560px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-mylocalservices {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1590px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-n49ca {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1620px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-navmii {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1650px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-opendi {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1680px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-pointcom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1710px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-showmelocal {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -1740px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-soleo {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2370px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-switchboard {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2430px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-telenav {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2460px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-tomtom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2490px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-topix {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2520px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-tupalo {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2550px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-uscitynet {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2580px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-voteforthebest {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2610px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-whereto {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2640px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-whitepages {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2670px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-whiteyellowpages {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2700px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yalwa {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2760px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yasabe {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2790px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yellowise {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2820px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yellowmoxie {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2850px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yellowpagecitycom {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2880px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite.PartnerIconSprite-yellowpagesgoesgreen {
    background-image: url(https://sep.yimg.com/yf/nrp/image/sprite/local_listings_partner_icons.png);
    background-position: 0px -2910px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }
  .page-localListingsScanResults .PartnerIconSprite {
    display: inline-block;
    line-height: 30px;
    margin-right: 5px; }

@-webkit-keyframes localListingResult-spinner-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes localListingResult-spinner-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.page-localverifyform {
  padding: 100px 0; }
  .page-localverifyform .actions {
    padding: 25px 0 0 0;
    border-top: 1px solid #E9EFF4; }
    .page-localverifyform .actions .submit {
      text-align: right; }

#application.sslapp #header {
  display: none; }

#page-SSL {
  min-height: 100vh; }
  #page-SSL .loader {
    margin-top: 75px; }
  #page-SSL .sslheader {
    position: fixed;
    width: 100%;
    top: -76px; }
    #page-SSL .sslheader #header-content {
      background-color: #FFFFFF;
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 100;
      height: 76px;
      align-items: center; }
      #page-SSL .sslheader #header-content .header-left {
        padding-left: 20px; }
        #page-SSL .sslheader #header-content .header-left .Link {
          height: 34px; }
          #page-SSL .sslheader #header-content .header-left .Link img {
            height: 100%; }
      #page-SSL .sslheader #header-content .header-right {
        padding-right: 20px; }
        #page-SSL .sslheader #header-content .header-right .close {
          font-size: 3rem;
          color: #adb5bd; }
          #page-SSL .sslheader #header-content .header-right .close:hover {
            cursor: pointer; }
  #page-SSL + #footer {
    display: none; }
  #page-SSL .priceComparison .priceComparison-PlanTitle-title {
    color: #2542C7; }
  #page-SSL .priceComparison .priceComparison-PlanTitle-subtitle {
    color: #2542C7;
    font-weight: normal; }
  #page-SSL .priceComparison .priceComparison-PlanTitle-priceTitle {
    display: none; }
  #page-SSL .priceComparison .priceComparison-PlanTitle-container {
    background: #ffffff;
    border: 1px solid rgba(162, 162, 162, 0.15);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 4px 0 rgba(10, 31, 68, 0.1);
    border-radius: 10px; }
  #page-SSL .priceComparison .priceComparison-PlanTitle-disabled {
    opacity: 0.70; }
  #page-SSL .priceComparison-PlanDetail:before {
    display: none; }

.cabmail ol {
  font-size: 1rem; }

.cabmail ol li {
  font-size: 1.5rem; }

.cabmail ol li:last-child {
  padding-bottom: 1rem; }

.cabmail ol li ol li {
  font-size: 1rem; }

.cabmail li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .cabmail ol {
    padding-left: 1rem; } }

@media (max-width: 576px) {
  .caprivacy ul {
    padding-left: 1rem; } }

.casiteguidelines ol {
  font-size: 1rem; }

.casiteguidelines ol li:last-child {
  padding-bottom: 1rem; }

.casiteguidelines li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .casiteguidelines ol {
    padding-left: 1rem; } }

.caterms ol {
  font-size: 1rem; }

.caterms ol li {
  font-size: 1.5rem; }

.caterms ol li:last-child {
  padding-bottom: 1rem; }

.caterms ol li ol li {
  font-size: 1rem; }

.caterms li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .caterms ol {
    padding-left: 1rem; } }

.gdpr {
  font-size: 14px; }
  .gdpr ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0; }
  .gdpr ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em; }
  .gdpr ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em; }
  .gdpr li ol > li {
    margin: 0; }
  .gdpr li ol > li:before {
    content: counters(item, ".") " "; }
  .gdpr p {
    text-align: justify; }

.indbmail ol {
  font-size: 1rem; }

.indbmail ol li {
  font-size: 1.5rem; }

.indbmail ol li:last-child {
  padding-bottom: 1rem; }

.indbmail ol li ol li {
  font-size: 1rem; }

.indbmail li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .indbmail ol {
    padding-left: 1rem; } }

@media (max-width: 576px) {
  .indprivacy ul {
    padding-left: 1rem; } }

.indsiteguidelines ol {
  font-size: 1rem; }

.indsiteguidelines ol li:last-child {
  padding-bottom: 1rem; }

.indsiteguidelines li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .indsiteguidelines ol {
    padding-left: 1rem; } }

.indterms ol {
  font-size: 1rem; }

.indterms ol li {
  font-size: 1.5rem; }

.indterms ol li:last-child {
  padding-bottom: 1rem; }

.indterms ol li ol li {
  font-size: 1rem; }

.indterms li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .indterms ol {
    padding-left: 1rem; } }

@media (max-width: 576px) {
  .toscenter ul {
    padding-left: 1.5rem; } }

.usbmail ol {
  font-size: 1rem; }

.usbmail ol li {
  font-size: 1.5rem; }

.usbmail ol li:last-child {
  padding-bottom: 1rem; }

.usbmail ol li ol li {
  font-size: 1rem; }

.usbmail li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .usbmail ol {
    padding-left: 1rem; } }

@media (max-width: 576px) {
  .usprivacy ul {
    padding-left: 1rem; } }

.ussiteguidelines ol {
  font-size: 1rem; }

.ussiteguidelines ol li:last-child {
  padding-bottom: 1rem; }

.ussiteguidelines li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .ussiteguidelines ol {
    padding-left: 1rem; } }

.usterms ol {
  font-size: 1rem; }

.usterms ol li {
  font-size: 1.5rem; }

.usterms ol li:last-child {
  padding-bottom: 1rem; }

.usterms ol li ol li {
  font-size: 1rem; }

.usterms li p {
  font-size: 1rem; }

@media (max-width: 576px) {
  .usterms ol {
    padding-left: 1rem; } }

#page-website-themes .title {
  text-align: center; }

#page-website-themes .subtitle {
  text-align: center; }

#page-website-themes iframe {
  height: 1000px;
  width: 100%; }
