/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --white: #ffffff;
  --gray-10: #fafbfd;
  --gray-20: #f5f6f8;
  --gray-30: #e8ecf0;
  --gray-40: #dbe2e8;
  --gray-50: #cdd8df;
  --gray-60: #9aa1a6;
  --gray-70: #686c6e;
  --gray-80: #363636;
  --gray-90: #292929;
  --gray-100: #292929;
  --gray-200: #f5f6f8;
  --gray-300: #e8ecf0;
  --gray-400: #dbe2e8;
  --gray-500: #cdd8df;
  --gray-600: #9aa1a6;
  --gray-700: #686c6e;
  --gray-800: #363636;
  --gray-900: #292929;
  --black: #0D151D;
  --true-black: #000000;
  --primary: #2e93ee;
  --secondary: #ff9144;
  --default: #dbe2e8;
  --dark: #363636;
  --tertiary: #9aa1a6;
  --success: #08c05d;
  --info: #e5f4ff;
  --light: #e8ecf0;
  --warning: #ffcf00;
  --transparent: rgba(46, 147, 238, 0);
  --danger: #fe3e15;
  --checkout-primary: #005695;
  --checkout-secondary: #0271BC;
  --current-plan: #ff9144;
  --codeguard: #232021;
  --ctct: #5196bc;
  --facebook: #4060a5;
  --googlePlus: #e64522;
  --gsuite: #f6f6f6;
  --linkedIn: #4060a5;
  --pinterest: #cb2027;
  --o365: #EB4F2E;
  --seo-tools: #3258a1;
  --sitebuilder: #dcf0f9;
  --sitelock: #c51d1e;
  --ssl: #39b100;
  --twitter: #00abe3;
  --youtube: #cd201f;
  --weebly: #3192e7;
  --wordpress: #0067D6;
  --primary-light: #e5f4ff;
  --primary-medium: #90c7f7;
  --primary-dark: #1f2044;
  --secondary-light: #fef4cc;
  --secondary-medium: #ffc287;
  --secondary-dark: #f7772e;
  --success-light: #d6f7e9;
  --success-medium: #1fda9f;
  --success-dark: #05ac53;
  --danger-light: #ffe7e2;
  --danger-medium: #ff917a;
  --danger-dark: #e73813;
  --warning-light: #fefce3;
  --warning-medium: #ffe671;
  --warning-dark: #f3b62a;
  --info-light: #e5f4ff;
  --info-medium: #e8ecf0;
  --info-dark: #686c6e;
  --cyan: #17a2b8;
  --dark-text: #363636;
  --error: #fe3e15;
  --gray: #9aa1a6;
  --gray-dark: #363636;
  --indigo: #6610f2;
  --light-text: #e8ecf0;
  --pink: #e83e8c;
  --purple: #6f42c1;
  --teal: #20c997;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "SF Mono", 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%;
  -webkit-tap-highlight-color: rgba(13, 21, 29, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363636;
  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: 0.5rem;
}

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

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

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

ol,
ul,
dl {
  margin: 0 0 1rem 0;
  padding-left: 0;
  list-style-type: none;
}

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

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: #2e93ee;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #106cc0;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: #2e93ee;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: #106cc0;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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: #686c6e;
  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;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Galano Grotesque Alt, SF Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  line-height: 1.2;
  color: #0D151D;
}

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

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

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

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

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

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

.lead {
  font-size: 1.75rem;
  font-weight: 400;
}

.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(13, 21, 29, 0.1);
}

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

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #686c6e;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #686c6e;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #292929;
  border-radius: 0;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #292929;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #363636;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #e8ecf0;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e8ecf0;
}

.table tbody + tbody {
  border-top: 2px solid #e8ecf0;
}

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

.table-bordered {
  border: 1px solid #e8ecf0;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e8ecf0;
}

.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(13, 21, 29, 0.05);
}

.table-hover tbody tr:hover {
  color: #363636;
  background-color: rgba(13, 21, 29, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #abd4f8;
}

.table-hover .table-primary:hover {
  background-color: #d3e8fb;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffd3b4;
}

.table-hover .table-secondary:hover {
  background-color: #ffe5d3;
}

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

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

.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #f1f3f6;
}

.table-hover .table-default:hover {
  background-color: #eaeff5;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #c3c4c5;
}

.table-hover .table-dark:hover {
  background-color: #e3e3e5;
}

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

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #f5f6f6;
}

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #d7d9db;
}

.table-hover .table-tertiary:hover {
  background-color: #e8eaea;
}

.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #e8eaea;
}

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9ce6be;
}

.table-hover .table-success:hover {
  background-color: #d1f4e2;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #f5fbff;
}

.table-hover .table-info:hover {
  background-color: #e3f6ff;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfc;
}

.table-hover .table-light:hover {
  background-color: #f1f1f1;
}

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

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

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffec99;
}

.table-hover .table-warning:hover {
  background-color: #fff5cd;
}

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

.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.9);
}

.table-transparent th,
.table-transparent td,
.table-transparent thead th,
.table-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.6);
}

.table-hover .table-transparent:hover {
  background-color: rgba(242, 242, 242, 0.9);
}

.table-hover .table-transparent:hover > td,
.table-hover .table-transparent:hover > th {
  background-color: rgba(242, 242, 242, 0.9);
}

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffb2a1;
}

.table-hover .table-danger:hover {
  background-color: #ffd7cf;
}

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

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

.table-checkout-primary th,
.table-checkout-primary td,
.table-checkout-primary thead th,
.table-checkout-primary tbody + tbody {
  border-color: #99bbd5;
}

.table-hover .table-checkout-primary:hover {
  background-color: #d4e2ec;
}

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

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

.table-checkout-secondary th,
.table-checkout-secondary td,
.table-checkout-secondary thead th,
.table-checkout-secondary tbody + tbody {
  border-color: #9ac6e4;
}

.table-hover .table-checkout-secondary:hover {
  background-color: #d2e6f2;
}

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

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

.table-hover .table-active:hover {
  background-color: rgba(5, 8, 11, 0.075);
}

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #363636;
  border-color: #494949;
}

.table .thead-light th {
  color: #686c6e;
  background-color: #f5f6f8;
  border-color: #e8ecf0;
}

.table-dark {
  color: #ffffff;
  background-color: #363636;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #494949;
}

.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 {
  color: #ffffff;
  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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 3.4rem;
  padding: 0.6rem 0.8rem;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #686c6e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dbe2e8;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #686c6e;
  background-color: #ffffff;
  border-color: #a4d0f8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #9aa1a6;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #9aa1a6;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9aa1a6;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #9aa1a6;
  opacity: 1;
}

.form-control::placeholder {
  color: #9aa1a6;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f5f6f8;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #686c6e;
  background-color: #ffffff;
}

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

label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.68rem;
  line-height: 1.5;
}

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 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.68rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #363636;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: #686c6e;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #08c05d;
  border-radius: 0;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #08c05d;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2308c05d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.3rem);
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #08c05d;
  box-shadow: 0 0 0 0.2rem rgba(8, 192, 93, 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 {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #08c05d;
  padding-right: calc((1em + 1.2rem) * 3 / 4 + 1.8rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363636' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2308c05d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #08c05d;
  box-shadow: 0 0 0 0.2rem rgba(8, 192, 93, 0.25);
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #08c05d;
}

.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 {
  border-color: #0af175;
  background-color: #0af175;
}

.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 0.2rem rgba(8, 192, 93, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #08c05d;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #08c05d;
}

.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 {
  border-color: #08c05d;
  box-shadow: 0 0 0 0.2rem rgba(8, 192, 93, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.225rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #fe3e15;
  border-radius: 0;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fe3e15;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fe3e15' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fe3e15' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.3rem);
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fe3e15;
  box-shadow: 0 0 0 0.2rem rgba(254, 62, 21, 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 {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fe3e15;
  padding-right: calc((1em + 1.2rem) * 3 / 4 + 1.8rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363636' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fe3e15' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fe3e15' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fe3e15;
  box-shadow: 0 0 0 0.2rem rgba(254, 62, 21, 0.25);
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fe3e15;
}

.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 {
  border-color: #fe6848;
  background-color: #fe6848;
}

.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 0.2rem rgba(254, 62, 21, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fe3e15;
}

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

.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 {
  border-color: #fe3e15;
  box-shadow: 0 0 0 0.2rem rgba(254, 62, 21, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #363636;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #363636;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #ffffff !important;
  background-color: #2e93ee;
  border-color: #2e93ee;
  border-radius: 0;
}

.btn-primary:hover {
  color: #ffffff !important;
  background-color: #1280e3;
  border-color: #127ad7;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 241, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2e93ee;
  border-color: #2e93ee;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #127ad7;
  border-color: #1173cc;
}

.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(77, 163, 241, 0.5);
}

.btn-primary i, .btn-primary svg {
  line-height: inherit;
}

@media print {
  .btn-primary {
    display: none;
  }
}

.btn-primary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-primary.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-primary.processing:hover {
  cursor: not-allowed;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #ff9144;
  border-color: #ff9144;
  border-radius: 0;
}

.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #ff7b1e;
  border-color: #ff7311;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 162, 96, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff9144;
  border-color: #ff9144;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #ff7311;
  border-color: #ff6c04;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 162, 96, 0.5);
}

.btn-secondary i, .btn-secondary svg {
  line-height: inherit;
}

@media print {
  .btn-secondary {
    display: none;
  }
}

.btn-secondary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-secondary.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-secondary.processing:hover {
  cursor: not-allowed;
}

.btn-default {
  color: #363636 !important;
  background-color: #dbe2e8;
  border-color: #dbe2e8;
  border-radius: 0;
}

.btn-default:hover {
  color: #363636 !important;
  background-color: #c4cfd9;
  border-color: #bcc9d4;
}

.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(194, 200, 205, 0.5);
}

.btn-default.disabled, .btn-default:disabled {
  color: #363636 !important;
  background-color: #dbe2e8;
  border-color: #dbe2e8;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #ffffff !important;
  background-color: #bcc9d4;
  border-color: #b4c3cf;
}

.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(194, 200, 205, 0.5);
}

.btn-default i, .btn-default svg {
  line-height: inherit;
}

@media print {
  .btn-default {
    display: none;
  }
}

.btn-default.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-default.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-default.processing:hover {
  cursor: not-allowed;
}

.btn-dark {
  color: #ffffff !important;
  background-color: #686c6e;
  border-color: #686c6e;
  border-radius: 0;
}

.btn-dark:hover {
  color: #ffffff !important;
  background-color: #55595a;
  border-color: #4f5254;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 130, 132, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff !important;
  background-color: #686c6e;
  border-color: #686c6e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff !important;
  background-color: #4f5254;
  border-color: #494c4d;
}

.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(127, 130, 132, 0.5);
}

.btn-dark i, .btn-dark svg {
  line-height: inherit;
}

@media print {
  .btn-dark {
    display: none;
  }
}

.btn-dark.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-dark.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-dark.processing:hover {
  cursor: not-allowed;
}

.btn-tertiary {
  color: #ffffff !important;
  background-color: #9aa1a6;
  border-color: #9aa1a6;
  border-radius: 0;
}

.btn-tertiary:hover {
  color: #ffffff !important;
  background-color: #868e94;
  border-color: #7f888e;
}

.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 175, 179, 0.5);
}

.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #ffffff !important;
  background-color: #9aa1a6;
  border-color: #9aa1a6;
}

.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #7f888e;
  border-color: #788188;
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(169, 175, 179, 0.5);
}

.btn-tertiary i, .btn-tertiary svg {
  line-height: inherit;
}

@media print {
  .btn-tertiary {
    display: none;
  }
}

.btn-tertiary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-tertiary.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-tertiary.processing:hover {
  cursor: not-allowed;
}

.btn-success {
  color: #ffffff !important;
  background-color: #08c05d;
  border-color: #08c05d;
  border-radius: 0;
}

.btn-success:hover {
  color: #ffffff !important;
  background-color: #069b4b;
  border-color: #068f45;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 201, 117, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff !important;
  background-color: #08c05d;
  border-color: #08c05d;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff !important;
  background-color: #068f45;
  border-color: #05833f;
}

.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(45, 201, 117, 0.5);
}

.btn-success i, .btn-success svg {
  line-height: inherit;
}

@media print {
  .btn-success {
    display: none;
  }
}

.btn-success.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-success.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-success.processing:hover {
  cursor: not-allowed;
}

.btn-info {
  color: #363636 !important;
  background-color: #e5f4ff;
  border-color: #e5f4ff;
  border-radius: 0;
}

.btn-info:hover {
  color: #363636 !important;
  background-color: #bfe4ff;
  border-color: #b2deff;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 216, 225, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #363636 !important;
  background-color: #e5f4ff;
  border-color: #e5f4ff;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #363636 !important;
  background-color: #b2deff;
  border-color: #a5d9ff;
}

.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(203, 216, 225, 0.5);
}

.btn-info i, .btn-info svg {
  line-height: inherit;
}

@media print {
  .btn-info {
    display: none;
  }
}

.btn-info.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-info.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-info.processing:hover {
  cursor: not-allowed;
}

.btn-light {
  color: #363636 !important;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
  border-radius: 0;
}

.btn-light:hover {
  color: #363636 !important;
  background-color: #dfe2e8;
  border-color: #d7dbe3;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #363636 !important;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #363636 !important;
  background-color: #d7dbe3;
  border-color: #d0d4de;
}

.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(216, 217, 219, 0.5);
}

.btn-light i, .btn-light svg {
  line-height: inherit;
}

@media print {
  .btn-light {
    display: none;
  }
}

.btn-light.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-light.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-light.processing:hover {
  cursor: not-allowed;
}

.btn-white {
  color: #363636 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}

.btn-white:hover {
  color: #363636 !important;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 225, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
  color: #363636 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #363636 !important;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 225, 0.5);
}

.btn-white i, .btn-white svg {
  line-height: inherit;
}

@media print {
  .btn-white {
    display: none;
  }
}

.btn-white.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-white.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-white.processing:hover {
  cursor: not-allowed;
}

.btn-warning {
  color: #ffffff !important;
  background-color: #ffcf00;
  border-color: #ffcf00;
  border-radius: 0;
}

.btn-warning:hover {
  color: #ffffff !important;
  background-color: #d9b000;
  border-color: #cca600;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 214, 38, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcf00;
  border-color: #ffcf00;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff !important;
  background-color: #cca600;
  border-color: #bf9b00;
}

.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, 214, 38, 0.5);
}

.btn-warning i, .btn-warning svg {
  line-height: inherit;
}

@media print {
  .btn-warning {
    display: none;
  }
}

.btn-warning.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-warning.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-warning.processing:hover {
  cursor: not-allowed;
}

.btn-transparent {
  color: #ffffff !important;
  background-color: rgba(46, 147, 238, 0);
  border-color: rgba(46, 147, 238, 0);
  border-radius: 0;
  color: #2e93ee !important;
  border: none;
  background-color: transparent;
}

.btn-transparent:hover {
  color: #ffffff !important;
  background-color: rgba(18, 128, 227, 0);
  border-color: rgba(18, 122, 215, 0);
}

.btn-transparent:focus, .btn-transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent.disabled, .btn-transparent:disabled {
  color: #ffffff !important;
  background-color: rgba(46, 147, 238, 0);
  border-color: rgba(46, 147, 238, 0);
}

.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
.show > .btn-transparent.dropdown-toggle {
  color: #ffffff !important;
  background-color: rgba(18, 122, 215, 0);
  border-color: rgba(17, 115, 204, 0);
}

.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent i, .btn-transparent svg {
  line-height: inherit;
}

@media print {
  .btn-transparent {
    display: none;
  }
}

.btn-transparent.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-transparent.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-transparent.processing:hover {
  cursor: not-allowed;
}

.btn-transparent:hover {
  color: #2e93ee !important;
  border: none;
  background-color: transparent;
}

.btn-danger {
  color: #ffffff !important;
  background-color: #fe3e15;
  border-color: #fe3e15;
  border-radius: 0;
}

.btn-danger:hover {
  color: #ffffff !important;
  background-color: #ec2a01;
  border-color: #df2801;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 91, 56, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe3e15;
  border-color: #fe3e15;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff !important;
  background-color: #df2801;
  border-color: #d22601;
}

.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, 91, 56, 0.5);
}

.btn-danger i, .btn-danger svg {
  line-height: inherit;
}

@media print {
  .btn-danger {
    display: none;
  }
}

.btn-danger.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-danger.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-danger.processing:hover {
  cursor: not-allowed;
}

.btn-checkout-primary {
  color: #ffffff !important;
  background-color: #005695;
  border-color: #005695;
  border-radius: 0;
}

.btn-checkout-primary:hover {
  color: #ffffff !important;
  background-color: #00406f;
  border-color: #003962;
}

.btn-checkout-primary:focus, .btn-checkout-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 111, 165, 0.5);
}

.btn-checkout-primary.disabled, .btn-checkout-primary:disabled {
  color: #ffffff !important;
  background-color: #005695;
  border-color: #005695;
}

.btn-checkout-primary:not(:disabled):not(.disabled):active, .btn-checkout-primary:not(:disabled):not(.disabled).active,
.show > .btn-checkout-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #003962;
  border-color: #003155;
}

.btn-checkout-primary:not(:disabled):not(.disabled):active:focus, .btn-checkout-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-checkout-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 111, 165, 0.5);
}

.btn-checkout-primary i, .btn-checkout-primary svg {
  line-height: inherit;
}

@media print {
  .btn-checkout-primary {
    display: none;
  }
}

.btn-checkout-primary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-checkout-primary.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-checkout-primary.processing:hover {
  cursor: not-allowed;
}

.btn-checkout-secondary {
  color: #ffffff !important;
  background-color: #0271BC;
  border-color: #0271BC;
  border-radius: 0;
}

.btn-checkout-secondary:hover {
  color: #ffffff !important;
  background-color: #025a96;
  border-color: #01538a;
}

.btn-checkout-secondary:focus, .btn-checkout-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 134, 198, 0.5);
}

.btn-checkout-secondary.disabled, .btn-checkout-secondary:disabled {
  color: #ffffff !important;
  background-color: #0271BC;
  border-color: #0271BC;
}

.btn-checkout-secondary:not(:disabled):not(.disabled):active, .btn-checkout-secondary:not(:disabled):not(.disabled).active,
.show > .btn-checkout-secondary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #01538a;
  border-color: #014b7d;
}

.btn-checkout-secondary:not(:disabled):not(.disabled):active:focus, .btn-checkout-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-checkout-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 134, 198, 0.5);
}

.btn-checkout-secondary i, .btn-checkout-secondary svg {
  line-height: inherit;
}

@media print {
  .btn-checkout-secondary {
    display: none;
  }
}

.btn-checkout-secondary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-checkout-secondary.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-checkout-secondary.processing:hover {
  cursor: not-allowed;
}

.btn-outline-primary {
  color: #2e93ee !important;
  border-color: rgba(46, 147, 238, 0.5);
  border-radius: 0;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #2e93ee;
  border-color: #2e93ee;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2e93ee !important;
  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 !important;
  background-color: #2e93ee;
  border-color: #2e93ee;
}

.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(46, 147, 238, 0.5);
}

.btn-outline-primary i, .btn-outline-primary svg {
  line-height: inherit;
}

@media print {
  .btn-outline-primary {
    display: none;
  }
}

.btn-outline-primary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-primary.processing::before {
  border-color: #2e93ee;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-primary.processing:hover {
  cursor: not-allowed;
}

.btn-outline-secondary {
  color: #ff9144 !important;
  border-color: rgba(255, 145, 68, 0.5);
  border-radius: 0;
}

.btn-outline-secondary:hover {
  color: #ffffff !important;
  background-color: #ff9144;
  border-color: #ff9144;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 68, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ff9144 !important;
  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 !important;
  background-color: #ff9144;
  border-color: #ff9144;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 68, 0.5);
}

.btn-outline-secondary i, .btn-outline-secondary svg {
  line-height: inherit;
}

@media print {
  .btn-outline-secondary {
    display: none;
  }
}

.btn-outline-secondary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-secondary.processing::before {
  border-color: #ff9144;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-secondary.processing:hover {
  cursor: not-allowed;
}

.btn-outline-default {
  color: #dbe2e8 !important;
  border-color: rgba(219, 226, 232, 0.5);
  border-radius: 0;
}

.btn-outline-default:hover {
  color: #363636 !important;
  background-color: #dbe2e8;
  border-color: #dbe2e8;
}

.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 226, 232, 0.5);
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #dbe2e8 !important;
  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: #363636 !important;
  background-color: #dbe2e8;
  border-color: #dbe2e8;
}

.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(219, 226, 232, 0.5);
}

.btn-outline-default i, .btn-outline-default svg {
  line-height: inherit;
}

@media print {
  .btn-outline-default {
    display: none;
  }
}

.btn-outline-default.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-default.processing::before {
  border-color: #dbe2e8;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-default.processing:hover {
  cursor: not-allowed;
}

.btn-outline-dark {
  color: #686c6e !important;
  border-color: rgba(104, 108, 110, 0.5);
  border-radius: 0;
}

.btn-outline-dark:hover {
  color: #ffffff !important;
  background-color: #686c6e;
  border-color: #686c6e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 108, 110, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #686c6e !important;
  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 !important;
  background-color: #686c6e;
  border-color: #686c6e;
}

.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(104, 108, 110, 0.5);
}

.btn-outline-dark i, .btn-outline-dark svg {
  line-height: inherit;
}

@media print {
  .btn-outline-dark {
    display: none;
  }
}

.btn-outline-dark.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-dark.processing::before {
  border-color: #686c6e;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-dark.processing:hover {
  cursor: not-allowed;
}

.btn-outline-tertiary {
  color: #9aa1a6 !important;
  border-color: rgba(154, 161, 166, 0.5);
  border-radius: 0;
}

.btn-outline-tertiary:hover {
  color: #ffffff !important;
  background-color: #9aa1a6;
  border-color: #9aa1a6;
}

.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 161, 166, 0.5);
}

.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #9aa1a6 !important;
  background-color: transparent;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #9aa1a6;
  border-color: #9aa1a6;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(154, 161, 166, 0.5);
}

.btn-outline-tertiary i, .btn-outline-tertiary svg {
  line-height: inherit;
}

@media print {
  .btn-outline-tertiary {
    display: none;
  }
}

.btn-outline-tertiary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-tertiary.processing::before {
  border-color: #9aa1a6;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-tertiary.processing:hover {
  cursor: not-allowed;
}

.btn-outline-success {
  color: #08c05d !important;
  border-color: rgba(8, 192, 93, 0.5);
  border-radius: 0;
}

.btn-outline-success:hover {
  color: #ffffff !important;
  background-color: #08c05d;
  border-color: #08c05d;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 192, 93, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #08c05d !important;
  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 !important;
  background-color: #08c05d;
  border-color: #08c05d;
}

.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(8, 192, 93, 0.5);
}

.btn-outline-success i, .btn-outline-success svg {
  line-height: inherit;
}

@media print {
  .btn-outline-success {
    display: none;
  }
}

.btn-outline-success.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-success.processing::before {
  border-color: #08c05d;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-success.processing:hover {
  cursor: not-allowed;
}

.btn-outline-info {
  color: #e5f4ff !important;
  border-color: rgba(229, 244, 255, 0.5);
  border-radius: 0;
}

.btn-outline-info:hover {
  color: #363636 !important;
  background-color: #e5f4ff;
  border-color: #e5f4ff;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 244, 255, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #e5f4ff !important;
  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: #363636 !important;
  background-color: #e5f4ff;
  border-color: #e5f4ff;
}

.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(229, 244, 255, 0.5);
}

.btn-outline-info i, .btn-outline-info svg {
  line-height: inherit;
}

@media print {
  .btn-outline-info {
    display: none;
  }
}

.btn-outline-info.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-info.processing::before {
  border-color: #e5f4ff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-info.processing:hover {
  cursor: not-allowed;
}

.btn-outline-light {
  color: #f5f6f8 !important;
  border-color: rgba(245, 246, 248, 0.5);
  border-radius: 0;
}

.btn-outline-light:hover {
  color: #363636 !important;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 248, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f6f8 !important;
  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: #363636 !important;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.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(245, 246, 248, 0.5);
}

.btn-outline-light i, .btn-outline-light svg {
  line-height: inherit;
}

@media print {
  .btn-outline-light {
    display: none;
  }
}

.btn-outline-light.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-light.processing::before {
  border-color: #f5f6f8;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-light.processing:hover {
  cursor: not-allowed;
}

.btn-outline-white {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.btn-outline-white:hover {
  color: #363636 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff !important;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #363636 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white i, .btn-outline-white svg {
  line-height: inherit;
}

@media print {
  .btn-outline-white {
    display: none;
  }
}

.btn-outline-white.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-white.processing::before {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-white.processing:hover {
  cursor: not-allowed;
}

.btn-outline-warning {
  color: #ffcf00 !important;
  border-color: rgba(255, 207, 0, 0.5);
  border-radius: 0;
}

.btn-outline-warning:hover {
  color: #ffffff !important;
  background-color: #ffcf00;
  border-color: #ffcf00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffcf00 !important;
  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: #ffffff !important;
  background-color: #ffcf00;
  border-color: #ffcf00;
}

.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, 207, 0, 0.5);
}

.btn-outline-warning i, .btn-outline-warning svg {
  line-height: inherit;
}

@media print {
  .btn-outline-warning {
    display: none;
  }
}

.btn-outline-warning.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-warning.processing::before {
  border-color: #ffcf00;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-warning.processing:hover {
  cursor: not-allowed;
}

.btn-outline-transparent {
  color: rgba(46, 147, 238, 0) !important;
  border-color: rgba(46, 147, 238, 0.5);
  border-radius: 0;
}

.btn-outline-transparent:hover {
  color: #ffffff !important;
  background-color: rgba(46, 147, 238, 0);
  border-color: rgba(46, 147, 238, 0);
}

.btn-outline-transparent:focus, .btn-outline-transparent.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.5);
}

.btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
  color: rgba(46, 147, 238, 0) !important;
  background-color: transparent;
}

.btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active,
.show > .btn-outline-transparent.dropdown-toggle {
  color: #ffffff !important;
  background-color: rgba(46, 147, 238, 0);
  border-color: rgba(46, 147, 238, 0);
}

.btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.5);
}

.btn-outline-transparent i, .btn-outline-transparent svg {
  line-height: inherit;
}

@media print {
  .btn-outline-transparent {
    display: none;
  }
}

.btn-outline-transparent.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-transparent.processing::before {
  border-color: rgba(46, 147, 238, 0);
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-transparent.processing:hover {
  cursor: not-allowed;
}

.btn-outline-danger {
  color: #fe3e15 !important;
  border-color: rgba(254, 62, 21, 0.5);
  border-radius: 0;
}

.btn-outline-danger:hover {
  color: #ffffff !important;
  background-color: #fe3e15;
  border-color: #fe3e15;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 62, 21, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fe3e15 !important;
  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 !important;
  background-color: #fe3e15;
  border-color: #fe3e15;
}

.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, 62, 21, 0.5);
}

.btn-outline-danger i, .btn-outline-danger svg {
  line-height: inherit;
}

@media print {
  .btn-outline-danger {
    display: none;
  }
}

.btn-outline-danger.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-danger.processing::before {
  border-color: #fe3e15;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-danger.processing:hover {
  cursor: not-allowed;
}

.btn-outline-checkout-primary {
  color: #005695 !important;
  border-color: rgba(0, 86, 149, 0.5);
  border-radius: 0;
}

.btn-outline-checkout-primary:hover {
  color: #ffffff !important;
  background-color: #005695;
  border-color: #005695;
}

.btn-outline-checkout-primary:focus, .btn-outline-checkout-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 86, 149, 0.5);
}

.btn-outline-checkout-primary.disabled, .btn-outline-checkout-primary:disabled {
  color: #005695 !important;
  background-color: transparent;
}

.btn-outline-checkout-primary:not(:disabled):not(.disabled):active, .btn-outline-checkout-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-checkout-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #005695;
  border-color: #005695;
}

.btn-outline-checkout-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-checkout-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-checkout-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 86, 149, 0.5);
}

.btn-outline-checkout-primary i, .btn-outline-checkout-primary svg {
  line-height: inherit;
}

@media print {
  .btn-outline-checkout-primary {
    display: none;
  }
}

.btn-outline-checkout-primary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-checkout-primary.processing::before {
  border-color: #005695;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-checkout-primary.processing:hover {
  cursor: not-allowed;
}

.btn-outline-checkout-secondary {
  color: #0271BC !important;
  border-color: rgba(2, 113, 188, 0.5);
  border-radius: 0;
}

.btn-outline-checkout-secondary:hover {
  color: #ffffff !important;
  background-color: #0271BC;
  border-color: #0271BC;
}

.btn-outline-checkout-secondary:focus, .btn-outline-checkout-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 113, 188, 0.5);
}

.btn-outline-checkout-secondary.disabled, .btn-outline-checkout-secondary:disabled {
  color: #0271BC !important;
  background-color: transparent;
}

.btn-outline-checkout-secondary:not(:disabled):not(.disabled):active, .btn-outline-checkout-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-checkout-secondary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #0271BC;
  border-color: #0271BC;
}

.btn-outline-checkout-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-checkout-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-checkout-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 113, 188, 0.5);
}

.btn-outline-checkout-secondary i, .btn-outline-checkout-secondary svg {
  line-height: inherit;
}

@media print {
  .btn-outline-checkout-secondary {
    display: none;
  }
}

.btn-outline-checkout-secondary.processing {
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  text-decoration: none;
  box-shadow: none;
}

.btn-outline-checkout-secondary.processing::before {
  border-color: #0271BC;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.btn-outline-checkout-secondary.processing:hover {
  cursor: not-allowed;
}

.btn-link {
  font-weight: 400;
  color: #2e93ee;
  text-decoration: none;
}

.btn-link:hover {
  color: #106cc0;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #686c6e;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.68rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292929;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #2e93ee;
  text-decoration: none;
  background-color: #fafbfd;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #2e93ee;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #686c6e;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #686c6e;
  white-space: nowrap;
  font-weight: 700;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 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-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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.6rem;
  padding-left: 0.6rem;
}

.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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  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 > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #686c6e;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f6f8;
  border: 1px solid #dbe2e8;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.68rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.8rem;
}

.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: 2.1rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  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;
  border-color: #2e93ee;
  background-color: #2e93ee;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a4d0f8;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #d3e8fb;
  border-color: #d3e8fb;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #686c6e;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f5f6f8;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.55rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #cdd8df solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.55rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #2e93ee;
  background-color: #2e93ee;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(46, 147, 238, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(46, 147, 238, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(46, 147, 238, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.55rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #cdd8df;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(46, 147, 238, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3.4rem;
  padding: 0.6rem 1.8rem 0.6rem 0.8rem;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #686c6e;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23363636' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.8rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #dbe2e8;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #a4d0f8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.custom-select:focus::-ms-value {
  color: #686c6e;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.8rem;
  background-image: none;
}

.custom-select:disabled {
  color: #686c6e;
  background-color: #f5f6f8;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.225rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.68rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.4rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.4rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #a4d0f8;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f5f6f8;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3.4rem;
  padding: 0.6rem 0.8rem;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #686c6e;
  background-color: #ffffff;
  border: 1px solid #dbe2e8;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  padding: 0.6rem 0.8rem;
  line-height: 1.5;
  color: #686c6e;
  content: "Browse";
  background-color: #f5f6f8;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  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(46, 147, 238, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2e93ee;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #d3e8fb;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e8ecf0;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2e93ee;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #d3e8fb;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e8ecf0;
  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: #2e93ee;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #d3e8fb;
}

.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: #e8ecf0;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e8ecf0;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #cdd8df;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #cdd8df;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #cdd8df;
}

.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 (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #686c6e;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e8ecf0;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f5f6f8 #f5f6f8 #e8ecf0;
}

.nav-tabs .nav-link.disabled {
  color: #686c6e;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #686c6e;
  background-color: #ffffff;
  border-color: #e8ecf0 #e8ecf0 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #2e93ee;
}

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.29rem;
  padding-bottom: 0.29rem;
  margin-right: 1rem;
  font-size: 1.68rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.68rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(13, 21, 29, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(13, 21, 29, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(13, 21, 29, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(13, 21, 29, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(13, 21, 29, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(13, 21, 29, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(13, 21, 29, 0.5);
  border-color: rgba(13, 21, 29, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(13, 21, 29, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(13, 21, 29, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(13, 21, 29, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(13, 21, 29, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(13, 21, 29, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(13, 21, 29, 0.03);
  border-bottom: 1px solid rgba(13, 21, 29, 0.125);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(13, 21, 29, 0.03);
  border-top: 1px solid rgba(13, 21, 29, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #686c6e;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #686c6e;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2e93ee;
  background-color: #ffffff;
  border: 1px solid #e8ecf0;
}

.page-link:hover {
  z-index: 2;
  color: #106cc0;
  text-decoration: none;
  background-color: #f5f6f8;
  border-color: #e8ecf0;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #2e93ee;
  border-color: #2e93ee;
}

.page-item.disabled .page-link {
  color: #686c6e;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #e8ecf0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.68rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.225rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  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 (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #2e93ee;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #127ad7;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #ff9144;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #ff7311;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 145, 68, 0.5);
}

.badge-default {
  color: #363636;
  background-color: #dbe2e8;
}

a.badge-default:hover, a.badge-default:focus {
  color: #363636;
  background-color: #bcc9d4;
}

a.badge-default:focus, a.badge-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 226, 232, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #686c6e;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #4f5254;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(104, 108, 110, 0.5);
}

.badge-tertiary {
  color: #ffffff;
  background-color: #9aa1a6;
}

a.badge-tertiary:hover, a.badge-tertiary:focus {
  color: #ffffff;
  background-color: #7f888e;
}

a.badge-tertiary:focus, a.badge-tertiary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(154, 161, 166, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #08c05d;
}

a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #068f45;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 192, 93, 0.5);
}

.badge-info {
  color: #363636;
  background-color: #e5f4ff;
}

a.badge-info:hover, a.badge-info:focus {
  color: #363636;
  background-color: #b2deff;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 244, 255, 0.5);
}

.badge-light {
  color: #363636;
  background-color: #f5f6f8;
}

a.badge-light:hover, a.badge-light:focus {
  color: #363636;
  background-color: #d7dbe3;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 248, 0.5);
}

.badge-white {
  color: #363636;
  background-color: #ffffff;
}

a.badge-white:hover, a.badge-white:focus {
  color: #363636;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-warning {
  color: #ffffff;
  background-color: #ffcf00;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #ffffff;
  background-color: #cca600;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 207, 0, 0.5);
}

.badge-transparent {
  color: #ffffff;
  background-color: rgba(46, 147, 238, 0);
}

a.badge-transparent:hover, a.badge-transparent:focus {
  color: #ffffff;
  background-color: rgba(18, 122, 215, 0);
}

a.badge-transparent:focus, a.badge-transparent.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 147, 238, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #fe3e15;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #df2801;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 62, 21, 0.5);
}

.badge-checkout-primary {
  color: #ffffff;
  background-color: #005695;
}

a.badge-checkout-primary:hover, a.badge-checkout-primary:focus {
  color: #ffffff;
  background-color: #003962;
}

a.badge-checkout-primary:focus, a.badge-checkout-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 86, 149, 0.5);
}

.badge-checkout-secondary {
  color: #ffffff;
  background-color: #0271BC;
}

a.badge-checkout-secondary:hover, a.badge-checkout-secondary:focus {
  color: #ffffff;
  background-color: #01538a;
}

a.badge-checkout-secondary:focus, a.badge-checkout-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 113, 188, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f5f6f8;
  border-radius: 0;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
  text-transform: capitalize !important;
  font-weight: bold;
  font-size: 1.4rem;
}

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

.alert-dismissible {
  padding-right: 5.3rem;
}

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

.alert-primary {
  color: #1f2044;
  background: #e5f4ff;
  border-color: #90c7f7;
}

.alert-primary hr {
  border-top-color: #d3e8fb;
}

.alert-primary .alert-link {
  color: #102d48 !important;
}

.alert-primary p {
  color: #1f2044;
}

.alert-secondary {
  color: #f7772e;
  background: #fef4cc;
  border-color: #ffc287;
}

.alert-secondary hr {
  border-top-color: #ffe5d3;
}

.alert-secondary .alert-link {
  color: #4a301e !important;
}

.alert-secondary p {
  color: #f7772e;
}

.alert-default hr {
  border-top-color: #eaeff5;
}

.alert-default .alert-link {
  color: #474d53 !important;
}

.alert-dark {
  color: #363636;
  background: #363636;
  border-color: #363636;
}

.alert-dark hr {
  border-top-color: #e3e3e5;
}

.alert-dark .alert-link {
  color: #1a1e21 !important;
}

.alert-dark p {
  color: #363636;
}

.alert-tertiary hr {
  border-top-color: #e8eaea;
}

.alert-tertiary .alert-link {
  color: #2e3338 !important;
}

.alert-success {
  color: #05ac53;
  background: #d6f7e9;
  border-color: #1fda9f;
}

.alert-success hr {
  border-top-color: #d1f4e2;
}

.alert-success .alert-link {
  color: #052c1b !important;
}

.alert-success p {
  color: #05ac53;
}

.alert-info {
  color: #686c6e;
  background: #e5f4ff;
  border-color: #e8ecf0;
}

.alert-info hr {
  border-top-color: #e3f6ff;
}

.alert-info .alert-link {
  color: #4c545b !important;
}

.alert-info p {
  color: #686c6e;
}

.alert-light {
  color: #e8ecf0;
  background: #e8ecf0;
  border-color: #e8ecf0;
}

.alert-light hr {
  border-top-color: #f1f1f1;
}

.alert-light .alert-link {
  color: #52565a !important;
}

.alert-light p {
  color: #e8ecf0;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #56595c !important;
}

.alert-warning {
  color: #f3b62a;
  background: #fefce3;
  border-color: #ffe671;
}

.alert-warning hr {
  border-top-color: #fff5cd;
}

.alert-warning .alert-link {
  color: #42390a !important;
}

.alert-warning p {
  color: #f3b62a;
}

.alert-transparent hr {
  border-top-color: rgba(242, 242, 242, 0.9);
}

.alert-transparent .alert-link {
  color: rgba(0, 0, 0, 0.6) !important;
}

.alert-danger {
  color: #e73813;
  background: #ffe7e2;
  border-color: #ff917a;
}

.alert-danger hr {
  border-top-color: #ffd7cf;
}

.alert-danger .alert-link {
  color: #441710 !important;
}

.alert-danger p {
  color: #e73813;
}

.alert-checkout-primary {
  color: #005695;
  background: #005695;
  border-color: #005695;
}

.alert-checkout-primary hr {
  border-top-color: #d4e2ec;
}

.alert-checkout-primary .alert-link {
  color: #03131f !important;
}

.alert-checkout-primary p {
  color: #005695;
}

.alert-checkout-secondary {
  color: #0271BC;
  background: #0271BC;
  border-color: #0271BC;
}

.alert-checkout-secondary hr {
  border-top-color: #d2e6f2;
}

.alert-checkout-secondary .alert-link {
  color: #051d2f !important;
}

.alert-checkout-secondary p {
  color: #0271BC;
}

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

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 1.05rem;
  background-color: #f5f6f8;
  border-radius: 0;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #2e93ee;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #686c6e;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #686c6e;
  text-decoration: none;
  background-color: #f5f6f8;
}

.list-group-item-action:active {
  color: #363636;
  background-color: #f5f6f8;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(13, 21, 29, 0.125);
}

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

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

.list-group-item.disabled, .list-group-item:disabled {
  color: #686c6e;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #2e93ee;
  border-color: #2e93ee;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #1a4771;
  background-color: #eaf4fd;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1a4771;
  background-color: #d3e8fb;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #1a4771;
  border-color: #1a4771;
}

.list-group-item-secondary {
  color: #6e472d;
  background-color: #fff4ec;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6e472d;
  background-color: #ffe5d3;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e472d;
  border-color: #6e472d;
}

.list-group-item-default {
  color: #5f676e;
  background-color: #fbfcfd;
}

.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: #5f676e;
  background-color: #eaeff5;
}

.list-group-item-default.list-group-item-action.active {
  color: #ffffff;
  background-color: #5f676e;
  border-color: #5f676e;
}

.list-group-item-dark {
  color: #31383d;
  background-color: #f0f0f1;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #31383d;
  background-color: #e3e3e5;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #31383d;
  border-color: #31383d;
}

.list-group-item-tertiary {
  color: #454d54;
  background-color: #f5f6f6;
}

.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: #454d54;
  background-color: #e8eaea;
}

.list-group-item-tertiary.list-group-item-action.active {
  color: #ffffff;
  background-color: #454d54;
  border-color: #454d54;
}

.list-group-item-success {
  color: #0b5937;
  background-color: #e6f9ef;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0b5937;
  background-color: #d1f4e2;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #0b5937;
  border-color: #0b5937;
}

.list-group-item-info {
  color: #636e77;
  background-color: #fcfeff;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #636e77;
  background-color: #e3f6ff;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #636e77;
  border-color: #636e77;
}

.list-group-item-light {
  color: #6a6f75;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6a6f75;
  background-color: #f1f1f1;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #6a6f75;
  border-color: #6a6f75;
}

.list-group-item-white {
  color: #6e7377;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #6e7377;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e7377;
  border-color: #6e7377;
}

.list-group-item-warning {
  color: #6e5f11;
  background-color: #fffae6;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #6e5f11;
  background-color: #fff5cd;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #6e5f11;
  border-color: #6e5f11;
}

.list-group-item-transparent {
  color: rgba(13, 21, 29, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
}

.list-group-item-transparent.list-group-item-action:hover, .list-group-item-transparent.list-group-item-action:focus {
  color: rgba(13, 21, 29, 0.6);
  background-color: rgba(242, 242, 242, 0.9);
}

.list-group-item-transparent.list-group-item-action.active {
  color: #ffffff;
  background-color: rgba(13, 21, 29, 0.6);
  border-color: rgba(13, 21, 29, 0.6);
}

.list-group-item-danger {
  color: #6d251a;
  background-color: #ffece8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6d251a;
  background-color: #ffd7cf;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #6d251a;
  border-color: #6d251a;
}

.list-group-item-checkout-primary {
  color: #082f4d;
  background-color: #e6eef4;
}

.list-group-item-checkout-primary.list-group-item-action:hover, .list-group-item-checkout-primary.list-group-item-action:focus {
  color: #082f4d;
  background-color: #d4e2ec;
}

.list-group-item-checkout-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #082f4d;
  border-color: #082f4d;
}

.list-group-item-checkout-secondary {
  color: #093a5d;
  background-color: #e6f1f8;
}

.list-group-item-checkout-secondary.list-group-item-action:hover, .list-group-item-checkout-secondary.list-group-item-action:focus {
  color: #093a5d;
  background-color: #d2e6f2;
}

.list-group-item-checkout-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #093a5d;
  border-color: #093a5d;
}

.close {
  float: right;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #0D151D;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.close:hover {
  color: #0D151D;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  color: #ffffff;
  background-color: #02031d;
  background-clip: padding-box;
  border: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0;
  box-shadow: 4px 4px 0px rgba(31, 32, 68, 0.25);
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast p {
  color: #ffffff;
}

.toast .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}

.toast .close:hover {
  color: #ffffff;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 1.6rem;
  color: #ffffff;
  background-color: #02031d;
  background-clip: padding-box;
  border-bottom: none;
}

.toast-body {
  padding: 0 1.6rem 1.6rem 1.6rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1150;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(13, 21, 29, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1080;
  width: 100vw;
  height: 100vh;
  background-color: #0D151D;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1rem 1rem;
  border-bottom: none;
  margin-left: 1.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 2rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 3.8rem;
  font-size: 2.4rem;
  margin-top: 2rem;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
  color: #363636;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: center;
}

.modal-body p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  width: 80%;
  margin: .5rem auto;
}

.modal-body .form-group {
  text-align: left;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  border-top: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-footer .btn {
  padding: .9rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  min-width: 10rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  margin: 0;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #0D151D;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2060;
  display: block;
  max-width: 276px;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.225rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(13, 21, 29, 0.2);
  border-radius: 0;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(13, 21, 29, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(13, 21, 29, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(13, 21, 29, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(13, 21, 29, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #2e93ee !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #127ad7 !important;
}

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

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

.bg-default {
  background-color: #dbe2e8 !important;
}

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #bcc9d4 !important;
}

.bg-dark {
  background-color: #686c6e !important;
}

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

.bg-tertiary {
  background-color: #9aa1a6 !important;
}

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #7f888e !important;
}

.bg-success {
  background-color: #08c05d !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #068f45 !important;
}

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: rgba(46, 147, 238, 0) !important;
}

a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(18, 122, 215, 0) !important;
}

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

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

.bg-checkout-primary {
  background-color: #005695 !important;
}

a.bg-checkout-primary:hover, a.bg-checkout-primary:focus,
button.bg-checkout-primary:hover,
button.bg-checkout-primary:focus {
  background-color: #003962 !important;
}

.bg-checkout-secondary {
  background-color: #0271BC !important;
}

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

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

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

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

.border-top {
  border-top: 1px solid #e8ecf0 !important;
}

.border-right {
  border-right: 1px solid #e8ecf0 !important;
}

.border-bottom {
  border-bottom: 1px solid #e8ecf0 !important;
}

.border-left {
  border-left: 1px solid #e8ecf0 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #2e93ee !important;
}

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

.border-default {
  border-color: #dbe2e8 !important;
}

.border-dark {
  border-color: #686c6e !important;
}

.border-tertiary {
  border-color: #9aa1a6 !important;
}

.border-success {
  border-color: #08c05d !important;
}

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

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

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

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

.border-transparent {
  border-color: rgba(46, 147, 238, 0) !important;
}

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

.border-checkout-primary {
  border-color: #005695 !important;
}

.border-checkout-secondary {
  border-color: #0271BC !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(13, 21, 29, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(13, 21, 29, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #2e93ee !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #106cc0 !important;
}

.text-secondary {
  color: #ff9144 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #f76600 !important;
}

.text-default {
  color: #dbe2e8 !important;
}

a.text-default:hover, a.text-default:focus {
  color: #acbcca !important;
}

.text-dark {
  color: #686c6e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #434547 !important;
}

.text-tertiary {
  color: #9aa1a6 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #727b81 !important;
}

.text-success {
  color: #08c05d !important;
}

a.text-success:hover, a.text-success:focus {
  color: #057739 !important;
}

.text-info {
  color: #e5f4ff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #99d4ff !important;
}

.text-light {
  color: #f5f6f8 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c8ced9 !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-warning {
  color: #ffcf00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b39100 !important;
}

.text-transparent {
  color: rgba(46, 147, 238, 0) !important;
}

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(16, 108, 192, 0) !important;
}

.text-danger {
  color: #fe3e15 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #c62301 !important;
}

.text-checkout-primary {
  color: #005695 !important;
}

a.text-checkout-primary:hover, a.text-checkout-primary:focus {
  color: #002a49 !important;
}

.text-checkout-secondary {
  color: #0271BC !important;
}

a.text-checkout-secondary:hover, a.text-checkout-secondary:focus {
  color: #014470 !important;
}

.text-body {
  color: #363636 !important;
}

.text-muted {
  color: #686c6e !important;
}

.text-black-50 {
  color: rgba(13, 21, 29, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #cdd8df;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #0D151D;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e8ecf0 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e8ecf0;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e8ecf0;
  }
}

.bg-white {
  color: #363636;
  background-color: #ffffff;
}

.bg-white h1, .bg-white .h1, .bg-white h2, .bg-white .h2, .bg-white h3, .bg-white .h3, .bg-white h4, .bg-white .h4, .bg-white h5, .bg-white .h5, .bg-white h6, .bg-white .h6 {
  color: #363636;
}

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

.text-white {
  color: #ffffff !important;
}

.bg-gray-10 {
  color: #363636;
  background-color: #fafbfd;
}

.bg-gray-10 h1, .bg-gray-10 .h1, .bg-gray-10 h2, .bg-gray-10 .h2, .bg-gray-10 h3, .bg-gray-10 .h3, .bg-gray-10 h4, .bg-gray-10 .h4, .bg-gray-10 h5, .bg-gray-10 .h5, .bg-gray-10 h6, .bg-gray-10 .h6 {
  color: #363636;
}

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

.text-gray-10 {
  color: #fafbfd !important;
}

.bg-gray-20 {
  color: #363636;
  background-color: #f5f6f8;
}

.bg-gray-20 h1, .bg-gray-20 .h1, .bg-gray-20 h2, .bg-gray-20 .h2, .bg-gray-20 h3, .bg-gray-20 .h3, .bg-gray-20 h4, .bg-gray-20 .h4, .bg-gray-20 h5, .bg-gray-20 .h5, .bg-gray-20 h6, .bg-gray-20 .h6 {
  color: #363636;
}

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

.text-gray-20 {
  color: #f5f6f8 !important;
}

.bg-gray-30 {
  color: #363636;
  background-color: #e8ecf0;
}

.bg-gray-30 h1, .bg-gray-30 .h1, .bg-gray-30 h2, .bg-gray-30 .h2, .bg-gray-30 h3, .bg-gray-30 .h3, .bg-gray-30 h4, .bg-gray-30 .h4, .bg-gray-30 h5, .bg-gray-30 .h5, .bg-gray-30 h6, .bg-gray-30 .h6 {
  color: #363636;
}

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

.text-gray-30 {
  color: #e8ecf0 !important;
}

.bg-gray-40 {
  color: #363636;
  background-color: #dbe2e8;
}

.bg-gray-40 h1, .bg-gray-40 .h1, .bg-gray-40 h2, .bg-gray-40 .h2, .bg-gray-40 h3, .bg-gray-40 .h3, .bg-gray-40 h4, .bg-gray-40 .h4, .bg-gray-40 h5, .bg-gray-40 .h5, .bg-gray-40 h6, .bg-gray-40 .h6 {
  color: #363636;
}

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

.text-gray-40 {
  color: #dbe2e8 !important;
}

.bg-gray-50 {
  color: #363636;
  background-color: #cdd8df;
}

.bg-gray-50 h1, .bg-gray-50 .h1, .bg-gray-50 h2, .bg-gray-50 .h2, .bg-gray-50 h3, .bg-gray-50 .h3, .bg-gray-50 h4, .bg-gray-50 .h4, .bg-gray-50 h5, .bg-gray-50 .h5, .bg-gray-50 h6, .bg-gray-50 .h6 {
  color: #363636;
}

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

.text-gray-50 {
  color: #cdd8df !important;
}

.bg-gray-60 {
  color: #ffffff;
  background-color: #9aa1a6;
}

.bg-gray-60 h1, .bg-gray-60 .h1, .bg-gray-60 h2, .bg-gray-60 .h2, .bg-gray-60 h3, .bg-gray-60 .h3, .bg-gray-60 h4, .bg-gray-60 .h4, .bg-gray-60 h5, .bg-gray-60 .h5, .bg-gray-60 h6, .bg-gray-60 .h6 {
  color: #ffffff;
}

.border-gray-60 {
  border-color: #9aa1a6 !important;
}

.text-gray-60 {
  color: #9aa1a6 !important;
}

.bg-gray-70 {
  color: #ffffff;
  background-color: #686c6e;
}

.bg-gray-70 h1, .bg-gray-70 .h1, .bg-gray-70 h2, .bg-gray-70 .h2, .bg-gray-70 h3, .bg-gray-70 .h3, .bg-gray-70 h4, .bg-gray-70 .h4, .bg-gray-70 h5, .bg-gray-70 .h5, .bg-gray-70 h6, .bg-gray-70 .h6 {
  color: #ffffff;
}

.border-gray-70 {
  border-color: #686c6e !important;
}

.text-gray-70 {
  color: #686c6e !important;
}

.bg-gray-80 {
  color: #ffffff;
  background-color: #363636;
}

.bg-gray-80 h1, .bg-gray-80 .h1, .bg-gray-80 h2, .bg-gray-80 .h2, .bg-gray-80 h3, .bg-gray-80 .h3, .bg-gray-80 h4, .bg-gray-80 .h4, .bg-gray-80 h5, .bg-gray-80 .h5, .bg-gray-80 h6, .bg-gray-80 .h6 {
  color: #ffffff;
}

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

.text-gray-80 {
  color: #363636 !important;
}

.bg-gray-90 {
  color: #ffffff;
  background-color: #292929;
}

.bg-gray-90 h1, .bg-gray-90 .h1, .bg-gray-90 h2, .bg-gray-90 .h2, .bg-gray-90 h3, .bg-gray-90 .h3, .bg-gray-90 h4, .bg-gray-90 .h4, .bg-gray-90 h5, .bg-gray-90 .h5, .bg-gray-90 h6, .bg-gray-90 .h6 {
  color: #ffffff;
}

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

.text-gray-90 {
  color: #292929 !important;
}

.bg-gray-100 {
  color: #ffffff;
  background-color: #292929;
}

.bg-gray-100 h1, .bg-gray-100 .h1, .bg-gray-100 h2, .bg-gray-100 .h2, .bg-gray-100 h3, .bg-gray-100 .h3, .bg-gray-100 h4, .bg-gray-100 .h4, .bg-gray-100 h5, .bg-gray-100 .h5, .bg-gray-100 h6, .bg-gray-100 .h6 {
  color: #ffffff;
}

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

.text-gray-100 {
  color: #292929 !important;
}

.bg-gray-200 {
  color: #363636;
  background-color: #f5f6f8;
}

.bg-gray-200 h1, .bg-gray-200 .h1, .bg-gray-200 h2, .bg-gray-200 .h2, .bg-gray-200 h3, .bg-gray-200 .h3, .bg-gray-200 h4, .bg-gray-200 .h4, .bg-gray-200 h5, .bg-gray-200 .h5, .bg-gray-200 h6, .bg-gray-200 .h6 {
  color: #363636;
}

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

.text-gray-200 {
  color: #f5f6f8 !important;
}

.bg-gray-300 {
  color: #363636;
  background-color: #e8ecf0;
}

.bg-gray-300 h1, .bg-gray-300 .h1, .bg-gray-300 h2, .bg-gray-300 .h2, .bg-gray-300 h3, .bg-gray-300 .h3, .bg-gray-300 h4, .bg-gray-300 .h4, .bg-gray-300 h5, .bg-gray-300 .h5, .bg-gray-300 h6, .bg-gray-300 .h6 {
  color: #363636;
}

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

.text-gray-300 {
  color: #e8ecf0 !important;
}

.bg-gray-400 {
  color: #363636;
  background-color: #dbe2e8;
}

.bg-gray-400 h1, .bg-gray-400 .h1, .bg-gray-400 h2, .bg-gray-400 .h2, .bg-gray-400 h3, .bg-gray-400 .h3, .bg-gray-400 h4, .bg-gray-400 .h4, .bg-gray-400 h5, .bg-gray-400 .h5, .bg-gray-400 h6, .bg-gray-400 .h6 {
  color: #363636;
}

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

.text-gray-400 {
  color: #dbe2e8 !important;
}

.bg-gray-500 {
  color: #363636;
  background-color: #cdd8df;
}

.bg-gray-500 h1, .bg-gray-500 .h1, .bg-gray-500 h2, .bg-gray-500 .h2, .bg-gray-500 h3, .bg-gray-500 .h3, .bg-gray-500 h4, .bg-gray-500 .h4, .bg-gray-500 h5, .bg-gray-500 .h5, .bg-gray-500 h6, .bg-gray-500 .h6 {
  color: #363636;
}

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

.text-gray-500 {
  color: #cdd8df !important;
}

.bg-gray-600 {
  color: #ffffff;
  background-color: #9aa1a6;
}

.bg-gray-600 h1, .bg-gray-600 .h1, .bg-gray-600 h2, .bg-gray-600 .h2, .bg-gray-600 h3, .bg-gray-600 .h3, .bg-gray-600 h4, .bg-gray-600 .h4, .bg-gray-600 h5, .bg-gray-600 .h5, .bg-gray-600 h6, .bg-gray-600 .h6 {
  color: #ffffff;
}

.border-gray-600 {
  border-color: #9aa1a6 !important;
}

.text-gray-600 {
  color: #9aa1a6 !important;
}

.bg-gray-700 {
  color: #ffffff;
  background-color: #686c6e;
}

.bg-gray-700 h1, .bg-gray-700 .h1, .bg-gray-700 h2, .bg-gray-700 .h2, .bg-gray-700 h3, .bg-gray-700 .h3, .bg-gray-700 h4, .bg-gray-700 .h4, .bg-gray-700 h5, .bg-gray-700 .h5, .bg-gray-700 h6, .bg-gray-700 .h6 {
  color: #ffffff;
}

.border-gray-700 {
  border-color: #686c6e !important;
}

.text-gray-700 {
  color: #686c6e !important;
}

.bg-gray-800 {
  color: #ffffff;
  background-color: #363636;
}

.bg-gray-800 h1, .bg-gray-800 .h1, .bg-gray-800 h2, .bg-gray-800 .h2, .bg-gray-800 h3, .bg-gray-800 .h3, .bg-gray-800 h4, .bg-gray-800 .h4, .bg-gray-800 h5, .bg-gray-800 .h5, .bg-gray-800 h6, .bg-gray-800 .h6 {
  color: #ffffff;
}

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

.text-gray-800 {
  color: #363636 !important;
}

.bg-gray-900 {
  color: #ffffff;
  background-color: #292929;
}

.bg-gray-900 h1, .bg-gray-900 .h1, .bg-gray-900 h2, .bg-gray-900 .h2, .bg-gray-900 h3, .bg-gray-900 .h3, .bg-gray-900 h4, .bg-gray-900 .h4, .bg-gray-900 h5, .bg-gray-900 .h5, .bg-gray-900 h6, .bg-gray-900 .h6 {
  color: #ffffff;
}

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

.text-gray-900 {
  color: #292929 !important;
}

.bg-black {
  color: #ffffff;
  background-color: #0D151D;
}

.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black h6, .bg-black .h6 {
  color: #ffffff;
}

.border-black {
  border-color: #0D151D !important;
}

.text-black {
  color: #0D151D !important;
}

.bg-true-black {
  color: #ffffff;
  background-color: #000000;
}

.bg-true-black h1, .bg-true-black .h1, .bg-true-black h2, .bg-true-black .h2, .bg-true-black h3, .bg-true-black .h3, .bg-true-black h4, .bg-true-black .h4, .bg-true-black h5, .bg-true-black .h5, .bg-true-black h6, .bg-true-black .h6 {
  color: #ffffff;
}

.border-true-black {
  border-color: #000000 !important;
}

.text-true-black {
  color: #000000 !important;
}

.bg-primary {
  color: #ffffff;
  background-color: #2e93ee;
}

.bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4, .bg-primary h5, .bg-primary .h5, .bg-primary h6, .bg-primary .h6 {
  color: #ffffff;
}

.border-primary {
  border-color: #2e93ee !important;
}

.text-primary {
  color: #2e93ee !important;
}

.bg-secondary {
  color: #ffffff;
  background-color: #ff9144;
}

.bg-secondary h1, .bg-secondary .h1, .bg-secondary h2, .bg-secondary .h2, .bg-secondary h3, .bg-secondary .h3, .bg-secondary h4, .bg-secondary .h4, .bg-secondary h5, .bg-secondary .h5, .bg-secondary h6, .bg-secondary .h6 {
  color: #ffffff;
}

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

.text-secondary {
  color: #ff9144 !important;
}

.bg-default {
  color: #363636;
  background-color: #dbe2e8;
}

.bg-default h1, .bg-default .h1, .bg-default h2, .bg-default .h2, .bg-default h3, .bg-default .h3, .bg-default h4, .bg-default .h4, .bg-default h5, .bg-default .h5, .bg-default h6, .bg-default .h6 {
  color: #363636;
}

.border-default {
  border-color: #dbe2e8 !important;
}

.text-default {
  color: #dbe2e8 !important;
}

.bg-dark {
  color: #ffffff;
  background-color: #363636;
}

.bg-dark h1, .bg-dark .h1, .bg-dark h2, .bg-dark .h2, .bg-dark h3, .bg-dark .h3, .bg-dark h4, .bg-dark .h4, .bg-dark h5, .bg-dark .h5, .bg-dark h6, .bg-dark .h6 {
  color: #ffffff;
}

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

.text-dark {
  color: #363636 !important;
}

.bg-tertiary {
  color: #ffffff;
  background-color: #9aa1a6;
}

.bg-tertiary h1, .bg-tertiary .h1, .bg-tertiary h2, .bg-tertiary .h2, .bg-tertiary h3, .bg-tertiary .h3, .bg-tertiary h4, .bg-tertiary .h4, .bg-tertiary h5, .bg-tertiary .h5, .bg-tertiary h6, .bg-tertiary .h6 {
  color: #ffffff;
}

.border-tertiary {
  border-color: #9aa1a6 !important;
}

.text-tertiary {
  color: #9aa1a6 !important;
}

.bg-success {
  color: #ffffff;
  background-color: #08c05d;
}

.bg-success h1, .bg-success .h1, .bg-success h2, .bg-success .h2, .bg-success h3, .bg-success .h3, .bg-success h4, .bg-success .h4, .bg-success h5, .bg-success .h5, .bg-success h6, .bg-success .h6 {
  color: #ffffff;
}

.border-success {
  border-color: #08c05d !important;
}

.text-success {
  color: #08c05d !important;
}

.bg-info {
  color: #363636;
  background-color: #e5f4ff;
}

.bg-info h1, .bg-info .h1, .bg-info h2, .bg-info .h2, .bg-info h3, .bg-info .h3, .bg-info h4, .bg-info .h4, .bg-info h5, .bg-info .h5, .bg-info h6, .bg-info .h6 {
  color: #363636;
}

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

.text-info {
  color: #e5f4ff !important;
}

.bg-light {
  color: #363636;
  background-color: #e8ecf0;
}

.bg-light h1, .bg-light .h1, .bg-light h2, .bg-light .h2, .bg-light h3, .bg-light .h3, .bg-light h4, .bg-light .h4, .bg-light h5, .bg-light .h5, .bg-light h6, .bg-light .h6 {
  color: #363636;
}

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

.text-light {
  color: #e8ecf0 !important;
}

.bg-warning {
  color: #ffffff;
  background-color: #ffcf00;
}

.bg-warning h1, .bg-warning .h1, .bg-warning h2, .bg-warning .h2, .bg-warning h3, .bg-warning .h3, .bg-warning h4, .bg-warning .h4, .bg-warning h5, .bg-warning .h5, .bg-warning h6, .bg-warning .h6 {
  color: #ffffff;
}

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

.text-warning {
  color: #ffcf00 !important;
}

.bg-transparent {
  color: #ffffff;
  background-color: rgba(46, 147, 238, 0);
}

.bg-transparent h1, .bg-transparent .h1, .bg-transparent h2, .bg-transparent .h2, .bg-transparent h3, .bg-transparent .h3, .bg-transparent h4, .bg-transparent .h4, .bg-transparent h5, .bg-transparent .h5, .bg-transparent h6, .bg-transparent .h6 {
  color: #ffffff;
}

.border-transparent {
  border-color: rgba(46, 147, 238, 0) !important;
}

.text-transparent {
  color: rgba(46, 147, 238, 0) !important;
}

.bg-danger {
  color: #ffffff;
  background-color: #fe3e15;
}

.bg-danger h1, .bg-danger .h1, .bg-danger h2, .bg-danger .h2, .bg-danger h3, .bg-danger .h3, .bg-danger h4, .bg-danger .h4, .bg-danger h5, .bg-danger .h5, .bg-danger h6, .bg-danger .h6 {
  color: #ffffff;
}

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

.text-danger {
  color: #fe3e15 !important;
}

.bg-checkout-primary {
  color: #ffffff;
  background-color: #005695;
}

.bg-checkout-primary h1, .bg-checkout-primary .h1, .bg-checkout-primary h2, .bg-checkout-primary .h2, .bg-checkout-primary h3, .bg-checkout-primary .h3, .bg-checkout-primary h4, .bg-checkout-primary .h4, .bg-checkout-primary h5, .bg-checkout-primary .h5, .bg-checkout-primary h6, .bg-checkout-primary .h6 {
  color: #ffffff;
}

.border-checkout-primary {
  border-color: #005695 !important;
}

.text-checkout-primary {
  color: #005695 !important;
}

.bg-checkout-secondary {
  color: #ffffff;
  background-color: #0271BC;
}

.bg-checkout-secondary h1, .bg-checkout-secondary .h1, .bg-checkout-secondary h2, .bg-checkout-secondary .h2, .bg-checkout-secondary h3, .bg-checkout-secondary .h3, .bg-checkout-secondary h4, .bg-checkout-secondary .h4, .bg-checkout-secondary h5, .bg-checkout-secondary .h5, .bg-checkout-secondary h6, .bg-checkout-secondary .h6 {
  color: #ffffff;
}

.border-checkout-secondary {
  border-color: #0271BC !important;
}

.text-checkout-secondary {
  color: #0271BC !important;
}

.bg-current-plan {
  color: #ffffff;
  background-color: #ff9144;
}

.bg-current-plan h1, .bg-current-plan .h1, .bg-current-plan h2, .bg-current-plan .h2, .bg-current-plan h3, .bg-current-plan .h3, .bg-current-plan h4, .bg-current-plan .h4, .bg-current-plan h5, .bg-current-plan .h5, .bg-current-plan h6, .bg-current-plan .h6 {
  color: #ffffff;
}

.border-current-plan {
  border-color: #ff9144 !important;
}

.text-current-plan {
  color: #ff9144 !important;
}

.bg-codeguard {
  color: #ffffff;
  background-color: #232021;
}

.bg-codeguard h1, .bg-codeguard .h1, .bg-codeguard h2, .bg-codeguard .h2, .bg-codeguard h3, .bg-codeguard .h3, .bg-codeguard h4, .bg-codeguard .h4, .bg-codeguard h5, .bg-codeguard .h5, .bg-codeguard h6, .bg-codeguard .h6 {
  color: #ffffff;
}

.border-codeguard {
  border-color: #232021 !important;
}

.text-codeguard {
  color: #232021 !important;
}

.bg-ctct {
  color: #ffffff;
  background-color: #5196bc;
}

.bg-ctct h1, .bg-ctct .h1, .bg-ctct h2, .bg-ctct .h2, .bg-ctct h3, .bg-ctct .h3, .bg-ctct h4, .bg-ctct .h4, .bg-ctct h5, .bg-ctct .h5, .bg-ctct h6, .bg-ctct .h6 {
  color: #ffffff;
}

.border-ctct {
  border-color: #5196bc !important;
}

.text-ctct {
  color: #5196bc !important;
}

.bg-facebook {
  color: #ffffff;
  background-color: #4060a5;
}

.bg-facebook h1, .bg-facebook .h1, .bg-facebook h2, .bg-facebook .h2, .bg-facebook h3, .bg-facebook .h3, .bg-facebook h4, .bg-facebook .h4, .bg-facebook h5, .bg-facebook .h5, .bg-facebook h6, .bg-facebook .h6 {
  color: #ffffff;
}

.border-facebook {
  border-color: #4060a5 !important;
}

.text-facebook {
  color: #4060a5 !important;
}

.bg-googlePlus {
  color: #ffffff;
  background-color: #e64522;
}

.bg-googlePlus h1, .bg-googlePlus .h1, .bg-googlePlus h2, .bg-googlePlus .h2, .bg-googlePlus h3, .bg-googlePlus .h3, .bg-googlePlus h4, .bg-googlePlus .h4, .bg-googlePlus h5, .bg-googlePlus .h5, .bg-googlePlus h6, .bg-googlePlus .h6 {
  color: #ffffff;
}

.border-googlePlus {
  border-color: #e64522 !important;
}

.text-googlePlus {
  color: #e64522 !important;
}

.bg-gsuite {
  color: #363636;
  background-color: #f6f6f6;
}

.bg-gsuite h1, .bg-gsuite .h1, .bg-gsuite h2, .bg-gsuite .h2, .bg-gsuite h3, .bg-gsuite .h3, .bg-gsuite h4, .bg-gsuite .h4, .bg-gsuite h5, .bg-gsuite .h5, .bg-gsuite h6, .bg-gsuite .h6 {
  color: #363636;
}

.border-gsuite {
  border-color: #f6f6f6 !important;
}

.text-gsuite {
  color: #f6f6f6 !important;
}

.bg-linkedIn {
  color: #ffffff;
  background-color: #4060a5;
}

.bg-linkedIn h1, .bg-linkedIn .h1, .bg-linkedIn h2, .bg-linkedIn .h2, .bg-linkedIn h3, .bg-linkedIn .h3, .bg-linkedIn h4, .bg-linkedIn .h4, .bg-linkedIn h5, .bg-linkedIn .h5, .bg-linkedIn h6, .bg-linkedIn .h6 {
  color: #ffffff;
}

.border-linkedIn {
  border-color: #4060a5 !important;
}

.text-linkedIn {
  color: #4060a5 !important;
}

.bg-pinterest {
  color: #ffffff;
  background-color: #cb2027;
}

.bg-pinterest h1, .bg-pinterest .h1, .bg-pinterest h2, .bg-pinterest .h2, .bg-pinterest h3, .bg-pinterest .h3, .bg-pinterest h4, .bg-pinterest .h4, .bg-pinterest h5, .bg-pinterest .h5, .bg-pinterest h6, .bg-pinterest .h6 {
  color: #ffffff;
}

.border-pinterest {
  border-color: #cb2027 !important;
}

.text-pinterest {
  color: #cb2027 !important;
}

.bg-o365 {
  color: #ffffff;
  background-color: #EB4F2E;
}

.bg-o365 h1, .bg-o365 .h1, .bg-o365 h2, .bg-o365 .h2, .bg-o365 h3, .bg-o365 .h3, .bg-o365 h4, .bg-o365 .h4, .bg-o365 h5, .bg-o365 .h5, .bg-o365 h6, .bg-o365 .h6 {
  color: #ffffff;
}

.border-o365 {
  border-color: #EB4F2E !important;
}

.text-o365 {
  color: #EB4F2E !important;
}

.bg-seo-tools {
  color: #ffffff;
  background-color: #3258a1;
}

.bg-seo-tools h1, .bg-seo-tools .h1, .bg-seo-tools h2, .bg-seo-tools .h2, .bg-seo-tools h3, .bg-seo-tools .h3, .bg-seo-tools h4, .bg-seo-tools .h4, .bg-seo-tools h5, .bg-seo-tools .h5, .bg-seo-tools h6, .bg-seo-tools .h6 {
  color: #ffffff;
}

.border-seo-tools {
  border-color: #3258a1 !important;
}

.text-seo-tools {
  color: #3258a1 !important;
}

.bg-sitebuilder {
  color: #363636;
  background-color: #dcf0f9;
}

.bg-sitebuilder h1, .bg-sitebuilder .h1, .bg-sitebuilder h2, .bg-sitebuilder .h2, .bg-sitebuilder h3, .bg-sitebuilder .h3, .bg-sitebuilder h4, .bg-sitebuilder .h4, .bg-sitebuilder h5, .bg-sitebuilder .h5, .bg-sitebuilder h6, .bg-sitebuilder .h6 {
  color: #363636;
}

.border-sitebuilder {
  border-color: #dcf0f9 !important;
}

.text-sitebuilder {
  color: #dcf0f9 !important;
}

.bg-sitelock {
  color: #ffffff;
  background-color: #c51d1e;
}

.bg-sitelock h1, .bg-sitelock .h1, .bg-sitelock h2, .bg-sitelock .h2, .bg-sitelock h3, .bg-sitelock .h3, .bg-sitelock h4, .bg-sitelock .h4, .bg-sitelock h5, .bg-sitelock .h5, .bg-sitelock h6, .bg-sitelock .h6 {
  color: #ffffff;
}

.border-sitelock {
  border-color: #c51d1e !important;
}

.text-sitelock {
  color: #c51d1e !important;
}

.bg-ssl {
  color: #ffffff;
  background-color: #39b100;
}

.bg-ssl h1, .bg-ssl .h1, .bg-ssl h2, .bg-ssl .h2, .bg-ssl h3, .bg-ssl .h3, .bg-ssl h4, .bg-ssl .h4, .bg-ssl h5, .bg-ssl .h5, .bg-ssl h6, .bg-ssl .h6 {
  color: #ffffff;
}

.border-ssl {
  border-color: #39b100 !important;
}

.text-ssl {
  color: #39b100 !important;
}

.bg-twitter {
  color: #ffffff;
  background-color: #00abe3;
}

.bg-twitter h1, .bg-twitter .h1, .bg-twitter h2, .bg-twitter .h2, .bg-twitter h3, .bg-twitter .h3, .bg-twitter h4, .bg-twitter .h4, .bg-twitter h5, .bg-twitter .h5, .bg-twitter h6, .bg-twitter .h6 {
  color: #ffffff;
}

.border-twitter {
  border-color: #00abe3 !important;
}

.text-twitter {
  color: #00abe3 !important;
}

.bg-youtube {
  color: #ffffff;
  background-color: #cd201f;
}

.bg-youtube h1, .bg-youtube .h1, .bg-youtube h2, .bg-youtube .h2, .bg-youtube h3, .bg-youtube .h3, .bg-youtube h4, .bg-youtube .h4, .bg-youtube h5, .bg-youtube .h5, .bg-youtube h6, .bg-youtube .h6 {
  color: #ffffff;
}

.border-youtube {
  border-color: #cd201f !important;
}

.text-youtube {
  color: #cd201f !important;
}

.bg-weebly {
  color: #ffffff;
  background-color: #3192e7;
}

.bg-weebly h1, .bg-weebly .h1, .bg-weebly h2, .bg-weebly .h2, .bg-weebly h3, .bg-weebly .h3, .bg-weebly h4, .bg-weebly .h4, .bg-weebly h5, .bg-weebly .h5, .bg-weebly h6, .bg-weebly .h6 {
  color: #ffffff;
}

.border-weebly {
  border-color: #3192e7 !important;
}

.text-weebly {
  color: #3192e7 !important;
}

.bg-wordpress {
  color: #ffffff;
  background-color: #0067D6;
}

.bg-wordpress h1, .bg-wordpress .h1, .bg-wordpress h2, .bg-wordpress .h2, .bg-wordpress h3, .bg-wordpress .h3, .bg-wordpress h4, .bg-wordpress .h4, .bg-wordpress h5, .bg-wordpress .h5, .bg-wordpress h6, .bg-wordpress .h6 {
  color: #ffffff;
}

.border-wordpress {
  border-color: #0067D6 !important;
}

.text-wordpress {
  color: #0067D6 !important;
}

.bg-primary-light {
  color: #363636;
  background-color: #e5f4ff;
}

.bg-primary-light h1, .bg-primary-light .h1, .bg-primary-light h2, .bg-primary-light .h2, .bg-primary-light h3, .bg-primary-light .h3, .bg-primary-light h4, .bg-primary-light .h4, .bg-primary-light h5, .bg-primary-light .h5, .bg-primary-light h6, .bg-primary-light .h6 {
  color: #363636;
}

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

.text-primary-light {
  color: #e5f4ff !important;
}

.bg-primary-medium {
  color: #ffffff;
  background-color: #90c7f7;
}

.bg-primary-medium h1, .bg-primary-medium .h1, .bg-primary-medium h2, .bg-primary-medium .h2, .bg-primary-medium h3, .bg-primary-medium .h3, .bg-primary-medium h4, .bg-primary-medium .h4, .bg-primary-medium h5, .bg-primary-medium .h5, .bg-primary-medium h6, .bg-primary-medium .h6 {
  color: #ffffff;
}

.border-primary-medium {
  border-color: #90c7f7 !important;
}

.text-primary-medium {
  color: #90c7f7 !important;
}

.bg-primary-dark {
  color: #ffffff;
  background-color: #1f2044;
}

.bg-primary-dark h1, .bg-primary-dark .h1, .bg-primary-dark h2, .bg-primary-dark .h2, .bg-primary-dark h3, .bg-primary-dark .h3, .bg-primary-dark h4, .bg-primary-dark .h4, .bg-primary-dark h5, .bg-primary-dark .h5, .bg-primary-dark h6, .bg-primary-dark .h6 {
  color: #ffffff;
}

.border-primary-dark {
  border-color: #1f2044 !important;
}

.text-primary-dark {
  color: #1f2044 !important;
}

.bg-secondary-light {
  color: #363636;
  background-color: #fef4cc;
}

.bg-secondary-light h1, .bg-secondary-light .h1, .bg-secondary-light h2, .bg-secondary-light .h2, .bg-secondary-light h3, .bg-secondary-light .h3, .bg-secondary-light h4, .bg-secondary-light .h4, .bg-secondary-light h5, .bg-secondary-light .h5, .bg-secondary-light h6, .bg-secondary-light .h6 {
  color: #363636;
}

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

.text-secondary-light {
  color: #fef4cc !important;
}

.bg-secondary-medium {
  color: #363636;
  background-color: #ffc287;
}

.bg-secondary-medium h1, .bg-secondary-medium .h1, .bg-secondary-medium h2, .bg-secondary-medium .h2, .bg-secondary-medium h3, .bg-secondary-medium .h3, .bg-secondary-medium h4, .bg-secondary-medium .h4, .bg-secondary-medium h5, .bg-secondary-medium .h5, .bg-secondary-medium h6, .bg-secondary-medium .h6 {
  color: #363636;
}

.border-secondary-medium {
  border-color: #ffc287 !important;
}

.text-secondary-medium {
  color: #ffc287 !important;
}

.bg-secondary-dark {
  color: #ffffff;
  background-color: #f7772e;
}

.bg-secondary-dark h1, .bg-secondary-dark .h1, .bg-secondary-dark h2, .bg-secondary-dark .h2, .bg-secondary-dark h3, .bg-secondary-dark .h3, .bg-secondary-dark h4, .bg-secondary-dark .h4, .bg-secondary-dark h5, .bg-secondary-dark .h5, .bg-secondary-dark h6, .bg-secondary-dark .h6 {
  color: #ffffff;
}

.border-secondary-dark {
  border-color: #f7772e !important;
}

.text-secondary-dark {
  color: #f7772e !important;
}

.bg-success-light {
  color: #363636;
  background-color: #d6f7e9;
}

.bg-success-light h1, .bg-success-light .h1, .bg-success-light h2, .bg-success-light .h2, .bg-success-light h3, .bg-success-light .h3, .bg-success-light h4, .bg-success-light .h4, .bg-success-light h5, .bg-success-light .h5, .bg-success-light h6, .bg-success-light .h6 {
  color: #363636;
}

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

.text-success-light {
  color: #d6f7e9 !important;
}

.bg-success-medium {
  color: #ffffff;
  background-color: #1fda9f;
}

.bg-success-medium h1, .bg-success-medium .h1, .bg-success-medium h2, .bg-success-medium .h2, .bg-success-medium h3, .bg-success-medium .h3, .bg-success-medium h4, .bg-success-medium .h4, .bg-success-medium h5, .bg-success-medium .h5, .bg-success-medium h6, .bg-success-medium .h6 {
  color: #ffffff;
}

.border-success-medium {
  border-color: #1fda9f !important;
}

.text-success-medium {
  color: #1fda9f !important;
}

.bg-success-dark {
  color: #ffffff;
  background-color: #05ac53;
}

.bg-success-dark h1, .bg-success-dark .h1, .bg-success-dark h2, .bg-success-dark .h2, .bg-success-dark h3, .bg-success-dark .h3, .bg-success-dark h4, .bg-success-dark .h4, .bg-success-dark h5, .bg-success-dark .h5, .bg-success-dark h6, .bg-success-dark .h6 {
  color: #ffffff;
}

.border-success-dark {
  border-color: #05ac53 !important;
}

.text-success-dark {
  color: #05ac53 !important;
}

.bg-danger-light {
  color: #363636;
  background-color: #ffe7e2;
}

.bg-danger-light h1, .bg-danger-light .h1, .bg-danger-light h2, .bg-danger-light .h2, .bg-danger-light h3, .bg-danger-light .h3, .bg-danger-light h4, .bg-danger-light .h4, .bg-danger-light h5, .bg-danger-light .h5, .bg-danger-light h6, .bg-danger-light .h6 {
  color: #363636;
}

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

.text-danger-light {
  color: #ffe7e2 !important;
}

.bg-danger-medium {
  color: #ffffff;
  background-color: #ff917a;
}

.bg-danger-medium h1, .bg-danger-medium .h1, .bg-danger-medium h2, .bg-danger-medium .h2, .bg-danger-medium h3, .bg-danger-medium .h3, .bg-danger-medium h4, .bg-danger-medium .h4, .bg-danger-medium h5, .bg-danger-medium .h5, .bg-danger-medium h6, .bg-danger-medium .h6 {
  color: #ffffff;
}

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

.text-danger-medium {
  color: #ff917a !important;
}

.bg-danger-dark {
  color: #ffffff;
  background-color: #e73813;
}

.bg-danger-dark h1, .bg-danger-dark .h1, .bg-danger-dark h2, .bg-danger-dark .h2, .bg-danger-dark h3, .bg-danger-dark .h3, .bg-danger-dark h4, .bg-danger-dark .h4, .bg-danger-dark h5, .bg-danger-dark .h5, .bg-danger-dark h6, .bg-danger-dark .h6 {
  color: #ffffff;
}

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

.text-danger-dark {
  color: #e73813 !important;
}

.bg-warning-light {
  color: #363636;
  background-color: #fefce3;
}

.bg-warning-light h1, .bg-warning-light .h1, .bg-warning-light h2, .bg-warning-light .h2, .bg-warning-light h3, .bg-warning-light .h3, .bg-warning-light h4, .bg-warning-light .h4, .bg-warning-light h5, .bg-warning-light .h5, .bg-warning-light h6, .bg-warning-light .h6 {
  color: #363636;
}

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

.text-warning-light {
  color: #fefce3 !important;
}

.bg-warning-medium {
  color: #363636;
  background-color: #ffe671;
}

.bg-warning-medium h1, .bg-warning-medium .h1, .bg-warning-medium h2, .bg-warning-medium .h2, .bg-warning-medium h3, .bg-warning-medium .h3, .bg-warning-medium h4, .bg-warning-medium .h4, .bg-warning-medium h5, .bg-warning-medium .h5, .bg-warning-medium h6, .bg-warning-medium .h6 {
  color: #363636;
}

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

.text-warning-medium {
  color: #ffe671 !important;
}

.bg-warning-dark {
  color: #ffffff;
  background-color: #f3b62a;
}

.bg-warning-dark h1, .bg-warning-dark .h1, .bg-warning-dark h2, .bg-warning-dark .h2, .bg-warning-dark h3, .bg-warning-dark .h3, .bg-warning-dark h4, .bg-warning-dark .h4, .bg-warning-dark h5, .bg-warning-dark .h5, .bg-warning-dark h6, .bg-warning-dark .h6 {
  color: #ffffff;
}

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

.text-warning-dark {
  color: #f3b62a !important;
}

.bg-info-light {
  color: #363636;
  background-color: #e5f4ff;
}

.bg-info-light h1, .bg-info-light .h1, .bg-info-light h2, .bg-info-light .h2, .bg-info-light h3, .bg-info-light .h3, .bg-info-light h4, .bg-info-light .h4, .bg-info-light h5, .bg-info-light .h5, .bg-info-light h6, .bg-info-light .h6 {
  color: #363636;
}

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

.text-info-light {
  color: #e5f4ff !important;
}

.bg-info-medium {
  color: #363636;
  background-color: #e8ecf0;
}

.bg-info-medium h1, .bg-info-medium .h1, .bg-info-medium h2, .bg-info-medium .h2, .bg-info-medium h3, .bg-info-medium .h3, .bg-info-medium h4, .bg-info-medium .h4, .bg-info-medium h5, .bg-info-medium .h5, .bg-info-medium h6, .bg-info-medium .h6 {
  color: #363636;
}

.border-info-medium {
  border-color: #e8ecf0 !important;
}

.text-info-medium {
  color: #e8ecf0 !important;
}

.bg-info-dark {
  color: #ffffff;
  background-color: #686c6e;
}

.bg-info-dark h1, .bg-info-dark .h1, .bg-info-dark h2, .bg-info-dark .h2, .bg-info-dark h3, .bg-info-dark .h3, .bg-info-dark h4, .bg-info-dark .h4, .bg-info-dark h5, .bg-info-dark .h5, .bg-info-dark h6, .bg-info-dark .h6 {
  color: #ffffff;
}

.border-info-dark {
  border-color: #686c6e !important;
}

.text-info-dark {
  color: #686c6e !important;
}

.bg-cyan {
  color: #ffffff;
  background-color: #17a2b8;
}

.bg-cyan h1, .bg-cyan .h1, .bg-cyan h2, .bg-cyan .h2, .bg-cyan h3, .bg-cyan .h3, .bg-cyan h4, .bg-cyan .h4, .bg-cyan h5, .bg-cyan .h5, .bg-cyan h6, .bg-cyan .h6 {
  color: #ffffff;
}

.border-cyan {
  border-color: #17a2b8 !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.bg-dark-text {
  color: #ffffff;
  background-color: #363636;
}

.bg-dark-text h1, .bg-dark-text .h1, .bg-dark-text h2, .bg-dark-text .h2, .bg-dark-text h3, .bg-dark-text .h3, .bg-dark-text h4, .bg-dark-text .h4, .bg-dark-text h5, .bg-dark-text .h5, .bg-dark-text h6, .bg-dark-text .h6 {
  color: #ffffff;
}

.border-dark-text {
  border-color: #363636 !important;
}

.text-dark-text {
  color: #363636 !important;
}

.bg-error {
  color: #ffffff;
  background-color: #fe3e15;
}

.bg-error h1, .bg-error .h1, .bg-error h2, .bg-error .h2, .bg-error h3, .bg-error .h3, .bg-error h4, .bg-error .h4, .bg-error h5, .bg-error .h5, .bg-error h6, .bg-error .h6 {
  color: #ffffff;
}

.border-error {
  border-color: #fe3e15 !important;
}

.text-error {
  color: #fe3e15 !important;
}

.bg-gray {
  color: #ffffff;
  background-color: #9aa1a6;
}

.bg-gray h1, .bg-gray .h1, .bg-gray h2, .bg-gray .h2, .bg-gray h3, .bg-gray .h3, .bg-gray h4, .bg-gray .h4, .bg-gray h5, .bg-gray .h5, .bg-gray h6, .bg-gray .h6 {
  color: #ffffff;
}

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

.text-gray {
  color: #9aa1a6 !important;
}

.bg-gray-dark {
  color: #ffffff;
  background-color: #363636;
}

.bg-gray-dark h1, .bg-gray-dark .h1, .bg-gray-dark h2, .bg-gray-dark .h2, .bg-gray-dark h3, .bg-gray-dark .h3, .bg-gray-dark h4, .bg-gray-dark .h4, .bg-gray-dark h5, .bg-gray-dark .h5, .bg-gray-dark h6, .bg-gray-dark .h6 {
  color: #ffffff;
}

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

.text-gray-dark {
  color: #363636 !important;
}

.bg-indigo {
  color: #ffffff;
  background-color: #6610f2;
}

.bg-indigo h1, .bg-indigo .h1, .bg-indigo h2, .bg-indigo .h2, .bg-indigo h3, .bg-indigo .h3, .bg-indigo h4, .bg-indigo .h4, .bg-indigo h5, .bg-indigo .h5, .bg-indigo h6, .bg-indigo .h6 {
  color: #ffffff;
}

.border-indigo {
  border-color: #6610f2 !important;
}

.text-indigo {
  color: #6610f2 !important;
}

.bg-light-text {
  color: #363636;
  background-color: #e8ecf0;
}

.bg-light-text h1, .bg-light-text .h1, .bg-light-text h2, .bg-light-text .h2, .bg-light-text h3, .bg-light-text .h3, .bg-light-text h4, .bg-light-text .h4, .bg-light-text h5, .bg-light-text .h5, .bg-light-text h6, .bg-light-text .h6 {
  color: #363636;
}

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

.text-light-text {
  color: #e8ecf0 !important;
}

.bg-pink {
  color: #ffffff;
  background-color: #e83e8c;
}

.bg-pink h1, .bg-pink .h1, .bg-pink h2, .bg-pink .h2, .bg-pink h3, .bg-pink .h3, .bg-pink h4, .bg-pink .h4, .bg-pink h5, .bg-pink .h5, .bg-pink h6, .bg-pink .h6 {
  color: #ffffff;
}

.border-pink {
  border-color: #e83e8c !important;
}

.text-pink {
  color: #e83e8c !important;
}

.bg-purple {
  color: #ffffff;
  background-color: #6f42c1;
}

.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple h6, .bg-purple .h6 {
  color: #ffffff;
}

.border-purple {
  border-color: #6f42c1 !important;
}

.text-purple {
  color: #6f42c1 !important;
}

.bg-teal {
  color: #ffffff;
  background-color: #20c997;
}

.bg-teal h1, .bg-teal .h1, .bg-teal h2, .bg-teal .h2, .bg-teal h3, .bg-teal .h3, .bg-teal h4, .bg-teal .h4, .bg-teal h5, .bg-teal .h5, .bg-teal h6, .bg-teal .h6 {
  color: #ffffff;
}

.border-teal {
  border-color: #20c997 !important;
}

.text-teal {
  color: #20c997 !important;
}

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

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

.align-center, .center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

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

.align-left {
  text-align: left;
}

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

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

@media only screen and (max-width: 576px) {
  .align-center-xs, .align-xs-center {
    text-align: center;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .align-center-sm, .align-sm-center {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .align-center-md, .align-md-center {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .align-center-lg, .align-lg-center {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .align-center-xl, .align-xl-center {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .align-left-xs, .align-xs-left {
    text-align: left;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .align-left-sm, .align-sm-left {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .align-left-md, .align-md-left {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .align-left-lg, .align-lg-left {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .align-left-xl, .align-xl-left {
    text-align: left;
  }
}

@media only screen and (max-width: 576px) {
  .align-right-xs, .align-xs-right {
    text-align: right;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .align-right-sm, .align-sm-right {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .align-right-md, .align-md-right {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .align-right-lg, .align-lg-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .align-right-xl, .align-xl-right {
    text-align: right;
  }
}

.block-center {
  margin: 0 auto;
}

.vertical-align-bottom {
  display: inline-block;
  vertical-align: bottom;
}

.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.vertical-align-top {
  display: inline-block;
  vertical-align: top;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.logged-in-as-staff {
  background-color: #fe3e15;
  border-radius: 0 0 .5rem .5rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 11rem;
  padding: 0 1.5rem;
  position: fixed;
  right: 1.2rem;
  text-align: center;
  top: 6.5rem;
}

.logged-in-as-staff span {
  color: #ffffff;
  margin: 0 auto;
}

.logged-in-as-staff span i, .logged-in-as-staff span svg {
  margin-right: .5rem;
  position: relative;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}

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

html, body {
  background: transparent none;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fafbfd;
  color: #0D151D;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print {
  body::before {
    display: none;
  }
}

@media print {
  body::after {
    display: none;
  }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.bs-searchbox input {
  min-width: auto !important;
}

.bootstrap-select {
  background-color: #fafbfd;
  color: #0D151D;
  font-size: 1.3rem;
}

.bootstrap-select.disabled, .bootstrap-select:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .75;
}

.bootstrap-select.disabled:hover, .bootstrap-select:disabled:hover {
  cursor: not-allowed;
}

.bootstrap-select.disabled:hover button, .bootstrap-select:disabled:hover button {
  cursor: not-allowed;
  box-shadow: none;
  border: none;
}

.bootstrap-select.colorize-title .filter-option {
  color: #2e93ee !important;
}

.bootstrap-select .dropdown-toggle[title="Nothing selected"] {
  opacity: .5 !important;
  pointer-events: none;
  cursor: not-allowed;
}

.bootstrap-select .dropdown-toggle[title="Nothing selected"]:hover {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-toggle[title="Nothing selected"] * {
  color: #0D151D !important;
  opacity: 0;
}

.bootstrap-select .dropdown-toggle.btn-default, .bootstrap-select .dropdown-toggle.btn-info, .bootstrap-select .dropdown-toggle.btn-light {
  border: solid 0.1rem #e8ecf0;
}

.bootstrap-select.dropup .dropdown-toggle::after, .bootstrap-select.dropdown .dropdown-toggle::after {
  margin-left: auto;
}

.bootstrap-select.open > .dropdown-toggle {
  background-color: #e5f4ff;
}

.bootstrap-select.open > .dropdown-toggle:hover, .bootstrap-select.open > .dropdown-toggle:focus, .bootstrap-select.open > .dropdown-toggle.focus {
  background-color: #e5f4ff;
}

.bootstrap-select.form-control .dropdown-toggle {
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 3.4rem;
  max-height: 3.4rem;
  max-width: 100%;
  min-height: 3.4rem;
  border-radius: .25rem;
  display: block;
  width: 100%;
  padding: 0.6rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #686c6e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dbe2e8;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-select.form-control .dropdown-toggle:focus {
  outline: 1px auto #ff9144 !important;
  outline-offset: -1px;
}

.bootstrap-select.form-control .dropdown-toggle.btn-light {
  border: solid 0.1rem #e8ecf0;
}

.bootstrap-select .dropdown-menu {
  font-size: 1.225rem;
}

.bootstrap-select .dropdown-menu.open .popover-title {
  color: #9aa1a6;
  font-size: 1.225rem;
  font-weight: 600;
}

.bootstrap-select .dropdown-menu.open ul.inner {
  padding: .3rem;
}

.bootstrap-select .dropdown-menu.open ul.inner li {
  padding: 0 .3rem;
}

.bootstrap-select .dropdown-menu.open ul.inner li.disabled:hover {
  pointer-events: all;
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu.open ul.inner li.disabled a {
  pointer-events: none;
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu.open ul.inner li a {
  padding: .5rem;
}

.bootstrap-select .dropdown-menu.open ul.inner li a.disabled {
  pointer-events: all;
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu.open ul.inner li a.disabled:hover {
  pointer-events: all;
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu.inner:empty {
  display: none;
}

.bootstrap-select button {
  font-size: 1.3rem;
  height: 100%;
  max-height: 3.4rem;
  min-height: 2.4rem;
  text-transform: none;
  width: 100%;
}

.bootstrap-select button span {
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
}

.bootstrap-select button.close {
  font-size: 1.68rem;
  top: 0;
}

.bootstrap-select.btn-group.btn-block {
  width: 100%;
}

.bootstrap-select.btn-group .btn.dropdown-toggle {
  float: none;
  width: 100%;
}

.bootstrap-select.btn-group .btn.dropdown-toggle .filter-option {
  width: auto;
}

.border-left {
  border-left: solid 0.1rem #e8ecf0;
}

.border-right {
  border-right: solid 0.1rem #e8ecf0;
}

.no-borders, .b-0, .border-0, .border-none {
  border: none !important;
}

hr {
  background-color: transparent;
  border-top: solid 0.1rem #e8ecf0;
}

hr.divider {
  background-color: transparent;
  border-top: solid 0.1rem #e8ecf0;
}

hr.faint {
  background-color: transparent;
  border-top: solid 0 #e8ecf0;
}

hr.faded {
  background: #9aa1a6;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#ffffff), color-stop(50%, #9aa1a6));
  border-style: none;
  height: .1rem;
  margin: 2.5rem 0;
}

hr.gradient {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  border: 0;
  height: 1px;
}

hr.chevron {
  border: 0;
  border-top: 1px solid #efefef;
  margin-top: 3px;
  text-align: center;
}

hr.chevron::before {
  background-color: #ffffff;
  color: #ea302b;
  content: "  ";
  display: inline-block;
  font-size: 18px;
  padding: 0 3px;
  position: relative;
  top: -13px;
}

hr.chevron::after {
  background-color: #ffffff;
  color: #ea302b;
  content: " \f078 ";
  display: inline-block;
  font-size: 18px;
  padding: 0 3px;
  position: relative;
  top: -13px;
}

.horizontal-divider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 0.1rem #e8ecf0;
  box-sizing: border-box;
  display: block;
  margin: 10px auto;
  width: 90%;
}

.pipe-divider {
  margin: 0 .5rem;
  padding: 0 .5rem;
  position: relative;
}

.vertical-divider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-right: solid 2px #e8ecf0;
  border-top-width: 0;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  margin: 0 10px;
}

.breadcrumb {
  padding-left: 0;
}

.breadcrumb li:first-of-type {
  padding-left: 0;
}

button[data-toggle="popover"]:focus {
  outline: none;
}

button[data-toggle="popover"]:hover i, button[data-toggle="popover"]:hover svg, button[data-toggle="popover"]:focus i, button[data-toggle="popover"]:focus svg {
  color: #2e93ee !important;
}

a[class^="button-"].disabled, a[class^="button-"].btn-disabled {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  cursor: not-allowed;
  opacity: 0.4;
  text-decoration: none;
}

.btn {
  position: relative;
  padding: .8rem 1rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-lg, .btn-group-lg > .btn {
  padding: 1.5rem;
  border-radius: 0;
  font-weight: bold;
}

.btn:empty {
  display: none;
}

.btn.toggle-handle:empty {
  display: block;
}

.btn.raised {
  transition: all 0.1s;
  background: inherit;
}

.btn.raised:active {
  background: inherit;
}

.btn.mw-100 {
  min-width: 10rem;
}

.btn.mw-150 {
  min-width: 15rem;
}

.btn.mw-200 {
  min-width: 20rem;
}

.btn > a {
  text-decoration: none;
  color: #ffffff;
}

.btn > a:hover {
  text-decoration: none;
  color: inherit;
}

.btn.disabled, .btn:disabled, .btn[disabled="true"] {
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;
}

.btn.disabled.toggle-handle, .btn:disabled.toggle-handle, .btn[disabled="true"].toggle-handle {
  opacity: 1 !important;
}

.btn.processing > span {
  color: inherit !important;
}

.btn-bottom {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 576px) {
  .btn-bottom {
    position: relative;
    bottom: auto;
  }
}

.btn-whm {
  background-color: #000000;
  color: #ffffff;
}

.btn-whm:focus, .btn-whm:hover {
  background-color: #0D151D;
  color: #ffffff;
}

.btn-white.processing::before {
  border-color: #1f2044;
  border-top-color: #90c7f7;
}

.btn-upgrade.processing::before {
  border-color: #ffffff;
  border-top-color: #fef4cc;
}

.btn-text {
  text-decoration: none;
  background: none;
  color: #ffffff;
  font-size: 1.3rem;
}

.btn-text a {
  background: none;
  color: #ffffff;
  text-decoration: none;
  border: none;
}

.btn-text a:hover {
  text-decoration: none;
  border: none;
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  .btn-block-xs {
    display: block !important;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .btn-block-sm {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-block-md {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-block-lg {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-block-xl {
    display: block !important;
  }
}

.btn-link {
  color: #2e93ee;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  background: none;
}

.btn-link:focus, .btn-link:hover {
  text-decoration: none;
  padding: 0;
  color: #1f2044;
}

.btn-link.btn-cpanel {
  background-color: #ff9144;
  border-radius: 0.3rem;
  border: none;
  padding: 0.3rem 1rem;
  color: #ffffff;
}

.btn-link.btn-cpanel:hover {
  background-color: #f7772e;
}

.btn-link.btn-dashboard {
  background-color: #2e93ee;
  border-radius: 0.3rem;
  border: none;
  padding: 0.3rem 1rem;
  color: #ffffff;
}

.btn-link.btn-dashboard:hover {
  background-color: #1f2044;
}

.button-print {
  position: absolute;
  right: 1.5rem;
}

.button-submit {
  display: inline-block;
  min-width: 15rem;
}

.button-submit .loading {
  position: relative;
  left: -2.5rem;
  margin-right: -1.6rem;
  top: .2rem;
}

.settings::before {
  content: '\f013';
  font-size: 1.8rem;
  color: #2e93ee;
}

.settings:hover {
  cursor: pointer;
}

.settings:hover::before {
  color: #1f2044;
}

.dropdown.primary {
  border: none;
}

.dropdown.primary > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #2e93ee;
  border-color: transparent;
}

.dropdown.primary.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #1f2044;
  border-color: transparent;
}

.dropdown.primary button {
  text-shadow: none;
  background-color: #2e93ee;
  box-shadow: none;
  border: none;
  text-transform: none;
}

.dropdown.primary button:hover, .dropdown.primary button:focus {
  background-color: #ffffff;
  box-shadow: none;
  border: none;
}

.dropdown.primary button:active, .dropdown.primary button.active {
  color: #0D151D;
  background-color: transparent;
  border-color: #e8ecf0;
}

.dropdown.primary .dropdown-menu {
  padding: 0.5rem;
}

.dropdown.primary .dropdown-menu::before {
  content: attr(data-header);
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0.5rem;
}

.dropdown.primary .dropdown-menu li a {
  padding: 0.5rem;
}

.dropdown.white {
  border: solid 0.1rem #e8ecf0;
}

.dropdown.white.open > .dropdown-toggle.btn-default {
  color: #0D151D;
  background-color: transparent;
  border-color: #e8ecf0;
}

.dropdown.white button {
  text-shadow: none;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
}

.dropdown.white button:hover, .dropdown.white button:focus {
  background-color: #ffffff;
  box-shadow: none;
  border: none;
}

.dropdown.white button:active, .dropdown.white button.active {
  color: #0D151D;
  background-color: transparent;
  border-color: #e8ecf0;
}

.dropdown.white .dropdown-menu {
  padding: 0.5rem;
}

.dropdown.white .dropdown-menu::before {
  content: attr(data-header);
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0.5rem;
}

.dropdown.white .dropdown-menu li a {
  padding: 0.5rem;
}

.dropdown-toggle.btn-default, .dropdown-toggle.btn-info, .dropdown-toggle.btn-white {
  border: solid 0.1rem #e8ecf0;
}

.btn-group form {
  display: inline-block;
  float: left;
}

.btn-group .btn-default {
  background-color: #f5f6f8;
  text-shadow: none;
  box-shadow: none;
  border: solid 0.1rem #e8ecf0;
  color: #0D151D;
  border-radius: 0;
}

.btn-group .btn-default:hover {
  background-color: #e8ecf0;
  text-shadow: none;
  box-shadow: none;
  border: solid 0.1rem #dbe2e8;
  color: #363636;
}

.btn-group .btn-default.upgrade-btn {
  background-color: #ff9144;
  border-color: #f7772e;
  color: #ffffff;
}

.btn-group .btn-default.upgrade-btn:hover {
  background-color: #f7772e;
  border-color: #ff9144;
  color: #ffffff;
}

.btn-group .btn-default i, .btn-group .btn-default svg {
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 1.8rem;
  margin: 0 0.6rem;
  position: relative;
  top: 0.2rem;
}

.btn-group .btn-group {
  float: right;
}

.btn-group .btn-group.open .btn-default {
  background-color: #f5f6f8;
  border: solid 0.1rem #e8ecf0;
  color: #0D151D;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-group .btn-group.open .btn-default:hover {
  color: #363636;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -.1rem;
}

.button-action-row {
  background-color: #f5f6f8;
  border-radius: 0;
  padding: 1.5rem;
  text-align: center;
}

.button-action-row .btn {
  min-width: 15rem;
}

.icon-links-menu {
  border-radius: 0;
}

.icon-links-menu a {
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  border-right: solid 0.1rem #e8e8e8;
  margin: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-links-menu a:last-of-type {
  border-right: none;
}

.icon-links-menu a:hover {
  color: #1f2044;
  text-decoration: none;
}

.icon-links-menu a span.icon {
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-links-menu a span.icon i, .icon-links-menu a span.icon svg {
  font-size: 2.2rem;
}

.icon-links-menu a span.icon-text {
  margin-top: 1rem;
  font-weight: 500;
}

.card.card-chromeless {
  background: transparent;
  border: none;
  box-shadow: none;
}

.card.card-chromeless .card-body, .card.card-chromeless .card-footer, .card.card-chromeless .card-header {
  background: transparent;
  border: none;
  box-shadow: none;
}

.card .btn-group.show .btn {
  background-color: #ffffff;
}

.card .btn-group .dropdown-menu {
  width: 100%;
}

.card .btn-group .dropdown-menu > li {
  display: block;
}

.card .btn-group .dropdown-menu > li a {
  display: block;
  line-height: 1.5;
  padding: .5rem 1rem;
}

.card .btn-group .dropdown-menu > li a:hover {
  background-color: #f5f6f8;
  color: #2e93ee;
}

.card .card-footer .btn {
  min-width: 15rem;
}

.card-packages {
  margin-bottom: 1.5rem;
  max-width: 40rem;
  min-width: 30rem;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .card-packages {
    max-width: 100%;
  }
}

.card-packages .card-header {
  border-radius: .3rem;
}

.card-packages.suspended {
  background: #fe3e15 none;
}

.card-packages .card-header {
  height: 6rem;
}

.card-packages .card-header .bg-image {
  height: 100%;
  opacity: 1;
  padding: 1rem;
  width: 100%;
}

.card-packages .card-body {
  min-height: 7rem;
}

.card-packages .card-body .card-text {
  color: #e8ecf0;
}

.card-packages .card-footer {
  background-color: #ffffff;
  border-top: 0;
}

.card-packages .card-footer .progress {
  position: relative;
  top: 1.5rem;
}

.domain-package-add-card {
  margin-bottom: 1.5rem;
  max-width: 50rem;
  width: 100%;
}

.domain-package-add-card .card-header h3 {
  margin: 0;
  padding: 1rem 0;
}

.domain-package-add-card .card-icon {
  color: #9aa1a6;
  font-size: 2.4rem;
  vertical-align: bottom;
}

.home-cards-container {
  margin: 1rem auto 1rem;
  overflow: hidden;
  padding: 0;
}

.home-cards-container > .row > [class^="col-"] {
  padding: 0;
}

.home-cards-container > .row > [class^="col-"].home-cards-packages-container {
  margin-top: 2rem;
}

.home-cards-container > .row > [class^="col-"].home-cards-domains-container {
  margin: 2rem auto;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-header {
  margin: 0 auto 1.5rem;
  min-height: 3.5rem;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 576px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-header {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-header {
    max-width: 58rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-header .home-cards-section-title {
  display: inline-block;
  float: left;
  font-size: 2.2rem;
  margin: .5rem;
}

@media only screen and (max-width: 576px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-header .home-cards-section-title {
    float: none;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-header .home-cards-section-button-right {
  float: right;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-header .home-cards-section-button-right {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .home-cards-container > .row > [class^="col-"] .home-cards-section-header .home-cards-section-button-right a {
    display: block;
    margin: 0 auto 1rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container {
  padding: 0 1.5rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card {
  background: #ffffff;
  border: solid 0.1rem #e8ecf0;
  border-radius: .4rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  height: 100%;
  margin: 0 auto 1.5rem;
  max-width: 55rem;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card {
    width: 100%;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header, .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer {
  color: #0D151D;
  padding: 0 1rem;
  position: relative;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header {
  background-color: #e8ecf0;
  border-bottom: 0;
  border-radius: .4rem .4rem 0 0;
  color: #ffffff;
  height: 10rem;
  line-height: 10rem;
  overflow: hidden;
  padding: 2rem;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header {
    height: 8rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header {
    height: 9rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .bg-image {
  height: 100%;
  opacity: 1;
  padding: 1rem;
  width: 100%;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header.suspended {
  background: #fe3e15 none;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .status_icon {
  display: none;
  font-size: 2.4rem;
  left: 1.5rem;
  position: absolute;
  top: -2.5rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .status_icon i, .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .status_icon svg {
  color: #ffffff;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .status_icon.suspended {
  display: block;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header h5 {
  color: #ffffff;
  display: inline-block;
  height: 100%;
  margin: 2rem auto .5rem;
  text-align: center;
  vertical-align: middle;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header h5::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .package-icon {
  color: #ffffff;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .package-icon i, .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .header .package-icon svg {
  font-size: 3.6rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content {
  max-height: 12rem;
  min-height: 12rem;
  overflow: hidden;
  padding: 1.5rem;
}

@media only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content {
    min-height: 1px;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content h5 {
  color: #cdd8df;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content h5.cancelled, .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content h5.suspended {
  color: #9aa1a6;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content h6 {
  color: #9aa1a6;
  font-size: 1.2rem;
  margin: 0 auto;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content a {
  display: none;
  font-weight: bold;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content a.make-payment-link.suspended {
  color: #fe3e15;
  display: block;
  text-decoration: underline;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content a.make-payment-link.suspended:hover {
  color: #e73813;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content p {
  display: none;
  font-size: 1.3rem;
  text-align: center;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .content p.status-text.pending {
  display: block;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer {
  max-height: 5rem;
  min-height: 5rem;
  overflow: hidden;
  padding: 1rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer a {
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1.5rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer a.btn-cpanel {
  float: right;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer div.progress {
  height: 3.2rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer div.progress.pending .progress-bar {
  background-color: #b2deff;
  border-color: transparent;
  box-shadow: none;
  width: 100%;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer div.progress.pending .progress-bar span {
  color: #2e93ee;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  top: .4rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer p {
  border-radius: .4rem;
  color: #ffffff;
  font-weight: bold;
  padding: 0 1rem;
  text-align: center;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer p.cancelled {
  background-color: #e8ecf0;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer p.suspended {
  background-color: #fe3e15;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].packages-home .filter-packages .package-card-wrapper .package-card .footer p.unknown {
  background-color: #363636;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card {
  background-color: #ffffff;
  border: solid 0.1rem #e8ecf0;
  border-radius: .4rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: 0 auto 1.5rem;
  min-height: 19rem;
  padding: 0;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card {
    max-width: 55rem;
    min-height: 15rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card:first-of-type {
  padding-right: 1.5rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card:last-of-type {
  padding-left: 1.5rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-content {
  color: #0D151D;
  margin: 0;
  min-height: 14rem;
  padding: 1rem 1rem;
  width: 100%;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-content {
    min-height: 7rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-content h5 {
  color: #cdd8df;
  font-size: 1.8rem;
  line-height: 2rem;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-content p {
  color: #0D151D;
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 50rem;
  padding: 0;
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-footer {
  min-height: 3rem;
  padding: 0;
  text-align: left;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-footer {
    min-height: 5rem;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-footer .domain-package-icon i, .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-footer .domain-package-icon svg {
  color: #9aa1a6;
  font-size: 3.2rem;
  left: -1rem;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-footer .domain-package-icon {
    display: none;
  }
}

.home-cards-container > .row > [class^="col-"] .home-cards-section-container .row > [class^="col-"].domain-package-cards-home .row.domain-package-cards > [class^="col-"].domain-package-card-container .domain-package-card .card-footer a {
  margin: 0 .5rem .5rem;
}

.marketplace-content h4.marketplace-section-title {
  margin: 2rem 0;
}

.marketplace-content .marketplace-products-container .marketplace-card {
  background-color: #ffffff;
  border-radius: .9rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: 0 0 1.5rem 0;
  max-width: 55.5rem;
  min-height: 19rem;
  min-width: 31rem;
  padding: 0;
}

@media only screen and (max-width: 576px) {
  .marketplace-content .marketplace-products-container .marketplace-card {
    clear: both;
    max-width: 100%;
    min-height: 17rem;
    width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .marketplace-products-container .marketplace-card {
    min-height: 17rem;
  }
}

.marketplace-content .marketplace-products-container .marketplace-card .card-content {
  color: #0D151D;
  margin: 0;
  min-height: 14rem;
  padding: 1rem 3rem;
  width: 100%;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .marketplace-products-container .marketplace-card .card-content {
    min-height: 11rem;
  }
}

.marketplace-content .marketplace-products-container .marketplace-card .card-content h5 {
  color: #0D151D;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .marketplace-products-container .marketplace-card .card-content h5 {
    line-height: 2rem;
  }
}

.marketplace-content .marketplace-products-container .marketplace-card .card-content p {
  color: #0D151D;
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 30rem;
  padding: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .marketplace-products-container .marketplace-card .card-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.marketplace-content .marketplace-products-container .marketplace-card .card-footer {
  min-height: 3rem;
  padding: 0 2rem;
  text-align: left;
}

.marketplace-content .marketplace-products-container .marketplace-card .card-footer a {
  margin: 0 .5rem .5rem;
}

.marketplace-content .marketplace-products-container .marketplace-card .card-footer a.btn-add {
  width: 9rem;
}

.marketplace-content .special-offers-container {
  width: 75%;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .marketplace-content .special-offers-container {
    width: 100%;
  }
}

.marketplace-content .special-offers-container .related-services-card {
  background-color: #ffffff;
  border-radius: .9rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: 0 auto 1.5rem;
  max-width: 31rem;
  min-height: 26rem;
  min-width: 21rem;
  padding: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .special-offers-container .related-services-card {
    clear: both;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .special-offers-container .related-services-card {
    max-width: 100%;
    width: 100%;
  }
}

.marketplace-content .special-offers-container .related-services-card .card-header {
  background: #fafafa;
  border-radius: .9rem .9rem 0 0;
  color: #ffffff;
  margin: 0;
  padding: 2rem 0;
  text-align: center;
  width: 100%;
}

.marketplace-content .special-offers-container .related-services-card .card-header .logo {
  margin: 0 auto;
}

.marketplace-content .special-offers-container .related-services-card .card-content {
  color: #0D151D;
  margin: 0;
  min-height: 19rem;
  padding: 1rem 3rem;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marketplace-content .special-offers-container .related-services-card .card-content {
    min-height: 19rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marketplace-content .special-offers-container .related-services-card .card-content {
    min-height: 19rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .special-offers-container .related-services-card .card-content {
    min-height: 12rem;
  }
}

@media only screen and (max-width: 576px) {
  .marketplace-content .special-offers-container .related-services-card .card-content {
    min-height: 12rem;
  }
}

.marketplace-content .special-offers-container .related-services-card .card-content h5 {
  color: #0D151D;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}

.marketplace-content .special-offers-container .related-services-card .card-content p {
  color: #0D151D;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0;
}

.marketplace-content .special-offers-container .related-services-card .card-footer {
  min-height: 4rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.marketplace-content .special-offers-container .related-services-card .card-footer a {
  margin: 0 .5rem .5rem;
}

.marketplace-content .special-offers-container .related-services-card .card-footer a.btn-add {
  width: 60%;
}

.marketplace-content .website-essentials-container .essential-card {
  background-color: #ffffff;
  border-radius: .9rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: 0 auto 1.5rem;
  max-width: 31rem;
  min-height: 34rem;
  min-width: 31rem;
  padding: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .website-essentials-container .essential-card {
    clear: both;
    max-width: 100%;
    min-height: 30rem;
    width: 100%;
  }
}

.marketplace-content .website-essentials-container .essential-card.codeguard .card-header {
  background: #232021;
}

.marketplace-content .website-essentials-container .essential-card.codeguard .card-header img {
  border: 0;
  height: 3rem;
  width: auto;
}

.marketplace-content .website-essentials-container .essential-card.constant-contact .card-header {
  background: #5196bc;
}

.marketplace-content .website-essentials-container .essential-card.constant-contact .card-header img {
  border: 0;
  height: 4rem;
  width: auto;
}

.marketplace-content .website-essentials-container .essential-card.gsuite .card-header {
  background: #f6f6f6;
}

.marketplace-content .website-essentials-container .essential-card.gsuite .card-header img {
  border: 0;
  height: 6rem;
  width: auto;
}

.marketplace-content .website-essentials-container .essential-card.sitebuilder .card-header {
  background: #dcf0f9;
}

.marketplace-content .website-essentials-container .essential-card.sitebuilder .card-header img {
  border: 0;
  height: 5.5rem;
  width: auto;
}

.marketplace-content .website-essentials-container .essential-card.weebly .card-header {
  background: #3192e7;
}

.marketplace-content .website-essentials-container .essential-card.sitelock .card-header {
  background: #c51d1e;
}

.marketplace-content .website-essentials-container .essential-card.sitelock .card-header img {
  border: 0;
  height: 2.6rem;
  width: auto;
}

.marketplace-content .website-essentials-container .essential-card.ssl .card-header {
  background: #39b100;
}

.marketplace-content .website-essentials-container .essential-card.ssl .card-header img {
  border: 0;
  height: 5rem;
  width: auto;
}

.marketplace-content .website-essentials-container .essential-card .card-header {
  border-radius: .9rem .9rem 0 0;
  color: #ffffff;
  height: 12rem;
  line-height: 12rem;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.marketplace-content .website-essentials-container .essential-card .card-header .logo {
  line-height: 6rem;
  margin: 0 auto;
  padding-top: 3rem;
  vertical-align: middle;
}

.marketplace-content .website-essentials-container .essential-card .card-content {
  color: #0D151D;
  margin: 0;
  min-height: 17rem;
  padding: 1rem 3rem;
  width: 100%;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .website-essentials-container .essential-card .card-content {
    min-height: 12rem;
  }
}

.marketplace-content .website-essentials-container .essential-card .card-content h5 {
  color: #0D151D;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}

.marketplace-content .website-essentials-container .essential-card .card-content p {
  color: #0D151D;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0;
}

.marketplace-content .website-essentials-container .essential-card .card-footer {
  min-height: 4rem;
  text-align: center;
}

.marketplace-content .website-essentials-container .essential-card .card-footer a {
  margin: 0 .5rem .5rem;
}

.marketplace-content .website-essentials-container .essential-card .card-footer a.btn-center {
  width: 60%;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .website-essentials-container .essential-card .card-footer a.btn-center {
    width: 40%;
  }
}

@media only screen and (max-width: 576px) {
  .marketplace-content .website-essentials-container .essential-card .card-footer a.btn-center {
    width: 40%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-content .website-essentials-container .essential-card .card-footer a {
    width: 40%;
  }
}

@media only screen and (max-width: 576px) {
  .marketplace-content .website-essentials-container .essential-card .card-footer a {
    width: 40%;
  }
}

.support-tickets-container .support-card {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: 0 0 1.5rem 0;
  min-height: 22rem;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .support-tickets-container .support-card {
    clear: both;
    max-width: 100%;
    min-height: 17rem;
    width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .support-tickets-container .support-card {
    min-height: 17rem;
  }
}

.support-tickets-container .support-card .card-content {
  color: #0D151D;
  margin: 0;
  min-height: 20rem;
  padding: 1rem 2rem;
  width: 100%;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .support-tickets-container .support-card .card-content {
    min-height: 11rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-tickets-container .support-card .card-content {
    min-height: 25rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-tickets-container .support-card .card-content {
    min-height: 25rem;
  }
}

.support-tickets-container .support-card .card-content a.live-chat-link {
  margin: 2rem auto 1rem 0;
}

.support-tickets-container .support-card .card-content a.live-chat-link i, .support-tickets-container .support-card .card-content a.live-chat-link svg {
  margin-right: .5rem;
  position: relative;
}

.support-tickets-container .support-card .card-content div.card-cta {
  margin: 4.5rem auto 1rem;
}

.support-tickets-container .support-card .card-content div.card-cta a {
  display: inline-block;
  white-space: nowrap;
}

.support-tickets-container .support-card .card-content div.tel-block {
  margin-top: 1rem;
}

.support-tickets-container .support-card .card-content div.tel-block a {
  display: block;
}

.support-tickets-container .support-card .card-content h5 {
  color: #0D151D;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .support-tickets-container .support-card .card-content h5 {
    line-height: 2rem;
  }
}

.support-tickets-container .support-card .card-content input[type="search"] {
  margin: 2rem auto;
  min-width: 1rem;
  width: 100%;
}

.support-tickets-container .support-card .card-content p {
  color: #0D151D;
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 30rem;
  padding: 0;
}

@media only screen and (max-width: 576px) {
  .support-tickets-container .support-card .card-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .support-tickets-container .support-card .card-content p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

.wordpress-dashboard-cards .card {
  margin-bottom: 2rem;
  max-width: 20%;
  min-width: 20%;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .wordpress-dashboard-cards .card {
    max-width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .wordpress-dashboard-cards .card {
    min-width: 40%;
  }
}

.wordpress-dashboard-cards .card a.card-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  padding: 1.5rem;
  width: 100%;
}

.wordpress-dashboard-cards .card a.card-block i, .wordpress-dashboard-cards .card a.card-block svg {
  color: #2e93ee;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.8rem;
  pointer-events: none;
}

.wordpress-dashboard-cards .card a.card-block h3 {
  color: #0D151D;
  font-size: 1.4rem;
  font-weight: 600;
  pointer-events: none;
  text-align: center;
  white-space: pre-wrap;
}

.wordpress-dashboard-cards .card a.card-block:hover h3 {
  color: #2e93ee;
}

.hg-checkout-content input[type="checkbox"] {
  vertical-align: inherit;
}

.hg-checkout-content .empty-state-wrapper .empty-state-icon {
  font-size: 17.8rem;
  opacity: .1;
}

@media (min-width: 768px) {
  .hg-checkout-footer {
    background: transparent url(/img/snappy_large-head.png) no-repeat bottom right;
    width: 100%;
    padding: 0;
    min-height: 50rem;
    bottom: 0;
    z-index: -1000;
    text-align: center;
    display: block;
    position: fixed;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .hg-checkout-header {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

@media (min-width: 768px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .hg-checkout-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1071;
      padding: 0;
      height: 8.1rem !important;
    }
  }
}

.hg-checkout-header .header-nav-container .header-nav ul.nav li.nav-item {
  margin: 0 .5rem;
}

.hg-checkout-header .logo-container .logo-link #logo img {
  width: 20rem;
  height: auto;
}

@media (min-width: 768px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .hg-checkout-searchbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1070;
      padding: 0;
      height: 8.1rem !important;
    }
  }
}

.hg-checkout-searchbar .search-form-wrapper .search-form .input-group input {
  height: 4.1rem;
  border: 0;
  padding: 0 1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.8rem;
  line-height: 1.33;
  max-height: 100% !important;
}

.hg-checkout-searchbar .search-form-wrapper .search-form .input-group button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 4.1rem;
}

.hg-checkout-searchbar .search-form-wrapper .search-form .input-group button:disabled {
  opacity: 1 !important;
}

.hg-checkout-searchbar .search-form-wrapper .search-form .input-group button i, .hg-checkout-searchbar .search-form-wrapper .search-form .input-group button svg {
  font-size: 1.8rem;
  line-height: 1.8rem;
  vertical-align: 0;
  position: relative;
  top: 0.2rem;
}

.hg-checkout-sidebar {
  -ms-flex-order: 0;
  order: 0;
  background-color: #ffffff;
  max-width: 22rem;
  width: 100%;
}

@media (min-width: 768px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .hg-checkout-sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 6.5rem;
      bottom: 3.5rem;
      z-index: 1000;
      height: calc(100vh - (8.1rem + 8.1rem));
    }
  }
}

@media (min-width: 1200px) {
  .hg-checkout-sidebar {
    -ms-flex: 1 1 22rem;
    flex: 1 1 22rem;
  }
}

@media (max-width: 767.98px) {
  .hg-checkout-sidebar {
    background-color: #fafbfd;
    max-width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

#choose-login h3 {
  margin-bottom: 20px;
}

#choose-login .btn-default {
  font-weight: 800;
}

#choose-login .hostgator-login-background,
#choose-login .gator-login-background {
  float: left;
}

#choose-login .modal-dialog {
  width: 32rem;
  margin: 7.7rem auto auto auto;
}

#choose-login .modal-dialog .modal-body {
  padding: 0;
  margin-top: -28px;
}

#choose-login .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

#choose-login .modal-dialog .modal-content .close {
  opacity: 1;
  text-shadow: none;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin-top: -55px;
}

#choose-login .modal-dialog .modal-title {
  margin: auto auto -2.5rem auto;
  z-index: 999999;
  position: relative;
  font-weight: 900;
  text-align: center;
  color: #6391BA;
  font-size: 22px;
  background: #fff;
  width: 280px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

#choose-login .modal-dialog h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

#choose-login .modal-dialog h3 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 200;
}

#choose-login .modal-dialog .login-hostgator {
  color: #fff;
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #1E416A;
  margin-bottom: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 99999;
  position: relative;
  box-shadow: none;
}

#choose-login .modal-dialog .login-gator {
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  background: #729FC8;
  margin-bottom: 30px;
  z-index: 99999;
  position: relative;
  padding: 12px 46px;
  box-shadow: none;
}

#choose-login .modal-dialog .modal-body .hostgator,
#choose-login .modal-dialog .modal-body .gator {
  text-align: center;
}

#choose-login .modal-dialog .modal-body .hostgator h2,
#choose-login .modal-dialog .modal-body .gator h2 {
  margin-bottom: 10px;
  margin-top: 50px;
}

#choose-login .modal-dialog .modal-body .hostgator h3,
#choose-login .modal-dialog .modal-body .gator h3 {
  margin-top: 0;
}

#choose-login .modal-dialog .modal-body .hostgator .login-img-left,
#choose-login .modal-dialog .modal-body .gator .login-img-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

#choose-login .modal-dialog .modal-body .hostgator .login-img, #choose-login .modal-dialog .modal-body .hostgator .login-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

#choose-login .modal-dialog .modal-body .gator .login-img, #choose-login .modal-dialog .modal-body .gator .login-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

#choose-login .modal-dialog .modal-body .modal-info {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.hostgator-login-background {
  background: #1E416A;
  border-radius: 10px 10px 0 0;
}

.gator-login-background {
  background: #729FC8;
  border-radius: 0 0 10px 10px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  #choose-login .gator-login-background {
    height: 315px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 8px;
  }
  #choose-login .gator-login-background:hover {
    background: #84BAEC;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
  #choose-login .gator-login-background:hover .login-gator {
    background: #fff;
    color: #84BAEC;
  }
  #choose-login .hostgator-login-background {
    height: 315px;
    border-radius: 10px 0 0 10px;
  }
  #choose-login .hostgator-login-background:hover {
    background: #2A4F7C;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
  }
  #choose-login .hostgator-login-background:hover .login-hostgator {
    border: 1px solid #FF8E46;
    background: #FF8E46;
  }
  #choose-login .modal-dialog {
    width: 708px;
  }
  #choose-login .modal-dialog .modal-title {
    font-size: 37px;
    width: 447px;
    position: relative;
    top: 65px;
  }
  #choose-login .modal-dialog .modal-content .close {
    color: #fff;
    margin-top: -125px;
  }
  #choose-login .modal-dialog .login-hostgator, #choose-login .modal-dialog .login-gator {
    padding-left: 50px;
    padding-right: 50px;
  }
  #choose-login .modal-dialog .modal-body {
    padding: 0;
  }
  #choose-login .modal-dialog .modal-body .hostgator,
  #choose-login .modal-dialog .modal-body .gator {
    margin-top: 130px;
  }
  #choose-login .modal-dialog .modal-body .modal-info {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #choose-login .modal-dialog {
    margin-top: 145px;
  }
}

@media (min-width: 768px) {
  #choose-login .modal-dialog {
    max-width: 708px;
  }
  #choose-login .modal-dialog .modal-title {
    font-size: 37px !important;
  }
}

.bg-active {
  background-color: #d6f7e9;
}

.bg-pending {
  background-color: #fefce3;
}

.bg-suspended {
  background-color: #ffe7e2;
}

.bg-current, .bg-current-plan, .bg-orange {
  background-color: #ff9144 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e73813;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #363636;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #e5f4ff;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #e8ecf0;
}

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

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #f7772e;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #05ac53;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f3b62a;
}

.coupon-label {
  color: #08c05d;
}

.coupon-green {
  background-color: #08c05d;
}

.italic {
  font-style: italic;
}

.note {
  color: #0D151D;
}

.small {
  font-size: 1.2rem;
}

.text-decoration-none {
  text-decoration: none;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lowercase, .lowercase {
  text-transform: lowercase;
}

.text-uppercase, .uppercase {
  text-transform: uppercase;
}

.total-blue {
  color: #2e93ee;
  font-size: 1.6rem;
  font-weight: bold;
}

.total-green {
  color: #08c05d;
  font-size: 1.6rem;
  font-weight: bold;
}

.total-red {
  color: #fe3e15;
  font-size: 1.6rem;
  font-weight: bold;
}

.no-bg, .bg-transparent, .transparent {
  background: transparent none;
}

.contact-support-card {
  position: relative;
  top: 10rem;
}

.contact-support {
  position: absolute;
  bottom: 0;
}

.h-1px {
  height: 1px;
}

.w-1px {
  width: 1px;
}

.h-2px {
  height: 2px;
}

.w-2px {
  width: 2px;
}

.h-3px {
  height: 3px;
}

.w-3px {
  width: 3px;
}

.h-4px {
  height: 4px;
}

.w-4px {
  width: 4px;
}

.h-5px {
  height: 5px;
}

.w-5px {
  width: 5px;
}

.h-6px {
  height: 6px;
}

.w-6px {
  width: 6px;
}

.h-7px {
  height: 7px;
}

.w-7px {
  width: 7px;
}

.h-8px {
  height: 8px;
}

.w-8px {
  width: 8px;
}

.h-9px {
  height: 9px;
}

.w-9px {
  width: 9px;
}

.h-10px {
  height: 10px;
}

.w-10px {
  width: 10px;
}

.h-11px {
  height: 11px;
}

.w-11px {
  width: 11px;
}

.h-12px {
  height: 12px;
}

.w-12px {
  width: 12px;
}

.h-13px {
  height: 13px;
}

.w-13px {
  width: 13px;
}

.h-14px {
  height: 14px;
}

.w-14px {
  width: 14px;
}

.h-15px {
  height: 15px;
}

.w-15px {
  width: 15px;
}

.h-16px {
  height: 16px;
}

.w-16px {
  width: 16px;
}

.h-17px {
  height: 17px;
}

.w-17px {
  width: 17px;
}

.h-18px {
  height: 18px;
}

.w-18px {
  width: 18px;
}

.h-19px {
  height: 19px;
}

.w-19px {
  width: 19px;
}

.h-20px {
  height: 20px;
}

.w-20px {
  width: 20px;
}

.h-21px {
  height: 21px;
}

.w-21px {
  width: 21px;
}

.h-22px {
  height: 22px;
}

.w-22px {
  width: 22px;
}

.h-23px {
  height: 23px;
}

.w-23px {
  width: 23px;
}

.h-24px {
  height: 24px;
}

.w-24px {
  width: 24px;
}

.h-25px {
  height: 25px;
}

.w-25px {
  width: 25px;
}

.h-26px {
  height: 26px;
}

.w-26px {
  width: 26px;
}

.h-27px {
  height: 27px;
}

.w-27px {
  width: 27px;
}

.h-28px {
  height: 28px;
}

.w-28px {
  width: 28px;
}

.h-29px {
  height: 29px;
}

.w-29px {
  width: 29px;
}

.h-30px {
  height: 30px;
}

.w-30px {
  width: 30px;
}

.h-31px {
  height: 31px;
}

.w-31px {
  width: 31px;
}

.h-32px {
  height: 32px;
}

.w-32px {
  width: 32px;
}

.h-33px {
  height: 33px;
}

.w-33px {
  width: 33px;
}

.h-34px {
  height: 34px;
}

.w-34px {
  width: 34px;
}

.h-35px {
  height: 35px;
}

.w-35px {
  width: 35px;
}

.h-36px {
  height: 36px;
}

.w-36px {
  width: 36px;
}

.h-37px {
  height: 37px;
}

.w-37px {
  width: 37px;
}

.h-38px {
  height: 38px;
}

.w-38px {
  width: 38px;
}

.h-39px {
  height: 39px;
}

.w-39px {
  width: 39px;
}

.h-40px {
  height: 40px;
}

.w-40px {
  width: 40px;
}

.h-41px {
  height: 41px;
}

.w-41px {
  width: 41px;
}

.h-42px {
  height: 42px;
}

.w-42px {
  width: 42px;
}

.h-43px {
  height: 43px;
}

.w-43px {
  width: 43px;
}

.h-44px {
  height: 44px;
}

.w-44px {
  width: 44px;
}

.h-45px {
  height: 45px;
}

.w-45px {
  width: 45px;
}

.h-46px {
  height: 46px;
}

.w-46px {
  width: 46px;
}

.h-47px {
  height: 47px;
}

.w-47px {
  width: 47px;
}

.h-48px {
  height: 48px;
}

.w-48px {
  width: 48px;
}

.h-49px {
  height: 49px;
}

.w-49px {
  width: 49px;
}

.h-50px {
  height: 50px;
}

.w-50px {
  width: 50px;
}

.h-51px {
  height: 51px;
}

.w-51px {
  width: 51px;
}

.h-52px {
  height: 52px;
}

.w-52px {
  width: 52px;
}

.h-53px {
  height: 53px;
}

.w-53px {
  width: 53px;
}

.h-54px {
  height: 54px;
}

.w-54px {
  width: 54px;
}

.h-55px {
  height: 55px;
}

.w-55px {
  width: 55px;
}

.h-56px {
  height: 56px;
}

.w-56px {
  width: 56px;
}

.h-57px {
  height: 57px;
}

.w-57px {
  width: 57px;
}

.h-58px {
  height: 58px;
}

.w-58px {
  width: 58px;
}

.h-59px {
  height: 59px;
}

.w-59px {
  width: 59px;
}

.h-60px {
  height: 60px;
}

.w-60px {
  width: 60px;
}

.h-61px {
  height: 61px;
}

.w-61px {
  width: 61px;
}

.h-62px {
  height: 62px;
}

.w-62px {
  width: 62px;
}

.h-63px {
  height: 63px;
}

.w-63px {
  width: 63px;
}

.h-64px {
  height: 64px;
}

.w-64px {
  width: 64px;
}

.h-65px {
  height: 65px;
}

.w-65px {
  width: 65px;
}

.h-66px {
  height: 66px;
}

.w-66px {
  width: 66px;
}

.h-67px {
  height: 67px;
}

.w-67px {
  width: 67px;
}

.h-68px {
  height: 68px;
}

.w-68px {
  width: 68px;
}

.h-69px {
  height: 69px;
}

.w-69px {
  width: 69px;
}

.h-70px {
  height: 70px;
}

.w-70px {
  width: 70px;
}

.h-71px {
  height: 71px;
}

.w-71px {
  width: 71px;
}

.h-72px {
  height: 72px;
}

.w-72px {
  width: 72px;
}

.h-73px {
  height: 73px;
}

.w-73px {
  width: 73px;
}

.h-74px {
  height: 74px;
}

.w-74px {
  width: 74px;
}

.h-75px {
  height: 75px;
}

.w-75px {
  width: 75px;
}

.h-76px {
  height: 76px;
}

.w-76px {
  width: 76px;
}

.h-77px {
  height: 77px;
}

.w-77px {
  width: 77px;
}

.h-78px {
  height: 78px;
}

.w-78px {
  width: 78px;
}

.h-79px {
  height: 79px;
}

.w-79px {
  width: 79px;
}

.h-80px {
  height: 80px;
}

.w-80px {
  width: 80px;
}

.h-81px {
  height: 81px;
}

.w-81px {
  width: 81px;
}

.h-82px {
  height: 82px;
}

.w-82px {
  width: 82px;
}

.h-83px {
  height: 83px;
}

.w-83px {
  width: 83px;
}

.h-84px {
  height: 84px;
}

.w-84px {
  width: 84px;
}

.h-85px {
  height: 85px;
}

.w-85px {
  width: 85px;
}

.h-86px {
  height: 86px;
}

.w-86px {
  width: 86px;
}

.h-87px {
  height: 87px;
}

.w-87px {
  width: 87px;
}

.h-88px {
  height: 88px;
}

.w-88px {
  width: 88px;
}

.h-89px {
  height: 89px;
}

.w-89px {
  width: 89px;
}

.h-90px {
  height: 90px;
}

.w-90px {
  width: 90px;
}

.h-91px {
  height: 91px;
}

.w-91px {
  width: 91px;
}

.h-92px {
  height: 92px;
}

.w-92px {
  width: 92px;
}

.h-93px {
  height: 93px;
}

.w-93px {
  width: 93px;
}

.h-94px {
  height: 94px;
}

.w-94px {
  width: 94px;
}

.h-95px {
  height: 95px;
}

.w-95px {
  width: 95px;
}

.h-96px {
  height: 96px;
}

.w-96px {
  width: 96px;
}

.h-97px {
  height: 97px;
}

.w-97px {
  width: 97px;
}

.h-98px {
  height: 98px;
}

.w-98px {
  width: 98px;
}

.h-99px {
  height: 99px;
}

.w-99px {
  width: 99px;
}

.h-100px {
  height: 100px;
}

.w-100px {
  width: 100px;
}

.h-101px {
  height: 101px;
}

.w-101px {
  width: 101px;
}

.h-102px {
  height: 102px;
}

.w-102px {
  width: 102px;
}

.h-103px {
  height: 103px;
}

.w-103px {
  width: 103px;
}

.h-104px {
  height: 104px;
}

.w-104px {
  width: 104px;
}

.h-105px {
  height: 105px;
}

.w-105px {
  width: 105px;
}

.h-106px {
  height: 106px;
}

.w-106px {
  width: 106px;
}

.h-107px {
  height: 107px;
}

.w-107px {
  width: 107px;
}

.h-108px {
  height: 108px;
}

.w-108px {
  width: 108px;
}

.h-109px {
  height: 109px;
}

.w-109px {
  width: 109px;
}

.h-110px {
  height: 110px;
}

.w-110px {
  width: 110px;
}

.h-111px {
  height: 111px;
}

.w-111px {
  width: 111px;
}

.h-112px {
  height: 112px;
}

.w-112px {
  width: 112px;
}

.h-113px {
  height: 113px;
}

.w-113px {
  width: 113px;
}

.h-114px {
  height: 114px;
}

.w-114px {
  width: 114px;
}

.h-115px {
  height: 115px;
}

.w-115px {
  width: 115px;
}

.h-116px {
  height: 116px;
}

.w-116px {
  width: 116px;
}

.h-117px {
  height: 117px;
}

.w-117px {
  width: 117px;
}

.h-118px {
  height: 118px;
}

.w-118px {
  width: 118px;
}

.h-119px {
  height: 119px;
}

.w-119px {
  width: 119px;
}

.h-120px {
  height: 120px;
}

.w-120px {
  width: 120px;
}

.h-121px {
  height: 121px;
}

.w-121px {
  width: 121px;
}

.h-122px {
  height: 122px;
}

.w-122px {
  width: 122px;
}

.h-123px {
  height: 123px;
}

.w-123px {
  width: 123px;
}

.h-124px {
  height: 124px;
}

.w-124px {
  width: 124px;
}

.h-125px {
  height: 125px;
}

.w-125px {
  width: 125px;
}

.h-126px {
  height: 126px;
}

.w-126px {
  width: 126px;
}

.h-127px {
  height: 127px;
}

.w-127px {
  width: 127px;
}

.h-128px {
  height: 128px;
}

.w-128px {
  width: 128px;
}

.h-129px {
  height: 129px;
}

.w-129px {
  width: 129px;
}

.h-130px {
  height: 130px;
}

.w-130px {
  width: 130px;
}

.h-131px {
  height: 131px;
}

.w-131px {
  width: 131px;
}

.h-132px {
  height: 132px;
}

.w-132px {
  width: 132px;
}

.h-133px {
  height: 133px;
}

.w-133px {
  width: 133px;
}

.h-134px {
  height: 134px;
}

.w-134px {
  width: 134px;
}

.h-135px {
  height: 135px;
}

.w-135px {
  width: 135px;
}

.h-136px {
  height: 136px;
}

.w-136px {
  width: 136px;
}

.h-137px {
  height: 137px;
}

.w-137px {
  width: 137px;
}

.h-138px {
  height: 138px;
}

.w-138px {
  width: 138px;
}

.h-139px {
  height: 139px;
}

.w-139px {
  width: 139px;
}

.h-140px {
  height: 140px;
}

.w-140px {
  width: 140px;
}

.h-141px {
  height: 141px;
}

.w-141px {
  width: 141px;
}

.h-142px {
  height: 142px;
}

.w-142px {
  width: 142px;
}

.h-143px {
  height: 143px;
}

.w-143px {
  width: 143px;
}

.h-144px {
  height: 144px;
}

.w-144px {
  width: 144px;
}

.h-145px {
  height: 145px;
}

.w-145px {
  width: 145px;
}

.h-146px {
  height: 146px;
}

.w-146px {
  width: 146px;
}

.h-147px {
  height: 147px;
}

.w-147px {
  width: 147px;
}

.h-148px {
  height: 148px;
}

.w-148px {
  width: 148px;
}

.h-149px {
  height: 149px;
}

.w-149px {
  width: 149px;
}

.h-150px {
  height: 150px;
}

.w-150px {
  width: 150px;
}

.h-151px {
  height: 151px;
}

.w-151px {
  width: 151px;
}

.h-152px {
  height: 152px;
}

.w-152px {
  width: 152px;
}

.h-153px {
  height: 153px;
}

.w-153px {
  width: 153px;
}

.h-154px {
  height: 154px;
}

.w-154px {
  width: 154px;
}

.h-155px {
  height: 155px;
}

.w-155px {
  width: 155px;
}

.h-156px {
  height: 156px;
}

.w-156px {
  width: 156px;
}

.h-157px {
  height: 157px;
}

.w-157px {
  width: 157px;
}

.h-158px {
  height: 158px;
}

.w-158px {
  width: 158px;
}

.h-159px {
  height: 159px;
}

.w-159px {
  width: 159px;
}

.h-160px {
  height: 160px;
}

.w-160px {
  width: 160px;
}

.h-161px {
  height: 161px;
}

.w-161px {
  width: 161px;
}

.h-162px {
  height: 162px;
}

.w-162px {
  width: 162px;
}

.h-163px {
  height: 163px;
}

.w-163px {
  width: 163px;
}

.h-164px {
  height: 164px;
}

.w-164px {
  width: 164px;
}

.h-165px {
  height: 165px;
}

.w-165px {
  width: 165px;
}

.h-166px {
  height: 166px;
}

.w-166px {
  width: 166px;
}

.h-167px {
  height: 167px;
}

.w-167px {
  width: 167px;
}

.h-168px {
  height: 168px;
}

.w-168px {
  width: 168px;
}

.h-169px {
  height: 169px;
}

.w-169px {
  width: 169px;
}

.h-170px {
  height: 170px;
}

.w-170px {
  width: 170px;
}

.h-171px {
  height: 171px;
}

.w-171px {
  width: 171px;
}

.h-172px {
  height: 172px;
}

.w-172px {
  width: 172px;
}

.h-173px {
  height: 173px;
}

.w-173px {
  width: 173px;
}

.h-174px {
  height: 174px;
}

.w-174px {
  width: 174px;
}

.h-175px {
  height: 175px;
}

.w-175px {
  width: 175px;
}

.h-176px {
  height: 176px;
}

.w-176px {
  width: 176px;
}

.h-177px {
  height: 177px;
}

.w-177px {
  width: 177px;
}

.h-178px {
  height: 178px;
}

.w-178px {
  width: 178px;
}

.h-179px {
  height: 179px;
}

.w-179px {
  width: 179px;
}

.h-180px {
  height: 180px;
}

.w-180px {
  width: 180px;
}

.h-181px {
  height: 181px;
}

.w-181px {
  width: 181px;
}

.h-182px {
  height: 182px;
}

.w-182px {
  width: 182px;
}

.h-183px {
  height: 183px;
}

.w-183px {
  width: 183px;
}

.h-184px {
  height: 184px;
}

.w-184px {
  width: 184px;
}

.h-185px {
  height: 185px;
}

.w-185px {
  width: 185px;
}

.h-186px {
  height: 186px;
}

.w-186px {
  width: 186px;
}

.h-187px {
  height: 187px;
}

.w-187px {
  width: 187px;
}

.h-188px {
  height: 188px;
}

.w-188px {
  width: 188px;
}

.h-189px {
  height: 189px;
}

.w-189px {
  width: 189px;
}

.h-190px {
  height: 190px;
}

.w-190px {
  width: 190px;
}

.h-191px {
  height: 191px;
}

.w-191px {
  width: 191px;
}

.h-192px {
  height: 192px;
}

.w-192px {
  width: 192px;
}

.h-193px {
  height: 193px;
}

.w-193px {
  width: 193px;
}

.h-194px {
  height: 194px;
}

.w-194px {
  width: 194px;
}

.h-195px {
  height: 195px;
}

.w-195px {
  width: 195px;
}

.h-196px {
  height: 196px;
}

.w-196px {
  width: 196px;
}

.h-197px {
  height: 197px;
}

.w-197px {
  width: 197px;
}

.h-198px {
  height: 198px;
}

.w-198px {
  width: 198px;
}

.h-199px {
  height: 199px;
}

.w-199px {
  width: 199px;
}

.h-200px {
  height: 200px;
}

.w-200px {
  width: 200px;
}

.h-201px {
  height: 201px;
}

.w-201px {
  width: 201px;
}

.h-202px {
  height: 202px;
}

.w-202px {
  width: 202px;
}

.h-203px {
  height: 203px;
}

.w-203px {
  width: 203px;
}

.h-204px {
  height: 204px;
}

.w-204px {
  width: 204px;
}

.h-205px {
  height: 205px;
}

.w-205px {
  width: 205px;
}

.h-206px {
  height: 206px;
}

.w-206px {
  width: 206px;
}

.h-207px {
  height: 207px;
}

.w-207px {
  width: 207px;
}

.h-208px {
  height: 208px;
}

.w-208px {
  width: 208px;
}

.h-209px {
  height: 209px;
}

.w-209px {
  width: 209px;
}

.h-210px {
  height: 210px;
}

.w-210px {
  width: 210px;
}

.h-211px {
  height: 211px;
}

.w-211px {
  width: 211px;
}

.h-212px {
  height: 212px;
}

.w-212px {
  width: 212px;
}

.h-213px {
  height: 213px;
}

.w-213px {
  width: 213px;
}

.h-214px {
  height: 214px;
}

.w-214px {
  width: 214px;
}

.h-215px {
  height: 215px;
}

.w-215px {
  width: 215px;
}

.h-216px {
  height: 216px;
}

.w-216px {
  width: 216px;
}

.h-217px {
  height: 217px;
}

.w-217px {
  width: 217px;
}

.h-218px {
  height: 218px;
}

.w-218px {
  width: 218px;
}

.h-219px {
  height: 219px;
}

.w-219px {
  width: 219px;
}

.h-220px {
  height: 220px;
}

.w-220px {
  width: 220px;
}

.h-221px {
  height: 221px;
}

.w-221px {
  width: 221px;
}

.h-222px {
  height: 222px;
}

.w-222px {
  width: 222px;
}

.h-223px {
  height: 223px;
}

.w-223px {
  width: 223px;
}

.h-224px {
  height: 224px;
}

.w-224px {
  width: 224px;
}

.h-225px {
  height: 225px;
}

.w-225px {
  width: 225px;
}

.h-226px {
  height: 226px;
}

.w-226px {
  width: 226px;
}

.h-227px {
  height: 227px;
}

.w-227px {
  width: 227px;
}

.h-228px {
  height: 228px;
}

.w-228px {
  width: 228px;
}

.h-229px {
  height: 229px;
}

.w-229px {
  width: 229px;
}

.h-230px {
  height: 230px;
}

.w-230px {
  width: 230px;
}

.h-231px {
  height: 231px;
}

.w-231px {
  width: 231px;
}

.h-232px {
  height: 232px;
}

.w-232px {
  width: 232px;
}

.h-233px {
  height: 233px;
}

.w-233px {
  width: 233px;
}

.h-234px {
  height: 234px;
}

.w-234px {
  width: 234px;
}

.h-235px {
  height: 235px;
}

.w-235px {
  width: 235px;
}

.h-236px {
  height: 236px;
}

.w-236px {
  width: 236px;
}

.h-237px {
  height: 237px;
}

.w-237px {
  width: 237px;
}

.h-238px {
  height: 238px;
}

.w-238px {
  width: 238px;
}

.h-239px {
  height: 239px;
}

.w-239px {
  width: 239px;
}

.h-240px {
  height: 240px;
}

.w-240px {
  width: 240px;
}

.h-241px {
  height: 241px;
}

.w-241px {
  width: 241px;
}

.h-242px {
  height: 242px;
}

.w-242px {
  width: 242px;
}

.h-243px {
  height: 243px;
}

.w-243px {
  width: 243px;
}

.h-244px {
  height: 244px;
}

.w-244px {
  width: 244px;
}

.h-245px {
  height: 245px;
}

.w-245px {
  width: 245px;
}

.h-246px {
  height: 246px;
}

.w-246px {
  width: 246px;
}

.h-247px {
  height: 247px;
}

.w-247px {
  width: 247px;
}

.h-248px {
  height: 248px;
}

.w-248px {
  width: 248px;
}

.h-249px {
  height: 249px;
}

.w-249px {
  width: 249px;
}

.h-250px {
  height: 250px;
}

.w-250px {
  width: 250px;
}

.h-251px {
  height: 251px;
}

.w-251px {
  width: 251px;
}

.h-252px {
  height: 252px;
}

.w-252px {
  width: 252px;
}

.h-253px {
  height: 253px;
}

.w-253px {
  width: 253px;
}

.h-254px {
  height: 254px;
}

.w-254px {
  width: 254px;
}

.h-255px {
  height: 255px;
}

.w-255px {
  width: 255px;
}

.h-256px {
  height: 256px;
}

.w-256px {
  width: 256px;
}

.h-257px {
  height: 257px;
}

.w-257px {
  width: 257px;
}

.h-258px {
  height: 258px;
}

.w-258px {
  width: 258px;
}

.h-259px {
  height: 259px;
}

.w-259px {
  width: 259px;
}

.h-260px {
  height: 260px;
}

.w-260px {
  width: 260px;
}

.h-261px {
  height: 261px;
}

.w-261px {
  width: 261px;
}

.h-262px {
  height: 262px;
}

.w-262px {
  width: 262px;
}

.h-263px {
  height: 263px;
}

.w-263px {
  width: 263px;
}

.h-264px {
  height: 264px;
}

.w-264px {
  width: 264px;
}

.h-265px {
  height: 265px;
}

.w-265px {
  width: 265px;
}

.h-266px {
  height: 266px;
}

.w-266px {
  width: 266px;
}

.h-267px {
  height: 267px;
}

.w-267px {
  width: 267px;
}

.h-268px {
  height: 268px;
}

.w-268px {
  width: 268px;
}

.h-269px {
  height: 269px;
}

.w-269px {
  width: 269px;
}

.h-270px {
  height: 270px;
}

.w-270px {
  width: 270px;
}

.h-271px {
  height: 271px;
}

.w-271px {
  width: 271px;
}

.h-272px {
  height: 272px;
}

.w-272px {
  width: 272px;
}

.h-273px {
  height: 273px;
}

.w-273px {
  width: 273px;
}

.h-274px {
  height: 274px;
}

.w-274px {
  width: 274px;
}

.h-275px {
  height: 275px;
}

.w-275px {
  width: 275px;
}

.h-276px {
  height: 276px;
}

.w-276px {
  width: 276px;
}

.h-277px {
  height: 277px;
}

.w-277px {
  width: 277px;
}

.h-278px {
  height: 278px;
}

.w-278px {
  width: 278px;
}

.h-279px {
  height: 279px;
}

.w-279px {
  width: 279px;
}

.h-280px {
  height: 280px;
}

.w-280px {
  width: 280px;
}

.h-281px {
  height: 281px;
}

.w-281px {
  width: 281px;
}

.h-282px {
  height: 282px;
}

.w-282px {
  width: 282px;
}

.h-283px {
  height: 283px;
}

.w-283px {
  width: 283px;
}

.h-284px {
  height: 284px;
}

.w-284px {
  width: 284px;
}

.h-285px {
  height: 285px;
}

.w-285px {
  width: 285px;
}

.h-286px {
  height: 286px;
}

.w-286px {
  width: 286px;
}

.h-287px {
  height: 287px;
}

.w-287px {
  width: 287px;
}

.h-288px {
  height: 288px;
}

.w-288px {
  width: 288px;
}

.h-289px {
  height: 289px;
}

.w-289px {
  width: 289px;
}

.h-290px {
  height: 290px;
}

.w-290px {
  width: 290px;
}

.h-291px {
  height: 291px;
}

.w-291px {
  width: 291px;
}

.h-292px {
  height: 292px;
}

.w-292px {
  width: 292px;
}

.h-293px {
  height: 293px;
}

.w-293px {
  width: 293px;
}

.h-294px {
  height: 294px;
}

.w-294px {
  width: 294px;
}

.h-295px {
  height: 295px;
}

.w-295px {
  width: 295px;
}

.h-296px {
  height: 296px;
}

.w-296px {
  width: 296px;
}

.h-297px {
  height: 297px;
}

.w-297px {
  width: 297px;
}

.h-298px {
  height: 298px;
}

.w-298px {
  width: 298px;
}

.h-299px {
  height: 299px;
}

.w-299px {
  width: 299px;
}

.h-300px {
  height: 300px;
}

.w-300px {
  width: 300px;
}

.h-301px {
  height: 301px;
}

.w-301px {
  width: 301px;
}

.h-302px {
  height: 302px;
}

.w-302px {
  width: 302px;
}

.h-303px {
  height: 303px;
}

.w-303px {
  width: 303px;
}

.h-304px {
  height: 304px;
}

.w-304px {
  width: 304px;
}

.h-305px {
  height: 305px;
}

.w-305px {
  width: 305px;
}

.h-306px {
  height: 306px;
}

.w-306px {
  width: 306px;
}

.h-307px {
  height: 307px;
}

.w-307px {
  width: 307px;
}

.h-308px {
  height: 308px;
}

.w-308px {
  width: 308px;
}

.h-309px {
  height: 309px;
}

.w-309px {
  width: 309px;
}

.h-310px {
  height: 310px;
}

.w-310px {
  width: 310px;
}

.h-311px {
  height: 311px;
}

.w-311px {
  width: 311px;
}

.h-312px {
  height: 312px;
}

.w-312px {
  width: 312px;
}

.h-313px {
  height: 313px;
}

.w-313px {
  width: 313px;
}

.h-314px {
  height: 314px;
}

.w-314px {
  width: 314px;
}

.h-315px {
  height: 315px;
}

.w-315px {
  width: 315px;
}

.h-316px {
  height: 316px;
}

.w-316px {
  width: 316px;
}

.h-317px {
  height: 317px;
}

.w-317px {
  width: 317px;
}

.h-318px {
  height: 318px;
}

.w-318px {
  width: 318px;
}

.h-319px {
  height: 319px;
}

.w-319px {
  width: 319px;
}

.h-320px {
  height: 320px;
}

.w-320px {
  width: 320px;
}

.h-321px {
  height: 321px;
}

.w-321px {
  width: 321px;
}

.h-322px {
  height: 322px;
}

.w-322px {
  width: 322px;
}

.h-323px {
  height: 323px;
}

.w-323px {
  width: 323px;
}

.h-324px {
  height: 324px;
}

.w-324px {
  width: 324px;
}

.h-325px {
  height: 325px;
}

.w-325px {
  width: 325px;
}

.h-326px {
  height: 326px;
}

.w-326px {
  width: 326px;
}

.h-327px {
  height: 327px;
}

.w-327px {
  width: 327px;
}

.h-328px {
  height: 328px;
}

.w-328px {
  width: 328px;
}

.h-329px {
  height: 329px;
}

.w-329px {
  width: 329px;
}

.h-330px {
  height: 330px;
}

.w-330px {
  width: 330px;
}

.h-331px {
  height: 331px;
}

.w-331px {
  width: 331px;
}

.h-332px {
  height: 332px;
}

.w-332px {
  width: 332px;
}

.h-333px {
  height: 333px;
}

.w-333px {
  width: 333px;
}

.h-334px {
  height: 334px;
}

.w-334px {
  width: 334px;
}

.h-335px {
  height: 335px;
}

.w-335px {
  width: 335px;
}

.h-336px {
  height: 336px;
}

.w-336px {
  width: 336px;
}

.h-337px {
  height: 337px;
}

.w-337px {
  width: 337px;
}

.h-338px {
  height: 338px;
}

.w-338px {
  width: 338px;
}

.h-339px {
  height: 339px;
}

.w-339px {
  width: 339px;
}

.h-340px {
  height: 340px;
}

.w-340px {
  width: 340px;
}

.h-341px {
  height: 341px;
}

.w-341px {
  width: 341px;
}

.h-342px {
  height: 342px;
}

.w-342px {
  width: 342px;
}

.h-343px {
  height: 343px;
}

.w-343px {
  width: 343px;
}

.h-344px {
  height: 344px;
}

.w-344px {
  width: 344px;
}

.h-345px {
  height: 345px;
}

.w-345px {
  width: 345px;
}

.h-346px {
  height: 346px;
}

.w-346px {
  width: 346px;
}

.h-347px {
  height: 347px;
}

.w-347px {
  width: 347px;
}

.h-348px {
  height: 348px;
}

.w-348px {
  width: 348px;
}

.h-349px {
  height: 349px;
}

.w-349px {
  width: 349px;
}

.h-350px {
  height: 350px;
}

.w-350px {
  width: 350px;
}

.h-351px {
  height: 351px;
}

.w-351px {
  width: 351px;
}

.h-352px {
  height: 352px;
}

.w-352px {
  width: 352px;
}

.h-353px {
  height: 353px;
}

.w-353px {
  width: 353px;
}

.h-354px {
  height: 354px;
}

.w-354px {
  width: 354px;
}

.h-355px {
  height: 355px;
}

.w-355px {
  width: 355px;
}

.h-356px {
  height: 356px;
}

.w-356px {
  width: 356px;
}

.h-357px {
  height: 357px;
}

.w-357px {
  width: 357px;
}

.h-358px {
  height: 358px;
}

.w-358px {
  width: 358px;
}

.h-359px {
  height: 359px;
}

.w-359px {
  width: 359px;
}

.h-360px {
  height: 360px;
}

.w-360px {
  width: 360px;
}

.h-361px {
  height: 361px;
}

.w-361px {
  width: 361px;
}

.h-362px {
  height: 362px;
}

.w-362px {
  width: 362px;
}

.h-363px {
  height: 363px;
}

.w-363px {
  width: 363px;
}

.h-364px {
  height: 364px;
}

.w-364px {
  width: 364px;
}

.h-365px {
  height: 365px;
}

.w-365px {
  width: 365px;
}

.h-366px {
  height: 366px;
}

.w-366px {
  width: 366px;
}

.h-367px {
  height: 367px;
}

.w-367px {
  width: 367px;
}

.h-368px {
  height: 368px;
}

.w-368px {
  width: 368px;
}

.h-369px {
  height: 369px;
}

.w-369px {
  width: 369px;
}

.h-370px {
  height: 370px;
}

.w-370px {
  width: 370px;
}

.h-371px {
  height: 371px;
}

.w-371px {
  width: 371px;
}

.h-372px {
  height: 372px;
}

.w-372px {
  width: 372px;
}

.h-373px {
  height: 373px;
}

.w-373px {
  width: 373px;
}

.h-374px {
  height: 374px;
}

.w-374px {
  width: 374px;
}

.h-375px {
  height: 375px;
}

.w-375px {
  width: 375px;
}

.h-376px {
  height: 376px;
}

.w-376px {
  width: 376px;
}

.h-377px {
  height: 377px;
}

.w-377px {
  width: 377px;
}

.h-378px {
  height: 378px;
}

.w-378px {
  width: 378px;
}

.h-379px {
  height: 379px;
}

.w-379px {
  width: 379px;
}

.h-380px {
  height: 380px;
}

.w-380px {
  width: 380px;
}

.h-381px {
  height: 381px;
}

.w-381px {
  width: 381px;
}

.h-382px {
  height: 382px;
}

.w-382px {
  width: 382px;
}

.h-383px {
  height: 383px;
}

.w-383px {
  width: 383px;
}

.h-384px {
  height: 384px;
}

.w-384px {
  width: 384px;
}

.h-385px {
  height: 385px;
}

.w-385px {
  width: 385px;
}

.h-386px {
  height: 386px;
}

.w-386px {
  width: 386px;
}

.h-387px {
  height: 387px;
}

.w-387px {
  width: 387px;
}

.h-388px {
  height: 388px;
}

.w-388px {
  width: 388px;
}

.h-389px {
  height: 389px;
}

.w-389px {
  width: 389px;
}

.h-390px {
  height: 390px;
}

.w-390px {
  width: 390px;
}

.h-391px {
  height: 391px;
}

.w-391px {
  width: 391px;
}

.h-392px {
  height: 392px;
}

.w-392px {
  width: 392px;
}

.h-393px {
  height: 393px;
}

.w-393px {
  width: 393px;
}

.h-394px {
  height: 394px;
}

.w-394px {
  width: 394px;
}

.h-395px {
  height: 395px;
}

.w-395px {
  width: 395px;
}

.h-396px {
  height: 396px;
}

.w-396px {
  width: 396px;
}

.h-397px {
  height: 397px;
}

.w-397px {
  width: 397px;
}

.h-398px {
  height: 398px;
}

.w-398px {
  width: 398px;
}

.h-399px {
  height: 399px;
}

.w-399px {
  width: 399px;
}

.h-400px {
  height: 400px;
}

.w-400px {
  width: 400px;
}

.h-401px {
  height: 401px;
}

.w-401px {
  width: 401px;
}

.h-402px {
  height: 402px;
}

.w-402px {
  width: 402px;
}

.h-403px {
  height: 403px;
}

.w-403px {
  width: 403px;
}

.h-404px {
  height: 404px;
}

.w-404px {
  width: 404px;
}

.h-405px {
  height: 405px;
}

.w-405px {
  width: 405px;
}

.h-406px {
  height: 406px;
}

.w-406px {
  width: 406px;
}

.h-407px {
  height: 407px;
}

.w-407px {
  width: 407px;
}

.h-408px {
  height: 408px;
}

.w-408px {
  width: 408px;
}

.h-409px {
  height: 409px;
}

.w-409px {
  width: 409px;
}

.h-410px {
  height: 410px;
}

.w-410px {
  width: 410px;
}

.h-411px {
  height: 411px;
}

.w-411px {
  width: 411px;
}

.h-412px {
  height: 412px;
}

.w-412px {
  width: 412px;
}

.h-413px {
  height: 413px;
}

.w-413px {
  width: 413px;
}

.h-414px {
  height: 414px;
}

.w-414px {
  width: 414px;
}

.h-415px {
  height: 415px;
}

.w-415px {
  width: 415px;
}

.h-416px {
  height: 416px;
}

.w-416px {
  width: 416px;
}

.h-417px {
  height: 417px;
}

.w-417px {
  width: 417px;
}

.h-418px {
  height: 418px;
}

.w-418px {
  width: 418px;
}

.h-419px {
  height: 419px;
}

.w-419px {
  width: 419px;
}

.h-420px {
  height: 420px;
}

.w-420px {
  width: 420px;
}

.h-421px {
  height: 421px;
}

.w-421px {
  width: 421px;
}

.h-422px {
  height: 422px;
}

.w-422px {
  width: 422px;
}

.h-423px {
  height: 423px;
}

.w-423px {
  width: 423px;
}

.h-424px {
  height: 424px;
}

.w-424px {
  width: 424px;
}

.h-425px {
  height: 425px;
}

.w-425px {
  width: 425px;
}

.h-426px {
  height: 426px;
}

.w-426px {
  width: 426px;
}

.h-427px {
  height: 427px;
}

.w-427px {
  width: 427px;
}

.h-428px {
  height: 428px;
}

.w-428px {
  width: 428px;
}

.h-429px {
  height: 429px;
}

.w-429px {
  width: 429px;
}

.h-430px {
  height: 430px;
}

.w-430px {
  width: 430px;
}

.h-431px {
  height: 431px;
}

.w-431px {
  width: 431px;
}

.h-432px {
  height: 432px;
}

.w-432px {
  width: 432px;
}

.h-433px {
  height: 433px;
}

.w-433px {
  width: 433px;
}

.h-434px {
  height: 434px;
}

.w-434px {
  width: 434px;
}

.h-435px {
  height: 435px;
}

.w-435px {
  width: 435px;
}

.h-436px {
  height: 436px;
}

.w-436px {
  width: 436px;
}

.h-437px {
  height: 437px;
}

.w-437px {
  width: 437px;
}

.h-438px {
  height: 438px;
}

.w-438px {
  width: 438px;
}

.h-439px {
  height: 439px;
}

.w-439px {
  width: 439px;
}

.h-440px {
  height: 440px;
}

.w-440px {
  width: 440px;
}

.h-441px {
  height: 441px;
}

.w-441px {
  width: 441px;
}

.h-442px {
  height: 442px;
}

.w-442px {
  width: 442px;
}

.h-443px {
  height: 443px;
}

.w-443px {
  width: 443px;
}

.h-444px {
  height: 444px;
}

.w-444px {
  width: 444px;
}

.h-445px {
  height: 445px;
}

.w-445px {
  width: 445px;
}

.h-446px {
  height: 446px;
}

.w-446px {
  width: 446px;
}

.h-447px {
  height: 447px;
}

.w-447px {
  width: 447px;
}

.h-448px {
  height: 448px;
}

.w-448px {
  width: 448px;
}

.h-449px {
  height: 449px;
}

.w-449px {
  width: 449px;
}

.h-450px {
  height: 450px;
}

.w-450px {
  width: 450px;
}

.h-451px {
  height: 451px;
}

.w-451px {
  width: 451px;
}

.h-452px {
  height: 452px;
}

.w-452px {
  width: 452px;
}

.h-453px {
  height: 453px;
}

.w-453px {
  width: 453px;
}

.h-454px {
  height: 454px;
}

.w-454px {
  width: 454px;
}

.h-455px {
  height: 455px;
}

.w-455px {
  width: 455px;
}

.h-456px {
  height: 456px;
}

.w-456px {
  width: 456px;
}

.h-457px {
  height: 457px;
}

.w-457px {
  width: 457px;
}

.h-458px {
  height: 458px;
}

.w-458px {
  width: 458px;
}

.h-459px {
  height: 459px;
}

.w-459px {
  width: 459px;
}

.h-460px {
  height: 460px;
}

.w-460px {
  width: 460px;
}

.h-461px {
  height: 461px;
}

.w-461px {
  width: 461px;
}

.h-462px {
  height: 462px;
}

.w-462px {
  width: 462px;
}

.h-463px {
  height: 463px;
}

.w-463px {
  width: 463px;
}

.h-464px {
  height: 464px;
}

.w-464px {
  width: 464px;
}

.h-465px {
  height: 465px;
}

.w-465px {
  width: 465px;
}

.h-466px {
  height: 466px;
}

.w-466px {
  width: 466px;
}

.h-467px {
  height: 467px;
}

.w-467px {
  width: 467px;
}

.h-468px {
  height: 468px;
}

.w-468px {
  width: 468px;
}

.h-469px {
  height: 469px;
}

.w-469px {
  width: 469px;
}

.h-470px {
  height: 470px;
}

.w-470px {
  width: 470px;
}

.h-471px {
  height: 471px;
}

.w-471px {
  width: 471px;
}

.h-472px {
  height: 472px;
}

.w-472px {
  width: 472px;
}

.h-473px {
  height: 473px;
}

.w-473px {
  width: 473px;
}

.h-474px {
  height: 474px;
}

.w-474px {
  width: 474px;
}

.h-475px {
  height: 475px;
}

.w-475px {
  width: 475px;
}

.h-476px {
  height: 476px;
}

.w-476px {
  width: 476px;
}

.h-477px {
  height: 477px;
}

.w-477px {
  width: 477px;
}

.h-478px {
  height: 478px;
}

.w-478px {
  width: 478px;
}

.h-479px {
  height: 479px;
}

.w-479px {
  width: 479px;
}

.h-480px {
  height: 480px;
}

.w-480px {
  width: 480px;
}

.h-481px {
  height: 481px;
}

.w-481px {
  width: 481px;
}

.h-482px {
  height: 482px;
}

.w-482px {
  width: 482px;
}

.h-483px {
  height: 483px;
}

.w-483px {
  width: 483px;
}

.h-484px {
  height: 484px;
}

.w-484px {
  width: 484px;
}

.h-485px {
  height: 485px;
}

.w-485px {
  width: 485px;
}

.h-486px {
  height: 486px;
}

.w-486px {
  width: 486px;
}

.h-487px {
  height: 487px;
}

.w-487px {
  width: 487px;
}

.h-488px {
  height: 488px;
}

.w-488px {
  width: 488px;
}

.h-489px {
  height: 489px;
}

.w-489px {
  width: 489px;
}

.h-490px {
  height: 490px;
}

.w-490px {
  width: 490px;
}

.h-491px {
  height: 491px;
}

.w-491px {
  width: 491px;
}

.h-492px {
  height: 492px;
}

.w-492px {
  width: 492px;
}

.h-493px {
  height: 493px;
}

.w-493px {
  width: 493px;
}

.h-494px {
  height: 494px;
}

.w-494px {
  width: 494px;
}

.h-495px {
  height: 495px;
}

.w-495px {
  width: 495px;
}

.h-496px {
  height: 496px;
}

.w-496px {
  width: 496px;
}

.h-497px {
  height: 497px;
}

.w-497px {
  width: 497px;
}

.h-498px {
  height: 498px;
}

.w-498px {
  width: 498px;
}

.h-499px {
  height: 499px;
}

.w-499px {
  width: 499px;
}

.h-500px {
  height: 500px;
}

.w-500px {
  width: 500px;
}

.min-w-25 {
  min-width: 25% !important;
}

.max-w-25 {
  max-width: 25% !important;
}

.min-h-25 {
  min-height: 25% !important;
}

.max-h-25 {
  max-height: 25% !important;
}

.min-w-50 {
  min-width: 50% !important;
}

.max-w-50 {
  max-width: 50% !important;
}

.min-h-50 {
  min-height: 50% !important;
}

.max-h-50 {
  max-height: 50% !important;
}

.min-w-75 {
  min-width: 75% !important;
}

.max-w-75 {
  max-width: 75% !important;
}

.min-h-75 {
  min-height: 75% !important;
}

.max-h-75 {
  max-height: 75% !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.max-w-100 {
  max-width: 100% !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.min-w-10px {
  min-width: 1rem !important;
}

.max-w-10px {
  max-width: 1rem !important;
}

.min-h-10px {
  min-height: 1rem !important;
}

.max-h-10px {
  max-height: 1rem !important;
}

.min-w-20px {
  min-width: 2rem !important;
}

.max-w-20px {
  max-width: 2rem !important;
}

.min-h-20px {
  min-height: 2rem !important;
}

.max-h-20px {
  max-height: 2rem !important;
}

.min-w-25px {
  min-width: 2.5rem !important;
}

.max-w-25px {
  max-width: 2.5rem !important;
}

.min-h-25px {
  min-height: 2.5rem !important;
}

.max-h-25px {
  max-height: 2.5rem !important;
}

.min-w-50px {
  min-width: 5rem !important;
}

.max-w-50px {
  max-width: 5rem !important;
}

.min-h-50px {
  min-height: 5rem !important;
}

.max-h-50px {
  max-height: 5rem !important;
}

.min-w-100px {
  min-width: 10rem !important;
}

.max-w-100px {
  max-width: 10rem !important;
}

.min-h-100px {
  min-height: 10rem !important;
}

.max-h-100px {
  max-height: 10rem !important;
}

.min-w-150px {
  min-width: 15rem !important;
}

.max-w-150px {
  max-width: 15rem !important;
}

.min-h-150px {
  min-height: 15rem !important;
}

.max-h-150px {
  max-height: 15rem !important;
}

.min-w-200px {
  min-width: 20rem !important;
}

.max-w-200px {
  max-width: 20rem !important;
}

.min-h-200px {
  min-height: 20rem !important;
}

.max-h-200px {
  max-height: 20rem !important;
}

.min-w-250px {
  min-width: 25rem !important;
}

.max-w-250px {
  max-width: 25rem !important;
}

.min-h-250px {
  min-height: 25rem !important;
}

.max-h-250px {
  max-height: 25rem !important;
}

.min-w-300px {
  min-width: 30rem !important;
}

.max-w-300px {
  max-width: 30rem !important;
}

.min-h-300px {
  min-height: 30rem !important;
}

.max-h-300px {
  max-height: 30rem !important;
}

.min-w-350px {
  min-width: 35rem !important;
}

.max-w-350px {
  max-width: 35rem !important;
}

.min-h-350px {
  min-height: 35rem !important;
}

.max-h-350px {
  max-height: 35rem !important;
}

.min-w-400px {
  min-width: 40rem !important;
}

.max-w-400px {
  max-width: 40rem !important;
}

.min-h-400px {
  min-height: 40rem !important;
}

.max-h-400px {
  max-height: 40rem !important;
}

.min-w-450px {
  min-width: 45rem !important;
}

.max-w-450px {
  max-width: 45rem !important;
}

.min-h-450px {
  min-height: 45rem !important;
}

.max-h-450px {
  max-height: 45rem !important;
}

.min-w-500px {
  min-width: 50rem !important;
}

.max-w-500px {
  max-width: 50rem !important;
}

.min-h-500px {
  min-height: 50rem !important;
}

.max-h-500px {
  max-height: 50rem !important;
}

.min-w-550px {
  min-width: 55rem !important;
}

.max-w-550px {
  max-width: 55rem !important;
}

.min-h-550px {
  min-height: 55rem !important;
}

.max-h-550px {
  max-height: 55rem !important;
}

.min-w-600px {
  min-width: 60rem !important;
}

.max-w-600px {
  max-width: 60rem !important;
}

.min-h-600px {
  min-height: 60rem !important;
}

.max-h-600px {
  max-height: 60rem !important;
}

.min-w-650px {
  min-width: 65rem !important;
}

.max-w-650px {
  max-width: 65rem !important;
}

.min-h-650px {
  min-height: 65rem !important;
}

.max-h-650px {
  max-height: 65rem !important;
}

.min-w-700px {
  min-width: 70rem !important;
}

.max-w-700px {
  max-width: 70rem !important;
}

.min-h-700px {
  min-height: 70rem !important;
}

.max-h-700px {
  max-height: 70rem !important;
}

.min-w-750px {
  min-width: 75rem !important;
}

.max-w-750px {
  max-width: 75rem !important;
}

.min-h-750px {
  min-height: 75rem !important;
}

.max-h-750px {
  max-height: 75rem !important;
}

.min-w-800px {
  min-width: 80rem !important;
}

.max-w-800px {
  max-width: 80rem !important;
}

.min-h-800px {
  min-height: 80rem !important;
}

.max-h-800px {
  max-height: 80rem !important;
}

.min-w-850px {
  min-width: 85rem !important;
}

.max-w-850px {
  max-width: 85rem !important;
}

.min-h-850px {
  min-height: 85rem !important;
}

.max-h-850px {
  max-height: 85rem !important;
}

.min-w-900px {
  min-width: 90rem !important;
}

.max-w-900px {
  max-width: 90rem !important;
}

.min-h-900px {
  min-height: 90rem !important;
}

.max-h-900px {
  max-height: 90rem !important;
}

.max-navless-width {
  max-width: 144rem;
}

/* Need to fix in portal - this is temp fix */
.hosting-package-container-fluid {
  padding-right: 3rem !important;
}

.main-content {
  left: 0;
  margin: 0;
  max-width: 1320px;
  padding: 0 0 0 22rem;
  position: absolute;
  right: 1rem;
  top: 6.7rem;
  transition: all 100ms ease;
  width: auto;
}

.main-content.nav-collapsed {
  padding-left: 7.5rem;
  transition: all 100ms ease;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content.nav-collapsed {
    padding-left: 5.5rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .main-content {
    top: 6.6rem;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .main-content {
    padding-left: 7.5rem;
  }
}

@media print {
  .main-content {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.container-fluid.add-a-package .starting-at {
  margin-right: 8rem;
}

.package-flex-container {
  border-radius: 0;
}

.package-flex-container > div:first-of-type {
  border-radius: 0 0 0 0;
}

@media (max-width: 991.98px) {
  .package-flex-container > div:first-of-type {
    border-radius: 0 0 0 0;
  }
}

.package-flex-container > div:last-of-type {
  border-radius: 0 0 0 0;
}

.package-flex-container .package-icon {
  height: 5.5rem;
  width: 5.5rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  color: #2e93ee;
}

.package-flex-container .package-icon i, .package-flex-container .package-icon svg {
  font-size: 3.2rem;
  color: inherit;
}

.box {
  background-color: #ffffff;
  border: 0.1rem solid #e8ecf0;
  border-radius: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  display: block;
  margin: 1rem auto 1.5rem auto;
  overflow: visible;
  padding: 2rem 1.5rem;
  width: 100%;
}

@media print {
  .box {
    border: 0;
  }
}

.box.transparent {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.box.transparent:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.box .inner-box {
  border: 0.1rem solid #e8ecf0;
}

.box .expanded-details td {
  vertical-align: top;
}

.box .expanded-details h2 {
  vertical-align: top;
}

.box-rounded {
  border-radius: .5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cta-container {
  background-color: #fafbfd;
  margin: 1.5rem auto;
  padding: 1.5rem;
}

.app-price-container {
  margin: 0 auto;
}

.app-price-container .call-to-action {
  display: inline-block;
}

.app-price-container .price {
  display: inline-block;
  float: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}

.app-price-container .price h3 {
  color: #ff9144;
  font-size: 2.4rem;
  font-weight: 800;
}

.app-price-container .price h5 {
  color: #363636;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 auto;
}

.app-price-container .price span.term {
  display: inline;
  font-size: 1.4rem;
  font-weight: 600;
}

.app-price-container .price-footnote {
  clear: both;
  color: #e8ecf0;
  display: block;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
}

.create-website-component {
  width: 100%;
  border-radius: 0;
}

.create-website-component .add-website-bg-img {
  background-image: url("/img/Create-Website-Bg-Img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  border-radius: 0;
}

@media (min-width: 992px) {
  .create-website-component .add-website-bg-img {
    height: 34.5rem;
  }
}

.create-website-component .create-site-info {
  margin: 4.2rem 0 0 0;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 992px) {
  .create-website-component .create-site-info {
    margin: 8.2rem 0 8.2rem 9rem;
    text-align: left;
  }
}

.create-website-component .create-site-info .welcome-user {
  margin: 0 0 1.6rem 0;
  font-size: 2.4rem;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .create-website-component .create-site-info .welcome-user {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  .create-website-component .create-site-info .welcome-user {
    font-size: 4rem;
  }
}

.create-website-component .create-site-info .let-make-website-title {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 0 4rem 0;
  line-height: 3rem;
}

@media (min-width: 992px) {
  .create-website-component .create-site-info .let-make-website-title {
    font-size: 2.4rem;
  }
}

.create-website-component .create-site-info .create-website-btn {
  margin: 0 0 4rem 0;
}

@media (min-width: 992px) {
  .create-website-component .create-site-info .create-website-btn {
    margin: 0;
  }
}

.create-website-component .my-site-graphic {
  max-width: 34.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: block;
}

@media (max-width: 767.98px) {
  .create-website-component .my-site-graphic {
    padding: 0 2rem;
  }
}

@media (min-width: 992px) {
  .create-website-component .my-site-graphic {
    margin: 6.5rem auto 4rem auto;
  }
}

.customer-info-bar {
  background-color: #ffffff;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  width: 100%;
}

.customer-info-bar .customer-info-bar-name {
  margin: 0;
  padding: 0;
}

.customer-info-bar .customer-info-bar-account {
  background-color: #ff9144;
  color: #ffffff;
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  margin: .3rem 0;
  padding: .2rem 1rem;
}

.customer-info-bar .edit-link {
  display: inline;
  float: right;
  position: relative;
}

.edit-website-tile-card {
  border: none;
  border-radius: 0;
  background-image: linear-gradient(#5eadf3, #2e76be);
  position: relative;
  cursor: pointer;
}

.edit-website-tile-card .card-tile-header {
  height: 3rem;
}

.edit-website-tile-card .ellipsis-icon-container {
  padding: 1.2rem 1rem;
  width: 0.5rem;
  height: 0.5rem;
}

.edit-website-tile-card .ellipsis-icon-container .ellipsis-circle {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffffff;
}

.edit-website-tile-card .arrow-group {
  width: 3.5rem;
  height: 1.3rem;
  position: relative;
}

.edit-website-tile-card .arrow-group .arrow-head {
  border: solid #ffffff;
  border-width: 0 0.3rem 0.3rem 0;
  display: inline-block;
  padding: 0.3rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}

.edit-website-tile-card .arrow-group .arrow-steam {
  height: 0.3rem;
  width: 1.2rem;
  background: #ffffff;
  position: absolute;
  top: 0.5rem;
}

.edit-website-tile-card .manage-site-pill-btn {
  background: #ffffff;
  border-radius: 1rem;
  height: 4.2rem;
  line-height: 4.2rem;
  font-size: 1.4rem;
  position: absolute;
  top: 4.2rem;
  right: 2rem;
  padding: 0 1rem 0 0;
}

.edit-website-tile-card .manage-site-pill-btn .manage-site-text {
  color: #292929;
  position: relative;
  bottom: .2rem;
}

.edit-website-tile-card .manage-site-pill-btn .gear-icon {
  color: #686c6e;
  margin: 1.2rem 0.5rem 0 1rem;
}

.contact-support-guy {
  bottom: 0;
}

.modal-title-group {
  left: 17.6rem;
  bottom: 4rem;
}

.wordpress-bg {
  background-image: linear-gradient(to right, #2e93ee, #2e76be) !important;
}

.weebly-bg {
  background-image: linear-gradient(to right, #8C42FF, #6C2FDB) !important;
}

/* DataTable Defaults */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

table.dataTable td, table.dataTable th {
  box-sizing: content-box;
  border: none;
}

table.dataTable th {
  vertical-align: bottom;
}

table.dataTable th.sorting_disabled:hover {
  cursor: not-allowed;
}

table.dataTable td {
  vertical-align: middle;
}

table.dataTable td:first-of-type {
  border-radius: 0 0 0 0;
}

table.dataTable td:last-of-type {
  border-radius: 0 0 0 0;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable .dropdown .dropdown-menu {
  left: -5rem;
  padding: .5rem;
  min-width: 15rem;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  color: #ffffff;
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label::after {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
  font-weight: 900 !important;
  color: #9aa1a6;
  content: "\f0b0";
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  float: right;
  width: 70% !important;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th {
  border: none;
  color: #9aa1a6;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
  color: #363636;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

/* Existing From Portal */
.debug-menu-container {
  bottom: 0;
  color: #9aa1a6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 360;
}

@media (min-width: 992px) {
  .debug-menu-container {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .debug-menu-container {
    display: none;
  }
}

.debug-menu-container .debug-menu {
  padding: 0;
  list-style: none;
}

.debug-menu-container .debug-menu li {
  -ms-flex-item-align: end;
  align-self: flex-end;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  color: #9aa1a6;
  margin: .1rem 0;
  padding: 0;
  text-align: center;
  width: 4.5rem;
  background-color: #ffffff;
  border-radius: 0 0 0 0;
}

.debug-menu-container .debug-menu li > a {
  color: inherit;
  width: 4.5rem;
}

.debug-menu-container .debug-menu li > a:hover {
  color: #ff9144;
}

.debug-menu-container .debug-menu li > span {
  color: inherit;
  text-align: center;
  width: 4.5rem;
}

.debug-menu-container .debug-menu li > span i + small {
  margin-top: -.3rem;
}

.debug-menu-container .debug-menu li > span small {
  margin-bottom: -.5rem;
}

.HGDebugContainer {
  background-color: #fafbfd;
  bottom: 0;
  color: #0D151D;
  display: block;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0;
  position: fixed;
  top: 0;
  width: 21.8rem;
  z-index: 1300;
}

@media (min-width: 992px) {
  .HGDebugContainer {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991.98px) {
  .HGDebugContainer {
    display: none;
  }
}

.HGDebugContainer #HGDebugContent {
  background-color: #ffffff;
  border-right: solid 0.1rem #e8ecf0;
  bottom: 0;
  display: block;
  padding: 1rem;
  position: absolute;
  top: 0;
  width: 22rem;
}

@media only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .HGDebugContainer #HGDebugContent {
    display: none;
  }
}

.HGDebugContainer #HGDebugContent.sourceList li {
  color: #2e93ee;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0 0 0 .5rem;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.HGDebugContainer #HGDebugContent.sourceList li:hover {
  background-color: #1f2044;
  color: #ffffff;
}

.HGDebugContainer #HGDebugContent section h1 {
  color: #0D151D;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.HGDebugContainer #HGDebugContent section ul {
  padding: 0;
}

.sourceBlock, .varsBlock {
  background-color: #1f2044;
  bottom: 0;
  font-size: 1.3rem;
  left: 0;
  margin: 0;
  opacity: .9;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 6.5rem;
}

.sourceBlock > br, .varsBlock > br {
  display: none;
}

.sourceBlock pre.prettyprint, .varsBlock pre.prettyprint {
  background: transparent;
  border: solid 0.1rem rgba(255, 255, 255, 0.3);
  bottom: 0;
  height: 100%;
  left: 1.5rem;
  margin-top: 0;
  overflow: scroll;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  top: 5rem;
  width: 98%;
}

.sourceBlock pre.prettyprint pre, .varsBlock pre.prettyprint pre {
  background: #222;
  color: #e8ecf0;
  font-size: 1.3rem;
  margin-top: -5rem;
  padding: 3rem 1rem;
}

.sourceBlock pre.prettyprint pre .ansi_bright_cyan, .varsBlock pre.prettyprint pre .ansi_bright_cyan {
  color: #ffffff;
}

.sourceBlock pre.prettyprint pre .ansi_magenta, .varsBlock pre.prettyprint pre .ansi_magenta {
  color: #ff9144;
}

pre {
  border: 0;
  outline: 0;
}

#varsData a {
  color: #ff9144;
  text-decoration: none;
}

#varsData ahover {
  color: #f7772e;
  text-decoration: none;
}

.sourceBlock, .varsBlock {
  border-top: solid 0.1rem #0D151D;
  z-index: 1301;
}

.closeVars, .varsTitle {
  color: #ff9144;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 1rem 1rem 0;
  text-align: left;
}

.opacity-slider {
  position: absolute;
  right: 5rem;
  top: 7.5rem;
  width: 50rem;
  z-index: 2000;
}

.opacity-slider label.opacity-label {
  color: #ff9144;
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: -7rem;
}

.ui-widget-content {
  background: #e1e1e1;
  border: solid 0.1rem fade(#ffffff, 10%);
  color: #222;
  margin-top: 0;
  position: relative;
  top: 1.1rem;
}

.ui-slider .ui-slider-handle {
  color: #ffffff;
  cursor: default;
  font-size: 1.2rem;
  height: 2.2em;
  line-height: 3rem;
  margin: 0 -4rem auto;
  position: absolute;
  text-align: center;
  width: 5.2em;
  z-index: 2;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #2e93ee;
  font-size: 1.1rem;
  margin: 0 .3rem;
  opacity: .5;
}

.ui-corner-all {
  border-radius: .4rem;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -1.3rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #ffffff;
  border: solid .1rem transparent;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider .ui-slider-handle label {
  color: #2e93ee;
  cursor: ew-resize;
  position: relative;
  top: -.3rem;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.ui-slider a label,
.ui-slider a:focus label {
  margin-bottom: 0;
}

@media print {
  .noprint {
    display: none;
  }
}

.clearfix-right::after {
  clear: right;
  content: "";
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.nowrap span {
  display: inline;
  white-space: nowrap;
}

span.span-label {
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: .5rem;
  text-transform: uppercase;
  white-space: nowrap;
}

span.span-label-text {
  color: #0D151D;
  display: inline-block;
  word-wrap: break-word;
}

.v-hidden, .v-none {
  visibility: hidden;
}

.cursor-default, .pointer-default {
  cursor: default !important;
}

.cursor-default:hover, .pointer-default:hover {
  cursor: default !important;
}

.cursor-none, .pointer-none {
  cursor: none !important;
}

.cursor-none:hover, .pointer-none:hover {
  cursor: none !important;
}

.hover-cursor-pointer:hover {
  cursor: pointer;
}

.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.col-5-padding {
  padding: .5rem;
}

.col-no-padding {
  padding: 0;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .col-xs-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .col-xs-center {
    text-align: center;
  }
}

.full-width-section {
  margin-left: -2rem;
  margin-right: -2rem;
  position: relative;
  text-align: center;
}

.hidden {
  display: none !important;
}

.inline-block {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inline-50 {
  display: inline;
  white-space: nowrap;
  width: 50%;
}

@media only screen and (min-width: 1200px) {
  .xl-jc-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 576px) {
  .xs-hidden {
    display: none;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .xl-hidden {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .desktop-hidden {
    display: none;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

.xs-show {
  display: none;
}

@media only screen and (max-width: 576px) {
  .xs-show {
    display: initial;
  }
}

.sm-show {
  display: none;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .sm-show {
    display: initial;
  }
}

.md-show {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .md-show {
    display: initial;
  }
}

.lg-show {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-show {
    display: initial;
  }
}

.xl-show {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .xl-show {
    display: initial;
  }
}

.desktop-show {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .desktop-show {
    display: initial;
  }
}

.mobile-show {
  display: none;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-show {
    display: initial;
  }
}

.mobile-show-xs {
  display: none;
}

@media only screen and (max-width: 576px) {
  .mobile-show-xs {
    display: initial;
  }
}

.vh-100 {
  height: 100vh;
}

.hg-content #spa_content {
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #0D151D;
  background: transparent none;
}

.hg-content #spa_content * {
  text-shadow: none !important;
}

.hg-content #spa_content a {
  color: #2e93ee !important;
}

.hg-content #spa_content a:hover {
  color: #1f2044 !important;
}

.hg-content #spa_content a.btn {
  color: #ffffff !important;
}

.hg-content #spa_content footer {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

.hg-content #spa_content footer ul {
  width: 100% !important;
}

.hg-content #spa_content .loading {
  background: none !important;
}

.hg-content #spa_content .loading::before {
  border-color: #ffffff;
  border-top-color: #fafbfd;
}

.hg-content #spa_content i, .hg-content #spa_content svg {
  background-image: none !important;
}

.hg-content #spa_content li {
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.hg-content #spa_content li.pending-status, .hg-content #spa_content li.transfer-status, .hg-content #spa_content li.deleted-status, .hg-content #spa_content li.error-status {
  width: 50% !important;
  text-align: left;
}

.hg-content #spa_content li.pending-status i.circle, .hg-content #spa_content li.pending-status svg.circle, .hg-content #spa_content li.transfer-status i.circle, .hg-content #spa_content li.transfer-status svg.circle, .hg-content #spa_content li.deleted-status i.circle, .hg-content #spa_content li.deleted-status svg.circle, .hg-content #spa_content li.error-status i.circle, .hg-content #spa_content li.error-status svg.circle {
  position: relative;
  margin-left: -2.5rem;
}

.hg-content #spa_content li.error-status i.circle, .hg-content #spa_content li.error-status svg.circle {
  background-color: #fe3e15 !important;
}

.hg-content #spa_content li.pending-status i.circle, .hg-content #spa_content li.pending-status svg.circle {
  background-color: #ffcf00 !important;
}

.hg-content #spa_content #domain-list .button {
  border-radius: 0;
}

.hg-content #spa_content #domain-list select {
  height: 3.4rem;
  line-height: 3.4rem;
  color: #0D151D;
  background-color: #f5f6f8;
}

.hg-content #spa_content #domain-list input.gray, .hg-content #spa_content #domain-list select.gray {
  border-color: #e8ecf0;
}

.hg-content #spa_content #domain-list input.has-success, .hg-content #spa_content #domain-list select.has-success {
  background-color: #d6f7e9;
  color: #05ac53;
}

.hg-content #spa_content #domain-list input.has-error, .hg-content #spa_content #domain-list select.has-error {
  background-color: #ffe7e2;
  color: #e73813;
}

.hg-content #spa_content #domain-list ul {
  padding: 0;
  margin-bottom: 0;
}

.hg-content #spa_content #domain-list header {
  background: #ffffff;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li {
  font-weight: bold;
  border-bottom: none;
  vertical-align: bottom;
  font: normal normal 400 0.933333rem "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  color: #363636;
  background: #ffffff;
  padding: 0.8rem;
  line-height: 3.4rem;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.domain-name {
  width: 50%;
  text-align: left;
  padding-left: 1rem;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  color: #363636;
  cursor: default;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.domain-name:hover {
  color: #0D151D;
  cursor: default;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.expiration-date {
  width: 12%;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.renew {
  width: 9%;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.renew .icon.autorenew::after {
  content: "\f00c";
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.renew.norenew {
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.renew.norenew::after {
  content: "\f00d";
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.lock {
  width: 8%;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.lock .icon.locked::after {
  content: "\f00c";
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.lock .icon.unlocked {
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.lock .icon.unlocked::after {
  content: "\f00d";
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.privacy {
  width: 8%;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.privacy .icon.private::after {
  content: "\f00c";
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.privacy .icon.public {
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.privacy .icon.public::after {
  content: "\f00d";
}

.hg-content #spa_content #domain-list header ul.manage-columns > li.gear {
  width: 13%;
  cursor: default !important;
}

.hg-content #spa_content #domain-list section#domains div.manage-row {
  border-color: #f5f6f8;
  border-bottom: none;
}

.hg-content #spa_content #domain-list section#domains div.manage-row:nth-of-type(even) {
  background-color: #ffffff;
}

.hg-content #spa_content #domain-list section#domains div.manage-row:nth-of-type(even) ul.manage-columns {
  background-color: #ffffff;
}

.hg-content #spa_content #domain-list section#domains div.manage-row:nth-of-type(even) ul.manage-columns > li {
  background-color: #ffffff;
}

.hg-content #spa_content #domain-list section#domains div.manage-row:nth-of-type(odd) {
  background-color: #f5f6f8;
}

.hg-content #spa_content #domain-list section#domains div.manage-row:nth-of-type(odd) ul.manage-columns {
  background-color: #f5f6f8;
  border-bottom: solid 0.1rem #fafbfd;
}

.hg-content #spa_content #domain-list section#domains div.manage-row:nth-of-type(odd) ul.manage-columns > li {
  background-color: #f5f6f8;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li {
  font-weight: bold;
  font: normal normal 400 0.933333rem "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  font-weight: normal;
  color: #0D151D;
  background: #ffffff;
  padding: 0.8rem;
  line-height: 3.4rem;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.error-status {
  overflow: visible;
  width: 50%;
  line-height: 1.6rem;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li .icon {
  background-image: none;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li .icon::after {
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif !important;
  content: '';
  display: inline-block;
  font-size: 1.8rem !important;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.domain-name {
  width: 50% !important;
  text-align: left;
  padding-left: 1rem;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  color: #0D151D;
  cursor: default;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.domain-name:hover {
  color: #0D151D;
  cursor: default;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.expiration-date {
  width: 12%;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.renew {
  width: 9%;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.renew .icon.autorenew::after {
  content: "\f00c";
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.renew.norenew {
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.renew.norenew::after {
  content: "\f00d";
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.lock {
  width: 8%;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.lock .icon.locked::after {
  content: "\f00c";
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.lock .icon.unlocked {
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.lock .icon.unlocked::after {
  content: "\f00d";
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.privacy {
  width: 8%;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.privacy .icon.private::after {
  content: "\f00c";
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.privacy .icon.public {
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.privacy .icon.public::after {
  content: "\f00d";
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.gear {
  width: 13%;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.gear a {
  font-size: 1.3rem;
}

.hg-content #spa_content #domain-list section#domains div.manage-row ul.manage-columns > li.gear a::after {
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif !important;
  display: inline-block;
  margin-left: 1rem;
  content: "\f078";
}

.hg-content #spa_content #domain-list section#domains div.manage-row.active ul.manage-columns li.gear {
  background-color: #ffffff !important;
  border-right: 1px solid #e8ecf0;
}

.hg-content #spa_content #domain-list section#domains div.manage-row.active ul.manage-columns li.gear a::after {
  content: "\f077";
}

.hg-content #spa_content #domain-list section#domains div .manage-inner {
  background-color: #ffffff !important;
  color: #0D151D !important;
  overflow: visible !important;
  border-right: solid 0.1rem #e8ecf0 !important;
  height: 45rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .cols.clr.save {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  text-align: center;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option {
  margin: 0;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .or-line span {
  padding-top: 0.1rem;
  background-color: #f5f6f8;
  color: #9aa1a6 !important;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box {
  width: 45%;
  min-height: 23rem;
  max-height: 23rem;
  padding: 1rem 1.5rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box .selected {
  display: none;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box.private {
  background-color: #d6f7e9;
  border: solid 0.1rem #08c05d !important;
  margin-right: 2%;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box.private .privacy-title label {
  color: #08c05d;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box.public {
  background-color: #ffe7e2;
  border: solid 0.1rem #fe3e15 !important;
  margin-left: 2%;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box.public .privacy-title label {
  color: #fe3e15;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box .privacy-title {
  padding-bottom: 0;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box .privacy-title label {
  font-size: 2.4rem !important;
  font-weight: bold !important;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box .public-contact ul.contact-info li {
  display: block;
  color: #0D151D !important;
  font-weight: 400 !important;
  background-color: transparent !important;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .privacy-option .privacy-box .private-contact ul.contact-info li {
  display: block;
  color: #0D151D !important;
  font-weight: 400 !important;
  background-color: transparent !important;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .save-privacy-btn-block {
  margin: 2rem auto 0;
  text-align: center;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .save-privacy-btn-block > a {
  display: inline !important;
  width: 12.5rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .manage-privacy .save-privacy-btn-block > span {
  display: inline;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation {
  background: none;
  height: 45rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul {
  border-left: solid 0.1rem #e8ecf0;
  border-right: solid 0.1rem #e8ecf0;
  height: 100%;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li {
  display: block;
  line-height: 6.3rem;
  padding: 0;
  background: #f5f6f8;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li a {
  background: #f5f6f8;
  font-weight: 400;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li a:hover {
  background: #f5f6f8;
  font-weight: 400;
  color: #1f2044;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li a:hover i, .hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li a:hover svg {
  color: #2e93ee;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li a i, .hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li a svg {
  font-size: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 1.8rem;
  color: #9aa1a6;
  background-image: none;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li.current a {
  background-color: #ffffff;
  font-weight: 700;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li.current a i, .hg-content #spa_content #domain-list section#domains div .manage-inner .navigation ul li.current a svg {
  color: #2e93ee;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation.hover ul li {
  background-color: #ffffff;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation.hover ul li a {
  background-color: #ffffff;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner .navigation.hover ul li a:hover {
  background-color: #f5f6f8;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section * {
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  bottom: 1.5rem;
  left: 7rem;
  font-size: 1.3rem;
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside label {
  font-size: 1.2rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside h4 {
  color: #2e93ee;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside h4 i, .hg-content #spa_content #domain-list section#domains div .manage-inner section.inside h4 svg {
  background-image: none;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 2.8rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-contact div.submit-button {
  padding: 0;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-contact input {
  border-radius: 0;
  border: solid 0.1rem #e8ecf0;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-contact .type li.moot.current {
  border: none;
  color: #2e93ee;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside p {
  padding: 0.5rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside p span.domain-name {
  font-weight: 700;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-locking ul li {
  display: inline !important;
  width: 10%;
  text-align: center;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-locking ul li:first-of-type {
  width: 45%;
  text-align: right;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-locking ul li:last-of-type {
  width: 45%;
  text-align: left;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-locking ul li .icon {
  background-image: none;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-locking .save-domain-locking {
  margin: 2rem auto;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-name .nameserver-list label > div {
  margin: 1rem 0;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-name .nameserver-list label > div input {
  width: 50%;
  margin-left: 1rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-name .save-nameservers {
  margin-left: 5rem;
  margin-top: 2rem;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-overview dl dd div.contact-info {
  display: block;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-overview dl dd div.contact-info ul.contact-info {
  display: block;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-overview dl dd div.contact-info ul.contact-info li {
  display: list-item;
}

.hg-content #spa_content #domain-list section#domains div .manage-inner section.inside .manage-overview dl dd div.contact-info ul.contact-info li span {
  display: inline;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd {
  left: 1.5rem;
  position: relative;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd div.contact-info {
  display: block;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd div.contact-info ul.contact-info {
  display: block;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd div.contact-info ul.contact-info li {
  display: list-item;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd div.contact-info ul.contact-info li span {
  display: inline;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > span {
  margin-left: 1.5rem;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > span.contact-info, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd > span.nameservers-text {
  margin-left: 0;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg {
  background-image: none;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 1rem;
  color: #9aa1a6;
  text-align: center;
  vertical-align: text-bottom;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg::before {
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  content: "\f00c";
  font-size: 1.8rem;
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.status-icon.check::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.status-icon.check::before {
  content: "\f00c";
  color: #08c05d;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.status-icon.x::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.status-icon.x::before {
  content: "\f00d";
  color: #fe3e15;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.verification-icon.check::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.verification-icon.check::before {
  content: "\f00c";
  color: #08c05d;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.verification-icon.x::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.verification-icon.x::before {
  content: "\f00d";
  color: #fe3e15;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.privacy-icon.private::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.privacy-icon.private::before {
  content: "\f00c";
  color: #08c05d;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.privacy-icon.public::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.privacy-icon.public::before {
  content: "\f00d";
  color: #fe3e15;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.lock-icon.locked::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.lock-icon.locked::before {
  content: "\f30d";
  color: #08c05d;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.lock-icon.unlocked::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.lock-icon.unlocked::before {
  content: "\f30d";
  color: #fe3e15;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.created-icon.registered::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.created-icon.registered::before {
  content: "\f073";
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.expires-icon.expires::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.expires-icon.expires::before {
  content: "\f017";
  color: #9aa1a6;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.renew-icon.autorenew::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.renew-icon.autorenew::before {
  content: "\f2f9";
  color: #08c05d;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dd > i.renew-icon.norenew::before, .hg-content #spa_content #domain-list section.inside .manage-overview dl dd svg.renew-icon.norenew::before {
  content: "\f2f9";
  color: #fe3e15;
}

.hg-content #spa_content #domain-list section.inside .manage-overview dl dt {
  text-align: right;
}

.hg-content #spa_content #domain-list footer {
  padding: 1.5rem 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.hg-content #spa_content #domain-list footer ul.manage-columns li.bulk-actions {
  width: 100% !important;
  min-width: 15rem !important;
}

.hg-content #spa_content #domain-list footer ul.manage-columns li#bulk_lock_domains {
  width: 7.5rem;
  background-color: transparent;
}

.hg-content #spa_content #domain-list footer ul.manage-columns li#bulk_lock_domains .icon {
  background: none !important;
}

.domain-search-box {
  height: 4rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.domain-search-box::before {
  content: "";
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  margin-left: -.4rem;
  vertical-align: middle;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search-box {
    background-color: #ffffff;
    border-bottom: solid 0.1rem #e8ecf0;
    display: none;
    height: 6rem;
    line-height: 6rem;
    padding: 0 2rem;
  }
}

.domain-search-box form.top-search {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  vertical-align: middle;
}

.domain-search-box .input-group {
  text-align: right;
  width: 100%;
}

.domain-search-box .input-group label.register-label {
  color: #0D151D;
  display: inline;
  font-size: 1.4rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search-box .input-group label.register-label {
    display: none;
  }
}

.domain-search-box .input-group input[type="search"] {
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  display: inline;
  float: left;
  font-size: 1.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  max-height: 3.4rem;
  min-height: 3.4rem;
  min-width: 22.5rem;
  padding: .5rem;
  position: relative;
  top: .3rem;
  width: 100%;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search-box .input-group input[type="search"] {
    max-width: 100%;
    width: 100%;
  }
}

.domain-search-box .input-group input[type="search"]::-webkit-input-placeholder {
  color: #363636;
  position: relative;
  top: .2rem;
}

.domain-search-box .input-group input[type="search"]:focus::-webkit-input-placeholder {
  color: #363636;
}

.domain-search-box .input-group input[type="search"]:focus, .domain-search-box .input-group input[type="search"]:valid {
  background-position: 0 0;
  box-shadow: none;
  outline: none;
}

.domain-search-box .input-group input[type="search"]:focus {
  min-width: 100%;
  transition: all 100ms ease;
}

.domain-search-box .input-group .input-wrapper {
  position: relative;
  top: -.2rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search-box .input-group .input-wrapper {
    width: 100%;
  }
}

.domain-search-box .input-group .input-group-addon {
  background: transparent none;
  border: 0;
  padding: 0;
}

.domain-search-box .input-group .input-group-addon .button.search {
  background: transparent none;
  border-bottom: 0;
  height: 2.7rem;
  line-height: 2.7rem;
  max-height: 2.7rem;
  min-height: 2.7rem;
  text-shadow: none;
}

.domain-search-box .input-group .input-group-addon .button.search:hover {
  box-shadow: none;
}

.domain-search-box .input-group .input-group-addon .button.search span.search-text {
  display: none;
  position: relative;
  top: -.5rem;
}

.domain-search-box .input-group .input-group-addon .button.search i.search-icon {
  color: #0D151D;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}

.domain-search-box .input-group .input-group-addon .button.search i.search-icon:hover {
  color: #363636;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .domain-search-box .input-group .input-group-addon .button.search i.search-icon {
    color: #0D151D;
  }
  .domain-search-box .input-group .input-group-addon .button.search i.search-icon:hover {
    color: #363636;
  }
}

.error-page-component .error-face {
  max-width: 22rem;
}

.error-page-component .contact-us {
  color: #ffffff;
}

.error-page-component .contact-us:hover {
  color: #363636;
}

.feedback-btn {
  position: fixed;
  bottom: 0;
  right: 1.5rem;
  padding: .5rem 2.5rem;
  border-radius: 0 0 0 0;
}

.status-pkg-active {
  background-color: #08c05d;
}

.status-pkg-active.status-border {
  background-color: transparent;
  border-color: #08c05d;
}

.status-pkg-active.status-text {
  background-color: transparent;
  color: #08c05d;
}

.status-pkg-cancelled {
  background-color: #9aa1a6;
}

.status-pkg-cancelled.status-border {
  background-color: transparent;
  border-color: #9aa1a6;
}

.status-pkg-cancelled.status-text {
  background-color: transparent;
  color: #9aa1a6;
}

.status-pkg-pending {
  background-color: #ffc287;
}

.status-pkg-pending.status-border {
  background-color: transparent;
  border-color: #fef4cc;
}

.status-pkg-pending.status-text {
  background-color: transparent;
  color: #fef4cc;
}

.status-pkg-suspended {
  background-color: #fe3e15;
}

.status-pkg-suspended.status-border {
  background-color: transparent;
  border-color: #ff917a;
}

.status-pkg-suspended.status-text {
  background-color: transparent;
  color: #fe3e15;
}

.status-pkg-suspended-border-only {
  border-color: #ff917a;
}

.filter-bar {
  background-color: #ffffff;
  display: block;
  float: none;
  margin: 1rem auto;
  padding: 0;
}

.filter-bar a:hover {
  text-decoration: none;
}

.filter-bar .chzn-container {
  width: 100%;
}

.filter-bar .chzn-container a:first-of-type {
  height: 3.2rem;
}

.filter-bar .chzn-container a:first-of-type span:first-of-type {
  left: 1.5rem;
  position: relative;
  top: -.2rem;
}

.filter-bar .chzn-container a:first-of-type div b {
  position: relative;
  top: 3px;
}

.filter-bar .chzn-container li.option-divider {
  background-color: #e8ecf0;
  line-height: .2rem;
  margin: .5rem auto;
  padding: 0;
}

.filter-bar .table-controls {
  padding: .5rem;
}

.filter-bar .table-controls.create-support-ticket {
  right: 1rem;
}

.filter-bar .table-controls h4 {
  display: block;
  margin-top: -.5rem;
  padding-right: .5rem;
}

.filter-bar .table-controls input.table-searchbar {
  min-width: 10rem;
  width: 100%;
}

.flex-container {
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  -ms-flex-line-pack: start;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  background-color: transparent;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0 1.5rem;
}

.flex-col {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-line-pack: start;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  background-color: transparent;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0 1.5rem;
}

.flex-content-wrapper {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-align-content: stretch;
  -webkit-align-items: stretch;
  -webkit-flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-content: stretch;
  align-items: stretch;
  background-color: transparent;
  display: flex;
  display: -ms-flexbox;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-row-fixed {
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: transparent;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex: 0 auto;
  flex: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.flex-row-grow {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.button-wrapper .btn {
  margin: .5rem auto;
}

.button-wrapper .btn.btn-block {
  width: 100%;
}

.button-wrapper .btn.btn-half {
  min-width: 50%;
}

@media only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .button-wrapper {
    -ms-flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
  }
  .button-wrapper .btn-container-left > a.btn,
  .button-wrapper .btn-container-center > a.btn,
  .button-wrapper .btn-container-right > a.btn,
  .button-wrapper .btn-container-stretch > a.btn {
    margin: 0 1.2rem;
  }
  .button-wrapper .btn-container-left > a.btn:first-of-type,
  .button-wrapper .btn-container-center > a.btn:first-of-type,
  .button-wrapper .btn-container-right > a.btn:first-of-type,
  .button-wrapper .btn-container-stretch > a.btn:first-of-type {
    margin-left: 0;
  }
  .button-wrapper .btn-container-left > a.btn:last-of-type,
  .button-wrapper .btn-container-center > a.btn:last-of-type,
  .button-wrapper .btn-container-right > a.btn:last-of-type,
  .button-wrapper .btn-container-stretch > a.btn:last-of-type {
    margin-right: 0;
  }
  .button-wrapper .btn-container-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-wrapper .btn-container-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button-wrapper .btn-container-left {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .button-wrapper .btn-container-stretch {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button-wrapper .btn-container-col-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-wrapper .btn-container-col-left {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-wrapper .btn-container-col-right {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-wrapper .btn-fill-space .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1.5rem;
    transition-duration: .2s;
  }
  .button-wrapper .btn-fill-space .btn:hover {
    -ms-flex-positive: 1.6;
    flex-grow: 1.6;
  }
  .button-wrapper .btn-block-container {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .button-wrapper .btn-block-container > .btn-block {
    width: 100%;
  }
  .button-wrapper .btn-block-container > .btn-half {
    width: 50%;
  }
}

/*---------------------------------------------------------------------------*
 * SF UI Display
 *---------------------------------------------------------------------------*/
/** Black */
@font-face {
  font-family: "SF Display";
  font-weight: 900;
  src: url("../../../../fonts/SF-UI-Display-Black.otf");
}

/** Bold */
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url("../../../../fonts/SF-UI-Display-Bold.otf");
}

/** Heavy */
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("../../../../fonts/SF-UI-Display-Heavy.otf");
}

/** Light */
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("../../../../fonts/SF-UI-Display-Light.otf");
}

/** Medium */
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("../../../../fonts/SF-UI-Display-Medium.otf");
}

/** Regular */
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("../../../../fonts/SF-UI-Display-Regular.otf");
}

/** Semibold */
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("../../../../fonts/SF-UI-Display-Semibold.otf");
}

/** Thin */
@font-face {
  font-family: "SF Display";
  font-weight: 300;
  src: url("../../../../fonts/SF-UI-Display-Thin.otf");
}

/** Ultralight */
@font-face {
  font-family: "SF Display";
  font-weight: 100;
  src: url("../../../../fonts/SF-UI-Display-Ultralight.otf");
}

/*---------------------------------------------------------------------------*
 * SF UI Text
 *---------------------------------------------------------------------------*/
/** Bold */
@font-face {
  font-family: "SF Text";
  font-weight: 700;
  src: url("../../../../fonts/SF-UI-Text-Bold.otf");
}

/** Bold Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 700;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-BoldItalic.otf");
}

/** Heavy */
@font-face {
  font-family: "SF Text";
  font-weight: 800;
  src: url("../../../../fonts/SF-UI-Text-Heavy.otf");
}

/** Heavy Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 800;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-HeavyItalic.otf");
}

/** Light */
@font-face {
  font-family: "SF Text";
  font-weight: 200;
  src: url("../../../../fonts/SF-UI-Text-Light.otf");
}

/** Light Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 200;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-HeavyItalic.otf");
}

/** Medium */
@font-face {
  font-family: "SF Text";
  font-weight: 500;
  src: url("../../../../fonts/SF-UI-Text-Medium.otf");
}

/** Medium Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 500;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-MediumItalic.otf");
}

/** Regular */
@font-face {
  font-family: "SF Text";
  font-weight: 400;
  src: url("../../../../fonts/SF-UI-Text-Regular.otf");
}

/** Regular Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 400;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-RegularItalic.otf");
}

/** Semibold */
@font-face {
  font-family: "SF Text";
  font-weight: 600;
  src: url("../../../../fonts/SF-UI-Text-Semibold.otf");
}

/** Semibold Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 600;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-SemiboldItalic.otf");
}

/** Ultrathin */
@font-face {
  font-family: "SF Text";
  font-weight: 100;
  src: url("../../../../fonts/SF-UI-Text-Ultrathin.otf");
}

/** Ultrathin Italic */
@font-face {
  font-family: "SF Text";
  font-weight: 100;
  font-style: italic;
  src: url("../../../../fonts/SF-UI-Text-UltrathinItalic.otf");
}

/*---------------------------------------------------------------------------*
 * SF Mono
 *---------------------------------------------------------------------------*/
/** Bold */
@font-face {
  font-family: "SF Mono";
  font-weight: 700;
  src: url("../../../../fonts/SFMono-Bold.otf");
}

/** Bold Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 700;
  font-style: italic;
  src: url("../../../../fonts/SFMono-BoldItalic.otf");
}

/** Heavy */
@font-face {
  font-family: "SF Mono";
  font-weight: 800;
  src: url("../../../../fonts/SFMono-Heavy.otf");
}

/** Heavy Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 800;
  font-style: italic;
  src: url("../../../../fonts/SFMono-HeavyItalic.otf");
}

/** Light */
@font-face {
  font-family: "SF Mono";
  font-weight: 200;
  src: url("../../../../fonts/SFMono-Light.otf");
}

/** Light Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 200;
  font-style: italic;
  src: url("../../../../fonts/SFMono-HeavyItalic.otf");
}

/** Medium */
@font-face {
  font-family: "SF Mono";
  font-weight: 500;
  src: url("../../../../fonts/SFMono-Medium.otf");
}

/** Medium Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 500;
  font-style: italic;
  src: url("../../../../fonts/SFMono-MediumItalic.otf");
}

/** Regular */
@font-face {
  font-family: "SF Mono";
  font-weight: 400;
  src: url("../../../../fonts/SFMono-Regular.otf");
}

/** Regular Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 400;
  font-style: italic;
  src: url("../../../../fonts/SFMono-RegularItalic.otf");
}

/** Semibold */
@font-face {
  font-family: "SF Mono";
  font-weight: 600;
  src: url("../../../../fonts/SFMono-Semibold.otf");
}

/** Semibold Italic */
@font-face {
  font-family: "SF Mono";
  font-weight: 600;
  font-style: italic;
  src: url("../../../../fonts/SFMono-SemiboldItalic.otf");
}

/*---------------------------------------------------------------------------*
 * Galano Grotesque Alt
 *---------------------------------------------------------------------------*/
/** Extra Light */
@font-face {
  font-family: "Galano Grotesque Alt";
  font-weight: 200;
  font-style: normal;
  src: url("../../../../fonts/Galano-Grotesque-Alt-ExtraLight.otf"), url("../../../../fonts/Galano-Grotesque-Alt-ExtraLight.woff2") format("woff2"), url("../../../../fonts/Galano-Grotesque-Alt-ExtraLight.woff") format("woff");
}

/** Regular */
@font-face {
  font-family: "Galano Grotesque Alt";
  font-weight: normal;
  font-style: normal;
  src: url("../../../../fonts/Galano-Grotesque-Alt.otf"), url("../../../../fonts/Galano-Grotesque-Alt.woff2") format("woff2"), url("../../../../fonts/Galano-Grotesque-Alt.woff") format("woff");
}

/** Medium */
@font-face {
  font-family: "Galano Grotesque Alt";
  font-weight: 500;
  font-style: normal;
  src: url("../../../../fonts/Galano-Grotesque-Alt-Medium.otf"), url("../../../../fonts/Galano-Grotesque-Alt-Medium.woff2") format("woff2"), url("../../../../fonts/Galano-Grotesque-Alt-Medium.woff") format("woff");
}

/** Bold */
@font-face {
  font-family: "Galano Grotesque Alt";
  font-weight: bold;
  font-style: normal;
  src: url("../../../../fonts/Galano-Grotesque-Alt-Bold.otf"), url("../../../../fonts/Galano-Grotesque-Alt-Bold.woff2") format("woff2"), url("../../../../fonts/Galano-Grotesque-Alt-Bold.woff") format("woff");
}

/** Heavy */
@font-face {
  font-family: "Galano Grotesque Alt";
  font-weight: 900;
  font-style: normal;
  src: url("../../../../fonts/Galano-Grotesque-Alt-Heavy.otf"), url("../../../../fonts/Galano-Grotesque-Alt-Heavy.woff2") format("woff2"), url("../../../../fonts/Galano-Grotesque-Alt-Heavy.woff") format("woff");
}

.footer a.btn {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
  padding: .5rem 1rem;
}

.footer .footer {
  display: -ms-flexbox;
  display: flex;
  left: 0;
  max-width: 108.9rem;
  position: relative;
  width: 100%;
}

.footer .footer .copyright {
  color: #e8ecf0;
  font-size: 1.2rem;
  padding: 0 1.5rem;
  white-space: nowrap;
}

.footer .footer .copyright .copyright-text {
  padding: 0 .1rem;
}

@media only screen and (max-width: 576px) {
  .footer .footer .copyright .copyright-text {
    display: none;
  }
}

.footer .footer .copyright a:not(.btn) {
  border: 0;
  color: #e8ecf0;
  font-size: 1.2rem;
  margin-left: .5rem;
  text-decoration: none;
}

.footer .footer .copyright a:not(.btn):hover {
  border: 0;
  color: #1f2044;
  text-decoration: none;
}

.footer .footer .feedback-buttons a {
  border: 0;
  min-width: 10rem;
}

.footer .footer .feedback-buttons a.opt-out {
  border-left: solid 0.1rem #e8ecf0;
  color: #e8ecf0;
}

.footer .footer .feedback-buttons a.opt-out:hover {
  color: #1f2044;
}

@media only screen and (max-width: 576px) {
  .footer .footer .feedback-buttons a {
    min-width: 8rem;
  }
}

.feedback-modal .form-control {
  color: #0D151D;
}

label {
  font-weight: 700;
  font-size: 1.3rem;
}

form .field-icon {
  right: 2rem;
  top: 4.5rem;
  position: absolute;
  z-index: 2;
  color: #cdd8df;
}

form .field-icon i, form .field-icon svg {
  color: inherit;
}

form .field-icon:hover {
  color: #686c6e;
  cursor: pointer;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  form.createEmailForm table tbody tr td {
    border-bottom: 0;
    display: block;
    text-align: left;
  }
}

form.createEmailForm label {
  margin-bottom: 0;
  padding: 0 .5rem;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  form.createEmailForm label {
    display: block;
  }
}

form.createEmailForm label.quota_label {
  display: inline;
}

form.createEmailForm .half {
  display: inline-block;
}

form.createEmailForm .left-column-size {
  min-width: 18rem;
  width: auto;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  form.createEmailForm .left-column-size {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  form.createEmailForm .left-column-size {
    min-width: inherit;
  }
}

@media only screen and (max-width: 576px) {
  form.upgrade-form h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 576px) {
  form.upgrade-form li {
    font-size: 1.3rem;
  }
}

form.upgrade-form .list-group {
  background-color: #ffffff;
  max-width: 50rem;
}

form.upgrade-form .list-group button {
  background-color: #ffffff;
  color: #0D151D;
}

form.upgrade-form .list-group button .fa-check {
  color: #e8ecf0;
  margin-right: .5rem;
  visibility: hidden;
}

form.upgrade-form .list-group button .price-term {
  float: right;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  form.upgrade-form .list-group button .price-term {
    float: none;
    margin-left: 2.2rem;
  }
}

form.upgrade-form .list-group button:hover {
  background-color: #fafbfd;
  color: #1f2044;
}

form.upgrade-form .list-group button:hover .fa-check {
  color: inherit;
}

form.upgrade-form .list-group button.active {
  background-color: #2e93ee;
  color: #ffffff;
  pointer-events: none;
}

form.upgrade-form .list-group button.active .fa-check {
  color: #08c05d;
  visibility: visible;
}

form.upgrade-form .list-group button.active .fa-check:hover {
  color: #08c05d;
}

form.upgrade-form .list-group button[disabled] {
  pointer-events: none;
}

form.upgrade-form .list-group button[disabled]:hover {
  color: initial;
}

form .form-inline .form-group label:first-of-type {
  text-align: right;
  width: 15rem;
}

form .form-inline .form-group label {
  line-height: 3.4rem;
  margin-bottom: 0;
  padding: 0 .5rem;
}

form .form-inline .input-wrapper {
  display: inline-block;
}

form .hasError-message {
  color: #fe3e15;
  display: block;
  position: relative;
  top: .5rem;
}

form .error {
  border-color: #fe3e15;
}

form .row .form-group .col-form-label {
  display: block;
}

.required {
  color: #fe3e15;
  margin: 0 0 0 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}

input[type="email"],
input[type="text"],
input[type="search"],
input[type="password"] {
  box-sizing: border-box;
  color: #0D151D;
  font-size: 1.3rem;
  height: 3.4rem;
  line-height: 3.4rem;
  max-height: 3.4rem;
  max-width: 100%;
  min-height: 3.4rem;
  padding: 0 .6rem;
  width: 100%;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  -webkit-transition: all 100ms ease;
  color: #9aa1a6;
  transition: all 100ms ease;
}

input[type="email"].form-control.inline-block,
input[type="text"].form-control.inline-block,
input[type="search"].form-control.inline-block,
input[type="password"].form-control.inline-block {
  display: inline-block;
}

input[type="email"].form-control,
input[type="text"].form-control,
input[type="search"].form-control,
input[type="password"].form-control {
  box-sizing: border-box;
  border-radius: 0;
}

input[type="email"]:focus, input[type="email"].form-control:focus,
input[type="text"]:focus,
input[type="text"].form-control:focus,
input[type="search"]:focus,
input[type="search"].form-control:focus,
input[type="password"]:focus,
input[type="password"].form-control:focus {
  height: 3.4rem;
  line-height: 3.4rem;
  min-height: 3.4rem;
  border-color: #2e93ee;
  box-shadow: none;
}

input[type="email"]:focus.is-invalid, input[type="email"]:focus.error, input[type="email"].form-control:focus.is-invalid, input[type="email"].form-control:focus.error,
input[type="text"]:focus.is-invalid,
input[type="text"]:focus.error,
input[type="text"].form-control:focus.is-invalid,
input[type="text"].form-control:focus.error,
input[type="search"]:focus.is-invalid,
input[type="search"]:focus.error,
input[type="search"].form-control:focus.is-invalid,
input[type="search"].form-control:focus.error,
input[type="password"]:focus.is-invalid,
input[type="password"]:focus.error,
input[type="password"].form-control:focus.is-invalid,
input[type="password"].form-control:focus.error {
  border-color: #fe3e15;
}

input[type="email"]:focus.is-valid, input[type="email"]:focus.success, input[type="email"].form-control:focus.is-valid, input[type="email"].form-control:focus.success,
input[type="text"]:focus.is-valid,
input[type="text"]:focus.success,
input[type="text"].form-control:focus.is-valid,
input[type="text"].form-control:focus.success,
input[type="search"]:focus.is-valid,
input[type="search"]:focus.success,
input[type="search"].form-control:focus.is-valid,
input[type="search"].form-control:focus.success,
input[type="password"]:focus.is-valid,
input[type="password"]:focus.success,
input[type="password"].form-control:focus.is-valid,
input[type="password"].form-control:focus.success {
  border-color: #08c05d;
}

input[type="email"].disabled,
input[type="text"].disabled,
input[type="search"].disabled,
input[type="password"].disabled {
  background-color: #fafbfd;
  cursor: not-allowed;
}

input[type="checkbox"] {
  display: inline;
  height: inherit;
  margin: 0 1rem 0 0;
  max-width: 2rem;
  position: relative;
  vertical-align: middle;
  width: auto;
}

input[type="checkbox"]:hover {
  cursor: pointer;
}

input[type="checkbox"][disabled], input[type="checkbox"][disabled="true"], input[type="checkbox"][disabled="disabled"] {
  pointer-events: none;
}

input[type="radio"]:hover {
  cursor: pointer;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e5f4ff inset, 0 0 8px rgba(82, 168, 236, 0.07);
  -webkit-text-fill-color: #1f2044;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1000px #e5f4ff inset, 0 0 8px rgba(82, 168, 236, 0.07);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-text-fill-color: #1f2044;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.form-section-header {
  margin: 1.5rem 0 !important;
  font-size: 2.1rem;
  font-weight: bold;
}

.form-group .form-control-feedback {
  display: inline-block;
  position: inherit;
  right: auto !important;
  text-align: inherit;
  top: auto;
  width: auto;
  color: #fe3e15;
  padding-left: .5rem;
  vertical-align: middle;
  line-height: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 0 !important;
}

.form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 3.4rem;
}

.form-control:not(:first-child).btn,
.input-group > .custom-select:not(:first-child).btn {
  padding-top: .7rem;
}

.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 !important;
  border-bottom-right-radius: 0 !important;
  height: 3.4rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  padding-top: .7rem;
}

::-ms-clear, ::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

.generic-purchase-include-container h3 {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.generic-purchase-include-container h3 + p {
  padding-bottom: .5rem;
}

.generic-purchase-include-container dl dd {
  margin-bottom: 1rem;
}

.ga-shortcuts a {
  font-weight: 500;
  font-color: #2e93ee;
}

.ga-shortcuts .ga-icon {
  background-repeat: no-repeat;
  height: 3.2rem;
  width: 3.2rem;
  background-size: 100%;
}

.ga-shortcuts .ga-icon.gmail {
  background-image: url("/img/g-apps-logos/gmail.svg");
}

.ga-shortcuts .ga-icon.drive {
  background-image: url("/img/g-apps-logos/drive.svg");
}

.ga-shortcuts .ga-icon.meet {
  background-image: url("/img/g-apps-logos/meet.svg");
}

.ga-shortcuts .ga-icon.chat {
  background-image: url("/img/g-apps-logos/chat.svg");
}

.ga-shortcuts .ga-icon.calendar {
  background-image: url("/img/g-apps-logos/calendar.svg");
}

.ga-shortcuts .ga-icon.docs {
  background-image: url("/img/g-apps-logos/docs.svg");
}

.ga-shortcuts .ga-icon.sheets {
  background-image: url("/img/g-apps-logos/sheets.svg");
}

.ga-shortcuts .ga-icon.slides {
  background-image: url("/img/g-apps-logos/slides.svg");
}

.hg-header {
  background-color: #1f2044;
}

@media (min-width: 768px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .hg-header {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1071;
      height: 6.5rem;
    }
  }
}

.hg-header .Header__Navbar-Brand--animated {
  width: 300px;
}

.hg-header .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #ffffff;
}

.hg-header .navbar-nav .nav-link.active, .hg-header .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: transparent;
}

.hg-header .navbar-nav .nav-link.active {
  font-weight: 600;
}

.hg-header .navbar-nav-svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-top;
}

.hg-header .dropdown-menu {
  font-size: 0.875rem;
}

.hg-header .dropdown-item.active {
  font-weight: 600;
  color: #292929;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: .4rem .6rem;
  background-size: .75rem .75rem;
}

.hg-header .header-nav-container {
  -ms-flex: auto;
  flex: auto;
}

@media print {
  .hg-header .header-nav-container {
    display: none;
  }
}

@media print {
  .hg-header .header-nav-container .header-nav {
    display: none;
  }
}

.hg-header .header-nav-container .header-nav ul.navbar-nav {
  height: 100%;
  line-height: 1;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li {
  display: inline-block;
  height: 100%;
  line-height: 1;
  margin-left: 0;
  padding: 0 0 0 0.8rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 426;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li:hover, .hg-header .header-nav-container .header-nav ul.navbar-nav > li:focus {
  outline: 0;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li.username-menu-container.dropdown {
  position: relative;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li.username-menu-container.dropdown a .caret {
  position: absolute;
  right: 1.2rem;
  top: 2rem;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a {
  background-color: transparent;
  border-radius: .5rem;
  color: #ffffff;
  display: inline-block;
  height: 100%;
  line-height: 1;
  opacity: .8;
  padding: 0.8rem;
  vertical-align: middle;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a.dropdown-toggle::after {
  display: none !important;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a.dropdown-toggle:hover::after {
  display: none !important;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a.live-chat-link i, .hg-header .header-nav-container .header-nav ul.navbar-nav > li a.live-chat-link svg {
  top: -.1rem;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a div {
  color: inherit;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a i, .hg-header .header-nav-container .header-nav ul.navbar-nav > li a svg {
  font-size: 2rem;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a div.link-text {
  color: inherit;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: .8rem;
  text-transform: uppercase;
  display: none;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .hg-header .header-nav-container .header-nav ul.navbar-nav > li a div.link-text {
    font-size: 1rem;
  }
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a:hover {
  background-color: transparent;
  text-decoration: none;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li a:focus {
  background-color: transparent;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu {
  border-radius: 0;
  padding-top: 0;
  min-width: 16rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin-top: 1rem;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li {
  background-color: #ffffff;
  color: #0D151D;
  font-size: 1.3rem;
  width: 100%;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li.dropdown-header {
  background-color: #1f2044;
  border-bottom: solid 0.1rem #dbe2e8;
  color: #ffffff;
  padding: 1rem;
  text-align: center;
  border-radius: 0 0 0 0;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li.dropdown-header > div {
  line-height: 1.6rem;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li.divider {
  background-color: #dbe2e8;
  height: .1rem;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li:hover {
  background-color: #2e93ee;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li:hover a {
  color: #ffffff;
}

.hg-header .header-nav-container .header-nav ul.navbar-nav > li ul.dropdown-menu li a {
  color: #0D151D;
  display: block;
  width: 100%;
}

h1.inline-block, h1.inline-flex, h2.inline-block, h2.inline-flex, h3.inline-block, h3.inline-flex, h4.inline-block, h4.inline-flex, h5.inline-block, h5.inline-flex, h6.inline-block, h6.inline-flex {
  width: auto;
}

@media print {
  h1, h2, h3, h4, h5, h6 {
    color: #2e93ee;
  }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  cursor: pointer;
}

h5 + h6 {
  margin: -.5rem 0 1rem 0;
}

.page-header {
  border: 0;
  color: #0D151D;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3rem;
}

h1:first-of-type.page-header {
  margin-top: 0;
}

.page-content > .page-header:first-of-type, .page-container > .page-header:first-of-type, .app-container > .page-header:first-of-type {
  margin-bottom: 1rem;
  margin-top: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .page-content > .page-header:first-of-type, .page-container > .page-header:first-of-type, .app-container > .page-header:first-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .page-content > .page-header:first-of-type, .page-container > .page-header:first-of-type, .app-container > .page-header:first-of-type {
    font-size: 140%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content > .page-header:first-of-type, .page-container > .page-header:first-of-type, .app-container > .page-header:first-of-type {
    font-size: 150%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-content > .page-header:first-of-type, .page-container > .page-header:first-of-type, .app-container > .page-header:first-of-type {
    font-size: 160%;
  }
}

@media only screen and (min-width: 1200px) {
  .page-content > .page-header:first-of-type, .page-container > .page-header:first-of-type, .app-container > .page-header:first-of-type {
    font-size: 170%;
  }
}

.box-header, .section-header {
  border: 0;
  color: #0D151D;
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 2rem 0 1rem;
  padding: 0;
  text-align: left;
  width: 100%;
}

.box-header + .section-sub-header, .section-header + .section-sub-header {
  margin-top: 0;
}

.section-header-lg {
  color: #0D151D;
  font-size: 2rem;
  font-weight: 800;
  margin: 2rem auto;
}

.page-description {
  font-weight: 500;
}

.package-info-card-header sup {
  top: -.4rem;
}

.hosting-account-bar {
  background-color: #ffffff;
  display: block;
  margin: 1rem auto 1.5rem;
  padding: 0;
}

.hosting-account-bar.hidden {
  display: none;
}

.hosting-account-bar .row {
  margin: auto;
}

.hosting-account-bar .row [class^="col-"] {
  padding: 1.5rem;
}

.hosting-account-bar .row label {
  font-weight: bold;
}

.hosting-account-bar .row .chzn-container {
  display: block;
  margin: 0;
  padding: 0;
}

.hosting-account-bar .row .cpanel-details .cpanel-details-description-text {
  color: #e8ecf0;
  font-size: 1.4rem;
}

.hosting-account-bar .row .cpanel-details #cpanel-selection_details {
  display: block;
  line-height: 3.5rem;
  min-height: 3.5rem;
}

.hosting-account-bar .row .cpanel-details #cpanel-selection_details dl {
  display: block;
  margin: 0;
  padding: 0;
}

.hosting-account-bar .row .cpanel-details #cpanel-selection_details dl dt, .hosting-account-bar .row .cpanel-details #cpanel-selection_details dl dd {
  display: inline-block;
  line-height: 3rem;
}

.hosting-account-bar .row .cpanel-details #cpanel-selection_details dl dt {
  color: #e8ecf0;
  padding: 0 .5rem 0 1rem;
  text-align: right;
}

.hosting-account-bar .row .cpanel-details #cpanel-selection_details dl dd {
  border-right: solid 0.1rem #e8ecf0;
  color: #ff9144;
  padding-right: 1.2rem;
}

.hosting-account-bar .row .cpanel-details #cpanel-selection_details dl dd:last-of-type {
  border: 0;
}

.hosting-account-bar .row .no-shared {
  padding: 1rem;
  text-align: center;
}

.hosting-account-bar .row .no-shared span {
  background-color: #e5f4ff;
  border: solid 0.1rem #e8ecf0;
  color: #1f2044;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
}

.hosting-header-include-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.packages-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #0D151D;
}

.packages-modal .select-package-modal-click {
  cursor: default;
}

.packages-modal .select-package-modal-click i.green, .packages-modal .select-package-modal-click svg.green {
  color: #08c05d;
}

.packages-modal .select-package-modal-click:hover {
  background-color: #fafbfd;
  color: #363636;
  cursor: pointer;
}

.packages-modal .select-package-modal-click:hover td {
  background-color: inherit;
  color: inherit;
}

.packages-modal .select-package-modal-click:hover td i.green, .packages-modal .select-package-modal-click:hover td svg.green {
  color: #08c05d;
}

.packages-modal .select-package-modal-click:hover td span {
  background-color: inherit;
  color: inherit;
}

.packages-modal .select-package-modal-click.pkg-modal-selected {
  cursor: default;
  pointer-events: none;
}

.packages-modal .select-package-modal-click.pkg-modal-selected:hover {
  background-color: initial;
  color: initial;
  cursor: default;
}

.control-panel-dropdown-container {
  position: absolute;
  right: 0;
}

.control-panel-dropdown-container .cpanel-dropdown-menu li {
  border-bottom: solid 0.1rem #e8ecf0;
  font-size: 1.3rem;
  padding: .4rem;
}

.control-panel-dropdown-container .cpanel-dropdown-menu li.dropdown-header {
  background-color: #ff9144;
  color: #ffffff;
}

.control-panel-dropdown-container .cpanel-dropdown-menu li a i, .control-panel-dropdown-container .cpanel-dropdown-menu li a svg {
  font-size: 1.2rem;
  margin-right: .5rem;
  position: relative;
}

.package-picker-mini {
  margin: 0;
  position: absolute;
  right: 0;
  top: .5rem;
}

.package-picker-mini .selected-domain-text-group.multiple-packages::before {
  color: #e8ecf0;
  content: "Select another hosting package";
  display: none;
  font-size: 1rem;
  left: 2.2rem;
  position: absolute;
  text-transform: uppercase;
  top: -1.5rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .package-picker-mini .selected-domain-text-group.multiple-packages::before {
    display: none;
  }
}

.package-picker-mini .selected-domain-text-group a {
  color: #2e93ee;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  .package-picker-mini .selected-domain-text-group a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .package-picker-mini .selected-domain-text-group a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-picker-mini .selected-domain-text-group a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .package-picker-mini .selected-domain-text-group a {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .package-picker-mini .selected-domain-text-group a {
    font-size: 1.6rem;
  }
}

.package-picker-mini .selected-domain-text-group a:hover {
  color: #1f2044;
  text-decoration: none;
}

.package-picker-mini .selected-domain-text-group a.btn-all {
  background-color: #2e93ee;
  color: #ffffff;
  font-size: 1.3rem;
  margin-left: 1rem;
  padding: .1rem .5rem;
  position: relative;
  top: -.3rem;
}

.package-picker-mini .selected-domain-text-group a.btn-all:hover {
  background-color: #1f2044;
  color: #ffffff;
}

.package-picker-mini .selected-domain-text-group a i, .package-picker-mini .selected-domain-text-group a svg {
  display: inline-block;
  left: -.5rem;
  line-height: 2rem;
  position: relative;
  top: .1rem;
}

.selected-domain-container h2 {
  margin: 0;
}

.selected-domain-container h2::-moz-selection {
  outline: 0;
}

.selected-domain-container h2:focus, .selected-domain-container h2::selection {
  outline: 0;
}

.selected-domain-container h2 i, .selected-domain-container h2 svg {
  font-size: 2.4rem;
}

.selected-domain-container a:not(.btn) {
  color: #2e93ee;
  display: inline-block;
  line-height: 1;
  margin-left: 1rem;
  padding: 0 1rem;
  text-decoration: none;
}

.selected-domain-container a:not(.btn):focus, .selected-domain-container a:not(.btn):hover {
  text-decoration: none;
}

.selected-domain-container a:not(.btn):hover {
  color: #1f2044;
}

@media only screen and (max-width: 576px) {
  .selected-domain-container a:not(.btn) span {
    font-size: 1.4rem;
  }
}

.selected-domain-container .btn-package-modal {
  display: -ms-flexbox;
  display: flex;
  height: 3.1rem;
  padding: 0 1rem;
}

.selected-domain-container .btn-package-modal img, .selected-domain-container .btn-package-modal svg {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
}

.selected-domain-container .upgrade-btn-container {
  height: 3.1rem;
}

.selected-domain-container .upgrade-btn-container .btn-upgrade {
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 3.1rem;
  padding: 0 1rem;
}

.selected-domain-container .upgrade-btn-container .btn-upgrade span {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
}

.hosting-header-container {
  z-index: 400;
}

.hosting-header-container .package-icon-container {
  max-width: 5rem;
  min-width: 5rem;
  padding: 0;
  vertical-align: top;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .hosting-header-container .package-icon-container {
    max-width: 3.6rem;
    min-width: 3.6rem;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .hosting-header-container .package-icon-container .package-icon {
    position: relative;
    top: .2rem;
  }
}

.hosting-header-container .package-icon-container .package-icon i, .hosting-header-container .package-icon-container .package-icon svg {
  background: transparent;
  border: 0;
  border-bottom: solid .3rem transparent;
  color: #9aa1a6;
  display: block;
  font-size: 4.7rem;
  text-align: center;
  vertical-align: top;
}

.hosting-header-container .selected-domain-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hosting-header-container .selected-domain-text span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 576px) {
  .hosting-header-container .selected-domain-text span {
    max-width: 20rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .hosting-header-container .selected-domain-text span {
    max-width: 25rem;
  }
}

@media only screen and (max-width: 576px) {
  .hosting-header-container .selected-domain-text {
    max-width: 20rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .hosting-header-container .selected-domain-text {
    max-width: 25rem;
  }
}

.hosting-header-container .package-labels-container {
  margin-top: -.5rem;
}

.hosting-header-container .package-labels-container form {
  display: inline-block;
}

.hosting-header-container .package-labels-container .btn-hosting-upgrade {
  border: 0;
  border-radius: .2rem;
  font: 400 0.933333rem "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: bold;
  height: auto;
  line-height: 2rem;
  margin: 0 1rem 0 0;
  max-height: 2.2rem;
  min-height: 2.2rem;
  padding: .1rem .8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -.1rem;
  vertical-align: baseline;
  white-space: nowrap;
}

.hosting-header-container .package-labels-container .package-label-group {
  display: inline-block;
  line-height: 2.2rem;
  margin: 0;
  padding: 0;
  position: relative;
  top: -.2rem;
  vertical-align: middle;
}

.hosting-header-container .package-labels-container .package-label-group .label {
  background-color: transparent;
  color: #686c6e;
  font-size: 1.2rem;
  margin-right: 1rem;
  padding: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .hosting-header-container .package-labels-container .package-label-group .label {
    font-size: 80%;
  }
}

.hosting-header-container .package-labels-container .package-label-group .label .label-type {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0;
}

@media only screen and (max-width: 576px) {
  .hosting-header-container .package-labels-container .package-label-group .label .label-type {
    display: none;
  }
}

.hosting-header-container .package-labels-container .package-label-group .label .label-description {
  color: #0D151D;
  font-weight: bold;
  margin-right: 1rem;
  padding: 0;
  position: relative;
}

.hosting-header-container .package-labels-container .package-label-group a {
  color: #0D151D;
  text-decoration: none;
}

.hosting-header-container .package-labels-container .package-label-group a:hover {
  color: #363636;
  text-decoration: none;
}

.home-container ul.quick-links-list {
  padding-right: 2rem;
  padding-left: 0;
}

.home-container ul.quick-links-list li {
  min-width: 15rem;
  overflow: hidden;
  padding-right: 5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.home-container .status-box .status-text {
  color: #363636;
}

.home-container .status-box .status-bar {
  height: .5rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hide-ie {
    display: block;
  }
  .show-ie {
    display: none;
  }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hide-ie {
    display: none;
  }
  .show-ie {
    display: block;
  }
}

.fal, .far, .fab, .fas, [class^="fa-"], .svg-inline--fa {
  color: inherit;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
}

i, svg {
  text-decoration: none;
}

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

main {
  height: calc(100% - (6.5rem - 3rem));
}

main > .container-fluid {
  height: 100%;
}

@media (min-width: 1200px) {
  main > .container-fluid > .row {
    height: 100%;
  }
}

main .hg-content {
  max-width: 1100px;
  width: 100%;
  padding: calc(30px / 2) calc(30px / 2) calc(30px / 2) 30px;
}

main .hg-content.p-4 {
  padding-left: calc(30px / 2);
}

@media (max-width: 1199.98px) {
  main .hg-content {
    padding-left: calc(30px / 2);
  }
}

footer:not(.blockquote-footer) {
  position: fixed;
  height: 3.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 401;
  display: -ms-flexbox;
  display: flex;
  width: 1320px;
  padding: 0;
  background-color: transparent;
  opacity: 1;
}

@media (min-width: 1200px) {
  footer:not(.blockquote-footer) {
    padding: 0 0 0 22rem;
  }
}

#left-nav {
  overflow: auto;
}

.hg-sidebar {
  -ms-flex-order: 0;
  order: 0;
  background-color: #ffffff;
  width: 100%;
}

@media (min-width: 992px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .hg-sidebar {
      position: -webkit-sticky;
      position: sticky;
      top: 6.5rem;
      bottom: 3.5rem;
      z-index: 1000;
      height: calc(100vh - 6.5rem);
      border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
  }
}

@media (min-width: 1200px) {
  .hg-sidebar {
    -ms-flex: 1 1 22rem;
    flex: 1 1 22rem;
    max-width: 22rem;
  }
}

@media (max-width: 991.98px) {
  .hg-sidebar {
    background-color: #fafbfd;
    max-width: 100%;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.hg-links {
  padding: 0 0;
  margin: 0 -1.5rem;
}

@media (min-width: 992px) {
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .hg-links {
      position: -webkit-sticky;
      position: sticky;
      top: 6.5rem;
      z-index: 1000;
      overflow-y: scroll;
      height: 100%;
    }
  }
}

@media (min-width: 992px) {
  .hg-links {
    display: block !important;
  }
}

.hg-toc-item {
  min-height: 5rem;
  color: #1f2044;
  font-family: Galano Grotesque Alt, SF Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 1.6rem;
}

.hg-toc-item:hover .hg-toc-link {
  color: inherit;
}

.hg-toc-item .hg-toc-link {
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 1.5rem;
  color: inherit;
  -ms-flex-align: center;
  align-items: center;
}

.hg-toc-item .hg-toc-link:hover {
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
}

.hg-toc-item .hg-toc-link:hover .icon-wrapper {
  color: #2e93ee;
}

.hg-toc-item .hg-toc-link:hover .icon-wrapper .current-color {
  fill: #2e93ee;
}

.hg-toc-item .hg-toc-link .icon-text {
  padding-left: .5rem;
  display: inline-block;
}

.hg-toc-item .hg-toc-link .icon-wrapper {
  display: inline-block;
  text-align: center;
  width: 3rem;
  color: #cdd8df;
}

.hg-toc-item .hg-toc-link .icon-wrapper .current-color {
  fill: #cdd8df;
}

.hg-toc-item .hg-toc-link .icon-wrapper .material-icons {
  font-size: 2rem;
}

.hg-toc-item > .collapse {
  display: none;
}

.hg-toc-item > .collapse.show {
  display: -ms-flexbox;
  display: flex;
}

.hg-toc-item ul.subnav {
  color: inherit;
  background-color: #ffffff;
  padding: 0 0 1rem 0;
}

.hg-toc-item ul.subnav li a {
  padding: .5rem 0 .5rem 5rem;
}

.hg-toc-item.active {
  margin-bottom: 0;
  color: #2e93ee;
}

.hg-toc-item.active:not(:first-child) {
  margin-top: 0;
}

.hg-toc-item.active > .hg-toc-link {
  background-color: #ffffff;
  color: inherit;
}

.hg-toc-item.active > .hg-toc-link:hover {
  color: inherit;
}

.hg-toc-item.active > .hg-toc-link .icon-wrapper .current-color {
  fill: #2e93ee;
}

.hg-sidebar .nav > li > a {
  display: block;
  padding: .25rem 1.5rem;
  font-size: 100%;
  color: #0D151D;
}

.hg-sidebar .nav > li > a:hover {
  color: #2e93ee;
  text-decoration: none;
  background-color: transparent;
}

.hg-sidebar .nav > .active > a,
.hg-sidebar .nav > .active:hover > a {
  font-weight: 500;
  color: #2e93ee;
  background-color: transparent;
}

.left-nav-toggle-button {
  color: #ffffff;
  cursor: pointer;
  left: 1.6rem;
  position: fixed;
  top: 2.3rem;
  z-index: 445;
}

@media print {
  .left-nav-toggle-button {
    display: none;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .left-nav-toggle-button {
    display: none;
  }
}

.left-nav-toggle-button i, .left-nav-toggle-button svg {
  color: inherit;
  font-size: 2rem;
  left: .2rem;
  opacity: .4;
  position: relative;
}

.left-nav-toggle-button:hover {
  color: #ffffff;
}

.left-nav-toggle-button:hover i, .left-nav-toggle-button:hover svg {
  color: inherit;
  opacity: 1;
}

.left-nav-menu-text {
  background-color: #fafbfd;
  border-bottom: solid 0.3rem fade(#0D151D, 10%);
  border-right: solid 0.1rem fade(#0D151D, 10%);
  color: #9aa1a6;
  display: none;
  height: 5.2rem;
  left: -30rem;
  padding: 1.4rem 1rem .7rem 1.5rem;
  position: fixed;
  top: 6.5rem;
  transition: all 100ms ease;
  width: 22rem;
  z-index: 440;
}

.left-nav-menu-text.nav-collapsed {
  left: 0;
  padding: 1.2rem 1rem .8rem 1.1rem;
  transition: all 100ms ease;
  width: auto;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .left-nav-menu-text {
    height: 5.1rem;
  }
}

.left-nav-menu-text span {
  font: 400 0.933333rem "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  pointer-events: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .left-nav-menu-text {
    padding: 1.2rem 1rem .8rem 1.1rem;
    width: auto;
  }
}

a {
  color: #2e93ee;
  cursor: pointer;
  text-decoration: none;
  transition: all 100ms ease;
}

a:focus {
  color: #1f2044;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #1f2044;
  cursor: pointer;
  text-decoration: none;
}

a.no-underline {
  text-decoration: none;
}

a.no-underline:hover {
  text-decoration: none;
}

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

a.text-underline:hover, a.underline:hover {
  text-decoration: underline;
}

ol.bold > li, ul.bold > li {
  font-weight: bold;
}

ol.list-centered, ul.list-centered {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

ol.bulleted-list.list-dark > li::before, ul.bulleted-list.list-dark > li::before {
  background-color: #0D151D;
}

ol.bulleted-list > li::before, ul.bulleted-list > li::before {
  background-color: #ff9144;
  border-radius: 1rem;
  content: "";
  display: inline-block;
  margin-right: .6rem;
  padding: .2rem;
  vertical-align: middle;
}

ol.bulleted-list > li > span, ol.bulleted-list > li.highlighted, ol.bulleted-list > li.featured, ul.bulleted-list > li > span, ul.bulleted-list > li.highlighted, ul.bulleted-list > li.featured {
  color: #ff9144;
}

ol.bulleted-list > li ol, ol.bulleted-list > li ul, ul.bulleted-list > li ol, ul.bulleted-list > li ul {
  display: block;
  padding: 0 1.5rem;
}

ol.bulleted-list > li ol > li::before, ol.bulleted-list > li ul > li::before, ul.bulleted-list > li ol > li::before, ul.bulleted-list > li ul > li::before {
  background-color: transparent;
  border-radius: 0;
  color: #2e93ee;
  content: "\f10c";
  display: inline-block;
  font-size: .9rem;
  font-weight: bold;
  margin-left: .3rem;
  margin-right: .6rem;
  padding: .2rem;
  position: relative;
  top: -.1rem;
  vertical-align: middle;
}

ol li a:hover, ul li a:hover {
  text-decoration: underline;
}

ol.list-numeric {
  list-style-type: decimal;
  padding-left: 2.5rem;
}

ol.list-numeric li {
  padding-bottom: 1rem;
}

ul.inline-list li {
  border-right: solid 0.1rem #1f2044;
  display: inline-block;
  font-weight: bold;
  padding: 0 2rem;
}

ul.inline-list li:last-of-type {
  border: 0;
}

ul.inline-list li a {
  color: #2e93ee;
  text-decoration: underline;
}

ul.inline-list li a:hover {
  color: #1f2044;
}

ul.inline-list.thumbnail-list li {
  border: 0;
  height: 10rem;
  width: 10rem;
}

ul.inline-list.thumbnail-list li a {
  border: solid 0.1rem #e8ecf0;
  display: inline-block;
  height: inherit;
  margin: .2rem;
  padding: .2rem;
  width: inherit;
}

ul.inline-list.thumbnail-list li a img {
  height: inherit;
  width: inherit;
}

dl dt {
  color: #363636;
  font-size: 1.4rem;
  font-weight: 700;
}

dl dd {
  font-weight: 400;
}

dl.dl-vertical dt, dl.dl-vertical dd {
  display: block;
}

dl.dl-vertical dt {
  margin: 1rem auto -.2rem;
}

dl.dl-vertical dt:first-of-type {
  margin-top: 0;
}

dl.dl-vertical dd {
  min-height: 1.8rem;
}

dl.dl-vertical dd.reset-password a {
  top: -.5rem;
  vertical-align: text-top;
}

.list-group button.list-group-item .badge {
  border-radius: .2rem;
  font-weight: 800;
  margin: 0 .5rem;
  padding: .5rem 1rem;
}

.list-group button.list-group-item .badge.badge-danger {
  background-color: #fe3e15;
  font-weight: 800;
}

.list-group button.list-group-item .badge.badge-default {
  background-color: #fafbfd;
  color: #363636;
}

.list-group button.list-group-item .badge.badge-primary {
  background-color: #2e93ee;
  font-weight: 800;
}

.list-group button.list-group-item .badge.badge-success {
  background-color: #08c05d;
  font-weight: 800;
}

.list-group button.list-group-item .badge + .badge {
  margin: 0 .5rem;
}

.list-group button.list-group-item.active .badge-primary {
  background-color: #ffffff;
}

.dl-horizontal {
  margin-top: 1.5rem;
}

.dl-horizontal dt, .dl-horizontal dd {
  margin-bottom: .5rem;
}

.loader-bg-img {
  background-image: url("/img/loader-bg-img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loading-container {
  color: #0D151D;
  margin: 1rem auto;
  padding: 1rem;
  text-align: center;
  width: 50%;
}

.loading-container p {
  color: #0D151D;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.loading-indicator {
  font-size: 1.8rem;
  font-weight: bold;
  height: 6rem;
  margin: 2rem auto;
  text-align: center;
  width: 7rem;
}

.loading-indicator > div {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running stretchdelay;
  animation: 1.2s ease-in-out 0s normal none infinite running stretchdelay;
  background-color: #ff9144;
  display: inline-block;
  height: 100%;
  margin: .1rem;
  width: .6rem;
}

.loading-indicator .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading-indicator .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading-indicator .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.loading-indicator .rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.45);
    transform: scaleY(0.45);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
}

.logged-in-as-container {
  background-color: #fe3e15;
  display: block;
  height: .5rem;
  min-width: 22rem;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 29998;
}

@media only screen and (max-width: 576px) {
  .logged-in-as-container {
    min-width: 15rem;
  }
}

.logged-in-as-container .logged-in-as-label {
  color: #ffffff;
  font-size: 1rem;
}

html {
  background: transparent;
}

body.login {
  background: #1f2044;
  color: #ffffff;
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  padding: 0;
}

body.login .HGDebugHeader {
  background-color: transparent;
  border-radius: .5rem;
  left: 1rem;
  padding: .5rem 1rem .2rem 1rem;
  right: auto;
}

body.login .login-container {
  max-width: 40rem;
  min-width: 30rem;
  width: 100%;
}

body.login .login-container .card .card-header h1 {
  font-size: 2.6rem;
  font-weight: 800;
  vertical-align: bottom;
}

@media only screen and (max-width: 576px) {
  body.login .login-container .card .card-header h1 {
    font-size: 2.5rem;
  }
}

body.login .login-container .card .card-body {
  border-radius: 0;
}

body.login .login-container .card .card-body .login-form {
  color: #0D151D;
}

body.login .login-container .card .card-body .login-form h3 {
  font-size: 1.8rem;
  font-weight: 800;
}

body.login .login-container .card .card-body .login-form .try-new-portal-container {
  background-color: #fafbfd;
  color: #2e93ee;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  text-align: center;
}

body.login .login-container .card .card-body .login-form .try-new-portal-container .form-group {
  margin-bottom: 0;
}

body.login .login-container .card .card-body .login-form .try-new-portal-container .form-group label {
  font-size: 1.1rem;
}

body.login .login-container .card .card-body .login-form #loginBtn {
  display: block;
  margin: .5rem auto;
}

@media only screen and (max-width: 576px) {
  body.login .login-container .card .card-body .login-form #loginBtn {
    display: block;
    width: 100%;
  }
}

body.login .login-container .card .card-body .login-form .login-new-container {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
}

body.login .login-container .card .card-body .login-form .login-new-container span {
  color: #686c6e;
  font-size: 1.5rem;
}

body.login .login-container .card .card-footer .forgot-password-link-container {
  display: block;
  padding-bottom: 1rem;
}

body.login .login-container .card .card-footer .forgot-password-link-container a.forgot-password-link {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1rem;
}

body.login .login-container .card .card-footer .forgot-password-link-container a.forgot-password-link:hover {
  border: 0;
  color: #ff9144;
  text-decoration: none;
}

body.login .login-container .card .card-footer .copyright-social-container .copyright-container .copyright-link {
  font-size: 1.2rem;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .smGlobalBtn {
  -moz-border-radius: 4rem;
  -webkit-border-radius: 4rem;
  border: solid .1rem transparent;
  border-radius: 4rem;
  color: #ffffff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: normal;
  height: 4rem;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2.8rem;
  margin: 1rem .2rem;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 4rem;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container i, body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container svg {
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 1.8rem;
  width: 1.8rem;
  margin-left: 0;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .facebookBtn {
  background: #4060a5;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .facebookBtn:hover {
  background: #ffffff;
  border-color: #4060a5;
  color: #4060a5;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .twitterBtn {
  background: #00abe3;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .twitterBtn:hover {
  background: #ffffff;
  border-color: #00abe3;
  color: #00abe3;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .googleplusBtn {
  background: #e64522;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .googleplusBtn:hover {
  background: #ffffff;
  border-color: #e64522;
  color: #e64522;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .linkedinBtn {
  background: #4060a5;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .linkedinBtn:hover {
  background: #ffffff;
  border-color: #4060a5;
  color: #4060a5;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .pinterestBtn {
  background: #cb2027;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .pinterestBtn:hover {
  background: #ffffff;
  border-color: #cb2027;
  color: #cb2027;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .youtubeBtn {
  background: #cd201f;
}

body.login .login-container .card .card-footer .copyright-social-container .social-nav-links-container .youtubeBtn:hover {
  background: #ffffff;
  border-color: #cd201f;
  color: #cd201f;
}

body.login .login-container .login-form-container {
  width: 100%;
}

body.login .privacy-alertBar {
  background-color: #ffffff;
  border-left: solid 1rem #ff9144;
  border-top: solid 0.1rem fade(#ffffff, 10%);
  bottom: 0;
  color: #0D151D;
  left: 0;
  padding: .5rem;
  position: absolute;
  right: 0;
  z-index: 480;
}

body.login .privacy-alertBar .close {
  right: 2rem;
  top: .2rem;
}

body.login .privacy-alertBar .consent-image {
  display: inline;
  margin: 0;
  text-align: right;
}

body.login .privacy-alertBar .container-fluid .privacy-consent-image-container {
  text-align: right;
}

body.login .privacy-alertBar .container-fluid .privacy-text {
  color: #0D151D;
  font-size: 1.2rem;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .logo-container {
    width: 22rem;
    height: 6.5rem;
  }
}

@media print {
  .logo-container {
    display: none;
  }
}

.logo-container .logo-link {
  text-decoration: none;
  display: inline-block;
}

@media print {
  .logo-container .logo-link {
    position: relative;
    display: block;
  }
}

.logo-container .logo-link::-moz-selection {
  background: transparent;
}

.logo-container .logo-link::selection {
  background: transparent;
}

.logo-container .logo-link:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .logo-container .logo-link #logo {
    margin: 0 0 0 2.5rem;
    height: 6.4rem;
  }
}

.logo-container .logo-link #logo img {
  width: 14rem;
  height: auto;
}

.marketplace-dashboard {
  padding: 0;
}

.marketplace-dashboard .control-panel-links {
  border-radius: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
}

.marketplace-dashboard .control-panel-links a {
  background-color: transparent;
  border-radius: 0;
  border-right: solid 0.1rem #dbe2e8;
  color: #9aa1a6;
  font-size: 1.2rem;
  font-weight: 400;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.4rem;
  margin: 0;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.marketplace-dashboard .control-panel-links a:last-of-type {
  border-right: 0;
}

.marketplace-dashboard .control-panel-links a:hover {
  color: #f7772e;
  text-decoration: none;
}

.marketplace-dashboard .control-panel-links a span.icon {
  -ms-flex-item-align: center;
  align-self: center;
}

.marketplace-dashboard .control-panel-links a span.icon i, .marketplace-dashboard .control-panel-links a span.icon svg {
  font-size: 2.2rem;
}

.marketplace-dashboard .control-panel-links a span.icon-text {
  font-weight: 500;
  margin-top: 1rem;
}

@media only screen and (max-width: 576px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card {
  -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(184, 184, 184, 0.5), 0 0.1rem 0 0 rgba(242, 242, 242, 0.1);
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(184, 184, 184, 0.5), 0 0.1rem 0 0 rgba(242, 242, 242, 0.1);
  margin: 1.5rem;
  max-width: 33.3rem;
  min-width: 28rem;
}

@media only screen and (max-width: 576px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card {
    margin: 1.5rem auto;
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card {
    max-width: 80%;
    min-width: 50rem;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-empty {
  visibility: hidden;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-empty {
    display: none;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-empty.card-2x {
  display: none;
  margin: 1.5rem 3rem;
  max-width: 66.6rem;
  min-width: 56rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-empty.card-2x {
    display: initial;
    margin: 1.5rem;
    max-width: 33.3rem;
    min-width: 28rem;
  }
}

@media only screen and (min-width: 1200px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-empty.card-2x {
    display: initial;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header {
  background-color: transparent;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  text-align: center;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header .logo {
  height: 7rem;
  text-align: center;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header .logo img {
  -ms-flex-item-align: center;
  align-self: center;
  border: 0;
  height: 6rem;
  width: auto;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header .logo img.h-48 {
  height: 4.8rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.codeguard {
  background-color: #232021;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.codeguard .logo img {
  height: 8rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.constant-contact {
  background-color: #5196bc;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.constant-contact .logo img {
  height: 8rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.gsuite {
  background-color: #f6f6f6;
  border-bottom: solid 1px #e8ecf0;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.google-workspace .logo img {
  height: 3rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.o365 {
  background-color: #EB4F2E;
  border-bottom: solid 1px #e8ecf0;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.o365 .logo img {
  height: 3rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.seo-tools {
  background-color: #3258a1;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.seo-tools .logo img {
  height: 7rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.sitebuilder {
  background-color: #dcf0f9;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.sitebuilder .logo img {
  height: 8rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.sitelock {
  background-color: #c51d1e;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.sitelock .logo img {
  height: 6.7rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.ssl {
  background-color: #39b100;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.ssl .logo img {
  height: 4rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.weebly {
  background-color: #3192e7;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.weebly .logo img {
  height: 4rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-header.cloudflare {
  background-color: #000000;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-body {
  background-color: #ffffff;
  border: 0;
  color: #0D151D;
  margin: 0;
  padding: 1rem 3rem;
  width: 100%;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-body h5 {
  color: #0D151D;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 1.5rem 0;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-body p {
  color: #0D151D;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-footer {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-footer a.btn {
  margin: 0 .5rem .5rem;
  min-width: 10rem;
  width: auto;
}

@media only screen and (max-width: 576px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card .card-footer a.btn {
    width: auto;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.ams .card-header .logo, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.bing .card-header .logo, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.adwords .card-header .logo {
  background-color: #f4f4f4;
  margin-top: .4rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x {
  background: transparent none;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x {
    min-width: 33rem;
  }
}

@media only screen and (min-width: 1200px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x {
    margin-left: 2rem;
    margin-right: .5rem;
    max-width: 50rem;
    min-width: 45rem;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x a {
  text-decoration: none;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x a:hover {
  text-decoration: none;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body {
  border-radius: 0;
  pointer-events: none;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body .col-auto, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body .col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body h5 {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin: 1rem 0;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body p {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body .card-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body .card-icons .card-icon {
  color: #ffffff;
  font-size: 4.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body .card-icons .card-icon i, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-body .card-icons .card-icon svg {
  width: 4.8rem;
  height: 4.8rem;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-footer {
  border-radius: 0;
  display: none;
  padding: 1rem 2.5rem;
  pointer-events: none;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-footer a.btn {
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x .card-footer a.btn {
    width: auto;
  }
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.one-click .card-body {
  background: rgba(67, 120, 179, 0.8);
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.one-click .card-body h5, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.one-click .card-body p {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.one-click .card-footer a {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.themes .card-body {
  background: rgba(63, 186, 59, 0.8);
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.themes .card-body h5, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.themes .card-body p {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.themes .card-footer a {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.plugins .card-body {
  background: rgba(246, 155, 54, 0.8);
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.plugins .card-body h5, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.plugins .card-body p {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.plugins .card-footer a {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.services .card-body {
  background: rgba(193, 35, 44, 0.7);
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.services .card-body h5, .marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.services .card-body p {
  color: #ffffff;
}

.marketplace-dashboard .marketplace-dashboard-content .card-deck .card.card-2x.services .card-footer a {
  color: #ffffff;
}

.mobile-left-nav-menu {
  background-color: #ffffff;
  left: -10rem;
  padding-top: -3rem;
  position: fixed;
  top: 8rem;
  transition: all 100ms ease;
  width: auto;
  z-index: 450;
}

@media print {
  .mobile-left-nav-menu {
    display: none;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-left-nav-menu {
    left: 1.8rem;
    top: 7.5rem;
    transition: all 100ms ease;
  }
}

.mobile-left-nav-menu.nav-collapsed {
  left: .1rem;
  top: 8rem;
  transition: all 100ms ease;
}

.mobile-left-nav-menu ul.nav {
  margin-top: 0;
}

.mobile-left-nav-menu ul.nav > li {
  border-bottom: solid 0.1rem #e8ecf0;
  display: block;
  float: none;
  font-size: 1.8rem;
  margin: 0;
  position: relative;
  text-align: center;
}

.mobile-left-nav-menu ul.nav > li:hover {
  background-color: #ffffff;
}

.mobile-left-nav-menu ul.nav > li:hover a {
  color: #0D151D;
}

.mobile-left-nav-menu ul.nav > li:hover ul {
  border: solid 0.1rem #e8ecf0;
  display: block;
}

.mobile-left-nav-menu ul.nav > li:hover ul li {
  border-bottom: solid 0.1rem #e8ecf0;
  display: block;
  font-size: 1.4rem;
  text-align: left;
}

.mobile-left-nav-menu ul.nav > li:hover ul li.mobile-sub-nav-list-header {
  display: block;
}

.mobile-left-nav-menu ul.nav > li a {
  color: #e8ecf0;
  display: block;
  padding: 1rem .3rem .5rem;
  text-align: center;
}

.mobile-left-nav-menu ul.nav > li a:hover {
  background-color: transparent;
  color: #1f2044;
}

.mobile-left-nav-menu ul.nav > li a .icon-text {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  padding-top: .2rem;
  text-overflow: ellipsis;
}

.mobile-left-nav-menu ul.nav > li a .side-nav-main-toggle-icon {
  display: none;
}

.mobile-left-nav-menu ul.nav > li ul {
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  background-color: #ffffff;
  border-radius: 0 0 .3rem 0;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  display: none;
  position: absolute;
  right: -20rem;
  top: 0;
  width: 20rem;
}

.mobile-left-nav-menu ul.nav > li ul li {
  margin: 0;
  padding: 0;
  text-align: left;
}

.mobile-left-nav-menu ul.nav > li ul li.mobile-sub-nav-list-header h5 {
  background-color: #363636;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  padding: 1rem;
  pointer-events: none;
}

.mobile-left-nav-menu ul.nav > li ul li a {
  margin: 0;
  padding: 1rem;
  text-align: left;
}

.mobile-left-nav-menu ul.nav > li ul li a:hover {
  color: #1f2044;
}

.modal .modal-dialog .modal-content .modal-header {
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}

.modal .modal-dialog .modal-content .modal-header .close {
  margin: -1rem -1.5rem;
  position: absolute;
  top: 1rem;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 3rem auto 1.5rem auto;
  line-height: 2.4rem;
}

.modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 3rem;
}

.modal .modal-dialog .modal-content .modal-body p {
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  margin: .5rem auto;
  text-align: left;
}

.modal .modal-dialog .modal-content .modal-body p + p {
  margin: 1.5rem auto;
}

.modal .modal-dialog .modal-content .modal-body ol, .modal .modal-dialog .modal-content .modal-body ul {
  margin: 1.5rem auto;
  text-align: left;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
  margin: auto .75rem;
}

.modal .modal-dialog.modal-lg .modal-content .modal-header .close, .modal .modal-dialog.modal-xl .modal-content .modal-header .close {
  margin: -1rem -1.5rem;
  position: absolute;
  top: 1rem;
}

.modal .modal-dialog.modal-lg .modal-content .modal-header .modal-title, .modal .modal-dialog.modal-xl .modal-content .modal-header .modal-title {
  margin: 3rem auto 1.5rem auto;
  line-height: 2.4rem;
}

.modal .modal-dialog.modal-lg .modal-content .modal-body, .modal .modal-dialog.modal-xl .modal-content .modal-body {
  padding: 3rem;
}

.modal .modal-dialog.modal-lg .modal-content .modal-body table th:first-of-type, .modal .modal-dialog.modal-lg .modal-content .modal-body table td:first-of-type, .modal .modal-dialog.modal-xl .modal-content .modal-body table th:first-of-type, .modal .modal-dialog.modal-xl .modal-content .modal-body table td:first-of-type {
  text-align: left;
}

.box-tabs {
  border-bottom: 0.2rem solid #e8ecf0;
  display: block;
  margin: 2rem auto 2rem;
  text-align: center;
  width: 100%;
}

.box-tabs .box-tab {
  display: inline-block;
  padding: 1rem 2rem;
}

.box-tabs > .nav-tab {
  display: inline-block;
  float: none;
  margin: 0 .1rem -.1rem .1rem;
  zoom: 1;
}

.box-tabs > .nav-tab > a {
  background-color: #ffffff;
  border: 0.1rem solid #e8ecf0;
  border-bottom-color: #e8ecf0;
  border-radius: 0 0 0 0;
  color: #cdd8df;
  font-weight: bold;
  line-height: 1.5;
  margin-right: .2rem;
  text-decoration: none;
}

.box-tabs > .nav-tab > a::-moz-selection {
  background: transparent;
  outline: 0;
}

.box-tabs > .nav-tab > a::selection, .box-tabs > .nav-tab > a:focus {
  background: transparent;
  outline: 0;
}

.box-tabs > .nav-tab > a:hover {
  border-bottom-color: #e8ecf0;
  color: #1f2044;
  text-decoration: none;
}

.box-tabs > .nav-tab > a.tab-active {
  background-color: #1f2044;
  border-bottom: solid 0.1rem #1f2044;
  color: #ffffff;
  text-decoration: none;
}

.box-tabs > .nav-tab > a.tab-active:hover {
  background-color: #1f2044;
  text-decoration: none;
}

.circle-nav-group a.circle-nav-link {
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #ffffff;
  border: solid 0.1rem #fafbfd;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 2.6rem;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .2rem .6rem;
  text-align: center;
  width: 2.6rem;
}

.circle-nav-group a.circle-nav-link:hover {
  background-color: #2e93ee;
  border-color: #fafbfd;
  color: #ffffff;
}

.circle-nav-group a.circle-nav-link.blue {
  background-color: #2e93ee;
  border-color: #ffffff;
}

.circle-nav-group a.circle-nav-link.blue:hover {
  background-color: #ffffff;
  border-color: #fafbfd;
  color: #2e93ee;
}

.circle-nav-group a.circle-nav-link.gray {
  background-color: #fafbfd;
  border-color: #e8ecf0;
}

.circle-nav-group a.circle-nav-link.gray:hover {
  background-color: #2e93ee;
  border-color: #fafbfd;
  color: #ffffff;
}

.circle-nav-group a.circle-nav-link.white {
  background-color: #ffffff;
  border-color: #fafbfd;
}

.circle-nav-group a.circle-nav-link.white:hover {
  background-color: #2e93ee;
  border-color: #fafbfd;
  color: #ffffff;
}

.nav-tab-container {
  display: block;
  width: 100%;
  min-height: 10rem;
}

.nav-tab-container .nav-tabs-underline {
  border: 0;
  border-bottom: solid 0.1rem #e8ecf0;
  display: block;
  text-align: center;
  width: 100%;
}

.nav-tab-container .nav-tabs-underline a {
  background-color: transparent;
  border: none;
  color: #363636;
  font-weight: 500;
  margin-right: .5rem;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem;
}

.nav-tab-container .nav-tabs-underline a:hover {
  background-color: transparent;
  border-bottom: solid 0.3rem #2e93ee;
  color: #1f2044;
  cursor: pointer;
}

.nav-tab-container .nav-tabs-underline a.active {
  background: none;
  border-bottom: solid 0.3rem #2e93ee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  outline: none;
  font-weight: 700;
  color: #2e93ee;
}

.nav-tab-container .tab-content {
  padding: 1.5rem 0;
}

.tabbable {
  display: block;
  margin: 1rem auto;
  min-height: 10rem;
}

.tabbable .nav-tabs-underline {
  border: 0;
  border-bottom: solid 0.1rem #e8ecf0;
  display: block;
  margin: 2rem 0 0;
  text-align: center;
  width: 98%;
}

.tabbable .nav-tabs-underline li {
  border-bottom: solid .3rem transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0 .5rem 0 0;
  position: relative;
  top: .1rem;
}

.tabbable .nav-tabs-underline li:first-of-type {
  margin-left: 0;
}

.tabbable .nav-tabs-underline li:last-of-type {
  margin-right: 0;
}

.tabbable .nav-tabs-underline li a {
  background-color: transparent;
  border: 0;
  color: #363636;
  cursor: pointer;
  font-weight: 500;
  margin-right: 0;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .tabbable .nav-tabs-underline li a {
    font-size: 1.3rem;
  }
}

.tabbable .nav-tabs-underline li a:hover {
  background-color: transparent;
  border-bottom: solid 0.3rem #2e93ee;
  color: #1f2044;
  cursor: pointer;
  font-weight: 500;
}

.tabbable .nav-tabs-underline li a.active {
  background: none;
  border-bottom: solid 0.3rem #2e93ee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  outline: none;
  color: #2e93ee;
}

.tabbable .nav-tabs-underline li a.active:hover {
  background-color: transparent;
  border-bottom: solid 0.3rem #2e93ee;
  color: #1f2044;
  cursor: pointer;
  font-weight: 500;
}

.tabbable .tab-content {
  margin: 1rem auto 1rem auto;
  padding: 1rem 0;
}

.tabbable .tab-content .tab-pane {
  display: none;
}

.tabbable .tab-content .tab-pane .upsell-component {
  background-color: fade(#ffffff, 50%);
  border: dashed 0.1rem #e8ecf0;
  border-radius: .4rem;
  color: #363636;
  display: block;
  font-weight: bold;
  line-height: 10rem;
  margin: 1rem 0;
  min-height: 10rem;
  padding: 1.5rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.tabbable .tab-content .tab-pane .upsell-component h6 {
  font-weight: bold;
  line-height: 10rem;
}

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

.tabbable .tab-content .tab-pane.active > .container, .tabbable .tab-content .tab-pane.active > .container-fluid {
  background-color: #ffffff;
  border: solid 0.1rem #e8ecf0;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.new-tab-loading-page-container {
  background-color: #2e93ee;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li a {
  text-decoration: none;
}

.pagination li a:hover {
  text-decoration: none;
}

.pagination li.page-item a.selected {
  background-color: #fafbfd;
}

.password-tab-section .hasError-message {
  color: #fe3e15;
  font-style: italic;
  padding-left: 1rem;
}

.password-tab-section p.notice-banner {
  font-size: 14px;
  margin: 10px;
  text-align: center;
}

.password-tab-section .password-strength-label {
  position: relative;
  top: 5px;
  vertical-align: top;
}

.password-tab-section .password-meter {
  -webkit-box-shadow: inset 0 0.1rem 2px rgba(0, 0, 0, 0.1);
  background-color: #e8ecf0;
  border: .1rem solid transparent;
  border-radius: .5rem;
  box-shadow: inset 0 0.1rem 2px rgba(0, 0, 0, 0.1);
  height: 3rem;
  overflow: hidden;
  width: 20rem;
}

.password-tab-section .password-meter .strength-meter {
  -o-transition: width .6s ease;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  background-color: #0D151D;
  border-radius: .5rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-size: 1.2rem;
  font-weight: bold;
  height: 100%;
  line-height: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  transition: width .6s ease;
  width: 25%;
}

.password-tab-section .password-meter .strength-meter .password-verdict {
  color: #ffffff;
  left: 0;
  position: relative;
  top: 3px;
}

.password-tab-section .password-meter .strength-meter.strength-meter-success {
  background-color: #08c05d;
  width: 100%;
}

.password-tab-section .password-meter .strength-meter.strength-meter-warning {
  background-color: #ff9144;
  width: 50%;
}

.password-tab-section .password-meter .strength-meter.strength-meter-danger {
  background-color: #fe3e15;
  width: 25%;
}

.password-tab-section .password-section-requirement {
  -moz-border-radius: .4rem;
  -webkit-border-radius: .4rem;
  background-color: #e8ecf0;
  border: 0.1rem solid #1f2044;
  border-radius: .4rem;
  height: auto;
  margin-top: 2rem;
  min-height: 18rem;
  padding: 2rem;
  width: 60rem;
}

.password-tab-section .password-section-requirement h5 {
  margin-bottom: 1rem;
}

.password-tab-section .password-section-requirement ul {
  color: #363636;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
}

.cvv-popover i, .cvv-popover svg {
  position: relative;
  top: -.8rem;
}

.speech-bubble {
  -webkit-border-radius: 1.1rem;
  border: 0;
  border-radius: 1.1rem;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.speech-bubble::before {
  -o-text-overflow: clip;
  -webkit-transform: rotateZ(-14.323945deg) translateX(-5px) skewX(-36deg);
  background: inherit;
  border: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0.9);
  content: "";
  height: 3rem;
  left: 0;
  position: absolute;
  text-overflow: clip;
  text-shadow: none;
  transform: rotateZ(-14.323945deg) translateX(-5px) skewX(-36deg);
  width: 3rem;
  z-index: 1;
}

.speech-bubble.light-blue {
  background: #e5f4ff;
  color: #0D151D;
}

.popover .popover-content {
  font-size: 1.3rem;
}

.popover .popover-content ul li {
  font-size: 1.2rem;
}

.post-purchase-container {
  max-width: 640px !important;
}

.post-purchase-container .img-card-container {
  height: 20rem;
  width: 20rem;
  position: relative;
}

.post-purchase-container .img-card-container .card-img-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.post-purchase-container .not-now-arrow-width {
  width: 15.6rem;
}

.post-purchase-container .now-arrow-width {
  width: 12rem;
}

.post-purchase-container .arrow-group {
  width: 1.4rem;
  height: 1.3rem;
  position: relative;
}

.post-purchase-container .arrow-group .arrow-head {
  border: solid #000000;
  border-width: 0 0.3rem 0.3rem 0;
  display: inline-block;
  padding: 0.3rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}

.post-purchase-container .arrow-group .arrow-steam {
  height: 0.3rem;
  width: 1.2rem;
  background: #000000;
  position: absolute;
  top: 0.5rem;
}

.recommended-apps.home {
  margin: 3rem auto;
}

.recommended-apps.home .card-deck .card {
  background-color: #ffffff;
  border: solid 0.1rem #292929;
  border-radius: 0;
}

.recommended-apps.home .card-deck .card:hover {
  cursor: pointer;
}

.recommended-apps.home .card-deck .card .card-header {
  border-radius: .2rem .2rem 0 0;
  height: 100%;
  margin: 0;
  max-height: 10rem;
  min-height: 10rem;
  padding: 1.5rem;
  width: 100%;
}

.recommended-apps.home .card-deck .card .card-header i, .recommended-apps.home .card-deck .card .card-header svg {
  color: #ffffff;
  font-size: 3.6rem;
  height: 3.6rem;
  width: auto;
}

.recommended-apps.home .card-deck .card .card-header .title {
  color: #ffffff;
  font-size: 1.6rem;
}

.recommended-apps.home .card-deck .card .card-header .card-header-icon {
  width: 100%;
}

.recommended-apps.home .card-deck .card .card-header .card-header-icon svg {
  color: #ffffff;
  height: 3.6rem;
  width: auto;
}

.recommended-apps.home .card-deck .card .card-header .card-header-title {
  width: 100%;
}

.recommended-apps.home .card-deck .card .card-header .card-header-title .title {
  color: #ffffff;
  font-size: 1.6rem;
}

.recommended-apps.home .card-deck .card .card-body {
  height: 100%;
  min-height: 12rem;
}

.recommended-apps.home .card-deck .card .card-body h5 {
  color: #0D151D;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 1rem 0 0;
}

.recommended-apps.home .card-deck .card .card-body .card-text {
  color: #0D151D;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 1rem;
  padding: 0;
}

.recommended-apps.home .card-deck .card.sitelock .card-header {
  background-color: #c51d1e;
}

.recommended-apps.home .card-deck .card.constant-contact .card-header {
  background-color: #5196bc;
}

.recommended-apps.home .card-deck .card.priority-support .card-header {
  background-color: #4077b5;
}

.recommended-apps.home .card-deck .card.professional-services .card-header {
  background-color: #4077b5;
}

.recommended-apps.home .half-apps {
  border: solid 0.1rem #292929;
  margin-top: 2.5rem;
  width: 100%;
}

.recommended-apps.home .half-apps .app-block {
  border-bottom: solid 0.1rem #292929;
  display: -ms-flexbox;
  display: flex;
}

.recommended-apps.home .half-apps .app-block:nth-of-type(odd) {
  border-right: solid 0.1rem #292929;
}

.recommended-apps.home .half-apps .app-block .app-content p {
  line-height: 1.8rem;
  margin-top: 1.5rem;
}

.recommended-apps.home .half-apps .app-block .app-icon img, .recommended-apps.home .half-apps .app-block .app-icon i, .recommended-apps.home .half-apps .app-block .app-icon svg {
  height: 6rem;
  width: auto;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .recommended-apps.home .half-apps .app-block .app-icon img, .recommended-apps.home .half-apps .app-block .app-icon i, .recommended-apps.home .half-apps .app-block .app-icon svg {
    height: 3rem;
  }
}

.recommended-apps.home .half-apps .app-block .app-icon.comodo img, .recommended-apps.home .half-apps .app-block .app-icon.comodo i, .recommended-apps.home .half-apps .app-block .app-icon.comodo svg {
  height: 6rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .recommended-apps.home .half-apps .app-block .app-icon.comodo img, .recommended-apps.home .half-apps .app-block .app-icon.comodo i, .recommended-apps.home .half-apps .app-block .app-icon.comodo svg {
    height: 4rem;
  }
}

.recommended-apps.home .half-apps .app-block .app-icon.seo-tools img, .recommended-apps.home .half-apps .app-block .app-icon.seo-tools i, .recommended-apps.home .half-apps .app-block .app-icon.seo-tools svg {
  height: 7rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .recommended-apps.home .half-apps .app-block .app-icon.seo-tools img, .recommended-apps.home .half-apps .app-block .app-icon.seo-tools i, .recommended-apps.home .half-apps .app-block .app-icon.seo-tools svg {
    height: 4rem;
  }
}

.recommended-apps.home .half-apps .app-block .app-icon.weebly img, .recommended-apps.home .half-apps .app-block .app-icon.weebly i, .recommended-apps.home .half-apps .app-block .app-icon.weebly svg {
  height: 5rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .recommended-apps.home .half-apps .app-block .app-icon.weebly img, .recommended-apps.home .half-apps .app-block .app-icon.weebly i, .recommended-apps.home .half-apps .app-block .app-icon.weebly svg {
    height: 3rem;
  }
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

.anim::before {
  content: "";
  display: block;
  margin-top: 100%;
  position: relative;
}

.anim::after {
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.clickable .toggle + .anim {
  -webkit-animation: anim-in 0.75s;
  animation: anim-in 0.75s;
}

.clickable .toggle + .anim::after {
  -webkit-animation: anim-in-pseudo 0.75s;
  animation: anim-in-pseudo 0.75s;
}

.clickable .toggle:checked + .anim {
  -webkit-animation: anim-in 0.75s;
  animation: anim-in 0.75s;
}

.clickable .toggle:checked + .anim::after {
  -webkit-animation: anim-in-pseudo 0.75s;
  animation: anim-in-pseudo 0.75s;
}

.clickable .toggle:not(:checked) + .anim {
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.clickable .toggle:not(:checked) + .anim::after {
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

.hoverable:hover .anim {
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.hoverable:hover .anim::after {
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-in-pseudo {
  0% {
    background: fade(#0D151D, 25%);
  }
  100% {
    background: transparent;
  }
}

@keyframes anim-in-pseudo {
  0% {
    background: fade(#0D151D, 25%);
  }
  100% {
    background: transparent;
  }
}

@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: fade(#0D151D, 25%);
  }
  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: fade(#0D151D, 25%);
  }
  100% {
    background: transparent;
  }
}

.redirect-page-content {
  background: #ffffff;
  border: solid 0.1rem #e8ecf0;
  margin-left: -15rem;
  padding: 2rem;
  text-align: center;
  width: 60rem;
}

.redirect-page-content h1 {
  display: inline-block;
  margin: 0;
}

.navbar-search input[type="search"] {
  max-width: 30rem;
}

.search {
  position: relative;
}

.search input[type="search"] {
  padding-right: 3rem;
}

.kb-search .btn {
  border: 0;
  cursor: pointer;
  float: right;
  position: absolute;
  right: .5rem;
  top: .3rem;
}

.kb-search .btn:focus {
  box-shadow: none;
}

.kb-search .btn label {
  display: block;
  font-size: 1.4rem;
  margin: 0;
  pointer-events: none;
  width: 100%;
}

.kb-search .btn label i, .kb-search .btn label svg {
  display: block;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .kb-search .btn label i, .kb-search .btn label svg {
    display: none;
  }
}

.expmonth, .year, input[name="security_code"], #security_code {
  max-width: 7rem;
  min-width: 7rem;
  width: 100%;
}

.expmonth + .chzn-container, .year + .chzn-container, input[name="security_code"] + .chzn-container, #security_code + .chzn-container {
  max-width: 7rem;
  min-width: 7rem;
  width: 100%;
}

.box-shadow {
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
}

.loader,
.loader::after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}

.loader {
  -ms-transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -webkit-transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-document url-prefix() {
  .loader {
    display: none;
  }
}

.spinner-box-container {
  height: 100%;
  margin: 0;
  padding: 1.5rem;
  width: 100%;
}

.spinner-box {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  -webkit-align-content: center;
  -webkit-align-items: stretch;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-content: center;
  align-items: stretch;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.spinner-box .loading-text {
  -ms-flex: 0 0 auto;
  -ms-flex-item-align: center;
  -ms-flex-order: 0;
  -webkit-align-self: center;
  -webkit-flex: 0 0 auto;
  -webkit-order: 0;
  align-self: center;
  flex: 0 0 auto;
  min-height: 5rem;
  order: 0;
  padding: 2rem;
}

.spinner {
  -ms-flex: 0 0 auto;
  -ms-flex-item-align: center;
  -ms-flex-order: 0;
  -webkit-align-self: center;
  -webkit-animation: rotator 1.4s linear infinite;
  -webkit-flex: 0 0 auto;
  -webkit-order: 0;
  align-self: center;
  animation: rotator 1.4s linear infinite;
  flex: 0 0 auto;
  order: 0;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.spinner .path {
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  -webkit-transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
}

@-webkit-keyframes colors {
  0% {
    stroke: #2e93ee;
  }
  25% {
    stroke: #ffffff;
  }
  50% {
    stroke: #ff9144;
  }
  75% {
    stroke: #ffffff;
  }
  100% {
    stroke: #2e93ee;
  }
}

@keyframes colors {
  0% {
    stroke: #2e93ee;
  }
  25% {
    stroke: #ffffff;
  }
  50% {
    stroke: #ff9144;
  }
  75% {
    stroke: #ffffff;
  }
  100% {
    stroke: #2e93ee;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    -webkit-transform: rotate(135deg);
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    -webkit-transform: rotate(135deg);
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

@-webkit-keyframes short-press {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes short-press {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hide {
  display: none;
}

.loading, .processing {
  transition: all .3s ease;
}

.loading i, .loading svg, .processing i, .processing svg {
  font-size: 1.4rem;
  margin-right: .2rem;
}

.loading.animated, .processing.animated {
  -webkit-animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: 0.75s short-press cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.loading > span, .processing > span {
  display: inline-block;
  color: #ffffff;
  text-align: center;
}

.loading > span.pre-state-msg, .processing > span.pre-state-msg {
  transition: all 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .75s;
}

.loading.btn-lg i, .btn-group-lg > .loading.btn i, .loading.btn-lg svg, .btn-group-lg > .loading.btn svg, .processing.btn-lg i, .btn-group-lg > .processing.btn i, .processing.btn-lg svg, .btn-group-lg > .processing.btn svg {
  font-size: 1.6rem;
  margin-right: .5rem;
}

.toast-overlay {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 9999;
}

.toast-overlay > .toast {
  margin-bottom: 1.2rem;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell-middle {
  display: table-cell;
  vertical-align: middle;
}

.table-full {
  width: 100%;
}

table {
  font-family: "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
}

@media print {
  table {
    margin-top: 1rem;
  }
}

table td {
  vertical-align: middle;
}

table thead tr th {
  font-size: 1.4rem;
  font-weight: 600;
  border: none !important;
}

table tbody tr:last-of-type td {
  border-bottom: 0;
}

table tbody tr td {
  border: 0;
  border-bottom: 0.1rem solid #fafbfd;
  padding: .8rem;
  vertical-align: middle;
}

table tbody tr td div.input-wrapper {
  position: relative;
  width: 100%;
  max-width: 40rem;
  min-width: 18rem;
}

table tbody tr td div.input-wrapper input {
  line-height: 3.4rem;
  max-width: 40rem;
  min-width: 18rem;
  width: 100%;
}

table tbody tr td span.term-price {
  display: inline-block;
  min-width: 8rem;
  text-align: right;
}

table tfoot tr td {
  border-bottom: 0;
  padding: 1rem;
  text-align: center;
}

table tfoot tr td.tos-style .tos-items label[for="wp-tos-agree"] {
  display: inline-block;
  margin: auto .5rem;
}

table tr td h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

table tr td h5 {
  font-size: 1.3rem;
}

table tr td label {
  line-height: 3.4rem;
  margin-bottom: 0;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafbfd;
}

table.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #e5f4ff;
}

table.table-striped tbody tr:nth-of-type(odd) .dropdown-toggle {
  background-color: #ffffff;
}

table.table-striped tbody tr:nth-of-type(odd) td.no-hover:hover {
  background-color: #fafbfd;
}

table.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

table.table-striped tbody tr:nth-of-type(even):hover {
  background-color: #e5f4ff;
}

table.table-striped tbody tr:nth-of-type(even) .dropdown-toggle {
  background-color: #fafbfd;
}

table.table-striped tbody tr:nth-of-type(even) td.no-hover:hover {
  background-color: #ffffff;
}

table.fixed-layout-table {
  max-width: none;
  table-layout: fixed;
}

table.package-modal-table td.check, table.package-modal-table th.check {
  padding: 0 1.5rem;
  width: 2rem;
}

table.package-modal-table td.domain, table.package-modal-table th.domain {
  max-width: 20rem;
}

table.package-modal-table td.id, table.package-modal-table th.id {
  width: 7rem;
}

table.package-modal-table td.type, table.package-modal-table th.type {
  width: 12rem;
}

.tiers-grid .tier-col {
  margin-bottom: 1.5rem;
  padding: 0;
}

.tiers-grid .tier-col .tier-content-wrapper {
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: .5rem 1.5rem;
}

.tiers-grid .tier-col .tier-header {
  border: solid .1rem transparent;
  border-bottom: 0;
  border-radius: .5rem .5rem 0 0;
  margin: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.tiers-grid .tier-col .tier-header h3, .tiers-grid .tier-col .tier-header h4 {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0 auto;
  text-align: center;
}

.tiers-grid .tier-col .tier-header h3 {
  font-size: 2.4rem;
  font-weight: 900;
}

.tiers-grid .tier-col .tier-body {
  border: solid .1rem transparent;
  color: #0D151D;
  padding: 1rem;
  text-align: center;
}

.tiers-grid .tier-col .tier-body ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.tiers-grid .tier-col .tier-body ul li {
  color: inherit;
}

.tiers-grid .tier-col .tier-body ul li span:first-of-type {
  color: #ff9144;
  font-weight: 500;
}

.tiers-grid .tier-col .tier-footer {
  border: solid .1rem transparent;
  border-radius: 0 0 .5rem .5rem;
  color: #0D151D;
  padding: 1rem;
  text-align: center;
}

.tiers-grid .tier-col .tier-footer h3.current-plan {
  font-weight: 900;
  line-height: 3.6rem;
}

.tiers-grid .tier-col .tier-footer h5, .tiers-grid .tier-col .tier-footer h6 {
  color: #cdd8df;
  font-size: 1.6rem;
  margin: 1rem auto;
  text-align: center;
}

.tiers-grid .tier-col .tier-footer h5 .term-price, .tiers-grid .tier-col .tier-footer h6 .term-price {
  color: #ff9144;
  font-size: 110%;
}

.tiers-grid .tier-col .tier-footer .button-wrapper {
  margin: 0 auto;
  text-align: center;
}

.tiers-grid .tier-col .tier-footer .btn {
  margin: .5rem auto;
}

p {
  color: #363636;
  font: 400 0.933333rem "SF Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  line-height: 2.2rem;
  width: 100%;
}

p.bold, pb, pstrong {
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  p {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  p {
    margin-bottom: 1.5rem;
  }
}

p a {
  font-weight: 700;
}

p a:hover {
  text-decoration: underline;
}

small {
  color: #0D151D;
}

.strike {
  text-decoration: line-through;
}

.isReq {
  color: #fe3e15;
}

.isReq::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: inherit;
  position: relative;
  content: '\f069';
  vertical-align: super;
  font-size: .7rem;
  font-weight: 900;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.line-height-10px {
  line-height: 10px !important;
}

.line-height-11px {
  line-height: 11px !important;
}

.line-height-12px {
  line-height: 12px !important;
}

.line-height-13px {
  line-height: 13px !important;
}

.line-height-14px {
  line-height: 14px !important;
}

.line-height-15px {
  line-height: 15px !important;
}

.line-height-16px {
  line-height: 16px !important;
}

.line-height-17px {
  line-height: 17px !important;
}

.line-height-18px {
  line-height: 18px !important;
}

.line-height-19px {
  line-height: 19px !important;
}

.line-height-20px {
  line-height: 20px !important;
}

.line-height-21px {
  line-height: 21px !important;
}

.line-height-22px {
  line-height: 22px !important;
}

.line-height-23px {
  line-height: 23px !important;
}

.line-height-24px {
  line-height: 24px !important;
}

.line-height-25px {
  line-height: 25px !important;
}

.line-height-26px {
  line-height: 26px !important;
}

.line-height-27px {
  line-height: 27px !important;
}

.line-height-28px {
  line-height: 28px !important;
}

.line-height-29px {
  line-height: 29px !important;
}

.line-height-30px {
  line-height: 30px !important;
}

.line-height-31px {
  line-height: 31px !important;
}

.line-height-32px {
  line-height: 32px !important;
}

.line-height-33px {
  line-height: 33px !important;
}

.line-height-34px {
  line-height: 34px !important;
}

.line-height-35px {
  line-height: 35px !important;
}

.line-height-36px {
  line-height: 36px !important;
}

.line-height-37px {
  line-height: 37px !important;
}

.line-height-38px {
  line-height: 38px !important;
}

.line-height-39px {
  line-height: 39px !important;
}

.line-height-40px {
  line-height: 40px !important;
}

.line-height-41px {
  line-height: 41px !important;
}

.line-height-42px {
  line-height: 42px !important;
}

.line-height-43px {
  line-height: 43px !important;
}

.line-height-44px {
  line-height: 44px !important;
}

.line-height-45px {
  line-height: 45px !important;
}

.line-height-46px {
  line-height: 46px !important;
}

.line-height-47px {
  line-height: 47px !important;
}

.line-height-48px {
  line-height: 48px !important;
}

.line-height-49px {
  line-height: 49px !important;
}

.line-height-50px {
  line-height: 50px !important;
}

.font-10, .font-size-10 {
  font-size: 1rem !important;
}

.font-11, .font-size-11 {
  font-size: 1.1rem !important;
}

.font-12, .font-size-12 {
  font-size: 1.2rem !important;
}

.font-13, .font-size-13 {
  font-size: 1.3rem !important;
}

.font-14, .font-size-14 {
  font-size: 1.4rem !important;
}

.font-15, .font-size-15 {
  font-size: 1.5rem !important;
}

.font-16, .font-size-16 {
  font-size: 1.6rem !important;
}

.font-17, .font-size-17 {
  font-size: 1.7rem !important;
}

.font-18, .font-size-18 {
  font-size: 1.8rem !important;
}

.font-19, .font-size-19 {
  font-size: 1.9rem !important;
}

.font-20, .font-size-20 {
  font-size: 2rem !important;
}

.font-21, .font-size-21 {
  font-size: 2.1rem !important;
}

.font-22, .font-size-22 {
  font-size: 2.2rem !important;
}

.font-23, .font-size-23 {
  font-size: 2.3rem !important;
}

.font-24, .font-size-24 {
  font-size: 2.4rem !important;
}

.font-25, .font-size-25 {
  font-size: 2.5rem !important;
}

.font-26, .font-size-26 {
  font-size: 2.6rem !important;
}

.font-27, .font-size-27 {
  font-size: 2.7rem !important;
}

.font-28, .font-size-28 {
  font-size: 2.8rem !important;
}

.font-29, .font-size-29 {
  font-size: 2.9rem !important;
}

.font-30, .font-size-30 {
  font-size: 3rem !important;
}

.font-31, .font-size-31 {
  font-size: 3.1rem !important;
}

.font-32, .font-size-32 {
  font-size: 3.2rem !important;
}

.font-33, .font-size-33 {
  font-size: 3.3rem !important;
}

.font-34, .font-size-34 {
  font-size: 3.4rem !important;
}

.font-35, .font-size-35 {
  font-size: 3.5rem !important;
}

.font-36, .font-size-36 {
  font-size: 3.6rem !important;
}

.font-37, .font-size-37 {
  font-size: 3.7rem !important;
}

.font-38, .font-size-38 {
  font-size: 3.8rem !important;
}

.font-39, .font-size-39 {
  font-size: 3.9rem !important;
}

.font-40, .font-size-40 {
  font-size: 4rem !important;
}

.font-41, .font-size-41 {
  font-size: 4.1rem !important;
}

.font-42, .font-size-42 {
  font-size: 4.2rem !important;
}

.font-43, .font-size-43 {
  font-size: 4.3rem !important;
}

.font-44, .font-size-44 {
  font-size: 4.4rem !important;
}

.font-45, .font-size-45 {
  font-size: 4.5rem !important;
}

.font-46, .font-size-46 {
  font-size: 4.6rem !important;
}

.font-47, .font-size-47 {
  font-size: 4.7rem !important;
}

.font-48, .font-size-48 {
  font-size: 4.8rem !important;
}

.font-49, .font-size-49 {
  font-size: 4.9rem !important;
}

.font-50, .font-size-50 {
  font-size: 5rem !important;
}

.font-bold, .fw-bold, .bold {
  font-weight: bold !important;
}

.font-superbold, .fw-superbold {
  font-weight: 900 !important;
}

.font-normal, .fw-normal {
  font-weight: 400 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

[class^="truncate-middle-"], [class*="truncate-middle-"] {
  display: inline-block;
  text-overflow: clip;
  white-space: nowrap;
}

.tos-section {
  padding: 3rem 1.5rem;
  text-align: center;
}

.tos-items {
  text-align: left;
}

.tos-items div[class^="icheckbox_"].disabled:hover {
  cursor: not-allowed;
}

.tos-items div[class^="icheckbox_"]:hover {
  cursor: pointer;
}

.tos-items a {
  white-space: nowrap;
}

.tos-items label {
  color: #0D151D;
  font-weight: 500;
  margin-left: 1rem;
  font-size: 1.4rem;
}

.full-col.table-footer {
  text-align: center;
}

.weebly-animation-component .weebly-animation-container {
  max-width: 40rem;
  height: 27rem;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  border-radius: 0.3rem;
  overflow: hidden;
}

.weebly-animation-component .weebly-animation-container .top-nav {
  height: 2rem;
  background: #454B4F;
  position: relative;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.weebly-animation-component .weebly-animation-container .top-nav .mouse {
  width: 0.6rem;
  height: 0.6rem;
  background: #ffffff;
  border: 0.1rem solid #999999;
  border-radius: 100%;
  position: relative;
  z-index: 100;
  left: 17.5rem;
  top: 10.5rem;
}

.weebly-animation-component .weebly-animation-container .top-nav .btn-container {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1rem;
}

.weebly-animation-component .weebly-animation-container .top-nav .btn-container .publish-btn {
  background: #2e93ee;
  border-radius: 0.1rem;
  width: 1.9rem;
  height: 0.6rem;
}

.weebly-animation-component .weebly-animation-container .top-nav .btn-container .upgrade-btn {
  margin-right: 0.5rem;
  background: #FF8F17;
  border-radius: 0.1rem;
  width: 2.2rem;
  height: 0.6rem;
}

.weebly-animation-component .weebly-animation-container .screen-container {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav {
  width: 7rem;
  background: #363B3E;
  border-bottom-left-radius: 0.3rem;
  padding-top: 0.5rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0.3rem 0.5rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-container {
  display: -ms-flexbox;
  display: flex;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-container .left-btn {
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.25rem 0.5rem 0.5rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-container .left-btn .title-btn {
  position: relative;
  z-index: 1;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-container .left-btn .img-btn {
  position: relative;
  z-index: 2;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-container .right-btn {
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.5rem 0 0.25rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .left-nav-btn-container .right-btn .gallery-btn {
  position: relative;
  z-index: 1;
}

.weebly-animation-component .weebly-animation-container .screen-container .left-nav .end-of-left-nav {
  margin-bottom: 3rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column {
  -ms-flex: 1;
  flex: 1;
  background: #ffffff;
  border-bottom-right-radius: 0.3rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .edit-title-one {
  text-align: center;
  font-size: 6px;
  position: relative;
  top: 0.7rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .our-services-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 0.7rem;
  display: none;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .edit-title-two {
  display: none;
  text-align: center;
  font-size: 6px;
  position: relative;
  top: 1.1rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .help-travel-title {
  font-size: 1rem;
  text-align: center;
  display: none;
  position: relative;
  top: 1.2rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-imgs {
  display: none;
  position: absolute;
  bottom: -24rem;
  right: -8rem;
  width: 40rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .build-website-nav {
  height: 1.8rem;
  width: 24rem;
  background: #ffffff;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .build-website-nav .logo {
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  bottom: 0.3rem;
  left: 1rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .build-website-nav .home,
.weebly-animation-component .weebly-animation-container .screen-container .right-column .build-website-nav .about,
.weebly-animation-component .weebly-animation-container .screen-container .right-column .build-website-nav .destination,
.weebly-animation-component .weebly-animation-container .screen-container .right-column .build-website-nav .contact {
  font-size: 5px;
  position: relative;
  left: 3.5rem;
  padding-right: 1rem;
  bottom: 0.5rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .top-bg-img-color {
  background: #f5f6f8;
  height: 11rem;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .top-bg-img-color .top-bg-img-color-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 0.8rem 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .top-bg-img-color .top-bg-img-color-btn {
  border: none;
  border-radius: 0.2rem;
  height: 1.2rem;
  color: #0D151D;
  line-height: 1.2rem;
  background: #ffffff;
  font-size: 4px;
  font-weight: bold;
  display: block;
  width: 5rem;
  text-align: center;
  margin: 0 auto 2rem auto;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .top-bg-img {
  display: none;
  height: 11rem;
  background-position: 0 -5rem;
  background-image: url(/img/weebly-animation-images/1975787020.jpg);
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .top-bg-img .top-bg-img-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 0.8rem 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .top-bg-img .top-bg-img-btn {
  border: none;
  border-radius: 0.2rem;
  height: 1.2rem;
  color: #0D151D;
  line-height: 1.2rem;
  background: #ffffff;
  font-size: 4px;
  font-weight: bold;
  display: block;
  width: 5rem;
  text-align: center;
  margin: 0 auto 2rem auto;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .add-section-container {
  background: #ffffff;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .add-section-container .add-section-border {
  margin: 10px;
  border: 1px dashed #D8D8D8;
  padding: 0 0 10px 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .add-section-container .add-section-border .add-section-title {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .add-section-container .add-section-border .or {
  text-align: center;
  font-size: 6px;
  color: #999999;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .add-section-container .add-section-border .drag-element-text {
  text-align: center;
  font-size: 6px;
  color: #999999;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .add-section-container .add-section-border .add-section-btn {
  border: none;
  border-radius: 0.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  width: 5rem;
  text-align: center;
  font-size: 4px;
  font-weight: bold;
  display: block;
  background: #f5f6f8;
  margin: 0.5rem auto 1rem auto;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page {
  position: absolute;
  top: 3.8rem;
  left: 6rem;
  height: 16.2rem;
  width: 24rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .our-story-bg {
  background: #f5f6f8;
  height: 7.4rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .our-story-bg .edit-title-three {
  text-align: center;
  font-size: 6px;
  padding: 1.9rem 0 0.6rem 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .our-story-bg .about-title {
  font-size: 6px;
  font-weight: bold;
  padding: 1.9rem 0 0.6rem 0;
  text-align: center;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .our-story-bg .story-description {
  font-size: 4px;
  width: 20.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .our-story-bg .our-story-title {
  display: none;
  font-size: 6px;
  font-weight: bold;
  padding: 1.9rem 0 0.6rem 0;
  text-align: center;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .our-story-bg .edit-title-four {
  text-align: center;
  font-size: 6px;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .add-section-border {
  margin: 1rem;
  border: 0.1rem dashed #D8D8D8;
  padding: 1rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .add-section-border .add-section-title {
  font-size: 6px;
  font-weight: bold;
  text-align: center;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .add-section-border .or {
  text-align: center;
  font-size: 4px;
  color: #D8D8D8;
  padding: 0.4rem 0 0.4rem 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .add-section-border .drag-element-text {
  text-align: center;
  font-size: 4px;
  color: #D8D8D8;
  padding: 0 0 0.8rem 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .about-page .add-section-border button {
  border: none;
  border-radius: 0.2rem;
  height: 1.2rem;
  font-size: 4px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  background: #f5f6f8;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper {
  display: none;
  margin-top: 2rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container {
  display: -ms-flexbox;
  display: flex;
  width: 21.5rem;
  margin-left: auto;
  margin-right: auto;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg {
  height: 4.4rem;
  width: 6.4rem;
  background: #f5f6f8;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg .gallery-img {
  width: 2.1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 1.5rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg-one {
  display: none;
  height: 4.4rem;
  width: 6.4rem;
  background-image: url(/img/weebly-animation-images/plane.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg-two {
  display: none;
  height: 4.4rem;
  width: 6.4rem;
  background-image: url(/img/weebly-animation-images/hotel.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg-three {
  display: none;
  height: 4.4rem;
  width: 6.4rem;
  background-image: url(/img/weebly-animation-images/activities.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg-default-one {
  height: 4.4rem;
  width: 6.4rem;
  background: #f5f6f8;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg-default-two {
  height: 4.4rem;
  width: 6.4rem;
  background: #f5f6f8;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .img-card-bg-default-three {
  height: 4.4rem;
  width: 6.4rem;
  background: #f5f6f8;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-card .gallery-title {
  text-align: center;
  font-weight: bold;
  font-size: 6px;
  padding: 0.6rem 0 0 0;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-img-one {
  width: 6.4rem;
  margin-right: 1.2rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-img-two {
  width: 6.4rem;
  margin-right: 1.2rem;
}

.weebly-animation-component .weebly-animation-container .screen-container .right-column .gallery-wrapper .gallery-img-container .gallery-img-three {
  width: 6.4rem;
}

.website-dashboard-component .progress-bar-steps-text {
  color: #86929F;
  margin: 0 0 1rem 0;
}

.website-dashboard-component .progress-bar-steps-text .progress-bar-numbers {
  color: #363636;
}

.website-dashboard-component .progress {
  max-width: 40rem;
  border-radius: 1.4rem;
  height: 1.4rem;
  background: #f5f6f8;
}

.website-dashboard-component .progress .progress-bar {
  border-radius: 1.4rem;
  height: 1.4rem;
  background: #08c05d;
}

.website-dashboard-component .row-card {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
}

.website-dashboard-component .row-card .card-website-step-img-1-wp {
  background-image: url("/img/wp-install.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.website-dashboard-component .row-card .card-website-step-img-1 {
  background: #f5f6f8;
  position: relative;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .row-card .card-website-step-img-1 {
    min-height: 0;
    display: none;
  }
}

.website-dashboard-component .row-card .card-website-step-img-2-not-active {
  background-image: url("/img/Connect-Your-Domain-Not-Active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .row-card .card-website-step-img-2-not-active {
    display: none;
    background-image: none;
    min-height: 0;
  }
}

.website-dashboard-component .row-card .card-website-step-img-2 {
  background-image: url("/img/Connect-Your-Domain-active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .row-card .card-website-step-img-2 {
    display: none;
    background-image: none;
    min-height: 0;
  }
}

.website-dashboard-component .row-card .card-website-step-img-3-not-active {
  background-image: url("/img/publish-site-not-active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .row-card .card-website-step-img-3-not-active {
    display: none;
    background-image: none;
    min-height: 0;
  }
}

.website-dashboard-component .row-card .card-website-step-img-3 {
  background-image: url("/img/publish-site-active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .row-card .card-website-step-img-3 {
    display: none;
    background-image: none;
    min-height: 0;
  }
}

.website-dashboard-component .row-card .check-mark-icon {
  margin: 0 .5rem 0 0;
  color: #08c05d;
}

.website-dashboard-component .row-card .exclamation-icon {
  margin: 0 .5rem 0 0;
  color: #c51d1e;
  position: relative;
  top: 2rem;
}

.website-dashboard-component .row-card .row-card-title-container {
  padding: 3rem 2rem .5rem 2rem;
}

.website-dashboard-component .row-card .row-card-title-container .row-card-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  color: #363636;
}

.website-dashboard-component .row-card .row-card-title-container .step-complete {
  color: #86929F;
}

.website-dashboard-component .row-card .row-card-text {
  font-size: 1.4rem;
  color: #363636;
  padding: .5rem 2rem 1.5rem 0;
}

.website-dashboard-component .row-card .publish-site-btn,
.website-dashboard-component .row-card .connect-domain-btn,
.website-dashboard-component .row-card .edit-site-btn,
.website-dashboard-component .row-card .purchase-domain-btn,
.website-dashboard-component .row-card .contact-support-btn,
.website-dashboard-component .row-card .resend-verification-email-btn,
.website-dashboard-component .row-card .learn-more-btn {
  margin: 0 2rem 0 0;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .row-card .publish-site-btn,
  .website-dashboard-component .row-card .connect-domain-btn,
  .website-dashboard-component .row-card .edit-site-btn,
  .website-dashboard-component .row-card .purchase-domain-btn,
  .website-dashboard-component .row-card .contact-support-btn,
  .website-dashboard-component .row-card .resend-verification-email-btn,
  .website-dashboard-component .row-card .learn-more-btn {
    margin: 0 2rem 2rem 0;
  }
}

.website-dashboard-component .row-card .step-complete {
  color: #86929F;
}

.website-dashboard-component .row-card .info-icon {
  color: #2e93ee;
  position: relative;
  top: 0.5rem;
  left: 0.3rem;
}

.website-dashboard-component .center-icon {
  max-width: 8rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .website-dashboard-component .center-icon {
    display: none;
  }
}

.website-dashboard-component .row-btn-placement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.website-dashboard-component .modal-body .publish-site-img {
  display: block;
  margin: 0 auto;
  max-width: 37rem;
}

.website-dashboard-component .modal-body .weebly-modal-text {
  line-height: 2.5rem;
}

.website-dashboard-component .modal-body .error-icon {
  color: #ff9144;
  position: relative;
  top: 0.4rem;
}

.welcome-block {
  margin: 0 0 .5rem;
  padding: 0;
}

.welcome-block h5 {
  margin-bottom: 1rem;
}

.welcome-block h6 {
  color: #0D151D;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: -1rem;
}

.welcome-block h6 a {
  color: #ff9144;
  font-weight: bold;
}

.wordpress-credentials-card-component .wordpress-credentials-card {
  max-width: 68rem;
}

.wordpress-credentials-card-component .warning-icon {
  background: #fe3e15;
  height: 2rem;
  width: 2rem;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  color: white;
}

.o365-subscription-popover {
  max-width: 750px !important;
}

.app-container {
  margin-top: 0;
}

.app-container a {
  text-decoration: none;
}

.app-container a:hover {
  text-decoration: none;
}

.app-container .box {
  margin-top: 0;
  padding: 1.5rem;
  position: relative;
}

.app-container .box h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container .box h5 a {
  color: #2e93ee;
  font-size: inherit;
}

.app-container .box h5 a:hover {
  color: #1f2044;
  text-decoration: none;
}

.app-container .box h6 {
  font-size: 1.4rem;
  font-weight: 500;
}

.app-container .box .hero {
  background-color: transparent;
  background-position-x: 100%;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: -1.5rem;
  max-height: 42rem;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.app-container .box .hero .hero-content {
  color: #ffffff;
  font-size: 100%;
  position: absolute;
  text-align: center;
  top: 4rem;
  width: 100%;
  z-index: 390;
}

.app-container .box .hero .hero-content > a {
  color: inherit;
  font-size: 200%;
}

.app-container .box .hero .hero-content h1 {
  color: inherit;
  font-size: 240%;
}

.app-container .box .hero .hero-content h5 {
  color: inherit;
  font-size: 150%;
  letter-spacing: -.01rem;
}

.app-container .box .hero .hero-content ul.inline-list li {
  border-right: solid 0.1rem #1f2044;
  display: inline-block;
  font-weight: bold;
  padding: 0 2rem;
}

.app-container .box .hero .hero-content ul.inline-list li:last-of-type {
  border: 0;
}

.app-container .box .hero .hero-content ul.inline-list li a {
  color: #2e93ee;
  text-decoration: underline;
}

.app-container .box .hero .hero-content ul.inline-list li a:hover {
  color: #1f2044;
}

@media only screen and (max-width: 576px) {
  .app-container .box .hero .hero-content {
    font-size: 50%;
  }
  .app-container .box .hero .hero-content > a, .app-container .box .hero .hero-content h5 {
    display: none;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container .box .hero .hero-content {
    font-size: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container .box .hero .hero-content {
    font-size: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container .box .hero .hero-content {
    font-size: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container .box .hero .hero-content {
    font-size: 100%;
  }
}

.app-container .box > .hero + .container-fluid {
  padding-top: 20rem;
}

@media only screen and (max-width: 576px) {
  .app-container .box > .hero + .container-fluid {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container .box > .hero + .container-fluid {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container .box > .hero + .container-fluid {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container .box > .hero + .container-fluid {
    padding-top: 18rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container .box > .hero + .container-fluid {
    padding-top: 20rem;
  }
}

.app-container .box .container-fluid {
  padding: .5rem 1rem;
  width: 100%;
}

.app-container .box .container-fluid .app-footer-row {
  border-top: solid 0.1rem #e8ecf0;
  margin: 1.5rem auto 0;
  padding: 1.5rem;
  text-align: center;
}

.app-container .box .container-fluid .app-icon-img-container {
  border: solid 0.1rem #e8ecf0;
  margin: 0 1rem 1rem 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.app-container .box .container-fluid .app-icon-img-container .icon-container {
  display: inline-block;
}

.app-container .box .container-fluid .app-icon-img-container .icon-container i, .app-container .box .container-fluid .app-icon-img-container .icon-container svg {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
}

.app-container .box .container-fluid .app-icon-img-container.app-icon {
  position: relative;
}

.app-container .box .container-fluid .app-icon-img-container.app-icon::before, .app-container .box .container-fluid .app-icon-img-container.app-icon::after {
  display: inline-block;
  font: 900 normal 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
  font-size: 3.2rem;
  position: absolute;
}

.app-container .box .container-fluid .app-icon-img-container.app-icon::before {
  border: solid .1rem transparent;
  bottom: .5rem;
  color: #ffffff;
  content: "";
  padding: .2rem;
  right: -.5rem;
  z-index: 1;
  background-color: #ffffff;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
}

.app-container .box .container-fluid .app-icon-img-container.app-icon::after {
  bottom: 1.6rem;
  right: -.3rem;
  z-index: 2;
}

.app-container .box .container-fluid .app-icon-img-container.app-icon.icon-add::after {
  color: #08c05d;
  content: "\f055";
}

.app-container .box .container-fluid .app-icon-img-container.app-icon.icon-delete::after {
  color: #fe3e15;
  content: "\f057";
}

.app-container .box .container-fluid .app-icon-img-container.app-icon.icon-downgrade::after {
  color: #fe3e15;
  content: "\f0ab";
}

.app-container .box .container-fluid .app-icon-img-container.app-icon.icon-error::after {
  color: #fe3e15;
  content: "\f06a";
}

.app-container .box .container-fluid .app-icon-img-container.app-icon.icon-upgrade::after {
  color: #ff9144;
  content: "\f0aa";
}

.app-container .box .container-fluid .app-icon-img-container .app-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 7rem;
  margin: .4rem;
  padding: 0;
  width: 7rem;
}

.app-container .box .container-fluid .app-icon-img-container .app-img.img-default.g-suite {
  background-image: url("/img/apps/g_suite/dashboard-site-photo-bg.png");
}

.app-container .box .container-fluid .app-icon-img-container .app-img.img-default.sitebuilder {
  background-image: url("/img/apps/webzai/dashboard-site-photo-bg.png");
}

.app-container .box .container-fluid .btn-group .btn {
  position: relative;
  color: #2e93ee;
}

.app-container .box .container-fluid .card-deck-tiers {
  margin: 0 auto;
  width: 100%;
}

.app-container .box .container-fluid .card-deck-tiers .card-deck-span-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  min-width: 40rem;
}

.app-container .box .container-fluid .card-deck-tiers .card {
  border: solid 1rem transparent;
  border-radius: .5rem .5rem 0 0;
  margin: 0 auto 1.5rem auto;
  max-width: 45rem;
  min-width: 1rem;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .app-container .box .container-fluid .card-deck-tiers .card {
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container .box .container-fluid .card-deck-tiers .card {
    max-width: 50%;
    min-width: 50%;
  }
}

.app-container .box .container-fluid .card-deck-tiers .card .card-header .card-header-title {
  font-size: 2.2rem;
  font-weight: 900;
}

.app-container .box .container-fluid .card-deck-tiers .card .card-header .card-header-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
}

.app-container .box .container-fluid .card-deck-tiers .card .card-body .btn-group {
  min-height: 3rem;
}

.app-container .box .container-fluid .card-deck-tiers .card .card-body .flag {
  color: #2e93ee;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3rem auto 1rem;
  text-align: center;
}

.app-container .box .container-fluid .card-deck-tiers .card .card-footer .flag {
  color: #2e93ee;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1rem auto;
  text-align: center;
}

.app-container .box .container-fluid .feature-container {
  text-align: center;
}

.app-container .box .container-fluid .feature-container ul.feature-list {
  display: inline-block;
  padding: 0;
  text-align: left;
}

.app-container .box .container-fluid .feature-container ul.feature-list li {
  display: inline-block;
  margin-right: 1rem;
}

.app-container .box .container-fluid .feature-container ul.feature-list li:last-of-type {
  margin-right: 0;
}

.app-container .box .container-fluid .feature-container ul.feature-list li span {
  color: #ff9144;
}

.app-container .box .container-fluid .foreach-wrapper .foreach-block {
  border-bottom: solid 0.1rem #e8ecf0;
  padding: 1rem 0;
}

.app-container .box .container-fluid .foreach-wrapper .foreach-block:last-of-type {
  border-bottom: 0;
}

.app-container .box .container-fluid .page-action-header {
  position: absolute;
  right: 2rem;
  top: 0;
}

.app-container .box .container-fluid .preview-site {
  font-size: 1.4rem;
  font-weight: 600;
}

.app-container.gsuite.gsuite-tool .box .hero {
  background-color: #f6f6f6;
  border-bottom: solid 0.1rem #e8ecf0;
  border-top: solid 0.3rem #0D151D;
  margin: 0;
  position: relative;
}

.app-container.gsuite.gsuite-tool .box .hero .hero-content {
  padding: 1.5rem;
  position: relative;
  top: 1rem;
}

.app-container.gsuite.gsuite-tool .box .hero .hero-content h1 {
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  vertical-align: middle;
}

.app-container.gsuite.gsuite-tool .box .hero .hero-content p {
  color: #0D151D;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1.5rem 0 0 0;
}

.app-container.gsuite.gsuite-tool .box .hero .hero-content a {
  font-weight: 600;
}

.app-container.gsuite.gsuite-tool .box .container-fluid.tool-container {
  padding-top: 1rem;
}

.app-container.codeguard.codeguard-landing .box .hero {
  background-image: url("/img/hero_bg_images/hero_bg_images_codeguard.jpg");
}

.app-container.codeguard.codeguard-landing .box .hero a {
  color: #ffffff;
}

.app-container.codeguard.codeguard-landing .box .hero a.video-link {
  background-color: fade(#ffffff, 10%);
  border: 0.1rem solid #ffffff;
  border-radius: 3rem;
  display: inline-block;
  margin: 1.5rem auto;
  padding: 1rem 1.5rem .5rem 3.5rem;
}

@media only screen and (max-width: 576px) {
  .app-container.codeguard.codeguard-landing .box .hero a.video-link {
    display: none;
  }
}

.app-container.codeguard.codeguard-landing .box .hero a.video-link .icon-play {
  border-bottom: .8rem solid transparent;
  border-left: 1.2rem solid #ffffff;
  border-top: .8rem solid transparent;
  display: inline;
  font-size: 0;
  height: 0;
  left: -1.5rem;
  position: relative;
  top: -1rem;
  width: 0;
}

.app-container.codeguard.codeguard-landing .box .hero a.video-link:hover {
  background-color: fade(#ffffff, 25%);
  text-decoration: none;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid {
  background: #ffffff;
  margin-top: 21rem;
  padding-top: 1rem;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .app-container.codeguard.codeguard-landing .box > .container-fluid {
    margin-top: 12rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.codeguard.codeguard-landing .box > .container-fluid {
    margin-top: 16rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container.codeguard.codeguard-landing .box > .container-fluid {
    margin-top: 16rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.codeguard.codeguard-landing .box > .container-fluid {
    margin-top: 19rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container.codeguard.codeguard-landing .box > .container-fluid {
    margin-top: 21rem;
  }
}

.app-container.codeguard.codeguard-landing .box > .container-fluid > .row {
  margin: 2rem auto;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid .feature-block img {
  margin: 1rem auto;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid .feature-block p {
  margin: 1rem auto;
  max-width: 30rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr td, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr th, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td {
  text-align: center;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th:first-of-type, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr td:first-of-type, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr th:first-of-type, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td:first-of-type {
  text-align: left;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th:first-of-type h5, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr td:first-of-type h5, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr th:first-of-type h5, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td:first-of-type h5 {
  margin: 0 0 0 1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th h6.product-price, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr td h6.product-price, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr th h6.product-price, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td h6.product-price {
  color: #ff9144;
  font-size: 1.6rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr {
  border-bottom: solid 0.2rem #e8ecf0;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th {
  padding: 0 .3rem;
  vertical-align: bottom;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th:first-of-type {
  vertical-align: middle;
  width: 50%;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th .header-tab {
  background-color: #e8ecf0;
  border-radius: .5rem .5rem 0 0;
  padding: .5rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th .header-tab h3, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th .header-tab h4 {
  color: #9aa1a6;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th .header-tab h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th .header-tab h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th .header-tab h6 {
  color: #ff9144;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th.recommended .header-tab {
  background-color: #2e93ee;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th.recommended .header-tab h3, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table thead tr th.recommended .header-tab h4 {
  color: #ffffff;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr {
  border-top: solid 0.2rem #e8ecf0;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td {
  padding: 0 .3rem;
  vertical-align: top;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td:first-of-type {
  vertical-align: middle;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td .footer-tab {
  background-color: #e8ecf0;
  border-radius: 0 0 .5rem .5rem;
  padding: .5rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td .footer-tab h3, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td .footer-tab h4 {
  color: #9aa1a6;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td .footer-tab h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td .footer-tab h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td .footer-tab h6 {
  color: #ff9144;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td.recommended .footer-tab {
  background-color: #2e93ee;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td.recommended .footer-tab h3, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tfoot tr td.recommended .footer-tab h4 {
  color: #ffffff;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr {
  background-color: #ffffff;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr:hover {
  background-color: #fafbfd;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr td {
  text-align: center;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr td.pointer {
  text-align: left;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr td h5:first-of-type {
  margin-top: 1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr td h5 + p {
  margin-top: -1rem;
}

.app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr td i.fa-check, .app-container.codeguard.codeguard-landing .box > .container-fluid table.compare-table tbody tr td svg.fa-check {
  color: #08c05d;
  font-size: 2.4rem;
  font-weight: bold;
}

.app-container.o365 #faq .dropdown .dropdown-toggle::after {
  display: none;
}

.app-container.o365 #productFeatures .o365-body {
  padding: 2.5rem 7.5rem;
}

@media (min-width: 768px) {
  .app-container.o365 #productFeatures .o365-body {
    padding: 2.5rem 7.5rem;
  }
}

.app-container.o365 #productFeatures .o365-body .row img {
  height: 7.5rem;
  width: 7.5rem;
}

.app-container.o365 #subscriptionsAndPricing .table-rows .row {
  min-height: 8.5rem;
}

.app-container.o365 #subscriptionsAndPricing .row span img {
  height: 3rem;
  width: 3rem;
}

.app-container.o365.o365-dashboard .critical-issues-component {
  border-left-width: 0.8rem;
  border-left-style: solid;
}

.app-container.o365.o365-dashboard .critical-issues-component .icon-container .rounded-circle {
  width: 2.2rem;
  height: 2.2rem;
}

.app-container.o365.o365-tool .box .hero {
  position: relative;
  margin: 0;
  background-color: #EB4F2E;
  border-top: solid 0.4rem #e8ecf0;
  border-bottom: solid 0.1rem #e8ecf0 !important;
}

.app-container.o365.o365-tool .box .hero .hero-content {
  position: relative;
  top: 1rem;
  padding: 1.5rem;
}

.app-container.o365.o365-tool .box .hero .hero-content h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  color: #686c6e;
  line-height: 1.1;
  vertical-align: middle;
  margin: 0;
}

.app-container.o365.o365-tool .box .hero .hero-content p {
  font-family: 'Roboto', sans-serif !important;
  margin: 1.5rem 0 1.5rem 0;
  font-weight: 300;
  color: #686c6e;
  font-size: 1.5rem;
}

.app-container.o365.o365-tool .box .container-fluid.tool-container {
  padding-top: 1rem !important;
}

.app-container.seotools .current-plan-container h3 {
  color: #9aa1a6;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}

.app-container.seotools .current-plan-container h4 {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: -1rem;
}

.app-container.seotools .seotools-select-plan-header {
  margin-left: 3rem;
  min-height: 10rem;
}

.app-container.seotools .img-container {
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.app-container.seotools .img-container img {
  max-height: 7.8rem;
  max-width: 7.8rem;
  vertical-align: middle;
  z-index: 2;
}

.app-container.seotools.seotools-brochure .box .hero {
  background: #1d56ad url("/img/apps/seotools/header-seotools-graph-background.png");
  max-height: 30rem;
}

@media only screen and (max-width: 576px) {
  .app-container.seotools.seotools-brochure .box .hero {
    background: #1d56ad url("/img/apps/seotools/header-seotools-background-gradient.svg");
    max-height: 26rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .hero {
    max-height: 26rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container.seotools.seotools-brochure .box .hero {
    max-height: 36.3rem;
  }
}

.app-container.seotools.seotools-brochure .box .hero .hero-content {
  padding-left: 9rem;
  text-align: left;
}

@media only screen and (max-width: 576px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content {
    padding: 0 1.5rem;
    text-align: center;
    top: 1rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content {
    padding-left: 4rem;
  }
}

.app-container.seotools.seotools-brochure .box .hero .hero-content h1 {
  font-size: 4.5rem;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 576px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content h1 {
    font-size: 3.6rem;
    position: relative;
    top: 14rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content h1 {
    font-size: 3.6rem;
    position: relative;
    top: 0;
  }
}

.app-container.seotools.seotools-brochure .box .hero .hero-content h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 29rem;
}

.app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-graph-line {
  bottom: 0;
  display: none;
  float: right;
  height: 23.4rem;
  position: absolute;
  right: 0;
  top: 8.9rem;
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-graph-line {
    display: block;
  }
}

.app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-icon-group {
  float: right;
  height: 20rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: auto;
}

@media only screen and (max-width: 576px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-icon-group {
    height: 15rem;
    left: 50%;
    margin-left: -5.5rem;
    right: auto;
    top: 1rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 1rem;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 10rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 10rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container.seotools.seotools-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 18rem;
  }
}

.app-container.seotools.seotools-brochure .box .container-fluid {
  margin-top: 9rem;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .container-fluid {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container.seotools.seotools-brochure .box .container-fluid {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.seotools.seotools-brochure .box .container-fluid {
    margin-top: 5rem;
  }
}

.app-container.seotools.seotools-brochure .box .container-fluid > .row {
  margin: 2rem auto;
}

@media only screen and (max-width: 576px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .card-deck .card {
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .card-deck .card {
    max-width: 80%;
    min-width: 80%;
  }
}

.app-container.seotools.seotools-brochure .box .container-fluid .card-deck .card .card-body {
  padding: 3rem;
}

@media only screen and (max-width: 576px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .card-deck .card .card-body {
    padding: 1.5rem;
  }
}

.app-container.seotools.seotools-brochure .box .container-fluid .card-deck .card .card-footer .flag {
  font-size: 1.6rem;
}

.app-container.seotools.seotools-brochure .box .container-fluid .content-header {
  margin: 10rem 0 2rem;
  text-align: center;
}

.app-container.seotools.seotools-brochure .box .container-fluid .content-header .content-title {
  font-size: 2.4rem;
  font-weight: 900;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .content-header .content-title {
    font-size: 1.8rem;
  }
}

.app-container.seotools.seotools-brochure .box .container-fluid .content-header .content-description {
  font-size: 1.3rem;
  padding: 0 10rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .content-header .content-description {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .content-header .content-description {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.seotools.seotools-brochure .box .container-fluid .content-header .select-plan-header .line {
    display: none;
  }
}

.app-container.seotools.seotools-brochure .box .container-fluid .content-header .select-plan-header .select-plan {
  font-weight: 700;
}

.app-container.seotools.seotools-brochure .box .container-fluid .content-body > .row {
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem -1.5rem;
}

.app-container.seotools.seotools-brochure .box .container-fluid .content-body img {
  border: 0;
  box-shadow: 0 0.6rem 2.2rem 0 rgba(0, 0, 0, 0.12);
  height: auto;
  width: 100%;
}

.app-container.weebly .current-plan-container h3 {
  color: #9aa1a6;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}

.app-container.weebly .current-plan-container h4 {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 800;
  margin-top: -1rem;
}

.app-container.weebly .weebly-small-icon {
  height: 4rem;
  width: 4rem;
}

.app-container.weebly .weebly-select-plan-header {
  margin-left: 3rem;
  min-height: 10rem;
}

.app-container.weebly .img-container {
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.app-container.weebly .img-container img {
  max-height: 7.8rem;
  max-width: 7.8rem;
  vertical-align: middle;
  z-index: 2;
}

.app-container.weebly.weebly-brochure .box .hero {
  background: #3192e7 url("/img/hero_bg_images/hero_bg_images_weebly.jpg");
  background-size: cover;
  max-height: 30rem;
}

@media only screen and (max-width: 576px) {
  .app-container.weebly.weebly-brochure .box .hero {
    background: #3192e7;
    max-height: 30rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .hero {
    max-height: 30rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container.weebly.weebly-brochure .box .hero {
    max-height: 30rem;
  }
}

.app-container.weebly.weebly-brochure .box .hero .hero-content {
  padding-left: 9rem;
  text-align: left;
}

@media only screen and (max-width: 576px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content {
    padding: 0 1.5rem;
    text-align: center;
    top: 1rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content {
    padding-left: 4rem;
  }
}

.app-container.weebly.weebly-brochure .box .hero .hero-content h1 {
  font-size: 4.5rem;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 576px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content h1 {
    font-size: 3.6rem;
    position: relative;
    top: 14rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content h1 {
    font-size: 3.6rem;
    position: relative;
    top: 0;
  }
}

.app-container.weebly.weebly-brochure .box .hero .hero-content h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 29rem;
}

.app-container.weebly.weebly-brochure .box .hero .hero-content img.hero-content-icon-group {
  float: right;
  height: 20rem;
  position: absolute;
  right: 2rem;
  top: 11rem;
  width: 20rem;
}

@media only screen and (max-width: 576px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content img.hero-content-icon-group {
    height: 15rem;
    left: 40%;
    margin-left: -5.5rem;
    right: auto;
    top: 1rem;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 2rem;
    top: 11rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 2rem;
    top: 11rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 2rem;
    top: 11rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-container.weebly.weebly-brochure .box .hero .hero-content img.hero-content-icon-group {
    right: 2rem;
    top: 11rem;
  }
}

.app-container.weebly.weebly-brochure .box .container-fluid {
  margin-top: 9rem;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .container-fluid {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container.weebly.weebly-brochure .box .container-fluid {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.weebly.weebly-brochure .box .container-fluid {
    margin-top: 5rem;
  }
}

.app-container.weebly.weebly-brochure .box .container-fluid > .row {
  margin: 2rem auto;
}

@media only screen and (max-width: 576px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .card-deck .card {
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .card-deck .card {
    max-width: 80%;
    min-width: 80%;
  }
}

.app-container.weebly.weebly-brochure .box .container-fluid .card-deck .card .card-body {
  padding: 3rem;
}

@media only screen and (max-width: 576px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .card-deck .card .card-body {
    padding: 1.5rem;
  }
}

.app-container.weebly.weebly-brochure .box .container-fluid .card-deck .card .card-footer .flag {
  font-size: 1.6rem;
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-header {
  margin: 3rem 0 3rem;
  text-align: center;
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-header .content-title {
  font-size: 2.4rem;
  font-weight: 900;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .content-header .content-title {
    font-size: 1.8rem;
  }
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-header .content-description {
  font-size: 1.3rem;
  padding: 0 10rem;
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .content-header .content-description {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .content-header .content-description {
    padding: 0 4rem;
  }
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.weebly.weebly-brochure .box .container-fluid .content-header .select-plan-header .line {
    display: none;
  }
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-header .select-plan-header .select-plan {
  font-weight: 700;
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-body > .row {
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem -1.5rem;
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-body img {
  border: 0;
  height: auto;
  width: 80%;
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-body img.phone-image-overlay {
  left: 10rem;
  margin-left: 5rem;
  position: absolute;
  top: 8rem;
  width: 30%;
}

.app-container.weebly.weebly-brochure .box .container-fluid .content-body img.phone-image {
  margin-left: 10rem;
  width: 35%;
}

.app-container.sitelock #sitelockuserAcct, .app-container.sitelock #sitelockuserAcct_chzn {
  max-width: 30rem;
}

.app-container.sitelock .sitelock-hero-bg-img {
  background: #e6e6e6 url("/img/snappy-sitelock-hero.png") 100% 100% no-repeat;
  background-size: cover;
  border: solid 0.1rem #e8ecf0;
  border-radius: .5rem;
  height: 22.3rem;
  padding: 0;
  width: 27.4rem;
}

.app-container.sitelock table#sitelock-security-overview thead tr th {
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5rem 0;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td {
  border-bottom-color: transparent;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td:first-child {
  position: relative;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td:first-child::before {
  bottom: 0;
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  top: 0;
  width: 8px;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.protected {
  width: 1rem;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.domain {
  color: #0D151D;
  font-weight: 600;
  padding-left: 0;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.domain .icon {
  padding-right: 1rem;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.security-plan {
  font-weight: 600;
  width: 15rem;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.percentage {
  text-align: center;
  width: 15rem;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.percentage .fa {
  color: #2e93ee;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.manage, .app-container.sitelock table#sitelock-security-overview tbody tr td.cancel {
  text-align: center;
  width: 7rem;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.manage .fa, .app-container.sitelock table#sitelock-security-overview tbody tr td.cancel .fa {
  color: #9aa1a6;
  font-size: 2rem;
  margin-left: .5rem;
}

.app-container.sitelock table#sitelock-security-overview tbody tr td.manage .fa:first-child, .app-container.sitelock table#sitelock-security-overview tbody tr td.cancel .fa:first-child {
  color: #2e93ee;
  margin-left: 0;
}

.app-container.sitelock table#sitelock-security-overview tr .icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgba(20, 20, 20, 0.3);
  content: "\f057";
  display: inline-block;
  font: normal normal 400 1.4rem/1rem "Font Awesome 5 Pro", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.app-container.sitelock table#sitelock-security-overview tr td:first-child .icon::before {
  font-size: 1.5rem;
  position: absolute;
  top: 30%;
}

.app-container.sitelock table#sitelock-security-overview tr:nth-child(odd) td:first-child::before {
  display: none;
}

.app-container.sitelock table#sitelock-security-overview tr.table-footer td:first-child::before {
  display: none;
}

.app-container.sitelock table#sitelock-security-overview tr.table-footer td:last-child::before {
  display: none;
}

.app-container.sitelock table#sitelock-security-overview .fa-dashboard {
  cursor: pointer;
}

.app-container.sitelock table#sitelock-security-overview .fa-trash {
  cursor: pointer;
}

.app-container.sitelock table#sitelock-security-overview tr.pending .icon::before {
  color: #ff9144;
  content: "\f111";
}

.app-container.sitelock table#sitelock-security-overview tr.pending td.manage .fa, .app-container.sitelock table#sitelock-security-overview tr.pending td.cancel .fa {
  display: inline-block;
  font-size: 2rem;
}

.app-container.sitelock table#sitelock-security-overview tr.enabled td:first-child::before {
  background: #08c05d;
}

.app-container.sitelock table#sitelock-security-overview tr.enabled .icon::before {
  color: #08c05d;
  content: "\f058";
}

.app-container.sitelock table#sitelock-security-overview tr.enabled td.manage .fa {
  display: inline-block;
}

.app-container.sitelock table#sitelock-security-overview tr.enabled .sphere911::before {
  background-color: #08c05d;
  border: 1px solid #08c05d;
}

.app-container.sitelock table#sitelock-security-overview tr.in-progress td:first-child::before {
  background: #ff9144;
}

.app-container.sitelock table#sitelock-security-overview tr.in-progress .icon::before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  color: #9aa1a6;
  content: "\f013";
}

.app-container.sitelock table#sitelock-security-overview tr.in-progress td.security-plan a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.in-progress td.percentage input {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.in-progress td.manage .fa {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.in-progress .sphere911::before {
  background-color: #ff9144;
  border: 1px solid #ff9144;
}

.app-container.sitelock table#sitelock-security-overview tr.delete td:first-child::before {
  background: #fe3e15;
}

.app-container.sitelock table#sitelock-security-overview tr.delete .icon::before {
  color: #fe3e15;
  content: "\f06a";
}

.app-container.sitelock table#sitelock-security-overview tr.delete td.percentage {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.delete td.domain {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.delete td.security-plan {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.delete td.manage .fa-dashboard {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.loading .icon::before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: "\f021";
}

.app-container.sitelock table#sitelock-security-overview tr.loading td.security-plan a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.loading td.percentage {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview tr.loading td.manage .fa {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}

.app-container.sitelock table#sitelock-security-overview .sphere911::before {
  border-radius: 10px;
  bottom: 1px;
  content: "";
  display: inline-block;
  margin-right: 2px;
  padding: 3px;
  position: relative;
  vertical-align: middle;
}

.app-container.sitebuilder .current-plan-container h3 {
  color: #9aa1a6;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1rem;
}

.app-container.sitebuilder .current-plan-container h4 {
  color: #363636;
  font-size: 1.8rem;
  font-weight: 800;
}

.app-container.sitebuilder .sitebuilder-select-plan-header {
  margin-left: 3rem;
  min-height: 10rem;
}

.app-container.sitebuilder .img-container {
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.app-container.sitebuilder .img-container img {
  max-height: 7.8rem;
  max-width: 7.8rem;
  vertical-align: middle;
  z-index: 2;
}

.app-container.sitebuilder.sitebuilder-templates .card .card-footer button {
  min-width: auto;
  width: auto;
}

.app-container.sitebuilder.sitebuilder-templates .template-filter-row {
  margin: 2rem auto 3rem;
}

.app-container.sitebuilder.sitebuilder-templates .template-filter-row [class^="col-"] {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.app-container.sitebuilder.sitebuilder-templates .template-filter-row label, .app-container.sitebuilder.sitebuilder-templates .template-filter-row #cat-select {
  display: inline-block;
  padding: 0;
  text-align: left;
  width: 100%;
}

.app-container.sitebuilder.sitebuilder-templates .template-filter-row .template-filter-input {
  display: inline-block;
  text-align: left;
  width: 100%;
}

.app-container.sitebuilder.sitebuilder-templates .templates-row img {
  border: 0;
  height: auto;
  width: 100%;
}

.app-container.sitebuilder.sitebuilder-templates .templates-row .card {
  margin: 0;
}

.app-container.sitebuilder.sitebuilder-add #addPackage {
  width: 30rem;
}

.app-container.sitebuilder.sitebuilder-landing .options-container {
  position: relative;
}

.app-container.sitebuilder.sitebuilder-landing .options-container a.cog {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-left: .5rem;
  min-height: 24px;
  vertical-align: middle;
}

.app-container.sitebuilder.sitebuilder-landing .options-container a.cog i, .app-container.sitebuilder.sitebuilder-landing .options-container a.cog svg {
  font-size: 2.4rem;
}

.app-container.sitebuilder.sitebuilder-landing .website-status::before {
  background: url("/img/apps/webzai/sprite.png") no-repeat -245px -94px;
  bottom: -1px;
  content: "";
  display: inline-block;
  font-weight: bold;
  height: 12px;
  position: relative;
  width: 30px;
  z-index: 3;
}

.app-container.sitebuilder.sitebuilder-landing .website-status.active {
  color: #08c05d;
  font-weight: bold;
}

.app-container.sitebuilder.sitebuilder-landing .website-status.active::before {
  background: url("/img/apps/webzai/sprite.png") no-repeat -244px -74px;
}

.app-container.sitebuilder.sitebuilder-brochure .box .hero {
  background-image: url("/img/hero_bg_images/hero_bg_images_website_builder.jpg");
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid {
  margin-top: 9rem;
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid {
    margin-top: 5rem;
  }
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid > .row {
  margin: 2rem auto;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid .feature-block img {
  margin: 1rem auto;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid .feature-block p {
  margin: 1rem auto;
  max-width: 30rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section::after {
  background: url("/img/apps/webzai/foreground-white-blocks-lg.png") center 0 repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 14.7rem;
  left: 0;
  right: 0;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section h3 {
  margin: 4rem auto -4rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section #carousel {
  display: block;
  height: 60rem;
  margin: 1rem auto;
  width: 75rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section #next, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section #prev {
  background: url("/img/apps/webzai/carousel-arrows.png") 0 0 no-repeat;
  content: "";
  cursor: pointer;
  display: block;
  height: 5rem;
  position: absolute;
  top: 50%;
  width: 3rem;
  z-index: 1;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section #next {
  background-position-x: -3.3rem;
  right: -15rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid #carousel-section #prev {
  left: -15rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr td, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr th, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td {
  text-align: center;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th:first-of-type, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr td:first-of-type, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr th:first-of-type, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td:first-of-type {
  text-align: left;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th:first-of-type h5, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr td:first-of-type h5, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr th:first-of-type h5, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td:first-of-type h5 {
  margin: 0 0 0 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th h6.product-price, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr td h6.product-price, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr th h6.product-price, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td h6.product-price {
  color: #ff9144;
  font-size: 1.6rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr {
  border-bottom: solid 0.2rem #e8ecf0;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th {
  padding: 0 .3rem;
  vertical-align: bottom;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th:first-of-type {
  vertical-align: middle;
  width: 50%;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th .header-tab {
  background-color: #e8ecf0;
  border-radius: .5rem .5rem 0 0;
  padding: .5rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th .header-tab h3, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th .header-tab h4 {
  color: #9aa1a6;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th .header-tab h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th .header-tab h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th .header-tab h6 {
  color: #ff9144;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th.recommended .header-tab {
  background-color: #2e93ee;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th.recommended .header-tab h3, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table thead tr th.recommended .header-tab h4 {
  color: #ffffff;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr {
  border-top: solid 0.2rem #e8ecf0;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td {
  padding: 0 .3rem;
  vertical-align: top;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td:first-of-type {
  vertical-align: middle;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td .footer-tab {
  background-color: #e8ecf0;
  border-radius: 0 0 .5rem .5rem;
  padding: .5rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td .footer-tab h3, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td .footer-tab h4 {
  color: #9aa1a6;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td .footer-tab h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td .footer-tab h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td .footer-tab h6 {
  color: #ff9144;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td.recommended .footer-tab {
  background-color: #2e93ee;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td.recommended .footer-tab h3, .app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tfoot tr td.recommended .footer-tab h4 {
  color: #ffffff;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr {
  background-color: #ffffff;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr:hover {
  background-color: #fafbfd;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr td {
  text-align: center;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr td.pointer {
  text-align: left;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr td h5:first-of-type {
  margin-top: 1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr td h5 + p {
  margin-top: -1rem;
}

.app-container.sitebuilder.sitebuilder-brochure .box .container-fluid table.compare-table tbody tr td i.fa-check {
  color: #08c05d;
  font-size: 2.4rem;
  font-weight: bold;
}

.app-container-2 {
  background-color: transparent;
  margin: 0 auto 2rem;
  padding: 0;
  width: 100%;
}

.app-container-2 .page-header {
  margin-top: 0;
}

.app-container-2 .app-select-wrapper {
  margin: 1.5rem 0;
  text-align: left;
}

.app-container-2 .app-select-wrapper h4.app-select-wrapper-label {
  display: block;
  margin: 1rem 0;
}

.app-container-2 .app-select-wrapper .chzn-container {
  display: block;
  margin: 1rem 0;
}

.app-container-2 .app-select-wrapper .chzn-container a {
  background-color: #ffffff;
  font-weight: bold;
}

.app-container-2 .app-select-wrapper .chzn-container .chzn-drop ul.chzn-results li {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.app-container-2 .chzn-container {
  display: block;
  margin: .5rem auto;
}

.app-container-2 .chzn-container a {
  background-color: #ffffff;
  font-weight: bold;
}

.app-container-2 .chzn-container .chzn-drop ul.chzn-results li {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.app-container-2 .flag {
  margin: 0 auto;
  text-align: center;
}

.app-container-2 .flag::after {
  content: "\f024";
  display: inline;
  font-size: inherit;
  margin: 0 1rem;
  position: relative;
}

.app-container-2 .inner-row::after {
  clear: both;
  content: "";
  display: block;
}

.app-container-2 .hero {
  margin-top: 0;
  padding: 0;
}

.app-container-2 .hero .hero-content div::after {
  clear: both;
  content: " ";
  display: block;
}

.app-container-2 .hero .hero-content ul {
  list-style-type: disc;
}

.app-container-2 .hero .hero-content ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.app-container-2 .hero .hero-content .content-row {
  padding: 1.5rem;
}

.app-container-2 .hero .hero-content .price-row {
  border-top: solid 1px #e8ecf0;
  display: block;
  padding-top: 2rem;
  width: 100%;
}

.app-container-2 .box-col-container {
  text-align: center;
  width: 100%;
}

.app-container-2 .box-col-container .box {
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans {
  background: #ffffff;
  border: solid 0.1rem #fafbfd;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-sizing: border-box;
  display: inline-block;
  margin: 1rem .5rem 2rem;
  max-width: 30%;
  min-width: 30%;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: auto;
}

.app-container-2 .box-col-container .box.three-plans .badge-recommended {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans .badge-recommended img {
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: -5rem auto 0;
  width: 60%;
}

.app-container-2 .box-col-container .box.three-plans .title {
  background-color: #2e93ee;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #ffffff;
  margin: 0;
  padding: 1.5rem;
}

.app-container-2 .box-col-container .box.three-plans .subtitle {
  background-color: #e8ecf0;
  color: #0D151D;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body {
  background-color: #ffffff;
  min-height: 25rem;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group {
  display: block;
  margin: 1rem auto 0;
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group {
  border: solid 0.1rem #e8ecf0;
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group .btn {
  background-color: #ffffff;
  border-color: #e8ecf0;
  color: #2e93ee;
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group .btn .caret {
  position: relative;
  top: 1.3rem;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group ul {
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 3rem;
  width: 100%;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group ul li {
  display: block;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body .select-group .btn-group ul li::before {
  display: none;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body ul {
  padding: 1rem;
  position: relative;
  top: 1rem;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body ul li {
  font-weight: 500;
  line-height: 3rem;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body ul li::before {
  background-color: #ff9144;
  border-radius: 1rem;
  content: "";
  display: inline-block;
  margin-right: .8rem;
  padding: .3rem;
  position: relative;
  top: -.1rem;
  vertical-align: middle;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body ul li.special {
  font-weight: bold;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body ul li .highlight {
  color: #ff9144;
  font-weight: bold;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-body ul li .small {
  color: #363636;
  font-size: .8rem;
  position: relative;
  top: -.5rem;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-footer {
  background-color: #ffffff;
  padding: 1rem;
  text-align: center;
}

.app-container-2 .box-col-container .box.three-plans .three-plans-footer .btn {
  margin: 0 auto;
  width: 80%;
}

.app-container-2 .section {
  background-color: #ffffff;
  display: block;
  margin: 2rem 0;
  padding: 2rem;
  text-align: center;
}

.app-container-2 .section::before, .app-container-2 .section::after {
  clear: both;
  content: " ";
  display: block;
}

.app-container-2 .section h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.app-container-2 .section h3 {
  color: #2e93ee;
}

.app-container-2 .section.alt {
  background-color: #e5f4ff;
  border-bottom: solid 0.1rem #e8ecf0;
  border-top: solid 0.1rem #e8ecf0;
}

.app-container-2 .section .compare-grid h2 {
  margin-bottom: 7rem;
}

.app-container-2 .section .compare-grid .row .col-xs-3 {
  width: 22%;
}

.app-container-2 .section .compare-grid .row .col-xs-3:first-of-type {
  width: 34%;
}

.app-container-2 .section .compare-grid .compare-grid-header-container {
  padding: .2rem;
}

.app-container-2 .section .compare-grid .compare-grid-header-container .compare-grid-header {
  background-color: #e8ecf0;
  color: #ffffff;
  margin-top: 2rem;
  min-height: 15rem;
  padding: 1rem;
}

.app-container-2 .section .compare-grid .compare-grid-header-container .compare-grid-header h3 {
  color: #ffffff;
}

.app-container-2 .section .compare-grid .compare-grid-header-container .compare-grid-header .price {
  display: block;
}

.app-container-2 .section .compare-grid .compare-grid-header-container .compare-grid-header a.button-buy {
  margin: 1.5rem auto;
}

.app-container-2 .section .compare-grid .compare-grid-header-container.left .compare-grid-header {
  border-top-left-radius: 1.5rem;
}

.app-container-2 .section .compare-grid .compare-grid-header-container.right .compare-grid-header {
  border-top-right-radius: 1.5rem;
}

.app-container-2 .section .compare-grid .compare-grid-header-container.recommended .badge-recommended {
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.app-container-2 .section .compare-grid .compare-grid-header-container.recommended .badge-recommended img {
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: -5rem auto 0;
  width: 60%;
}

.app-container-2 .section .compare-grid .compare-grid-header-container.recommended .compare-grid-header {
  background-color: #2e93ee;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  margin-top: 0;
  padding-top: 3rem;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container {
  padding: .2rem;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container .compare-grid-footer {
  background-color: #9aa1a6;
  color: #ffffff;
  min-height: 10rem;
  padding: 1rem;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container .compare-grid-footer h3 {
  color: #ffffff;
  margin-top: 1rem;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container .compare-grid-footer .price {
  display: block;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container .compare-grid-footer a.button-buy {
  margin: 1rem auto;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container.left .compare-grid-footer {
  border-bottom-left-radius: 1.5rem;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container.right .compare-grid-footer {
  border-bottom-right-radius: 1.5rem;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container.recommended .badge-recommended {
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container.recommended .badge-recommended img {
  box-shadow: 0 0.5rem 0.5rem rgba(13, 21, 29, 0.05);
  margin: -5rem auto 0;
  width: 60%;
}

.app-container-2 .section .compare-grid .compare-grid-footer-container.recommended .compare-grid-footer {
  background-color: #2e93ee;
  margin-top: 0;
}

.app-container-2 .section .compare-grid .compare-grid-body {
  border-bottom: 0.1rem solid #e8ecf0;
  height: auto;
  overflow: hidden;
}

.app-container-2 .section .compare-grid .compare-grid-body > div {
  height: 100%;
  margin-bottom: -99999px;
  margin-left: -2px;
  margin-right: 2px;
  padding: .2rem;
  padding-bottom: 99999px;
}

.app-container-2 .section .compare-grid .compare-grid-body > div .compare-grid-col-content {
  background-color: #e5f4ff;
}

.app-container-2 .section .compare-grid .compare-grid-body > div:first-of-type {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.app-container-2 .section .compare-grid .compare-grid-body h5 {
  text-align: left;
}

.app-container-2 .section .compare-grid .compare-grid-body i.green {
  color: #08c05d;
  font-size: 3rem;
  font-weight: normal;
  position: relative;
  top: .2rem;
}

.app-container-2 .section .footnote {
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
}

.app-container-2 .section .hyperlink-chain {
  color: #0D151D;
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
}

.app-container-2 .section .hyperlink-chain a {
  font-weight: bold;
  text-decoration: underline;
}

.app-container-2 .starting-price-container {
  margin: 0 auto;
  width: 90%;
}

.app-container-2 .starting-price-container .call-to-action {
  display: inline-block;
}

.app-container-2 .starting-price-container .price {
  display: inline-block;
  float: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  vertical-align: middle;
  width: 20rem;
}

.app-container-2 .starting-price-container .price h3 {
  color: #ff9144;
  font-size: 5.2rem;
  font-weight: 800;
  margin: 1rem auto;
}

.app-container-2 .starting-price-container .price h4 {
  color: #ff9144;
  font-weight: 300;
  margin: 0 auto;
}

.app-container-2 .starting-price-container .price span {
  font-size: 2.2rem;
  font-weight: 300;
}

.app-container-2 .starting-price-container .price-footnote {
  clear: both;
  color: #e8ecf0;
  display: block;
  padding: 1.5rem;
  text-align: center;
  width: 100%;
}

.app-container-2 #ams-section .hero .hero-content .content-row {
  background: #ffffff url("/img/snappy-ams-hero.png") 98% 100% no-repeat;
  min-height: 25rem;
}

.app-container-2 #cg-section {
  background: #ffffff url("/img/hero-cg.png") 0 0 no-repeat;
  background-size: contain;
  margin: -2rem auto 2rem;
}

.app-container-2 #cg-section .hero {
  text-align: center;
}

.app-container-2 #cg-section .hero .hero-content h1 {
  color: #ffffff;
  padding-top: 3.4rem;
  text-align: center;
}

.app-container-2 #cg-section .hero .hero-content h3 {
  color: #ff9144;
  margin: 0 0 2rem;
  text-shadow: 0.1rem 0.1rem 0.3rem rgba(74, 74, 74, 0.45);
}

.app-container-2 #cg-section .section.first {
  margin-top: 2rem;
}

.app-container-2 #cg-section .section #packages-section {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.app-container-2 #cg-section .section #packages-section .package {
  background-color: transparent;
  border-color: transparent;
}

.app-container-2 #cg-section .section #packages-section .package .three-plans-body {
  min-height: 30rem;
}

.app-container-2 .cc-landing {
  background-color: #ffffff;
}

.app-container-2 .cc-landing .feature-banner {
  position: relative;
  height: 494px;
  box-sizing: border-box;
  padding: 12px 25px 15px;
  background: url(/img/constantcontact/feature-banner_bg.jpg) center 0 no-repeat, linear-gradient(to bottom, #293751, #31405f);
  background-color: #2c3b57;
  background-image: url(/img/constantcontact/feature-banner_bg.jpg) center 0 no-repeat;
  border-bottom: 1px solid #ddd;
}

.app-container-2 .cc-landing .feature-banner h1 {
  color: #2e93ee;
  font-size: 53px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  margin: 25px auto;
  text-align: center;
  width: 682px;
}

.app-container-2 .cc-landing .feature-banner ul {
  margin: 10px auto 20px;
  width: 530px;
}

.app-container-2 .cc-landing .feature-banner ul li {
  color: #444;
  line-height: 1.6em;
  padding-left: 15px;
  position: relative;
}

.app-container-2 .cc-landing .feature-banner ul li::before {
  background: #fdd25c;
  border: 1px solid #805b1e;
  border-radius: 6px;
  content: "";
  display: block;
  height: 9px;
  left: -5px;
  position: absolute;
  top: 5px;
  width: 9px;
}

.app-container-2 .cc-landing .feature-banner p {
  display: inline-block;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}

.app-container-2 .cc-landing .feature-banner .inner-row {
  text-align: center;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo {
  background: transparent url("/img/constantcontact/constantsprite.png") -4rem -77.8rem no-repeat;
  display: inline-block;
  height: 3.7rem;
  margin-left: .5rem;
  position: relative;
  vertical-align: middle;
  width: 26.1rem;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo:hover {
  cursor: pointer;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo:hover .cc-tooltip {
  display: block;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo .cc-tooltip {
  background: #686c6e;
  border: 1px solid #9aa1a6;
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
  left: -31rem;
  padding: 0;
  position: absolute;
  text-align: left;
  top: -16rem;
  width: 80rem;
  z-index: 10;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo .cc-tooltip::after {
  background: url("/img/constantcontact/constantsprite.png") -22px -981px no-repeat;
  bottom: -11px;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  position: absolute;
  width: 32px;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo .cc-tooltip h5 {
  background: #2e93ee;
  border: 1px solid #005699;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  display: none;
  margin: 0 auto 1rem;
  padding: 10px 15px;
  text-align: left;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo .cc-tooltip p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  padding: .5rem 1rem;
  text-align: left;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo .cc-tooltip p:nth-child(2) {
  margin-top: 0;
}

.app-container-2 .cc-landing .feature-banner .inner-row .cc-logo .cc-tooltip span {
  font-weight: 800;
}

.app-container-2 .cc-landing .feature-banner .inner-row .price {
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  vertical-align: middle;
  width: 20rem;
}

.app-container-2 .cc-landing .feature-banner .inner-row .price.logged-in {
  display: block;
  text-align: center;
  width: 100%;
}

.app-container-2 .cc-landing .feature-banner .inner-row .price h3 {
  color: #ff9144;
  font-size: 5.2rem;
  font-weight: 800;
  margin: 1rem auto;
}

.app-container-2 .cc-landing .feature-banner .inner-row .price h4 {
  color: #ff9144;
  font-weight: 300;
  margin: 0 auto;
}

.app-container-2 .cc-landing .feature-banner .inner-row .price span {
  font-size: 2.2rem;
  font-weight: 300;
}

.app-container-2 .cc-landing .row {
  padding: 2.5rem 0;
  text-align: center;
}

.app-container-2 .cc-landing .row h1, .app-container-2 .cc-landing .row h2, .app-container-2 .cc-landing .row h3, .app-container-2 .cc-landing .row h4, .app-container-2 .cc-landing .row h5, .app-container-2 .cc-landing .row h6 {
  text-align: center;
}

.app-container-2 .cc-landing .row h2 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4.4rem;
  margin-bottom: 4rem;
}

.app-container-2 .cc-landing .row h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
}

.app-container-2 .cc-landing .row .inner-box.howitworks {
  background: #ffffff;
  border: 1px solid #2e93ee;
  clear: both;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1rem auto 2rem;
  padding: 2rem 3rem;
  text-align: left;
  width: 100%;
}

.app-container-2 .cc-landing .row .inner-box.howitworks.logged-in {
  border: 0;
}

.app-container-2 .cc-landing .row .inner-box.howitworks h2 {
  color: #ff9144;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section, .app-container-2 .cc-landing .row .inner-box.howitworks .right-section {
  display: inline-block;
  padding: 0;
  text-align: left;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section h2, .app-container-2 .cc-landing .row .inner-box.howitworks .left-section h3, .app-container-2 .cc-landing .row .inner-box.howitworks .left-section h4, .app-container-2 .cc-landing .row .inner-box.howitworks .left-section h5, .app-container-2 .cc-landing .row .inner-box.howitworks .right-section h2, .app-container-2 .cc-landing .row .inner-box.howitworks .right-section h3, .app-container-2 .cc-landing .row .inner-box.howitworks .right-section h4, .app-container-2 .cc-landing .row .inner-box.howitworks .right-section h5 {
  margin-top: 0;
  text-align: left;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section h3, .app-container-2 .cc-landing .row .inner-box.howitworks .right-section h3 {
  color: #2e93ee;
  font-weight: 800;
  margin-bottom: .3em;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section {
  width: 55%;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section .price {
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  vertical-align: middle;
  width: 20rem;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section .price h3 {
  color: #ff9144;
  font-size: 5.2rem;
  font-weight: 800;
  margin: 1rem auto;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section .price h4 {
  color: #ff9144;
  font-weight: 300;
  margin: 0 auto;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .left-section .price span {
  font-size: 2.2rem;
  font-weight: 300;
}

.app-container-2 .cc-landing .row .inner-box.howitworks .right-section {
  float: right;
  padding: .5rem 0 0 4rem;
  width: 40%;
}

.app-container-2 .cc-landing .row .inner-box.howitworks p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li {
  border-bottom: 1px dotted #363636;
  clear: both;
  margin: 0 0 4px 0;
  position: relative;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li:first-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li:first-child:first-child span {
  color: #2e93ee;
  font-weight: 800;
  margin-bottom: .3em;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li.selected {
  color: #ff9144;
  font-weight: 800;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li.selected::before {
  background: transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ff9144;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: -6px;
  position: absolute;
  top: 4px;
  width: 0;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li span {
  background: #ffffff;
  margin-bottom: -5px;
  padding: 5px;
}

.app-container-2 .cc-landing .row .inner-box.howitworks ul li span:nth-child(2) {
  float: right;
}

.app-container-2 .cc-landing .row .inner-row .left-section, .app-container-2 .cc-landing .row .inner-row .right-section {
  display: inline-block;
  margin: 0;
  padding: 1rem 4rem;
}

.app-container-2 .cc-landing .row .inner-row .left-section h1, .app-container-2 .cc-landing .row .inner-row .left-section h2, .app-container-2 .cc-landing .row .inner-row .left-section h3, .app-container-2 .cc-landing .row .inner-row .left-section h4, .app-container-2 .cc-landing .row .inner-row .left-section h5, .app-container-2 .cc-landing .row .inner-row .left-section h6, .app-container-2 .cc-landing .row .inner-row .right-section h1, .app-container-2 .cc-landing .row .inner-row .right-section h2, .app-container-2 .cc-landing .row .inner-row .right-section h3, .app-container-2 .cc-landing .row .inner-row .right-section h4, .app-container-2 .cc-landing .row .inner-row .right-section h5, .app-container-2 .cc-landing .row .inner-row .right-section h6 {
  text-align: left;
}

.app-container-2 .cc-landing .row .inner-row .left-section p, .app-container-2 .cc-landing .row .inner-row .right-section p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}

.app-container-2 .cc-landing .row .inner-row .left-section .icon-tools, .app-container-2 .cc-landing .row .inner-row .right-section .icon-tools {
  background-position: -24px -845px;
  height: 42px;
  margin: 6px 0;
  width: 41px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite, .app-container-2 .cc-landing .row .inner-row .right-section .sprite {
  background: url("/img/constantcontact/constantsprite.png") 0 0 no-repeat;
  display: block;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.icon-tools, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.icon-tools {
  background-position: -24px -845px;
  height: 42px;
  margin: 6px 0;
  width: 41px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.icon-mobile, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.icon-mobile {
  background-position: -24px -912px;
  height: 47px;
  margin: 0 0 6px 0;
  width: 27px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.icon-contact, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.icon-contact {
  background-position: -134px -912px;
  height: 48px;
  margin: 0 0 6px 0;
  width: 63px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.icon-storage, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.icon-storage {
  background-position: -258px -842px;
  height: 47px;
  margin: 0 0 6px 0;
  width: 60px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.icon-social, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.icon-social {
  background-position: -134px -848px;
  height: 36px;
  margin: 6px 0;
  width: 64px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.icon-support, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.icon-support {
  background-position: -264px -915px;
  height: 41px;
  margin: 0 0 6px 0;
  width: 44px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-painter, .app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-cheerleader, .app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-farmer, .app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-businesser, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-painter, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-cheerleader, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-farmer, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-businesser {
  height: 182px;
  width: 340px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-farmer, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-farmer {
  background-position: 0 -195px;
  height: 189px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-cheerleader, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-cheerleader {
  background-position: 0 -395px;
  height: 168px;
}

.app-container-2 .cc-landing .row .inner-row .left-section .sprite.snappy-businesser, .app-container-2 .cc-landing .row .inner-row .right-section .sprite.snappy-businesser {
  background-position: 0 -577px;
  height: 188px;
}

.app-container-2 .cc-landing .row .inner-row .left-section {
  width: 54%;
}

.app-container-2 .cc-landing .row .inner-row .right-section {
  float: right;
  position: relative;
  text-align: left;
  width: 46%;
}

.app-container-2 .cc-landing .row.dark-grey {
  background-color: #e8ecf0;
  padding: 2rem;
}

.app-container-2 .cc-landing .sub {
  color: #363636;
  display: block;
  font-size: 1.4rem;
  margin: 0 0 -1rem 0;
  padding-left: 40px;
  position: relative;
  top: -2rem;
}

.app-container-2 .cc-landing .sub span {
  font-size: 1.1rem;
  left: 30px;
  position: absolute;
  top: -5px;
}

.app-container-2 .cc-landing .packagePriceList.notice {
  color: #d96d00;
}

.app-container-2 .cc-landing .existing-customer.log-in .howitworks .btn-primary {
  left: 0;
  right: auto;
}

.app-container-2 .cc-landing .existing-customer .feature-banner, .app-container-2 .cc-landing .existing-customer .feature-banner.log-in, .app-container-2 .cc-landing .existing-customer.logged-in .feature-banner.log-in, .app-container-2 .cc-landing .existing-customer.logged-in .row.white, .app-container-2 .cc-landing .feature-banner.log-in, .app-container-2 .cc-landing .feature-banner.logged-in {
  display: none;
}

.app-container-2 .cc-landing .existing-customer .feature-banner.log-in {
  display: inherit;
}

.app-container-2 .cc-landing .existing-customer.logged-in .feature-banner.logged-in, .app-container-2 .cc-landing .existing-customer.logged-in .inner-row.white {
  display: block;
}

.app-container-2 .g-apps-landing .feature-banner {
  background: #ffffff url("/img/google-apps/feature-banner_bg.jpg") top right repeat-x;
  box-sizing: border-box;
  height: 26rem;
  margin: 0 -1.5rem;
  overflow: hidden;
  padding: 2rem 2.5rem 1.5rem;
  position: relative;
}

.app-container-2 .g-apps-landing .feature-banner a {
  position: relative;
  top: -3rem;
}

.app-container-2 .g-apps-landing .feature-banner h1, .app-container-2 .g-apps-landing .feature-banner p {
  text-shadow: 0 0.2rem 0.2rem #ffffff;
}

.app-container-2 .g-apps-landing .feature-banner p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 4.5rem;
  width: 45rem;
}

.app-container-2 .g-apps-landing .feature-banner .pricing-container {
  bottom: 2.4rem;
  position: absolute;
  right: 8rem;
  width: 16.8rem;
}

.app-container-2 .g-apps-landing .feature-banner .pricing-container .helper {
  font-size: 1.3rem;
  left: -1rem;
  margin-bottom: 1rem;
  position: relative;
}

.app-container-2 .g-apps-landing .feature-banner .pricing-container .currency, .app-container-2 .g-apps-landing .feature-banner .pricing-container .large-number, .app-container-2 .g-apps-landing .feature-banner .pricing-container .term {
  color: #2e93ee;
  position: relative;
}

.app-container-2 .g-apps-landing .feature-banner .pricing-container .currency {
  bottom: 2rem;
  font-size: 2.4rem;
  position: relative;
  top: -3.6rem;
}

.app-container-2 .g-apps-landing .feature-banner .pricing-container .large-number {
  bottom: 1rem;
  font-size: 7rem;
  line-height: 4.8rem;
  margin-bottom: -1rem;
  position: relative;
  right: .5rem;
}

.app-container-2 .g-apps-landing .feature-banner .pricing-container .term {
  bottom: 1.1rem;
  right: 1rem;
}

.app-container-2 .g-apps-landing .google-apps-listing {
  height: 7.4rem;
  text-align: center;
  width: 100%;
}

.app-container-2 .g-apps-landing .google-apps-listing > div {
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  display: inline-block;
  height: 6.7rem;
  margin: 1rem;
  transform: scale(0.7);
  vertical-align: middle;
  width: 6.7rem;
}

.app-container-2 .g-apps-landing .center-line {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiOHPmDECAAQAEzAJlNBi8xAAAAABJRU5ErkJggg==) repeat-y 50% 0;
}

.app-container-2 .g-apps-landing .center-line > div {
  padding: 3rem;
  position: relative;
}

.app-container-2 .g-apps-landing .center-line > div .center {
  text-align: center;
}

.app-container-2 .g-apps-landing .center-line > div::after {
  clear: both;
  content: "";
  display: block;
}

.app-container-2 .g-apps-landing .center-line > div .left-section {
  float: left;
  padding: 4rem 8rem 0 2.5rem;
  position: relative;
  text-align: left;
  width: 50%;
}

.app-container-2 .g-apps-landing .center-line > div .right-section {
  float: right;
  padding: 4rem 2.5rem 0 8rem;
  position: relative;
  width: 50%;
}

.app-container-2 .g-apps-landing .center-line > div .icon-container {
  background: #ffffff;
  bottom: 0;
  height: 12.4rem;
  padding: 1.2rem 0;
  position: absolute;
  right: -5rem;
  width: 10rem;
  z-index: 10;
}

.app-container-2 .g-apps-landing .center-line > div .icon-container .icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #9aa1a6;
  border-radius: 5rem;
  box-sizing: border-box;
  height: 10rem;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 10rem;
}

.app-container-2 .g-apps-landing .center-line > div.all-products {
  background-color: transparent;
  display: block;
  text-align: center;
  width: 100%;
}

.app-container-2 .g-apps-landing .center-line > div.all-products h3 {
  background-color: #ffffff;
  padding: 2rem;
}

.app-container-2 .g-apps-landing .center-line > div.all-products .icon-container {
  background-color: transparent;
  margin: 0 auto;
  position: relative;
  right: auto;
  text-align: center;
}

.app-container-2 .g-apps-landing .center-line > div.all-products .icon-container .icon {
  margin: 0 auto;
}

.app-container-2 .g-apps-landing .center-line > div.all-products .icon-container .icon .icon-wrap {
  background: transparent url("/img/google-apps/google-workspace/google-products_all.png") 0.7rem 2.2rem repeat-x;
  height: 10rem;
  width: 10rem;
}

.app-container-2 .g-apps-landing .business-wrapper {
  margin: 0;
  overflow: scroll;
  padding: 0;
}

.app-container-2 .g-apps-landing .business-wrapper > ul {
  margin: 0 auto 0 -3.2rem;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li {
  background: #ffffff;
  display: inline-block;
  height: auto;
  margin: 0 auto;
  max-height: 23rem;
  max-width: 23%;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li:hover {
  text-decoration: none;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li a, .app-container-2 .g-apps-landing .business-wrapper > ul li a:hover {
  text-decoration: none;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper {
  display: block;
  width: 17.9rem;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper img {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper {
  background: #ffffff;
  min-height: 22.6rem;
  padding: 6.3rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  top: 0;
  width: 100%;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper:hover {
  text-decoration: none;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .blurb {
  padding-top: .3rem;
  text-decoration: none;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .blurb p {
  color: #363636;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .blurb p.blue {
  color: #2e93ee;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .blurb p.blue:hover {
  text-decoration: underline;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .logo {
  background: #ffffff none no-repeat;
  height: 65px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .logo.jens {
  background: #ffffff url("/img/google-apps/logo_jens.png") 4.4rem 1.2rem no-repeat;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .logo.whirlpool {
  background: #ffffff url("/img/google-apps/logo_whirlpool.png") 4.1rem 1.2rem no-repeat;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .logo.banshee {
  background: #ffffff url("/img/google-apps/logo_banshee.png") 6rem 1.4rem no-repeat;
}

.app-container-2 .g-apps-landing .business-wrapper > ul li .photo-wrapper .text-wrapper .logo.spyder {
  background: #ffffff url("/img/google-apps/logo_spyder.png") 3.8rem 2.1rem no-repeat;
}

.app-container-2 .g-apps-landing .get-started-wrapper {
  padding: 3.5rem 0 6.5rem;
  text-align: center;
}

.app-container-2 .g-apps-landing .get-started-wrapper h3 {
  margin-bottom: 4.5rem;
}

.app-container-2 .g-apps-landing .get-started-wrapper a.btn {
  margin: 1rem auto;
}

.page-container .box .container-fluid {
  width: 100%;
}

.page-container .box .info-block {
  background-color: #fafbfd;
  border: solid 0.1rem #e8ecf0;
  border-radius: .5rem;
  color: #363636;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.5rem auto;
  padding: 1rem;
  vertical-align: middle;
}

.page-container .box .info-block a {
  color: #ff9144;
  margin-left: .3rem;
}

.page-container .box .info-block a:hover {
  color: #f7772e;
}

.page-container .box .info-block h5 {
  margin: .5rem 0;
}

.page-container .box .info-block p {
  margin: .5rem 0;
}

.page-container .box.box-fixed-20-h {
  max-height: 20rem;
  min-height: 20rem;
}

.page-container .box.box-fixed-30-h {
  max-height: 20rem;
  min-height: 20rem;
}

.page-container .box p.box-info {
  max-height: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-container .box p.box-footer-cta {
  bottom: 0;
  margin-top: 1rem;
  position: absolute;
}

.page-container .box p.box-footer-cta button {
  margin-left: 0;
}

.page-container .box p.box-footer-cta button i.fa {
  font-size: 2rem;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.switch {
  position: relative;
  top: -.2rem;
}

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

.toggle input[type="checkbox"] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on, .toggle-off {
  position: absolute;
  top: -.1rem;
  bottom: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  line-height: 2.4rem;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn, .toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  top: -.5rem;
}

.toggle-on {
  left: 0;
}

.toggle-off {
  right: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs {
  min-width: 3.5rem;
  min-height: 1.8rem;
  border-radius: 1rem;
}

.toggle.btn-xs .toggle-handle {
  border-radius: 100%;
  height: 1rem;
  border: 0;
  padding: 0.6rem;
  top: .2rem;
  position: absolute;
}

.toggle.btn-xs .toggle-handle.toggle-off {
  left: 1.5rem;
}

.toggle.btn-xs .toggle-handle.toggle-on {
  right: 1.5rem;
}

.toggle-on.btn-xs {
  right: 1rem;
  display: none;
}

.toggle-off.btn-xs {
  left: 1rem;
  display: none;
}

.toggle.btn:hover {
  cursor: pointer;
}
/*# sourceMappingURL=bootstrap.css.map */