@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html,
body {
  font-size: 14px;
  font-family: "Open Sans", Oxygen, serif;
  overflow-x: hidden;
  color: #2d2d2d;
  font-size: 15px; }
  @media screen and (max-width: 578px) {
    html,
    body {
      font-size: 14px; } }

p {
  font-size: 15px; }
  @media screen and (max-width: 578px) {
    p {
      font-size: 14px; } }

h1.nobanner {
  font-size: 28px;
  font-weight: bold;
  color: #5e5e5e; }

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #2d2d2d; }
  @media screen and (max-width: 578px) {
    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6 {
      margin-top: 20px;
      margin-bottom: 10px; } }

.main-content p + h1:first-of-type,
.main-content p + h2:first-of-type,
.main-content p + h3:first-of-type,
.main-content p + h4:first-of-type,
.main-content p + h5:first-of-type,
.main-content p + h6:first-of-type,
.main-content ul + h1:first-of-type,
.main-content ul + h2:first-of-type,
.main-content ul + h3:first-of-type,
.main-content ul + h4:first-of-type,
.main-content ul + h5:first-of-type,
.main-content ul + h6:first-of-type {
  margin-top: 40px; }
  @media screen and (max-width: 578px) {
    .main-content p + h1:first-of-type,
    .main-content p + h2:first-of-type,
    .main-content p + h3:first-of-type,
    .main-content p + h4:first-of-type,
    .main-content p + h5:first-of-type,
    .main-content p + h6:first-of-type,
    .main-content ul + h1:first-of-type,
    .main-content ul + h2:first-of-type,
    .main-content ul + h3:first-of-type,
    .main-content ul + h4:first-of-type,
    .main-content ul + h5:first-of-type,
    .main-content ul + h6:first-of-type {
      margin-top: 20px; } }

h1 {
  color: #27ade7;
  text-transform: capitalize; }

h2 {
  font-size: 2.5em;
  font-weight: 700; }

h3 {
  font-size: 20px;
  font-weight: 700; }

h2 span,
h3 span {
  font-weight: normal; }

a,
a:focus,
a:hover {
  color: #27ade7;
  text-decoration: none;
  cursor: pointer; }

.text-underline {
  text-decoration: underline !important; }

a.text-black-6:hover {
  color: rgba(0, 0, 0, 0.8) !important; }

.text-22 {
  font-size: 1.25rem !important; }
  @media screen and (min-width: 992px) {
    .text-22 {
      font-size: 1.5725rem !important;
      margin-bottom: 20px; } }

.text-24 {
  font-size: 1.425rem !important; }
  @media screen and (min-width: 992px) {
    .text-24 {
      font-size: 1.725rem !important;
      margin-bottom: 20px; } }

.text-16 {
  font-size: 16px; }

.text-color-45 {
  color: #2d2d2d !important; }

.text-color-81 {
  color: #515151 !important; }

.text-black {
  color: #000000 !important; }

.text-black-6 {
  color: #00000099 !important; }

.font-sz-18 {
  font-size: 18px;
  line-height: 27px; }

.mt-26 {
  margin-top: 26px; }

.mt-16 {
  margin-top: 16px; }

.text-tnc {
  font-size: 14px; }

.pb-16 {
  padding-bottom: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-position: inside;
  list-style: none; }

html {
  scroll-behavior: smooth; }

ol li,
ul li {
  margin-bottom: 10px;
  color: #2d2d2d; }

.bg-light-gray {
  background: #F9F9F9; }

.bg-gradient-blue {
  background: radial-gradient(59.61% 494.3% at 52.74% 49.79%, rgba(110, 179, 242, 0.9) 27.13%, rgba(56, 142, 243, 0.49) 55.93%, rgba(49, 215, 252, 0.6) 100%); }

.bg-blue-gray {
  background-color: rgba(193, 207, 220, 0.5); }

.banner-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0; }

.banner-overlay-gradient-blue::before {
  background: linear-gradient(86.21deg, #C6E3EF 9.53%, rgba(180, 203, 230, 0.815938) 82.11%, rgba(136, 151, 190, 0.69) 148.36%);
  opacity: .5; }

.banner-overlay-radial-gradient-blue::before {
  background: radial-gradient(59.61% 494.3% at 52.74% 49.79%, rgba(110, 179, 242, 0.9) 27.13%, rgba(56, 142, 243, 0.49) 55.93%, rgba(49, 215, 252, 0.6) 100%);
  opacity: .5; }

.banner-overlay-light-blue::before {
  background: #F2FAFF; }

.main-content hr + h1,
.main-content hr + h2,
.main-content hr + h3,
.main-content hr + h4,
.main-content hr + h5,
.main-content hr + h6 {
  margin-top: 0; }

.main-content h2 + h3 {
  margin-top: 20px; }
  @media screen and (max-width: 578px) {
    .main-content h2 + h3 {
      margin-top: 10px; } }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

a:hover {
  text-decoration: none; }

[class^=col-] {
  float: left; }

.container:before, .container::after, .row:before, .row::after {
  display: table;
  content: " "; }

.container:after, .row:after {
  clear: both; }

.border-right-dotted {
  border-right: 1px dotted #9caeb6; }

.border-md-right-dotted {
  border-right: 0; }
  @media (min-width: 992px) {
    .border-md-right-dotted {
      border-right: 1px dotted #9caeb6; } }

.modal-backdrop.in {
  opacity: 0.5; }

label {
  font-weight: 700; }

.text-none {
  text-transform: none !important; }

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

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

body {
  margin: 0;
  font-family: "Open Sans", Oxygen, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #2d2d2d;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

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

p {
  margin-top: 0;
  margin-bottom: 10px; }

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

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: #27ade7;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #137fae;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

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

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; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

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: 5px;
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5725rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.38225rem + 1.587vw) ; } }

h2, .h2 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h3, .h3 {
  font-size: 1.45rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.27rem + 0.24vw) ; } }

h4, .h4 {
  font-size: 1.325rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.2575rem + 0.09vw) ; } }

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

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

small,
.small {
  font-size: 0.875em;
  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: 10px;
  font-size: 1.25rem; }

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1170px; } }

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

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.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: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #2d2d2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-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: 5px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #27ade7; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    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: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

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

.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: #27ade7 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1690c5 !important; }

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

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

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important; }

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

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

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

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #27ade7 !important; }

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

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

.border-dark {
  border-color: #343a40 !important; }

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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: flex !important; }

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

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

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

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: 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: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45,
.my-45 {
  margin-top: 45px !important; }

.mr-45,
.mx-45 {
  margin-right: 45px !important; }

.mb-45,
.my-45 {
  margin-bottom: 45px !important; }

.ml-45,
.mx-45 {
  margin-left: 45px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55,
.my-55 {
  margin-top: 55px !important; }

.mr-55,
.mx-55 {
  margin-right: 55px !important; }

.mb-55,
.my-55 {
  margin-bottom: 55px !important; }

.ml-55,
.mx-55 {
  margin-left: 55px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65,
.my-65 {
  margin-top: 65px !important; }

.mr-65,
.mx-65 {
  margin-right: 65px !important; }

.mb-65,
.my-65 {
  margin-bottom: 65px !important; }

.ml-65,
.mx-65 {
  margin-left: 65px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !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: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45,
.py-45 {
  padding-top: 45px !important; }

.pr-45,
.px-45 {
  padding-right: 45px !important; }

.pb-45,
.py-45 {
  padding-bottom: 45px !important; }

.pl-45,
.px-45 {
  padding-left: 45px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55,
.py-55 {
  padding-top: 55px !important; }

.pr-55,
.px-55 {
  padding-right: 55px !important; }

.pb-55,
.py-55 {
  padding-bottom: 55px !important; }

.pl-55,
.px-55 {
  padding-left: 55px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65,
.py-65 {
  padding-top: 65px !important; }

.pr-65,
.px-65 {
  padding-right: 65px !important; }

.pb-65,
.py-65 {
  padding-bottom: 65px !important; }

.pl-65,
.px-65 {
  padding-left: 65px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.m-n1 {
  margin: -10px !important; }

.mt-n1,
.my-n1 {
  margin-top: -10px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -10px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -20px !important; }

.mt-n2,
.my-n2 {
  margin-top: -20px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -20px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -20px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3,
.my-n3 {
  margin-top: -30px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -30px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -40px !important; }

.mt-n4,
.my-n4 {
  margin-top: -40px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -40px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -40px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5,
.my-n5 {
  margin-top: -50px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -50px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -50px !important; }

.m-n45 {
  margin: -45px !important; }

.mt-n45,
.my-n45 {
  margin-top: -45px !important; }

.mr-n45,
.mx-n45 {
  margin-right: -45px !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important; }

.ml-n45,
.mx-n45 {
  margin-left: -45px !important; }

.m-n55 {
  margin: -55px !important; }

.mt-n55,
.my-n55 {
  margin-top: -55px !important; }

.mr-n55,
.mx-n55 {
  margin-right: -55px !important; }

.mb-n55,
.my-n55 {
  margin-bottom: -55px !important; }

.ml-n55,
.mx-n55 {
  margin-left: -55px !important; }

.m-n6 {
  margin: -60px !important; }

.mt-n6,
.my-n6 {
  margin-top: -60px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -60px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -60px !important; }

.m-n65 {
  margin: -65px !important; }

.mt-n65,
.my-n65 {
  margin-top: -65px !important; }

.mr-n65,
.mx-n65 {
  margin-right: -65px !important; }

.mb-n65,
.my-n65 {
  margin-bottom: -65px !important; }

.ml-n65,
.mx-n65 {
  margin-left: -65px !important; }

.m-n7 {
  margin: -70px !important; }

.mt-n7,
.my-n7 {
  margin-top: -70px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -70px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -70px !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: 768px) {
  .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: 10px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }
  .m-sm-2 {
    margin: 20px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-4 {
    margin: 40px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important; }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important; }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important; }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important; }
  .m-sm-6 {
    margin: 60px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important; }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important; }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important; }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important; }
  .m-sm-7 {
    margin: 70px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !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: 10px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }
  .p-sm-2 {
    padding: 20px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-4 {
    padding: 40px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important; }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important; }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important; }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important; }
  .p-sm-6 {
    padding: 60px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important; }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important; }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important; }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important; }
  .p-sm-7 {
    padding: 70px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }
  .m-sm-n1 {
    margin: -10px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important; }
  .m-sm-n2 {
    margin: -20px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important; }
  .m-sm-n3 {
    margin: -30px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important; }
  .m-sm-n4 {
    margin: -40px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important; }
  .m-sm-n5 {
    margin: -50px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -55px !important; }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -55px !important; }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -55px !important; }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -55px !important; }
  .m-sm-n6 {
    margin: -60px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -65px !important; }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -65px !important; }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -65px !important; }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -65px !important; }
  .m-sm-n7 {
    margin: -70px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !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: 992px) {
  .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: 10px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }
  .m-md-2 {
    margin: 20px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-4 {
    margin: 40px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important; }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important; }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important; }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important; }
  .m-md-6 {
    margin: 60px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important; }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important; }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important; }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important; }
  .m-md-7 {
    margin: 70px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !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: 10px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }
  .p-md-2 {
    padding: 20px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-4 {
    padding: 40px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important; }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important; }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important; }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important; }
  .p-md-6 {
    padding: 60px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important; }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important; }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important; }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important; }
  .p-md-7 {
    padding: 70px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }
  .m-md-n1 {
    margin: -10px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important; }
  .m-md-n2 {
    margin: -20px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important; }
  .m-md-n3 {
    margin: -30px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important; }
  .m-md-n4 {
    margin: -40px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important; }
  .m-md-n5 {
    margin: -50px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -55px !important; }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -55px !important; }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -55px !important; }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -55px !important; }
  .m-md-n6 {
    margin: -60px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -65px !important; }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -65px !important; }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -65px !important; }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -65px !important; }
  .m-md-n7 {
    margin: -70px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !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: 1200px) {
  .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: 10px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }
  .m-lg-2 {
    margin: 20px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-4 {
    margin: 40px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important; }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important; }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important; }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important; }
  .m-lg-6 {
    margin: 60px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important; }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important; }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important; }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important; }
  .m-lg-7 {
    margin: 70px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !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: 10px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }
  .p-lg-2 {
    padding: 20px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-4 {
    padding: 40px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important; }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important; }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important; }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important; }
  .p-lg-6 {
    padding: 60px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important; }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important; }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important; }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important; }
  .p-lg-7 {
    padding: 70px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }
  .m-lg-n1 {
    margin: -10px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important; }
  .m-lg-n2 {
    margin: -20px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important; }
  .m-lg-n3 {
    margin: -30px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important; }
  .m-lg-n4 {
    margin: -40px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important; }
  .m-lg-n5 {
    margin: -50px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -55px !important; }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -55px !important; }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -55px !important; }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -55px !important; }
  .m-lg-n6 {
    margin: -60px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -65px !important; }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -65px !important; }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -65px !important; }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -65px !important; }
  .m-lg-n7 {
    margin: -70px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !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; } }

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

.text-monospace {
  font-family: 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: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-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: #fff !important; }

.text-primary {
  color: #27ade7 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #137fae !important; }

.text-secondary {
  color: #f5f5f5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #cfcfcf !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #2d2d2d !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 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;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9ad9f4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.42857;
  color: #2d2d2d;
  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: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.42857em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(0.35714em + 0.1875rem) center;
  background-size: calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.42857em + 0.75rem);
  background-position: top calc(0.35714em + 0.1875rem) right calc(0.35714em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.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(40, 167, 69, 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: #28a745; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.42857em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35714em + 0.1875rem) center;
  background-size: calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.42857em + 0.75rem);
  background-position: top calc(0.35714em + 0.1875rem) right calc(0.35714em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.71429em + 0.375rem) calc(0.71429em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545; }

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.42857rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.21429rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #27ade7;
    background-color: #27ade7; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #9ad9f4; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #c8eaf9;
    border-color: #c8eaf9; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.21429rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.21429rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

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

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #27ade7;
  background-color: #27ade7; }

.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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(39, 173, 231, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(39, 173, 231, 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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(39, 173, 231, 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.21429rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    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; }
    @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: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(39, 173, 231, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #9ad9f4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.42857em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #9ad9f4;
    box-shadow: 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .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: calc(1.42857em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.42857;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.42857em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.42857;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #27ade7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #c8eaf9; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #27ade7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #c8eaf9; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #27ade7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #c8eaf9; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

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

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #2d2d2d;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.42857;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #2d2d2d;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39, 173, 231, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #27ade7;
  border-color: #27ade7; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1799d1;
    border-color: #1690c5; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1799d1;
    border-color: #1690c5;
    box-shadow: 0 0 0 0.2rem rgba(71, 185, 235, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #27ade7;
    border-color: #27ade7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1690c5;
    border-color: #1588ba; }
    .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(71, 185, 235, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #e2e2e2;
    border-color: gainsboro;
    box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: gainsboro;
    border-color: #d5d5d5; }
    .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(213, 214, 214, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .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(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .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(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #27ade7;
  border-color: #27ade7; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #27ade7;
    border-color: #27ade7; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 173, 231, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #27ade7;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #27ade7;
    border-color: #27ade7; }
    .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(39, 173, 231, 0.5); }

.btn-outline-secondary {
  color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #f5f5f5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
    .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(245, 245, 245, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .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(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .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, 193, 7, 0.5); }

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #27ade7;
  text-decoration: none; }
  .btn-link:hover {
    color: #137fae;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 18px 37px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d7d7d7;
  border-radius: 5px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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: #fff;
  border-bottom: 1px solid #d7d7d7; }
  .card-header:first-child {
    border-radius: 4px 4px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #d7d7d7; }
  .card-footer:last-child {
    border-radius: 0 0 4px 4px; }

.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;
  border-radius: 4px; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

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

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

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

@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card: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: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.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: #27ade7 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1690c5 !important; }

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

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

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

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

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

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

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

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

.bg-dark {
  background-color: #343a40 !important; }

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

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

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

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

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

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

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

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

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

.border-primary {
  border-color: #27ade7 !important; }

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

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

.border-dark {
  border-color: #343a40 !important; }

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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: flex !important; }

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

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

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

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: 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: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45,
.my-45 {
  margin-top: 45px !important; }

.mr-45,
.mx-45 {
  margin-right: 45px !important; }

.mb-45,
.my-45 {
  margin-bottom: 45px !important; }

.ml-45,
.mx-45 {
  margin-left: 45px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55,
.my-55 {
  margin-top: 55px !important; }

.mr-55,
.mx-55 {
  margin-right: 55px !important; }

.mb-55,
.my-55 {
  margin-bottom: 55px !important; }

.ml-55,
.mx-55 {
  margin-left: 55px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65,
.my-65 {
  margin-top: 65px !important; }

.mr-65,
.mx-65 {
  margin-right: 65px !important; }

.mb-65,
.my-65 {
  margin-bottom: 65px !important; }

.ml-65,
.mx-65 {
  margin-left: 65px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !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: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45,
.py-45 {
  padding-top: 45px !important; }

.pr-45,
.px-45 {
  padding-right: 45px !important; }

.pb-45,
.py-45 {
  padding-bottom: 45px !important; }

.pl-45,
.px-45 {
  padding-left: 45px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55,
.py-55 {
  padding-top: 55px !important; }

.pr-55,
.px-55 {
  padding-right: 55px !important; }

.pb-55,
.py-55 {
  padding-bottom: 55px !important; }

.pl-55,
.px-55 {
  padding-left: 55px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65,
.py-65 {
  padding-top: 65px !important; }

.pr-65,
.px-65 {
  padding-right: 65px !important; }

.pb-65,
.py-65 {
  padding-bottom: 65px !important; }

.pl-65,
.px-65 {
  padding-left: 65px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.m-n1 {
  margin: -10px !important; }

.mt-n1,
.my-n1 {
  margin-top: -10px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -10px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -10px !important; }

.m-n2 {
  margin: -20px !important; }

.mt-n2,
.my-n2 {
  margin-top: -20px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -20px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -20px !important; }

.m-n3 {
  margin: -30px !important; }

.mt-n3,
.my-n3 {
  margin-top: -30px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -30px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -30px !important; }

.m-n4 {
  margin: -40px !important; }

.mt-n4,
.my-n4 {
  margin-top: -40px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -40px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -40px !important; }

.m-n5 {
  margin: -50px !important; }

.mt-n5,
.my-n5 {
  margin-top: -50px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -50px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -50px !important; }

.m-n45 {
  margin: -45px !important; }

.mt-n45,
.my-n45 {
  margin-top: -45px !important; }

.mr-n45,
.mx-n45 {
  margin-right: -45px !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important; }

.ml-n45,
.mx-n45 {
  margin-left: -45px !important; }

.m-n55 {
  margin: -55px !important; }

.mt-n55,
.my-n55 {
  margin-top: -55px !important; }

.mr-n55,
.mx-n55 {
  margin-right: -55px !important; }

.mb-n55,
.my-n55 {
  margin-bottom: -55px !important; }

.ml-n55,
.mx-n55 {
  margin-left: -55px !important; }

.m-n6 {
  margin: -60px !important; }

.mt-n6,
.my-n6 {
  margin-top: -60px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -60px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -60px !important; }

.m-n65 {
  margin: -65px !important; }

.mt-n65,
.my-n65 {
  margin-top: -65px !important; }

.mr-n65,
.mx-n65 {
  margin-right: -65px !important; }

.mb-n65,
.my-n65 {
  margin-bottom: -65px !important; }

.ml-n65,
.mx-n65 {
  margin-left: -65px !important; }

.m-n7 {
  margin: -70px !important; }

.mt-n7,
.my-n7 {
  margin-top: -70px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -70px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -70px !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: 768px) {
  .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: 10px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }
  .m-sm-2 {
    margin: 20px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-4 {
    margin: 40px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important; }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important; }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important; }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important; }
  .m-sm-6 {
    margin: 60px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important; }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important; }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important; }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important; }
  .m-sm-7 {
    margin: 70px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !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: 10px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }
  .p-sm-2 {
    padding: 20px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-4 {
    padding: 40px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important; }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important; }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important; }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important; }
  .p-sm-6 {
    padding: 60px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important; }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important; }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important; }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important; }
  .p-sm-7 {
    padding: 70px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }
  .m-sm-n1 {
    margin: -10px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important; }
  .m-sm-n2 {
    margin: -20px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important; }
  .m-sm-n3 {
    margin: -30px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important; }
  .m-sm-n4 {
    margin: -40px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important; }
  .m-sm-n5 {
    margin: -50px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important; }
  .m-sm-n45 {
    margin: -45px !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -45px !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -45px !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -45px !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -45px !important; }
  .m-sm-n55 {
    margin: -55px !important; }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -55px !important; }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -55px !important; }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -55px !important; }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -55px !important; }
  .m-sm-n6 {
    margin: -60px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important; }
  .m-sm-n65 {
    margin: -65px !important; }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -65px !important; }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -65px !important; }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -65px !important; }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -65px !important; }
  .m-sm-n7 {
    margin: -70px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !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: 992px) {
  .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: 10px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }
  .m-md-2 {
    margin: 20px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-4 {
    margin: 40px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important; }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important; }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important; }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important; }
  .m-md-6 {
    margin: 60px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important; }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important; }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important; }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important; }
  .m-md-7 {
    margin: 70px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !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: 10px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }
  .p-md-2 {
    padding: 20px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-4 {
    padding: 40px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important; }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important; }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important; }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important; }
  .p-md-6 {
    padding: 60px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important; }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important; }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important; }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important; }
  .p-md-7 {
    padding: 70px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }
  .m-md-n1 {
    margin: -10px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important; }
  .m-md-n2 {
    margin: -20px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important; }
  .m-md-n3 {
    margin: -30px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important; }
  .m-md-n4 {
    margin: -40px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important; }
  .m-md-n5 {
    margin: -50px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important; }
  .m-md-n45 {
    margin: -45px !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -45px !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -45px !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -45px !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -45px !important; }
  .m-md-n55 {
    margin: -55px !important; }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -55px !important; }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -55px !important; }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -55px !important; }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -55px !important; }
  .m-md-n6 {
    margin: -60px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important; }
  .m-md-n65 {
    margin: -65px !important; }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -65px !important; }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -65px !important; }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -65px !important; }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -65px !important; }
  .m-md-n7 {
    margin: -70px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !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: 1200px) {
  .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: 10px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }
  .m-lg-2 {
    margin: 20px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-4 {
    margin: 40px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important; }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important; }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important; }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important; }
  .m-lg-6 {
    margin: 60px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important; }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important; }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important; }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important; }
  .m-lg-7 {
    margin: 70px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !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: 10px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }
  .p-lg-2 {
    padding: 20px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-4 {
    padding: 40px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important; }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important; }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important; }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important; }
  .p-lg-6 {
    padding: 60px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important; }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important; }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important; }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important; }
  .p-lg-7 {
    padding: 70px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }
  .m-lg-n1 {
    margin: -10px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important; }
  .m-lg-n2 {
    margin: -20px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important; }
  .m-lg-n3 {
    margin: -30px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important; }
  .m-lg-n4 {
    margin: -40px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important; }
  .m-lg-n5 {
    margin: -50px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important; }
  .m-lg-n45 {
    margin: -45px !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -45px !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -45px !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -45px !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -45px !important; }
  .m-lg-n55 {
    margin: -55px !important; }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -55px !important; }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -55px !important; }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -55px !important; }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -55px !important; }
  .m-lg-n6 {
    margin: -60px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important; }
  .m-lg-n65 {
    margin: -65px !important; }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -65px !important; }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -65px !important; }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -65px !important; }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -65px !important; }
  .m-lg-n7 {
    margin: -70px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !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; } }

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

.text-monospace {
  font-family: 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: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-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: #fff !important; }

.text-primary {
  color: #27ade7 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #137fae !important; }

.text-secondary {
  color: #f5f5f5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #cfcfcf !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #2d2d2d !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 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;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: var(--wpr-bg-b978df84-76a5-472f-93f9-819d2ae86cc4) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
   * Owl Carousel v2.2.1
   * Copyright 2013-2017 David Deutsch
   * Licensed under  ()
   */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #27ade7; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  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: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  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 {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 768px) {
  .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);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

.modal-xl {
  max-width: 1140px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.CB {
  clear: both; }

/* ------------------------------- MARGIN-TOP ------------------------------- */
.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-4 {
  margin-top: 40px; }

.mt-5 {
  margin-top: 50px; }

/* ------------------------------ MARGIN-BOTTOM ----------------------------- */
.mb-2 {
  margin-bottom: 20px; }

.mb-3 {
  margin-bottom: 30px; }

.mb-4 {
  margin-bottom: 40px; }

.mb-5 {
  margin-bottom: 50px; }

/* ------------------------------- MARGIN-LEFT ------------------------------ */
.ml-1 {
  margin-left: 10px; }

.ml-2 {
  margin-left: 20px; }

.ml-3 {
  margin-left: 30px; }

.ml-4 {
  margin-left: 40px; }

.ml-5 {
  margin-left: 50px; }

.ml-auto,
.mx-auto {
  margin-left: auto; }

/* ------------------------------ MARGIN-RIGHT ------------------------------ */
.mr-1 {
  margin-right: 10px; }

.mr-2 {
  margin-right: 20px; }

.mr-3 {
  margin-right: 30px; }

.mr-4 {
  margin-right: 40px; }

.mr-5 {
  margin-right: 50px; }

.mr-auto,
.mx-auto {
  margin-right: auto; }

/* ------------------------------- PADDING-TOP ------------------------------ */
.pt-1 {
  padding-top: 10px; }

.pt-2 {
  padding-top: 20px; }

.pt-3 {
  padding-top: 30px; }

.pt-4 {
  padding-top: 40px; }

.pt-5 {
  padding-top: 50px; }

/* ----------------------------- PADDING-BOTTOM ----------------------------- */
.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-4 {
  padding-bottom: 40px; }

.pb-5 {
  padding-bottom: 50px; }

/* ------------------------------ PADDING-LEFT ------------------------------ */
.pl-0 {
  padding-left: 0; }

.pl-1 {
  padding-left: 10px; }

.pl-2 {
  padding-left: 20px; }

.pl-3 {
  padding-left: 30px; }

.pl-4 {
  padding-left: 40px; }

/* ------------------------------ PADDING-RIGHT ----------------------------- */
.pr-0 {
  padding-right: 0; }

.pr-1 {
  padding-right: 10px; }

.pl-2 {
  padding-right: 20px; }

.pl-3 {
  padding-right: 30px; }

.pl-4 {
  padding-right: 40px; }

.pl-5 {
  padding-left: 50px; }

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

.order-1 {
  -webkit-box-ordinal-group: 13;
  order: 1; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  order: 12; }

@media (min-width: 992px) {
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    order: 12; } }

@media (min-width: 992px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 13;
    order: 1; } }

.flex-column {
  flex-flow: column; }

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

.hle-d-flex {
  display: flex;
  flex-wrap: wrap; }

.hle-justify-content-center {
  justify-content: center; }

.hle-flex-row-reverse {
  flex-flow: row-reverse; }

.hle-flex-column-reverse {
  flex-flow: column-reverse; }

@media (min-width: 992px) {
  .hle-flex-md-row {
    flex-flow: row; } }

.bg-image {
  background-color: #f1f1f1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.hle-line-limit-3,
.hle-excerpt-line-limit-2 p {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical; }

.hle-excerpt-line-limit-2 p {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2; }

.hle-line-limit-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3; }

.hle-text-primary {
  color: #27ade7; }

.hle-step-style-1 {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 100%;
  font-size: 15px;
  font-weight: 700;
  background-color: #27ade7;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.hle-step-style-2 {
  padding: 2px 25px 3px;
  color: #fb7925;
  border-radius: 50px;
  border: 1px solid #fb7925;
  font-weight: 700; }

.review-rate {
  font-weight: bold;
  float: left; }

.HLE-testimonial-row .HLE-Testimonial-block h3 {
  margin-top: 0;
  margin-bottom: 0.5rem; }
  @media (max-width: 479px) {
    .HLE-testimonial-row .HLE-Testimonial-block h3 {
      margin-top: 0;
      margin-bottom: 0.25rem; } }

.HLE-testimonial-row .HLE-Testimonial-block h4 {
  color: #787878;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem; }
  @media (max-width: 479px) {
    .HLE-testimonial-row .HLE-Testimonial-block h4 {
      margin-top: 0;
      margin-bottom: 0.5rem; } }

.hidden-after:after {
  display: none; }

.hle-d-none {
  display: none; }

@media (min-width: 768px) {
  .hle-d-sm-block {
    display: block; } }

@media only screen and (min-width: 992px) {
  .hle-d-md-none {
    display: none; } }

.text-transform-none {
  text-transform: unset; }

.hle-container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .hle-container {
      max-width: 100%;
      width: 570px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .hle-container {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1050px) {
    .hle-container {
      width: 1150px;
      padding-left: 15px;
      padding-right: 15px; } }

.hle-d-flex {
  display: flex;
  flex-wrap: wrap; }

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

.hle-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 576px) {
  .hle-col-xs-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (min-width: 576px) {
  .hle-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 576px) {
  .hle-col-xs-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%; } }

@media (min-width: 768px) {
  .hle-col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (min-width: 768px) {
  .hle-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .hle-col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (min-width: 992px) {
  .hle-col-md-5 {
    flex: 0 0 41.67%;
    max-width: 41.67%; } }

@media (min-width: 992px) {
  .hle-col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%; } }

@media (min-width: 1050px) {
  .eTemp-col-lg-offset-1 {
    margin-left: 8.33%;
    margin-right: 8.33%; } }

@media (min-width: 1050px) {
  .eTemp-col-lg-offset-right-1 {
    margin-right: 8.33%; } }

@media (min-width: 1050px) {
  .hle-col-lg-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%; } }

@media (min-width: 1050px) {
  .hle-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 1050px) {
  .hle-col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (min-width: 1050px) {
  .hle-col-lg-5 {
    flex: 0 0 41.67%;
    max-width: 41.67%; } }

@media (min-width: 1050px) {
  .hle-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html,
body {
  font-size: 14px;
  font-family: "Open Sans", Oxygen, serif;
  overflow-x: hidden;
  color: #2d2d2d;
  font-size: 15px; }
  @media screen and (max-width: 578px) {
    html,
    body {
      font-size: 14px; } }

p {
  font-size: 15px; }
  @media screen and (max-width: 578px) {
    p {
      font-size: 14px; } }

h1.nobanner {
  font-size: 28px;
  font-weight: bold;
  color: #5e5e5e; }

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #2d2d2d; }
  @media screen and (max-width: 578px) {
    .main-content h1,
    .main-content h2,
    .main-content h3,
    .main-content h4,
    .main-content h5,
    .main-content h6 {
      margin-top: 20px;
      margin-bottom: 10px; } }

.main-content p + h1:first-of-type,
.main-content p + h2:first-of-type,
.main-content p + h3:first-of-type,
.main-content p + h4:first-of-type,
.main-content p + h5:first-of-type,
.main-content p + h6:first-of-type,
.main-content ul + h1:first-of-type,
.main-content ul + h2:first-of-type,
.main-content ul + h3:first-of-type,
.main-content ul + h4:first-of-type,
.main-content ul + h5:first-of-type,
.main-content ul + h6:first-of-type {
  margin-top: 40px; }
  @media screen and (max-width: 578px) {
    .main-content p + h1:first-of-type,
    .main-content p + h2:first-of-type,
    .main-content p + h3:first-of-type,
    .main-content p + h4:first-of-type,
    .main-content p + h5:first-of-type,
    .main-content p + h6:first-of-type,
    .main-content ul + h1:first-of-type,
    .main-content ul + h2:first-of-type,
    .main-content ul + h3:first-of-type,
    .main-content ul + h4:first-of-type,
    .main-content ul + h5:first-of-type,
    .main-content ul + h6:first-of-type {
      margin-top: 20px; } }

h1 {
  color: #27ade7;
  text-transform: capitalize; }

h2 {
  font-size: 2.5em;
  font-weight: 700; }

h3 {
  font-size: 20px;
  font-weight: 700; }

h2 span,
h3 span {
  font-weight: normal; }

a,
a:focus,
a:hover {
  color: #27ade7;
  text-decoration: none;
  cursor: pointer; }

.text-underline {
  text-decoration: underline !important; }

a.text-black-6:hover {
  color: rgba(0, 0, 0, 0.8) !important; }

.text-22 {
  font-size: 1.25rem !important; }
  @media screen and (min-width: 992px) {
    .text-22 {
      font-size: 1.5725rem !important;
      margin-bottom: 20px; } }

.text-24 {
  font-size: 1.425rem !important; }
  @media screen and (min-width: 992px) {
    .text-24 {
      font-size: 1.725rem !important;
      margin-bottom: 20px; } }

.text-16 {
  font-size: 16px; }

.text-color-45 {
  color: #2d2d2d !important; }

.text-color-81 {
  color: #515151 !important; }

.text-black {
  color: #000000 !important; }

.text-black-6 {
  color: #00000099 !important; }

.font-sz-18 {
  font-size: 18px;
  line-height: 27px; }

.mt-26 {
  margin-top: 26px; }

.mt-16 {
  margin-top: 16px; }

.text-tnc {
  font-size: 14px; }

.pb-16 {
  padding-bottom: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-position: inside;
  list-style: none; }

html {
  scroll-behavior: smooth; }

ol li,
ul li {
  margin-bottom: 10px;
  color: #2d2d2d; }

.bg-light-gray {
  background: #F9F9F9; }

.bg-gradient-blue {
  background: radial-gradient(59.61% 494.3% at 52.74% 49.79%, rgba(110, 179, 242, 0.9) 27.13%, rgba(56, 142, 243, 0.49) 55.93%, rgba(49, 215, 252, 0.6) 100%); }

.bg-blue-gray {
  background-color: rgba(193, 207, 220, 0.5); }

.banner-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0; }

.banner-overlay-gradient-blue::before {
  background: linear-gradient(86.21deg, #C6E3EF 9.53%, rgba(180, 203, 230, 0.815938) 82.11%, rgba(136, 151, 190, 0.69) 148.36%);
  opacity: .5; }

.banner-overlay-radial-gradient-blue::before {
  background: radial-gradient(59.61% 494.3% at 52.74% 49.79%, rgba(110, 179, 242, 0.9) 27.13%, rgba(56, 142, 243, 0.49) 55.93%, rgba(49, 215, 252, 0.6) 100%);
  opacity: .5; }

.banner-overlay-light-blue::before {
  background: #F2FAFF; }

.main-content hr + h1,
.main-content hr + h2,
.main-content hr + h3,
.main-content hr + h4,
.main-content hr + h5,
.main-content hr + h6 {
  margin-top: 0; }

.main-content h2 + h3 {
  margin-top: 20px; }
  @media screen and (max-width: 578px) {
    .main-content h2 + h3 {
      margin-top: 10px; } }

.CB {
  clear: both; }

.sc_error,
.error,
.input_error,
.inputError {
  border-color: #b80000 !important; }

input.search.input_error {
  border-color: transparent !important; }

.isPrefix,
.HLEcalc-dollarSign {
  position: absolute !important;
  left: 10px;
  top: 13px;
  width: 10px !important;
  color: #9d9b9b; }

.isPrefix + input,
.HLEcalc-dollarSign + input {
  padding-left: 25px !important; }

.HLE-calculator label {
  display: initial; }

#checkAnyOne {
  color: #b80000 !important; }

li.question,
li.fail,
li.pass,
li.info,
li.msgSuccessful {
  margin-bottom: 20px;
  padding-left: 20px; }

span.accept,
span.decline {
  padding-left: 20px; }

.pass,
span.accept,
.msgSuccessful {
  background: var(--wpr-bg-8895ce33-7b90-4403-95b1-01e9c0779e81) no-repeat 0 4px; }

.fail,
span.decline {
  background: var(--wpr-bg-b8e3dcbf-e2ff-4e74-968c-403b0ce5bc95) no-repeat 0 4px; }

.question {
  background: var(--wpr-bg-cfe66266-3c65-48dc-9019-b8c5fe30564e) no-repeat 0 4px; }

.info {
  background: var(--wpr-bg-416d2415-80ee-4f6f-b4d6-630c4603f361) no-repeat 0 4px; }

li.negative,
li.red {
  color: red !important; }

li.positive,
li.green {
  color: green !important; }

li.accept {
  color: #090 !important; }

li.decline {
  color: red !important; }

span.accept,
span.decline,
li.liBlock span.HLEiconSet {
  display: inline-block;
  width: 13px;
  height: 17px; }

a.HLEcalc-tooltip {
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px; }

input[type="text"],
select,
input[type="email"],
input[type="tel"],
textarea,
input[type="number"] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #515151;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-transition: border-color ease-in-out 0.15s,
 -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
 -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
 -webkit-box-shadow ease-in-out 0.15s; }
  input[type="text"]::placeholder,
  select::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder,
  input[type="number"]::placeholder {
    color: #999; }

.HLEcalc-content input[type="text"],
.HLEcalc-content select,
.HLEcalc-content input[type="email"],
.HLEcalc-content input[type="tel"],
.HLEcalc-content textarea,
.HLEcalc-content input[type="number"] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .HLEcalc-content input[type="text"]:focus,
  .HLEcalc-content select:focus,
  .HLEcalc-content input[type="email"]:focus,
  .HLEcalc-content input[type="tel"]:focus,
  .HLEcalc-content textarea:focus,
  .HLEcalc-content input[type="number"]:focus {
    outline: none;
    box-shadow: 0 0px 3px rgba(39, 173, 231, 0.6); }

input[type="checkbox"] {
  display: none; }

select:hover {
  cursor: pointer; }

select.form-control--select {
  background: #fff url("data:image/svg+xml,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.175 0.15834L5 3.97501L8.825 0.15834L10 1.33334L5 6.33334L0 1.33334L1.175 0.15834Z' fill='%23515151' fill-opacity='0.6'/%3e%3c/svg%3e") right 0.75rem center/10px no-repeat;
  appearance: none; }

.checkbox label {
  padding-left: 30px; }

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -30px; }

.radio label {
  padding-left: 25px; }

.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -25px; }

input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white,
 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.HLE-calculator input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 100%; }

input[type="radio"] {
  display: none; }

input[type="button"],
input[type="submit"],
a.btnEnquire,
a.btnRecalc,
.button-blue,
.assessButton,
.getAssessment,
.button-green,
.button-grey {
  background-color: #27ade7;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  padding: 11px 35px;
  line-height: 1;
  border: 0;
  cursor: pointer; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  a.btnEnquire:hover,
  a.btnRecalc:hover,
  .button-blue:hover,
  .assessButton:hover,
  .getAssessment:hover,
  .button-green:hover,
  .button-grey:hover {
    background-color: #1690c5; }

input[type="button"]:hover,
input[type="submit"]:hover,
a.btnEnquire:hover,
a.btnRecalc:hover,
.button-blue:hover,
.assessButton:hover .getAssessment:hover,
.button-green:hover,
.button-grey:hover {
  color: #fff; }

.button-green {
  display: inline-block; }

/* --------------------------- HLE CALC CONTAINER --------------------------- */
.HLE-calculator {
  position: relative; }

.HLE-calculator h1 {
  height: auto;
  width: 100%;
  background-color: #27ade7;
  font-size: 1.786em;
  margin-bottom: 25px;
  margin-top: 0px;
  color: #fff;
  font-weight: bold;
  padding: 10px 17px; }

.HLE-calculator form {
  margin-bottom: 50px;
  border-bottom: solid #27ade7 5px; }

.HLE-calculator form ul {
  list-style: none;
  clear: both; }

.main-content .HLE-calculator .HLEcalc-row h2,
.main-content .HLE-calculator h2 {
  padding: 0; }

.HLE-calculator input[type="checkbox"] + label,
.HLE-calculator input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  top: 5px;
  margin-left: 15px;
  margin-right: 8px; }

.HLE-calculator input[type="checkbox"]:checked + label:before,
.HLE-calculator input[type="radio"]:checked + label:before {
  border: 0;
  background: #27ade7; }

.HLE-calculator input[type="checkbox"] + label:before,
.HLE-calculator input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #bbb;
  border-radius: 4px;
  margin-top: -5px; }

.HLE-calculator input[type="radio"] + label:before {
  border-radius: 50px; }

.HLE-calculator input[type="checkbox"] + label:before {
  border-radius: 4px; }

.HLE-calculator input[type="radio"] + label:before {
  border-radius: 100%; }

.HLE-calculator input[type="radio"] {
  vertical-align: top;
  margin-left: 15px;
  margin-right: 8px; }

.HLE-calculator .HLEcalc__contact--row {
  display: flex;
  gap: 10px; }

.HLE-calculator .HLEcalc__contact--row input[type="radio"] + label {
  margin-left: 0; }

.slide,
.mobileLabel,
span.iop2,
#slideTag,
.btnShare {
  display: none; }

/* --------------------------- HLECALC FIRST CONTENT --------------------------- */
.slide:first-child {
  display: block; }

.main-content .HLE-calculator .slide > h2 {
  font-size: 18px;
  color: #2d2d2d; }

#plgcForm .HLEcalc-row.plgc-mbf {
  width: 100%; }

.HLEcalc-leftContent {
  color: #2d2d2d; }
  .HLEcalc-leftContent.FL {
    margin-bottom: 4px; }

.HLE-calculator ul li {
  color: #27ade7;
  margin-bottom: 5px; }

.table > ul.resultList > li,
.HLEcalc-resultContent ul li {
  margin-bottom: 0; }

.HLEcalc-footer {
  clear: both;
  margin-top: 20px;
  height: 50px; }

#do_email_option {
  color: #787878; }

.HLEcalc-fullContent {
  margin-bottom: 10px; }

/* -----------------------------HLE CALC BUTTON CSS ---------------------------- */
#nextBtn,
#viewResults,
#enquireOnlineBtn,
#sendAndViewResults {
  float: right;
  text-indent: 0; }

#prevBtn,
#removeCurrentMortgage,
#removeApplicant,
#removeNewMortgage,
#reCalculate,
.button-grey {
  background-color: #848484;
  transition: all 0.3s ease; }
  #prevBtn:hover,
  #removeCurrentMortgage:hover,
  #removeApplicant:hover,
  #removeNewMortgage:hover,
  #reCalculate:hover,
  .button-grey:hover {
    background-color: #383838;
    transition: all 0.3s ease; }

#reCalculate {
  float: left;
  text-indent: 0; }

#reCalculate:hover {
  color: #fff; }

a.disclaimer,
a .disclaimer:hover,
a .disclaimer:focus {
  margin: 0 auto;
  display: inherit;
  color: #515151;
  text-align: right;
  text-decoration: underline;
  clear: both;
  position: absolute;
  bottom: 26px;
  right: 0;
  transition: all 0.3s ease; }
  a.disclaimer:hover,
  a .disclaimer:hover:hover,
  a .disclaimer:focus:hover {
    color: #383838;
    transition: all 0.3s ease; }

#enquireOnlineBtn,
.assessButton .getAssessment {
  background-color: #fb7925;
  border-color: #fb7925;
  color: #fff;
  transition: all 0.3s ease; }
  #enquireOnlineBtn:hover,
  .assessButton .getAssessment:hover {
    background-color: #e95e04;
    border-color: #1690c5;
    transition: all 0.3s ease; }

/* form#lrcForm .disclaimer,
form#lrcForm .disclaimer:hover,
form#lrcForm .disclaimer:focus {
  bottom: 50px;
} */
/* -------------------------HLE CALC RESULT SECTION ------------------------ */
.HLEcalc-resultContent .table {
  border: 1px solid #ddd; }

.slide:nth-child(7),
.contentStyle li,
#dbqcForm .messageBoard li,
#lrcForm .messageBoard li,
li.msgSuccessful {
  color: #515151 !important; }

ul.resultList > li:first-child {
  display: initial; }

ul.resultList > li:first-child > ul > li {
  border-bottom-width: 2px;
  font-weight: bold;
  color: #27ade7; }

li.odd,
#seicForm li.odd ul,
#lrcForm li.odd ul {
  background: #f5f5f5; }

ul.resultList > li > ul,
.HLEcalc-resultContent .table li > ul {
  display: table;
  width: 100%; }

ul.resultList > li > ul > li,
.HLEcalc-resultContent .table ul ul li {
  display: table-cell;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
  color: #515151; }

ul.resultList > li > ul > li:first-child,
.HLEcalc-resultContent .table ul ul li:first-child {
  text-align: left; }

ul.resultList > li > ul > li:last-child,
.HLEcalc-resultContent .table ul ul li:last-child {
  border-right: 0; }

.HLEcalc-resultContent .table ul ul li {
  font-weight: 600; }

ul.resultList li:last-child > ul > li {
  font-weight: bold; }

ul.resultList > li > ul > li:last-child {
  border-right: 0; }

li.lenderList,
#surplus {
  font-weight: bold; }

/* -------------------------- MORE/LESS BUTTON IN RESULT CSS -------------------------- */
#moreLess {
  display: block;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 40px;
  margin-top: -17px; }

#moreLess span {
  background: #27ade7;
  padding: 5px 10px; }

#moreLess span.HLEiconSet:after {
  content: "more"; }

#moreLess span.HLEiconSet:before {
  content: "˅ ";
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2; }

#moreLess span.HLEiconSet.less:before {
  content: "˄ "; }

#moreLess span.HLEiconSet.less:after {
  content: "less"; }

/* ----------------- HLE CALC RESULT TIPS FOR YOUR SITUATION ---------------- */
.main-content .HLE-calculator .slide:last-child .HLEcalc-resultContent ~ h2,
.HLE-calculator .slide:last-child .HLEcalc-resultContent ~ .HLEcalc-content.contentStyle,
.messageBoard,
.main-content .HLE-calculator .slide:last-child .NRMC-ContentStyle ~ h2,
.HLE-calculator .slide:last-child .NRMC-ContentStyle ~ .HLEcalc-content.contentStyle {
  background-color: rgba(39, 173, 231, 0.1);
  padding: 25px; }

.main-content .HLE-calculator .slide:last-child .HLEcalc-resultContent ~ h2.contentStyle,
.main-content .HLE-calculator .slide:last-child .HLEcalc-resultContent ~ h2,
.main-content .HLE-calculator .slide:last-child .NRMC-ContentStyle ~ h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0; }

#do_email_option,
.radioLineHeightFix {
  margin-top: 13px;
  margin-bottom: 25px; }

.slide:last-child .contentStyle,
.messageBoard {
  margin-bottom: 20px !important; }

.slide:last-child .contentStyle.lastContentStyle {
  margin-bottom: 40px !important; }

/* --------------------- HOW MUCH CAN I BORROW OLD CALC --------------------- */
.HLEcalc-btnAddRemove {
  border-bottom: 1px dotted #9d9b9b; }

input.btnAddRemove,
input.btnAddRemoveHover {
  background-color: #28ad2b;
  padding: 0;
  height: 35px;
  width: 35px;
  font-size: 30px;
  font-weight: bold;
  vertical-align: top;
  margin-bottom: 20px; }

input#removeApplicant,
input#removeNewMortgage,
input#removeCurrentMortgage {
  padding-bottom: 20px; }

.HLEcalc-btnAddRemove {
  margin: 15px 0; }

/* How Much Can I Borrow Calculator Result Section : Start */
.hmcib-enquiry-btn #enquireOnlineBtn {
  float: none;
  margin-top: 15px;
  margin-bottom: 15px; }

.hmcib-enquiry-btn {
  margin-top: 30px;
  margin-bottom: 26px; }

.HLE-calculator-hmcib #detailResult,
.HLE-calculator-hmcib #briefResult {
  margin-top: 15px; }

/* How Much Can I Borrow Calculator Result Section : END */
#serviceCalcForm ul.resultList > li > ul > li {
  width: 25%; }

#serviceCalcForm .slide:nth-child(1) .HLEcalc-content .HLEcalc-row:nth-last-child(2) .HLEcalc-rightContent {
  float: left;
  margin-right: 15px; }

#serviceCalcForm .slide:nth-child(1) .HLEcalc-content .HLEcalc-row:nth-last-child(2) .HLEcalc-leftContent {
  display: inline-block; }

#serviceCalcForm .slide:nth-child(2) .HLEcalc-content .HLEcalc-row:first-child {
  width: 100%;
  margin-bottom: 20px; }

#serviceCalcForm .slide:nth-child(2) li.HLEcalc-title,
.main-content .HLE-calculator h2 {
  font-size: 16px;
  font-weight: bold;
  color: #9d9b9b; }

#serviceCalcForm .slide:nth-child(2) li.HLEcalc-title {
  padding: 10px 15px;
  margin-bottom: 0 !important; }

#serviceCalcForm .HLEcalc-dollarSign {
  left: 25px; }

#serviceCalcForm .slidesix-content .HLEcalc-rowfix .HLEcalc-rightContent input {
  margin-left: 0;
  margin-right: 0; }

#serviceCalcForm input#live_in_capital + label {
  margin: 0; }

#obCalcForm ul.resultList > li > ul > li,
#lciaCalcForm .slide:last-child .HLEcalc-resultContent .table ul ul li {
  width: 20%; }

.HLEcalc-ef {
  display: inline-block; }

#date_recent_fy_div {
  display: none; }

/* YTD CALCULATOR */
#ytdCalcForm .HLEcalc-resultContent .table ul ul li:first-child {
  width: 75%; }

#ytdCalcForm .HLEcalc-resultContent .table ul ul li:last-child {
  width: 25%; }

/* -------------------------- CASUAL JOB CALCULATOR ------------------------- */
#cjCalcForm .HLEcalc-resultContent .table ul ul li:first-child {
  width: 50%; }

#cjCalcForm .HLEcalc-resultContent .table ul ul li:last-child {
  width: 50%; }

#cjCalcForm span.accept,
#cjCalcForm span.decline {
  padding-left: 20px; }

#cjCalcForm .HLEcalc-resultContent .table ul ul li {
  text-align: left; }

#lvrForm .HLEcalc-resultContent .table ul ul li {
  width: 50%; }

#lmiCalcForm .slide:last-child .HLEcalc-resultContent > .table ul ul li,
#bccForm .slide:last-child .HLEcalc-resultContent > .table ul ul li {
  width: 50%; }

#lmiCalcForm #normalResult .table ul.resultList li li {
  width: 14.28%; }

#lmiCalcForm #mobileResult {
  display: none; }

.slide .HLEcalc-row .HLEcalc-rightContent .suffix,
.slide .HLEcalc-row .HLEcalc-rightContent .isSuffix,
.isPrefix {
  position: absolute;
  bottom: 25%;
  width: initial;
  color: #9d9b9b; }

.slide .HLEcalc-row .HLEcalc-rightContent .suffix,
.slide .HLEcalc-row .HLEcalc-rightContent .isSuffix {
  right: 10px; }

.slide .HLEcalc-row .HLEcalc-rightContent div {
  width: 50%;
  float: left;
  position: relative; }

.slide .HLEcalc-row .HLEcalc-rightContent div.HLEcalc-errorMessage {
  color: #9d2a2a;
  top: -15px;
  display: none;
  width: 100%; }

/* -------------------------- BREAK COST CALCULATOR ------------------------- */
#bccForm .slide .HLEcalc-row .HLEcalc-rightContent div .suffix {
  top: 20%; }

#bccForm .slide .HLEcalc-row .HLEcalc-rightContent div #remain_mths {
  float: right;
  width: 95%; }

/* ----------------- Investment Property Cashflow Calculator ---------------- */
#ipcForm .slide .HLEcalc-row .HLEcalc-rightContent select#rent_frequency {
  border: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  margin-bottom: 0;
  height: 100%; }

#ipcForm #moreLess {
  color: transparent; }

#ipcForm #moreLess span.arrow {
  position: initial;
  margin-left: 60px;
  color: #fff; }

#ipcForm a#seeSpecialOffer {
  text-decoration: underline;
  cursor: pointer; }

#ipcForm .hideInDefault,
li.hideInDefault {
  display: none; }

#ipcForm .mobileBlock {
  display: none; }

#ipcForm .table.block1 ul.resultList li li {
  width: 50%; }

#ipcForm .table.block2 ul.resultList li li,
#ipcForm .table.block3 ul.resultList li li {
  width: 20%; }

#ipcForm .b {
  border: 1px solid #ddd;
  border-bottom: 0;
  float: right;
  padding: 5px 15px;
  cursor: pointer; }

#ipcForm .b.selectedTab {
  background-color: #27ade7;
  border: 1px solid #27ade7;
  color: #fff; }

li.b2data {
  display: none; }

/* ------------------------- Credit Score Calculator ------------------------ */
#cscForm #guarantorLoanDiv {
  display: none; }

#cscForm .app2inputs {
  display: none; }

#cscForm .slide:nth-child(5) > .HLEcalc-content > .HLEcalc-row {
  margin-left: initial;
  margin-right: initial;
  display: flex;
  gap: 10px; }
  @media (max-width: 575px) {
    #cscForm .slide:nth-child(5) > .HLEcalc-content > .HLEcalc-row {
      flex-direction: column; } }

#cscForm .slide:nth-child(5) > .HLEcalc-content > .HLEcalc-row .HLEcalc-row--wrap input[type=radio] + label {
  margin-left: 0; }

#cscForm .slideContent > .HLEcalc-content {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 15px; }

#cscForm .cscMeter span {
  text-align: center;
  width: 205px;
  height: 160px;
  float: left;
  background: var(--wpr-bg-abb44225-66d2-4e35-8150-6865b5fcb546) no-repeat; }

#cscForm .cscMeter span.veryLow {
  background-position: -20px -20px; }

#cscForm .cscMeter span.low {
  background-position: -229px -20px; }

#cscForm .cscMeter span.moderate {
  background-position: -438px -20px; }

#cscForm .cscMeter span.high {
  background-position: -647px -20px; }

#cscForm .cscMeter span.extreme {
  background-position: -856px -20px; }

#cscForm .cscMeter span h4 {
  padding-top: 80px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px; }
  @media (max-width: 479px) {
    #cscForm .cscMeter span h4 {
      padding-top: 120px; } }

#cscForm .cscMeter span p {
  font-weight: 600; }

#cscForm .slide.resultSlide h2 {
  border-top: 1px solid #eee;
  padding-top: 20px; }

#cscForm .slide.resultSlide h2 {
  margin-top: 0; }

#cscForm .slide.resultSlide h2.firstContentStyle {
  margin-top: 40px; }

#elig_pens_div,
#income_div,
#noOfChild_div,
#payment_div,
#prop_loc_div,
#relocationDiv,
#residential_property_purchase_div,
#stateDiv,
.page-title {
  display: none; }

#fhogCalcForm .HLEcalc-resultContent ul > li li:nth-child(2n + 1) {
  width: 35%; }

#fhogCalcForm .HLEcalc-resultContent ul > li li:nth-child(2n + 2) {
  width: 15%; }

#fhogCalcForm .HLEcalc-resultContent ul > li:first-child li {
  width: 50%; }

#plgcForm .table.tableStyle2 .resultList ul li {
  width: 50%; }

#plgcForm .PLG-mobileStyle .table.tableStyle2 .resultList ul li {
  width: 25%; }

#plgcForm .table.PLG-mpStyle ul ul li {
  width: 20%; }

.PLG-mobileStyle {
  display: none; }

.hideInDefault {
  display: none; }

#dbqcForm .HLEcalc-resultContent ul.resultList ul li {
  width: 50%; }

#dbqcForm ul.resultList > li:first-child > ul > li {
  color: #515151; }

#seicForm .seid-ptf .HLEcalc-row {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-width: 485px; }

#seicForm .seid-ptf .HLEcalc-column {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

#seicForm .table#detailResult > ul {
  width: 100%; }

#seicForm .seid-ptf .HLEcalc-column-main ul li:first-child,
#bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column:nth-child(2) li:first-child {
  padding: 0;
  margin-bottom: 5px;
  height: 20px; }

#seicForm .seid-ptf .HLEcalc-column-main ul li,
#bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column:nth-child(2) li {
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  margin-bottom: 20px; }

#seicForm .seid-ptf .paddingLeftFix ul li {
  position: relative; }

#seicForm .table.tableStyle2 ul ul li {
  width: 50%; }

#seicForm #detailResult ul ul li {
  width: 20%; }

#seicForm ul.resultList > li:first-child > ul > li,
#lrcForm .HLEcalc-resultContent .table.block1 ul.resultList li:first-child > ul > li {
  color: #515151;
  border-bottom-width: 1px;
  font-weight: 600; }

li.mobileHeader {
  display: none; }

#lrcForm .slide:first-child .HLEcalc-content > .HLEcalc-row {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

#lrcForm .table.block3 {
  display: none; }

#lrcForm #tabsHolder {
  border: 1px solid #ddd;
  border-bottom: 0;
  display: inline-block;
  margin-bottom: -5px; }

#lrcForm #tabsHolder li {
  color: #515151;
  padding: 10px 20px;
  float: left;
  font-weight: bold;
  width: initial;
  cursor: pointer; }

#lrcForm #tabsHolder li:last-child {
  border: 0; }

#lrcForm #tabsHolder li.diagonal-stripe {
  background-color: #27ade7;
  color: #fff; }

#lrcForm .HLEcalc-resultContent .table.block1 ul ul li {
  width: 50%; }

#lrcForm .table.block2 svg image {
  display: none; }

#lrcForm .table.block3 thead tr {
  background-color: #27ade7 !important;
  color: #fff; }

#lrcForm .table.block3 tr {
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9; }

#lrcForm .table.block3 tr:hover {
  cursor: pointer;
  background-color: #eee; }

#lrcForm .table.block3 th,
#lrcForm .table.block3 td {
  padding: 7px 10px;
  width: 30%;
  text-align: center; }

#lrcForm .table.block3 th:first-child,
#lrcForm .table.block3 td:first-child {
  width: 10%; }

#lrcForm #repaymentTable_info,
#lrcForm #repaymentTable_paginate {
  padding: 10px 15px; }

#lrcForm #repaymentTable_info {
  display: inline-block;
  color: #aaa; }

#lrcForm #repaymentTable_paginate {
  float: right; }

#lrcForm #repaymentTable_paginate a {
  cursor: pointer; }

#lrcForm #repaymentTable_paginate a.disabled {
  color: #515151;
  cursor: none; }

#lrcForm #repaymentTable_paginate span a {
  padding: 0 4px;
  display: inline-block;
  text-align: center;
  color: #515151;
  margin: 0 3px; }

#lrcForm #repaymentTable_paginate span a:first-child {
  margin-left: 7px; }

#lrcForm #repaymentTable_paginate span a:last-child {
  margin-right: 7px; }

#lrcForm #repaymentTable_paginate span a.current,
#lrcForm #repaymentTable_paginate span a:hover {
  background-color: #27ade7;
  color: #fff; }

#lrcForm .resultList h2 {
  text-align: center;
  color: #27ade7;
  font-size: 32px;
  margin: 0 0 10px; }

#lrcForm .resultList p {
  text-align: center;
  margin: 10px 0 0;
  font-weight: bold; }

#bnosmCalcForm .HLEcalc-row .HLEcalc-rightContent input + select {
  position: absolute;
  width: 130px;
  top: 0;
  right: 0;
  border: 0;
  background: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#bnosmCalcForm .table.block2 {
  width: 48%;
  float: left; }

#bnosmCalcForm .table.block2 h4 {
  text-align: center;
  font-weight: bold;
  color: #27ade7; }

#bnosmCalcForm .table.block2 + .block2 {
  margin-right: 0;
  float: right; }

#bnosmCalcForm .table.block2 .imageHolder {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px; }

#bnosmCalcForm .table.block2 .imageHolder img {
  max-height: 115px; }

#bnosmCalcForm ul.resultList ul li {
  width: 50%; }

#bnosmCalcForm ul.resultList ul li:last-child {
  width: 30%; }

#bnosmCalcForm ul.resultList ul li:first-child {
  width: 70%; }

#ndlcForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row {
  width: 100% !important; }

#ndlcForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row {
  padding: 0 !important; }

#ndlcForm .HLEcalc-row .hle-calc-column-three {
  display: none; }

#ndlcForm .slide:nth-child(3) .HLEcalc-content {
  margin-left: -15px;
  margin-right: -15px; }

#ndlcForm .hle-calc-column {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33%; }

#ndlcForm .hle-calc-column.hle-calc-column-one {
  width: 34% !important; }

#ndlcForm .hle-calc-column-one ul.label {
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  padding: 0; }

#ndlcForm .hle-calc-column-one ul.label li:first-child {
  height: 20px;
  margin-bottom: 4px;
  padding: 0; }

#ndlcForm .hle-calc-column-one ul.label li {
  height: 45px;
  margin-bottom: 20px;
  padding: 15px 0; }

#ndlcForm .hle-calc-column ul li {
  position: relative; }

#ndlcForm .HLEcalc-row .hle-calc-column ul li.rentalIncomeLi,
#ndlcForm .HLEcalc-row .hle-calc-column ul li.superannuationLi {
  display: none; }

#ndlcForm .hle-calc-accordion h3.hle-calc-accordion-title-selected {
  background-color: #fb7925;
  color: #fff; }

#ndlcForm .hle-calc-accordion-title {
  cursor: pointer;
  background: #f3f3f3;
  padding: 10px;
  text-shadow: none;
  margin-bottom: 2px; }

#ndlcForm .hle-calc-accordion-title:after {
  content: "+";
  float: right; }

#ndlcForm .hle-calc-accordion-title.open:after {
  content: "-"; }

#ndlcForm .hle-calc-accordion-title #ndlcForm .hle-calc-accordion-title + .hle-calc-accordion-content.show {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 35px; }

#ndlcForm .hle-calc-accordion-title.option-fail {
  color: #afafaf; }

#ndlcForm .close:focus,
#ndlcForm .close:hover {
  opacity: 1;
  color: #27ade7; }

h3.hle-calc-accordion-title {
  float: none;
  margin-top: 0;
  color: #27ade7;
  font-weight: 600;
  font-size: 16px;
  opacity: 1; }

h3.hle-calc-accordion-title + .hle-calc-accordion-content {
  display: none; }

h3.hle-calc-accordion-title.open + .hle-calc-accordion-content {
  display: block;
  background-color: #fafafa;
  padding: 20px;
  margin-top: -2px; }

.hle-calc-accordion-content {
  margin-bottom: 20px; }

#ndlcForm h3.hle-calc-accordion-title.open + .hle-calc-accordion-content {
  border-bottom: none !important;
  height: auto !important; }

#ndlcForm .hle-calc-accordion-content ul li {
  color: #9d9b9b; }

#ndlcForm .formActionButtons a {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block; }

#ndlcForm .button-orange,
#ndlcForm .button-blue {
  display: inline-block; }

a.see-examples {
  float: right; }

#gs_examples_link {
  margin-top: -20px;
  font-size: 11px;
  position: relative; }

.HLEcalc-gs-example-list-content {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px; }

.HLEcalc-gs-example-list-content li {
  line-height: 1.2; }

.HLEcalc-gs-example-list-content li:last-child {
  margin-bottom: 0; }

#gs_examples_link div {
  width: 100%;
  position: absolute;
  z-index: 1; }

#gs_examples_menu {
  display: none; }

#gs_examples_link .HLEcalc-cssArrow {
  width: 0;
  height: 0;
  position: absolute;
  border-top: 5px solid #ccc;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  right: 30px;
  top: -10px; }

#gscForm .HLEcalc-resultContent .table.lvrResult ul.resultList {
  min-width: inherit; }

#gscForm .HLEcalc-resultContent .table.lvrResult ul.resultList ul li {
  width: 50%; }

#gscForm .HLEcalc-resultContent ul.resultList li ul li {
  width: 15%; }

#gscForm .HLEcalc-resultContent ul.resultList li ul li:first-child {
  width: 25%; }

#gscForm .mobileLenderHeader,
#gscForm .table.gsa.gsc_lender4and5,
#gscForm .detailResult.resultList {
  display: none; }

#bassiForm .HLEcalc-mainContent,
#bassiForm .HLEcalc-footer,
#bassiForm #emailMessages.HLEcalc-message,
#bassiForm .disclaimer,
#bassiForm .disclaimer:hover,
#bassiForm .disclaimer:focus {
  padding-left: 15px;
  padding-right: 15px; }

#bassiForm .HLEcalc-content > img {
  display: none; }

#bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row {
  width: 100%;
  margin-right: -15px;
  margin-left: -15px; }

#bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row > span {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

#bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

#bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column li {
  position: relative; }

#bassiForm .HLEcalc-resultContent #detailResult ul ul li {
  width: 25%; }

#nrmcForm .slide:last-child .NRMC-ContentStyle {
  margin-bottom: 50px; }

#nrmcForm .slide:last-child .NRMC-ContentStyle .HLEcalc-row {
  margin-bottom: 20px; }

#nrmcForm .slide:last-child .NRMC-ContentStyle .HLEcalc-resultLeft {
  font-weight: bold; }

#nrmcForm .NRMC-ContentStyle .HLEcalc-leftContent {
  width: 220px;
  float: left; }

#nrmcForm .NRMC-ContentStyle .HLEcalc-rightContent {
  margin-left: 220px; }

#ircForm .slide:last-child {
  text-align: center; }

#ircForm .HLEcalc-resultContent .table {
  border: 0; }

#ircForm .HLEcalc-resultContent ul.resultList li {
  margin-bottom: 30px; }

#ircForm .HLEcalc-resultContent ul.resultList .statement {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

#ircForm .HLEcalc-resultContent ul.resultList .data li {
  text-align: center;
  width: 50%;
  border-bottom: 0;
  display: inline-block;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2; }

#ircForm .HLEcalc-resultContent ul.resultList .data li br {
  display: none; }

#ircForm .HLEcalc-resultContent ul.resultList .data li span {
  font-size: 15px;
  font-weight: normal;
  color: #9d9b9b;
  display: block; }

#ircForm ul.newLoanResult li.data ul li:first-child {
  text-align: right;
  width: 45%;
  color: #27d222;
  padding-right: 30px; }

#ircForm ul.newLoanResult li.data ul li:last-child {
  text-align: left;
  padding-left: 30px; }

#ircForm ul.newLoanResult li.assessButton {
  background-color: transparent; }

#ircForm ul.newLoanResult .monthlyRepayment.spacer {
  font-size: 35px;
  color: #515151;
  font-weight: bold; }

#ircForm .slide:last-child .disclaimer {
  text-decoration: none;
  font-size: 11px;
  text-align: left;
  font-style: italic;
  position: inherit; }

#ircForm #fileUploader #statement {
  display: none; }

#ircForm .resultList.currentLoanResult li.leftBlock {
  margin-bottom: 0;
  border-top: 1px solid #ddd; }

#ircForm .resultList.currentLoanResult li.leftBlock,
#ircForm .resultList.currentLoanResult li.rightBlock {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; }

#ircForm .resultList.currentLoanResult li.leftBlock li,
#ircForm .resultList.currentLoanResult li.rightBlock li {
  width: 20%;
  padding: 20px 10px;
  font-weight: 600; }

#ircForm .resultList.currentLoanResult li.leftBlock li:first-child,
#ircForm .resultList.currentLoanResult li.rightBlock li:first-child {
  width: 60%; }

#ircForm .resultList.currentLoanResult li.data {
  font-size: 28px;
  font-weight: bold; }

#ircForm .red {
  color: red; }

#ircForm .green {
  color: #27d222; }

#ircForm #enquiryLink {
  cursor: pointer;
  color: #27d222; }

#ircForm .resultList.currentLoanResult li.statement {
  margin-bottom: 15px; }

#glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 {
  width: 50%;
  float: left;
  text-align: center; }

#glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 > h3 {
  margin-top: 0; }

#glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 > h3,
#glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 img {
  padding-right: 15px;
  padding-left: 15px; }

#glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 .HLEcalc-row {
  text-align: left;
  margin-top: 25px; }

#glcForm .HLEcalc-GLCcontent img {
  max-width: 100%; }

/*!*background: rebeccapurple;*!*/
#glcForm .HLEcalc-resultContent ul.resultList ul li {
  width: 75%; }

#glcForm .HLEcalc-resultContent .lvrResult ul.resultList ul li:last-child {
  width: 25%; }

#glcForm .HLEcalc-resultContent ul.detailResult.resultList {
  display: none; }

#glcForm .HLEcalc-resultContent ul.detailResult.resultList ul li,
#glcForm .HLEcalc-resultContent ul.briefResult.resultList ul li {
  width: 10%; }

#glcForm .HLEcalc-resultContent ul.detailResult.resultList ul li:first-child,
#glcForm .HLEcalc-resultContent ul.briefResult.resultList ul li:first-child {
  width: 50%; }

#glcForm .HLEcalc-mainContent .slide:first-child .GLCyourPurchase {
  padding-right: 20px;
  border-right: 1px solid #eee; }

#glcForm .HLEcalc-mainContent .slide:first-child .GLCyourGuarantors {
  padding-left: 20px; }

#ldlc_Form .resultTable li li {
  width: 50%; }

#ldlc_Form #detailResult ul,
#ldlc_Form #briefResult ul {
  width: 100%; }

#ldlc_Form #briefResult li li,
#ldlc_Form #detailResult li li {
  width: 16.8%; }

#ldlc_Form ul.mobileLenderHeader {
  display: none; }

#ldlc_Form .slide:nth-child(5) > .HLEcalc-content > .HLEcalc-row {
  margin-left: 0;
  margin-right: 0; }

#smsfCalcForm .HLEcalc-resultContent .resultList li li:first-child {
  width: 50%; }

#smsfCalcForm .HLEcalc-resultContent .resultList li li {
  width: 25%; }

.resultList li li.fail,
.resultList li li.pass,
.resultList li li.question,
.resultList li li.info {
  background-position: center; }

#pcCalcForm .HLEcalc-resultContent li {
  list-style: none; }

#pcCalcForm .HLEcalc-resultContent li li:first-child {
  width: 65%; }

#pcCalcForm .HLEcalc-resultContent li li:last-child {
  width: 35%; }

#pcCalcForm .HLEcalc-resultContent li li:last-child span {
  margin-left: -62px; }

#pcCalcForm .HLEcalc-resultContent li li {
  float: left; }

#pcCalcForm ul.resultList > li:first-child > ul > li {
  color: #515151;
  border-bottom-width: 1px;
  font-weight: 600; }

.ui-datepicker-title input[type="text"],
.ui-datepicker-title select,
.ui-datepicker-title input[type="email"],
.ui-datepicker-title input[type="tel"],
.ui-datepicker-title textarea,
.ui-datepicker-title input[type="number"] {
  padding: 2px;
  display: inline-block;
  height: 24px; }

input + a[id^="img"] {
  color: #9d9b9b;
  margin-bottom: 1px;
  display: block;
  margin-top: -16px;
  font-size: 11px; }

.vb-container {
  margin: 0;
  padding: 0; }

.VisiCalcClass {
  background: var(--wpr-bg-4f9968ad-92e0-4f43-ad94-6f31d2b6af2c) 50% 50% no-repeat;
  background-size: 40px 40px;
  width: 100%;
  margin: 0;
  padding: 0; }

#Stamp_Duty_Calculator {
  min-height: 700px; }

#Income_Tax_Calculator {
  min-height: 640px; }

#Interest_Only_Mortgage_Calculator {
  min-height: 530px; }

#Saving_Calculator {
  min-height: 470px; }

#Comparison_Rate_Calculator {
  min-height: 620px; }

#Extra_Repayment_Calculator,
#Property_Selling_Cost_Calculator {
  min-height: 550px; }

#Split_Loan_Calculator {
  min-height: 650px; }

#Home_Loan_Offset_Calculator {
  min-height: 520px; }

#Introductory_Rate_Loan_Calculator {
  min-height: 600px; }

#Loan_Comparison_Calculator {
  min-height: 730px; }

#Mortgage_Switching_Calculator {
  min-height: 900px; }

#lightbox-container-image img#lightbox-image {
  max-width: 100%; }

#lightbox-container-image-box {
  width: 100% !important;
  background-color: transparent; }

p.CalcNote {
  color: red; }

#NewCalcInput p.calc-disc {
  color: #9d9b9b;
  font-size: 11px;
  margin-top: 10px; }

#NewCalcInput input[type="number"]::-webkit-inner-spin-button,
#NewCalcInput input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#NewCalcInput p.sect-header {
  font-size: 20px; }

#NewCalcInput span.dyn-txt {
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  color: #9d9b9b; }

#NewCalcInput span.pio-restxt {
  font-weight: bold; }

#NewCalcInput span.calc-dollarSign {
  position: absolute !important;
  left: 25px;
  top: 43px;
  color: #9d9b9b; }

#NewCalcInput span.calc-percentSign {
  position: absolute !important;
  right: 25px;
  top: 43px;
  color: #9d9b9b; }

#NewCalcInput ul.blue-tick li {
  margin-bottom: 10px;
  color: #2d2d2d; }

#NewResult p.NCalcResIntro {
  margin-top: 10px; }

#NewCalcInput #qualify.btn {
  margin-top: 29px;
  margin-bottom: 15px; }

#NewCalcInput input[type="text"],
#NewCalcInput input[type="number"] {
  padding-left: 20px; }

#NewCalcInput #ResCont.res-alert {
  -webkit-box-shadow: 1px 1px 1px #999;
  box-shadow: 1px 1px 1px #999;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px; }

#NewCalcInput p {
  text-align: left; }

#NewCalcInput #NewResult {
  padding: 15px;
  background-color: #f8fdff;
  margin-bottom: 10px; }

#NewResult #ResCont p {
  margin-bottom: 5px;
  color: #2d2d2d; }

#NewResult div:first-child p {
  margin-bottom: 0; }

#NewCalcInput #NewResult p.NCalcRes,
#pi_io_savings {
  font-size: 35px;
  font-weight: bold;
  color: #29ad2c; }

#equi-amt,
#io_int_cost,
#pi_int_cost {
  color: #9d9b9b;
  font-size: 35px; }

.HLEcalc-resultContent ul li:last-child ul li {
  border-bottom: 0; }

/* --------------------------- NEW HLE CALCULATOR CSS WITH BOX--------------------------- */
#incontent-CTA .modal-tip {
  font-size: 14px;
  margin: 150px auto;
  color: #515151;
  padding: 0 !important; }

#incontent-CTA .modal-content {
  padding: 15px; }

#incontent-CTA .modal-content p {
  text-align: center; }

#incontent-CTA {
  /* padding: 0 0 15px;
  border-bottom: 1px solid #ccc; */
  margin: 0 0 35px; }

#incontent-CTA .label {
  font-weight: 400;
  margin-top: 5px;
  display: block;
  padding: 5px; }

#incontent-CTA p.calc-disc {
  color: #9d9b9b;
  font-size: 11px;
  margin-top: 10px; }

#incontent-CTA .btn {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #27ade7;
  border: 1px solid;
  white-space: pre-wrap;
  padding: 15px 20px;
  width: 100%;
  border-color: #27ade7; }

#incontent-CTA #new-calc.btn {
  border-color: #27ade7; }

#incontent-CTA .btn-assessment {
  width: 100%; }

#incontent-CTA .right-btn {
  float: right; }

#incontent-CTA #next-button.nav-btn {
  text-transform: uppercase; }

#incontent-CTA .left-btn {
  float: left; }

#incontent-CTA .prev-btn {
  border-color: #27ade7;
  color: #27ade7;
  border: solid 1px;
  background-color: #fff; }

#incontent-CTA.lexp-calc label,
#incontent-CTA.matleave-calc label {
  font-weight: 400; }

#incontent-CTA.lexp-calc #new-calc-btn.btn-assessment {
  margin-top: 25px; }

#incontent-CTA .input-error {
  border-color: #9d2a2a !important; }

#incontent-CTA .error-req {
  border-color: #9d2a2a; }

#incontent-CTA .input-group span.error-req {
  border-color: #9d2a2a;
  background-color: #9d2a2a; }

#incontent-CTA .input-group .material-icons {
  font-size: 14px;
  line-height: 1.5; }

#incontent-CTA .input-drop-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#incontent-CTA .input-drop-group .input-group-addon {
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#incontent-CTA .input-drop-group > .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#incontent-CTA p.new-calc-total {
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 5px; }

#incontent-CTA .enlrg-resval {
  font-size: 20px;
  font-weight: 700; }

#incontent-CTA p.pos-res {
  color: #28ad2b; }

#incontent-CTA p.neg-res {
  color: #9d2a2a; }

#incontent-CTA.hobby-input p {
  margin-top: 10px; }

#incontent-CTA .totalRes {
  font-size: 25px;
  font-weight: 700; }

#incontent-CTA .btn-group > .btn {
  color: #515151; }

#incontent-CTA input[type="email"],
#incontent-CTA input[type="number"],
#incontent-CTA input[type="tel"],
#incontent-CTA input[type="text"],
#incontent-CTA select,
#incontent-CTA textarea {
  color: #000; }

#incontent-CTA.calc-container .alert a:active,
#incontent-CTA.calc-container .alert a:hover,
#incontent-CTA.calc-container .alert a:link,
#incontent-CTA.calc-container .alert a:visited {
  color: #27ade7;
  text-decoration: underline; }

#incontent-CTA.fhbds-calc,
#incontent-CTA.lexp-calc select {
  margin-bottom: 0; }

#incontent-CTA .radio-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#incontent-CTA .addBtn {
  margin-top: 5px; }

#incontent-CTA .glyphicon {
  margin-right: 5px; }

#incontent-CTA .btn-group > .radio-btn {
  margin-right: 0;
  height: 45px;
  padding: 15px 30px;
  margin-top: 0; }

#incontent-CTA .radio-btn-group .radio-btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

#incontent-CTA .radio-btn-group .radio-btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.autocomplete-me-form-message {
  margin-bottom: 15px; }

#incontent-CTA .addRmBtn {
  margin-top: 5px;
  display: block; }

#incontent-CTA .text-center {
  text-align: center; }

#incontent-CTA.waived-cta-input .autocomplete-me-form-message {
  margin-bottom: 15px;
  margin-top: 55px;
  background-color: #eefaff;
  border-color: #f5f5f5;
  padding: 20px; }

#incontent-CTA.waived-cta-input .autocomplete-me-form-message li,
#incontent-CTA.waived-cta-input .autocomplete-me-form-message p {
  color: #28ad2b; }

#incontent-CTA.waived-cta-input .autocomplete-me-form-message a {
  color: #27ade7; }

#incontent-CTA.waived-cta-input .autocomplete-me-form-message ul {
  margin-top: 10px;
  margin-bottom: 10px; }

#incontent-CTA.calc-container {
  border: 1px solid #27ade7;
  border-radius: 5px;
  padding: 0 15px 0 15px;
  -webkit-box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px; }

#incontent-CTA.calc-container p {
  line-height: inherit; }

#incontent-CTA.calc-container .nav-wrap .paragraph {
  margin-top: 17px; }

.main-content p.calc-disc {
  color: #9d9b9b;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px; }

#incontent-CTA.calc-container .input-group-addon {
  background-color: #27ade7;
  color: #fff;
  border-color: #27ade7; }

#incontent-CTA.calc-container h3 {
  text-transform: uppercase;
  color: #27ade7;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px; }

#incontent-CTA .rrc-calc-type:hover {
  background-color: #1380af; }

#incontent-CTA.calc-container #enquire-now:hover {
  background-color: #eb6e07; }

#incontent-CTA.calc-container #new-calc:hover {
  background-color: #1380af; }

#incontent-CTA #rhcViewResults:hover {
  background-color: #1380af; }

a#rrcViewResultsPurchase:hover {
  background-color: #1380af; }

.multiPage > .nav-wrap {
  padding: 15px 0; }

#full-page-result.nav-wrap {
  padding-top: 0;
  padding-bottom: 0; }

/* Start: Style to display the calculator heading inside the calculator*/
.main-content .calc-container h2 {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px; }

.main-content .calc-container .inside_Heading {
  font-size: 1.7em;
  color: #27ade7;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center; }

.main-content .calc-container h2.calc-heading {
  margin-top: 10px;
  margin-bottom: 10px; }

/* ------------------------ HLE CALC TABLE DESIGN CSS ----------------------- */
#incontent-CTA table.newHleTable {
  background-color: #fff; }

table.newHleTable .table_width {
  width: 25%;
  text-align: right; }

#incontent-CTA table.newHleTable th {
  font-weight: 700;
  background-color: #27ade7;
  border: 1px solid #27ade7; }

#incontent-CTA.calc-container .input-group,
#incontent-CTA.calc-container .inputClass {
  margin-top: 5px;
  margin-bottom: 20px; }

#incontent-CTA.calc-container .input-group select {
  margin-bottom: 0; }

#incontent-CTA.calc-container span.addon-error {
  background-color: #d9534f;
  color: #fff;
  border-color: #d9534f; }

#incontent-CTA.calc-container label {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px; }

#incontent-CTA.calc-container a.HLEcalc-tooltip {
  color: #fff;
  border: 1px solid #27ade7;
  background: #27ade7;
  line-height: 1.6; }

#incontent-CTA.calc-container .input-cont a.HLEcalc-tooltip {
  margin-left: 0; }

#incontent-CTA.calc-container #new-calc-btn.btn-assessment {
  margin-bottom: 20px; }

#incontent-CTA.calc-container #enquire-now {
  background-color: #fb7925;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 15px;
  border-color: #fb7925; }

#incontent-CTA.calc-container select {
  color: #27ade7; }

#incontent-CTA.calc-container select option {
  color: #000; }

#incontent-CTA.calc-container #result-row {
  background-color: #d9edf7;
  padding: 15px;
  border-radius: 5px; }

#incontent-CTA.calc-container #result-row .inside-h3 {
  margin-bottom: 15px; }

#incontent-CTA.calc-container .totalRes {
  color: #27ade7;
  font-size: 30px;
  font-weight: bolder; }

.main-content table.newHleTable.HMCIB-result strong.red-result {
  color: #9e2b2a; }

.main-content table.newHleTable.HMCIB-result strong.green-result {
  color: #28ad2b; }

#incontent-CTA.calc-container ul {
  margin-top: 10px; }

#incontent-CTA.calc-container .alert-danger,
#incontent-CTA.calc-container .alert-success {
  background-color: #d9edf7;
  border: 0; }

#incontent-CTA.calc-container #ResCont.alert-danger {
  background-color: #f2dede; }

.margin_instead_br {
  margin-top: 15px; }

#incontent-CTA.calc-container p.new-calc-total {
  margin-bottom: 20px; }

#incontent-CTA.calc-container span.pos-res {
  color: #28ad2b; }

#incontent-CTA.calc-container span.neg-res {
  color: #9d2a2a; }

#incontent-CTA.calc-container #dtiValue {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #27ade7;
  font-weight: 700; }

#incontent-CTA.calc-container #NewResult {
  color: #a94442;
  background-color: #f2dede;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
  margin-bottom: 0; }

#incontent-CTA.calc-container #NewResult .alert {
  margin-bottom: 0; }

#incontent-CTA.calc-container span.hd-no {
  font-weight: 700; }

#incontent-CTA.calc-container #NewResult.alert-success {
  background-color: #d9edf7; }

#incontent-CTA.calc-container #NewResult.alert-danger {
  background-color: #f2dede; }

/* --------------------- HMCIB NEW CALC CSS STARTS HERE --------------------- */
form #incontent-CTA.multiPage .applicat-no-bg,
form #incontent-CTA.multiPage .applicat-grey-bg {
  margin-top: -6px;
  margin-bottom: 15px; }

#incontent-CTA .result-row.calc-container h3#H3-tips-for-your-situation {
  margin-top: 5px; }

#incontent-CTA.calc-container .inside_row_color {
  background: #f5f5f5;
  /* padding-top: 5px;      */ }

#incontent-CTA.calc-container .new_loan_row .inside_row_color {
  margin-bottom: 10px; }

#incontent-CTA.calc-container .new_loan_row .inside_row_padding_top.additional-row-no-bg {
  padding-top: 5px; }

#incontent-CTA.calc-container .current_mortgage_row .inside_row_color {
  margin-bottom: 15px; }

.HLEcalc-smallSelecBox {
  margin-top: 5px; }

#incontent-CTA.calc-container .inside_row_padding_top {
  padding-top: 15px; }

#incontent-CTA.calc-container .applicant-income-row {
  margin-bottom: 10px; }

/* ---------------------- HMCIB NEW CALC CSS ENDS HERE --------------------- */
/* -------------------------- HMCIB NEW RESULT CSS -------------------------- */
table.newHleTable.HMCIB-result tr td:first-child,
table.newHleTable.HMCIB-result tr th:first-child {
  font-weight: normal;
  text-align: left;
  width: 40%; }

#incontent-CTA table.newHleTable.HMCIB-result {
  margin-bottom: 0; }

.result-row .alert {
  margin-bottom: 5px; }

#incontent-CTA .result-row .form-btn {
  margin: 5px 0 10px 15px;
  padding: 15px 64px; }

#incontent-CTA .result-row .hmcib_send_email_loader {
  display: flex;
  align-items: center;
  justify-content: center; }

.hmcib_send_email_loader .email-loader {
  padding-left: 15px; }

/* 
#incontent-CTA.calc-container .result-row #enquire-now{
  margin: 15px 0 20px 0;
  
} */
#incontent-CTA.calc-container .result-row p.heading {
  margin-bottom: 5px;
  margin-top: 15px; }

#incontent-CTA.calc-container .result-row .input-group {
  margin-bottom: 10px;
  width: 43%; }

.hmcib-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#incontent-CTA .result-row .table-responsive {
  margin-bottom: 20px; }

/* ------------------------ HMCIB NEW RESULT CSS ENDS ----------------------- */
/* ------------------------ JOB CALCULATOR CSS STARTS ----------------------- */
#incontent-CTA.job-calc {
  border: 1px solid #27ade7;
  padding-bottom: 0px; }

#incontent-CTA.job-calc > .step-1,
#incontent-CTA.job-calc > .hjc-step-2 > .hjc-button-wrap {
  padding: 0 15px; }

#incontent-CTA.job-calc > .hjc-step-2 > .hjc-result-div {
  background-color: #eefaff;
  border-color: #f5f5f5;
  margin: 0 -15px; }

#incontent-CTA.job-calc > .nav-wrap > .row > .text-center > h3 {
  color: #27ade7;
  margin-top: 15px; }

#incontent-CTA.job-calc > .nav-wrap > .row > .text-center > label {
  color: #9d9b9b;
  margin-bottom: 10px; }

#incontent-CTA.job-calc > .hjc-step-2 > .row > .input-cont > #qualify {
  margin-bottom: 20px; }

#incontent-CTA.waived-cta-input .autocomplete-me-form-message.job-calc-result {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > p {
  color: #000000; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > p > strong {
  color: #27ade7;
  text-transform: uppercase; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > .mixed-list-style > li {
  color: #000000; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > .mixed-list-style > li > strong {
  color: #27ade7; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > .no-style-list {
  list-style: none; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > .no-style-list > li {
  color: #000000; }

#incontent-CTA.job-calc .job-calc-result > .row > .input-cont > .no-style-list > li > strong {
  color: #27ade7; }

#incontent-CTA.job-calc > .hjc-step-2 > .hjc-result-div > .hjc-post-button-wrap {
  padding: 20px; }

#incontent-CTA.job-calc .hjc-step-2 .hjc-result-div .hjc-post-button-wrap #qualify {
  margin-top: 0px; }

#incontent-CTA.job-calc .hjc-step-2 .hjc-result-div .hjc-post-button-wrap #free-assessment {
  margin-top: 0px; }

#result-row p.calcNote {
  font-size: 12px; }

#market-trend {
  background-color: #fff;
  padding: 15px; }

#market-trend .mrkIcon {
  float: left;
  width: 30px;
  color: #27ade7; }

#market-trend .Mdetails {
  margin: 15px;
  float: left;
  -ms-flex-line-pack: center;
  align-content: center; }

#market-trend .Mtopic {
  text-transform: uppercase; }

#medianBox,
#salesBox,
#suburbBox {
  background-color: #dcdcdc;
  padding: 15px; }

#suburbDetails {
  text-transform: uppercase; }

#suburbName {
  font-size: 22px;
  font-weight: 700; }

#activeCalc p,
#activeCalc ul.mixed-list-style li {
  margin-left: 0; }

/*below given style is specific to refinance rebate calculator to avoid issues with other calculators*/
.rrc-calc #full-page-result.nav-wrap {
  padding-top: 15px; }

/* End: Style to display the calculator heading inside the calculator*/
/* The below given CSS is specific to LVR V3 calculator. 
For loan amt and deposit amt displayed in tips section to
reduce LVR to 80%  */
.lvrV3_la_da {
  color: #27ade7; }

/* CSS added for new calc to remove conflict on website */
#newCalc .calc-container,
.newCalc .calc-container {
  margin-top: 0; }

#newCalc,
.newCalc {
  width: auto;
  padding: 0; }

#newCalc.glc-wrap .calc-container .main_button-wrap .enquiry-btn-wrapper p {
  margin-right: 10px; }

#newCalc.glc-wrap .calc-container {
  padding: 30px 30px 70px; }

/* ------------------------ ----------------------- ----------------------- */
/* ------------------------ MEDIA QUERY STARTS HERE ----------------------- */
/* ------------------------ ----------------------- ----------------------- */
@media only screen and (min-width: 768px) {
  .slide:nth-child(1) .HLEcalc-content,
  .slide:nth-child(2) .income-details,
  .slide:nth-child(2) .HLEcalc-row .applicant > ul,
  .newMortgage > ul,
  ul.HLEcalc-title,
  .currentMortgage ul,
  .slide:nth-child(5) > .HLEcalc-content > .HLEcalc-row {
    margin-left: -15px;
    margin-right: -15px; }
  .slide:nth-child(1) .HLEcalc-row,
  .slide:nth-child(2) .income-details li,
  .slide:nth-child(2) .HLEcalc-row .applicant > ul > li,
  .newMortgage > ul > li,
  ul.HLEcalc-title li,
  .currentMortgage ul li,
  .slide:nth-child(5) > .HLEcalc-content .HLEcalc-row > .HLEcalc-row > div,
  .currentMortgage > ul > li {
    padding-left: 15px;
    padding-right: 15px; }
  input[type="text"],
  select.form-control,
  input[type="email"],
  input[type="tel"],
  textarea,
  input[type="number"],
  select {
    border: 1px solid #ccc;
    height: 45px; }
  #serviceCalcForm .slide:nth-child(1) .HLEcalc-content .HLEcalc-row:nth-last-child(2) .HLEcalc-leftContent,
  #serviceCalcForm .slide:nth-child(1) .HLEcalc-content .HLEcalc-row:nth-last-child(2) .HLEcalc-rightContent {
    margin-top: 25px; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-row .HLEcalc-verListStyle li.HLEcalc-title,
  #serviceCalcForm .slide:nth-child(3) .HLEcalc-horizListStyle li.HLEcalc-title {
    width: 100%; }
  #serviceCalcForm .slidesix-content .HLEcalc-rowfix .HLEcalc-leftContent {
    width: 60%;
    float: left; }
  #serviceCalcForm .slidesix-content .HLEcalc-rowfix .HLEcalc-rightContent {
    width: 40%;
    float: left; }
  .slide:nth-child(1) .HLEcalc-row,
  #serviceCalcForm .slide:nth-child(5) .HLEcalc-row > .HLEcalc-row {
    width: 50%;
    float: left;
    margin-bottom: 10px; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-row .HLEcalc-verListStyle li,
  #serviceCalcForm .slide:nth-child(3) .HLEcalc-horizListStyle li {
    width: 33.33%;
    float: left; }
  #serviceCalcForm .slide:nth-child(3) .HLEcalc-horizListStyle li {
    float: left;
    width: 25%; }
  #serviceCalcForm .slide:nth-child(4) .HLEcalc-horizListStyle li {
    width: 16.6%;
    float: left; } }

@media only screen and (max-width: 1199px) {
  /* HMCIB NEW CALC CSS */
  .liability-row .input-cont label {
    min-height: 40px; }
  #newCalc.glc-wrap .calc-container .main_button-wrap .enquiry-btn-wrapper p {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .PLG-mobileStyle {
    display: block; }
  #plgcForm #detailResult li ul li:nth-child(2) {
    display: none; } }

@media only screen and (max-width: 991px) {
  /* --------------------------- HMCIB NEW CALC CSS --------------------------- */
  .horizontal_scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow-x: auto;
    width: 100%; }
  .current_mortgage_row,
  .new_loan_row {
    display: flex; }
  #incontent-CTA .nav-wrap.step-1 .horizontal_scroll .row:last-child {
    margin-right: 0px; }
  .single-row-input {
    min-height: 45px;
    margin: 5px 0 20px; }
  #incontent-CTA.calc-container .new_loan_row .inside_row_padding_top.additional-row-no-bg {
    padding-top: 15px; }
  .single_row_lable {
    min-width: 150px;
    padding-top: 15px;
    margin-right: 15px; }
  .single_row_lable.single_row_lable_iphone_pluse {
    width: 150px; }
  form #incontent-CTA.multiPage .applicat-no-bg,
  form #incontent-CTA.multiPage .applicat-grey-bg {
    margin-top: 10px;
    margin-bottom: 15px; }
  .liability-row .input-cont label {
    min-height: auto; }
  .single_row_lable .single-row-input:last-child {
    margin-bottom: 0; }
  .single-row-input.single-input-only {
    margin-top: -5px; } }

@media only screen and (max-width: 767px) {
  select {
    height: 34px; }
  .row-offcanvas.active #sidebar-wrapper {
    display: block; }
  input[type="checkbox"]:checked + label:after {
    top: 3px; }
  .HLE-calculator input[type="radio"]:checked + label:after {
    top: 0; }
  .dropdown-menu ul {
    padding: 0 7px; }
  .dropdown-menu input[type="radio"] + label:before {
    display: none; }
  .dropdown-menu input[type="radio"]:checked + label:after {
    left: inherit;
    top: 16px;
    right: 5px; }
  .isPrefix,
  .HLEcalc-dollarSign {
    top: 9px; }
  .slide {
    font-size: 13px; }
  .slide:nth-child(1) input[type="checkbox"] + label::after {
    content: ""; }
  .slidethree-content .HLEcalc-row.HLEcalc-rowBorder,
  .slidefour-content .HLEcalc-row.HLEcalc-rowBorder,
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-content .HLEcalc-row:nth-child(2) {
    margin-left: -15px;
    margin-right: -15px; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-content .HLEcalc-row:nth-child(2),
  .slidethree-content .HLEcalc-row > .HLEcalc-row,
  .slidefour-content .HLEcalc-row > .HLEcalc-row {
    overflow-x: scroll;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-content .HLEcalc-row:nth-child(2) .HLEcalc-column,
  .slidethree-content .HLEcalc-row > .HLEcalc-row > .HLEcalc-fullColumn,
  .slidefour-content .HLEcalc-row > .HLEcalc-row > .HLEcalc-fullColumn {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 150px; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-column,
  .slidefour-content .HLEcalc-row .HLEcalc-fullColumn {
    width: 50%;
    float: left; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-column ul.income-details li,
  ul.HLEcalc-title li {
    padding: 10px 15px;
    margin-bottom: 20px;
    height: 34px; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-column ul.income-details li:first-child {
    margin-top: 35px; }
  #serviceCalcForm .slidethree-content .HLEcalc-fullColumn {
    width: 50%;
    float: left; }
  #serviceCalcForm .HLEcalc-dollarSign {
    left: 10px; }
  #lmiCalcForm #normalResult {
    display: none; }
  #lmiCalcForm #mobileResult {
    display: block; }
  #lmiCalcForm .HLEcalc-resultContent .table ul ul li {
    width: 25%; }
  #lmiCalcForm .HLEcalc-resultContent .table ul ul li:first-child {
    width: 30%; }
  #lmiCalcForm #moreLessLenders {
    display: block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
    margin-top: -17px;
    color: #fff; }
  #lmiCalcForm #moreLessLenders span {
    background: #27ade7;
    padding: 5px 10px; }
  #lmiCalcForm #moreLessLenders span.HLEiconSet:after {
    content: "more"; }
  #lmiCalcForm #moreLessLenders span.HLEiconSet:before {
    content: "˅ ";
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2; }
  #lmiCalcForm #moreLessLenders span.HLEiconSet.less:before {
    content: "˄ "; }
  #lmiCalcForm #moreLessLenders span.HLEiconSet.less:after {
    content: "less"; }
  #bccForm .slide .HLEcalc-row .HLEcalc-rightContent div .suffix {
    top: 15%; }
  #pcCalcForm .HLEcalc-resultContent li li:last-child {
    padding: 7px; }
  #pcCalcForm .HLEcalc-resultContent li li:last-child span {
    background-position: 0 0; }
  input + a[id^="img"] {
    margin-bottom: 0px; }
  #fhogCalcForm .HLEcalc-resultContent .table {
    overflow-x: scroll; }
  #fhogCalcForm .HLEcalc-resultContent .table > ul {
    min-width: 480px; }
  #seicForm .seid-ptf {
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: scroll; }
  #seicForm .seid-ptf .HLEcalc-column-main ul li,
  #bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column:nth-child(2) li {
    padding: 0;
    margin-bottom: 10px; }
  #seicForm .table#detailResult > ul li {
    overflow-x: hidden; }
  #lrcForm #repaymentTable_paginate,
  #lrcForm #repaymentTable_info {
    float: none;
    display: block;
    text-align: center;
    padding: 5px; }
  #ndlcForm .hle-calc-column-one ul.label li {
    height: 32px;
    margin-bottom: 20px;
    padding: 8px 0;
    white-space: normal; }
  #glcForm .HLEcalc-resultContent ul.detailResult.resultList .defaultHeader,
  #glcForm .HLEcalc-resultContent ul.briefResult.resultList .defaultHeader {
    display: none; }
  #glcForm .HLEcalc-resultContent ul.detailResult.resultList .mobileHeader,
  #glcForm .HLEcalc-resultContent ul.briefResult.resultList .mobileHeader {
    display: block; }
  #glcForm .HLEcalc-resultContent ul.detailResult.resultList .mobileHeader li {
    border-bottom-width: 2px;
    font-weight: bold;
    color: #27ade7; }
  #plgcForm .PLG-mobileStyle .table.tableStyle2 .resultList ul li {
    width: 25%; }
  #plgcForm .table.PLG-mpStyle ul ul li {
    width: 25%; }
  #plgcForm .table.PLG-mpStyle ul {
    min-width: 100%; }
  #cjCalcForm span.accept,
  #cjCalcForm span.decline {
    padding-top: 3px; }
  #lrcForm #tabsHolder {
    width: 100%; }
  #lrcForm #tabsHolder li {
    width: 50%; }
  .VisiCalcClass {
    width: 100%;
    margin: 0;
    padding: 0;
    background-position: 50% 15%; }
  #Stamp_Duty_Calculator {
    min-height: 1110px; }
  #Income_Tax_Calculator {
    min-height: 1020px; }
  #Interest_Only_Mortgage_Calculator {
    min-height: 1130px; }
  #Saving_Calculator {
    min-height: 1000px; }
  #Comparison_Rate_Calculator {
    min-height: 1210px; }
  #Extra_Repayment_Calculator {
    min-height: 1230px; }
  #Split_Loan_Calculator {
    min-height: 1300px; }
  #Home_Loan_Offset_Calculator {
    min-height: 1120px; }
  #Introductory_Rate_Loan_Calculator {
    min-height: 1090px; }
  #Loan_Comparison_Calculator {
    min-height: 1600px; }
  #Property_Selling_Cost_Calculator {
    min-height: 1500px; }
  #Mortgage_Switching_Calculator {
    min-height: 1780px; }
  #bnosmCalcForm .table.block2 {
    width: 100%;
    float: none; }
  .HLE-calculator .table {
    font-size: 11px; }
  #NewCalcInput span.calc-dollarSign,
  #NewCalcInput span.calc-percentSign {
    top: 38px; }
  #NewCalcInput #qualify.btn {
    margin-top: 0; }
  #NewCalcInput input[type="number"] {
    margin-bottom: 20px; }
  #NewCalcInput p.NCalcRes {
    margin-bottom: 10px; }
  #NewCalcInput span.pio-restxt {
    line-height: 10px; }
  #incontent-CTA.waived-cta-input .autocomplete-me-form-message {
    margin-top: 5px; }
  #incontent-CTA.lexp-calc label,
  #incontent-CTA.matleave-calc label {
    display: inline-block;
    margin-bottom: 5px; }
  /* HMCIB NEW CALC CSS */
  .hmcib-form {
    display: block; }
  #incontent-CTA .result-row .form-btn {
    margin: 5px 0 10px 0px; }
  #incontent-CTA.calc-container .result-row .input-group {
    width: 100%; }
  #incontent-CTA.calc-container .result-row h3#H3-tips-for-your-situation {
    margin-top: 10px; }
  #incontent-CTA.calc-container label.One_line-text {
    white-space: nowrap; }
  .single_row_lable_iphone_pluse {
    margin-right: 12px; }
  .single-row-input {
    min-height: 34px;
    margin: 5px 0 20px; }
  #incontent-CTA.calc-container .single-row-input label {
    margin-top: 5px; }
  /* Scrollbar in new HMCIB calc*/
  .hmcib-calc::-webkit-scrollbar {
    -webkit-appearance: none; }
  .hmcib-calc::-webkit-scrollbar:horizontal {
    height: 4px; }
  .hmcib-calc::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 2px solid #ccc; }
  /* Guarantor Loan Calc */
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 > h3 {
    min-height: 45px; } }

@media only screen and (max-width: 575px) {
  #gscForm .HLEcalc-resultContent .table.gsa,
  #gscForm .HLEcalc-resultContent .table.la {
    overflow-x: none; }
  #gscForm .HLEcalc-resultContent ul.resultList {
    width: 100%; }
  #glcForm .HLEcalc-resultContent div + h2 + div.table {
    overflow-x: scroll; }
  #glcForm .HLEcalc-resultContent ul.detailResult.resultList,
  #glcForm .HLEcalc-resultContent ul.briefResult.resultList {
    width: 474px; }
  #ldlc_Form #detailResult.table ul,
  #ldlc_Form #briefResult.table ul {
    font-size: 9px; }
  #ndlcForm .hle-calc-button-wrapper {
    text-align: center; }
  #ndlcForm .button-blue {
    margin-top: 10px; }
  form#gscForm ul.defaultLenderHeader {
    display: none; }
  #gscForm .detailResult.resultList {
    display: table; }
  #ldlc_Form #detailResult ul.defaultLenderHeader,
  #ldlc_Form #briefResult ul.defaultLenderHeader {
    display: none; } }

@media only screen and (max-width: 479px) {
  /* .HLE-calculator {
    margin-left: -30px;
    margin-right: -30px;
  } */
  input[type="button"],
  input[type="submit"],
  a.btnEnquire,
  a.btnRecalc {
    width: 100%;
    text-align: center; }
  input.btnAddRemove,
  input.btnAddRemoveHover {
    margin-bottom: 10px; }
  .HLEcalc-footer {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .HLEcalc-footer #nextBtn {
      order: 1; }
    .HLEcalc-footer #prevBtn {
      order: 2; }
  form#lrcForm .disclaimer,
  form#lrcForm .disclaimer:hover,
  form#lrcForm .disclaimer:focus {
    bottom: 100px; }
  .disclaimer,
  .disclaimer:hover,
  .disclaimer:focus {
    width: 100%;
    text-align: center; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-column ul.income-details li,
  ul.HLEcalc-title li {
    margin-bottom: 18px; }
  #serviceCalcForm .slide:nth-child(2) .HLEcalc-column ul.income-details li a.HLEcalc-tooltip {
    position: absolute; }
  #lciaCalcForm .slide:last-child .HLEcalc-resultContent {
    overflow-x: hidden; }
  #lciaCalcForm .slide:last-child .HLEcalc-resultContent .table {
    width: 100%; }
  #lciaCalcForm .slide:last-child .HLEcalc-resultContent .table ul ul li {
    width: 25%; }
  #seicForm .table#detailResult ul ul li {
    padding: 8px 2px; }
  #plgcForm .table.PLG-mpStyle {
    overflow-x: scroll; }
  #cscForm .cscMeter span {
    float: none;
    display: block;
    margin: 0 auto; }
  #bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row span + .HLEcalc-column {
    width: 25%; }
  #bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column {
    padding: 0;
    padding-right: 10px;
    width: 25%; }
  #bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row {
    margin: 0; }
  #bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row .HLEcalc-column:last-child {
    padding-right: 0; }
  #bassiForm .HLEcalc-resultContent #detailResult {
    overflow-x: hidden; }
  #bassiForm .HLEcalc-resultContent #detailResult ul ul li {
    font-size: 11px;
    padding: 6px; }
  #seicForm #detailResult.table li ul li:nth-child(1) {
    width: 23%; }
  #seicForm .HLE-calculator #detailResult.table {
    font-size: 10px; }
  #seicForm #detailResult.table li ul li:nth-child(2),
  #seicForm #detailResult.table li ul li:nth-child(3),
  #seicForm #detailResult.table li ul li:nth-child(4),
  #seicForm #detailResult.table li ul li:nth-child(5) {
    width: 19.25%; }
  form#gscForm ul.mobileLenderHeader,
  #gscForm .table.gsa.gsc_lender4and5 {
    display: table; }
  form#gscForm .gsa ul li ul li:nth-child(5),
  form#gscForm .gsa ul li ul li:nth-child(6) {
    display: none; }
  #gscForm .HLEcalc-resultContent ul.resultList li ul li {
    width: 25%; }
  form#gscForm #moreLess {
    display: none; }
  form#gscForm #moreLessLenders {
    display: block;
    width: 25%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: -20px; }
  form#gscForm #moreLessLenders {
    background: #27ade7;
    padding: 5px 10px; }
  form#gscForm #moreLessLenders span.HLEiconSet:before {
    content: "v ";
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2; }
  form#gscForm #moreLessLenders span.HLEiconSet.less:before {
    content: "^ "; }
  form#gscForm #moreLessLenders span.HLEiconSet.more:after {
    content: "more"; }
  form#gscForm #moreLessLenders span.HLEiconSet.less:after {
    content: "less"; }
  form#gscForm ul.lenders-assesment li ul li.liBlock {
    width: 11.7%; }
  form#gscForm ul.briefResult {
    display: none; }
  #nrmcForm .NRMC-ContentStyle .HLEcalc-leftContent {
    max-width: 110px; }
  #nrmcForm .NRMC-ContentStyle .HLEcalc-rightContent {
    margin-left: 130px; }
  #ldlc_Form ul.mobileLenderHeader {
    display: table; }
  #obCalcForm .HLEcalc-resultContent .table ul.resultList li li {
    width: 33.33%; }
  #obCalcForm .HLEcalc-resultContent .table ul.resultList li li:nth-child(4),
  #obCalcForm .HLEcalc-resultContent .table ul.resultList li li:nth-child(5) {
    display: none; }
  #ipcForm .table.block2,
  #ipcForm .table.block3 {
    overflow-x: scroll; }
  #ipcForm .table.block2 ul.resultList,
  #ipcForm .table.block3 ul.resultList {
    min-width: 450px; }
  #ipcForm .table.block1 ul.resultList {
    width: 100%; }
  #bassiForm .slide:nth-child(1) .HLEcalc-content > .HLEcalc-row > span {
    padding-left: 0;
    padding-right: 0; }
  #obCalcForm .HLEcalc-resultContent .table ul.resultList li li {
    width: 33.33%; }
  #obCalcForm .HLEcalc-resultContent .table ul.resultList li li:nth-child(4),
  #obCalcForm .HLEcalc-resultContent .table ul.resultList li li:nth-child(5) {
    display: none; }
  #incontent-CTA .btn {
    width: 100%;
    white-space: unset; }
  #incontent-CTA.waived-cta-input .alert li,
  #incontent-CTA.waived-cta-input .alert p {
    font-size: 13px; }
  #incontent-CTA.calc-container #result-row .alert {
    margin-bottom: 0; }
  #incontent-CTA.calc-container #result-row .alert p {
    font-size: 14px; }
  #incontent-CTA.calc-container .input-block {
    margin-top: 5px; }
  #incontent-CTA.calc-container #new-calc-btn.btn-assessment {
    margin-top: 20px; }
  /* Guarantor Loan Calc */
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 > h3,
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 img {
    padding: 0; } }

@media only screen and (max-width: 375px) {
  #lmiCalcForm #normalResult .table {
    overflow-x: scroll; }
  #ipcForm .table.block2 ul.resultList {
    min-width: 335px; }
  #ldlc_Form #detailResult.table ul li ul li,
  #ldlc_Form #briefResult.table ul li ul li {
    padding: 4px; }
  .job-calc .hjc-step-2 .hjc-result-div .hjc-post-button-wrap #qualify,
  .job-calc .hjc-step-2 .hjc-result-div .hjc-post-button-wrap #free-assessment,
  #incontent-CTA.job-calc > .hjc-step-2 > .row > .input-cont > #qualify {
    padding: 15px 12px;
    font-size: 12px; }
  /* Guaramtor Loan calc */
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 {
    width: 100%;
    float: none;
    text-align: left; }
  #glcForm .HLEcalc-mainContent .slide:first-child .GLCyourPurchase,
  #glcForm .HLEcalc-mainContent .slide:first-child .GLCyourGuarantors,
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 > h3,
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 img {
    padding: 0;
    border: 0; }
  #glcForm .HLEcalc-GLCcontent.HLEcalc-GLCcontentStyle2 > h3 {
    min-height: auto; } }

@media only screen and (max-width: 320px) {
  #plgcForm .table.PLG-mpStyle ul {
    font-size: 11px; }
  #gscForm .HLEcalc-resultContent .table.gsa {
    font-size: 9px; }
  #lmiCalcForm .HLEcalc-resultContent .table ul ul li {
    font-size: 10px; }
  #Stamp_Duty_Calculator {
    min-height: 1230px; }
  #Income_Tax_Calculator {
    min-height: 1100px; }
  #Interest_Only_Mortgage_Calculator {
    min-height: 1190px; }
  #Saving_Calculator {
    min-height: 1080px; }
  #Comparison_Rate_Calculator {
    min-height: 1280px; }
  #Extra_Repayment_Calculator {
    min-height: 1245px; }
  #Split_Loan_Calculator {
    min-height: 1290px; }
  #Home_Loan_Offset_Calculator {
    min-height: 1180px; }
  #Introductory_Rate_Loan_Calculator {
    min-height: 1160px; }
  #Loan_Comparison_Calculator {
    min-height: 1680px; }
  #Property_Selling_Cost_Calculator {
    min-height: 1520px; }
  #Mortgage_Switching_Calculator {
    min-height: 1800px; } }

/* ------------------------ ----------------------- ----------------------- */
/* ------------------------ MEDIA QUERY ENDS  HERE ----------------------- */
/* ------------------------ ----------------------- ----------------------- */
/* ------------------------ Related Calculator design ----------------------- */
.box-widget {
  border: 1px solid #27ade7;
  border-radius: 0.4rem;
  padding: 1.2857rem 1.25rem;
  transition: all 250ms ease; }
  @media screen and (min-width: 768px) {
    .box-widget {
      width: auto; } }
  .box-widget:hover {
    color: #27ade7;
    background-color: #eff8fc;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 250ms ease; }

.related-calculator-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.285rem;
  padding-top: 0.65rem;
  margin: 0 -10px; }

.related-calculator-item {
  margin: 10px;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #27ade7;
  line-height: 1.1; }
  @media screen and (min-width: 768px) {
    .related-calculator-item {
      font-size: 1.2857rem;
      width: auto; } }
  .related-calculator-item .icon {
    fill: #27ade7;
    margin-left: 0.5rem; }

.calc-info-text {
  color: #9d9b9b;
  font-size: 14px;
  font-style: italic; }
  @media (max-width: 1199px) {
    .calc-info-text {
      display: block; } }
  @media (max-width: 767px) {
    .calc-info-text {
      font-size: 13px; } }

/* CSS for postcode and YTD calc input error fix */
.main-content .HLE-calculator form .input_error_box.postcode-error {
  margin-top: -15px; }
  .main-content .HLE-calculator form .input_error_box.postcode-error .alert {
    padding: 0;
    color: #b80000; }
    .main-content .HLE-calculator form .input_error_box.postcode-error .alert p {
      font-size: 14px;
      margin-left: 0;
      color: #b80000; }

.main-content .HLE-calculator form .input_error_box.ytd-error .alert {
  color: #b80000; }
  .main-content .HLE-calculator form .input_error_box.ytd-error .alert p {
    font-size: 14px;
    margin-left: 0;
    color: #b80000; }

@media only screen and (max-width: 479px) {
  .HLEcalc-footer.ytd-footer {
    height: 50px; } }

/* CSS for genuine saving fixes on website */
#newCalc.calcWrap input[type="checkbox"] {
  display: inline-flex; }

@media (max-width: 767px) {
  #newCalc.calcWrap.genuineCalc {
    padding: 0 15px; } }

@media (min-width: 716px) {
  #newCalc.calcWrap.genuineCalc .mobile-expand-btn {
    top: 105px; } }

#shared-equity.calc {
  margin: 20px auto; }

#shared-equity > .container {
  padding-left: 0px;
  padding-right: 0px; }

#shared-equity .result__card--sorry .result__title figure img {
  margin-top: -5px; }

.sdc-calc .calc-form #country-select input {
  height: auto;
  box-shadow: none; }

.sdc-calc .calc-form #country-select > div {
  padding: 4px 5px; }
  .sdc-calc .calc-form #country-select > div#react-select-2-listbox {
    max-height: unset; }

.sdc-calc .calc-form #country-select .divider {
  margin: 5px 0; }

.expat--form #country-select > div {
  padding: 0 !important; }

.HLE-calculator-ytd_v4 .HLEcalc-resultContent .table ul ul li {
  width: 70%; }

.HLE-calculator-ytd_v4.HLE-calculator form {
  margin-bottom: 30px; }

.HLE-calculator-ytd_v4 .disclaimer {
  border-bottom: solid #27ade7 5px;
  position: static;
  padding: 5px 0 20px;
  margin-bottom: 50px; }

.tooltip-icon {
  background-color: #fff;
  color: #515151;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  border: 1px solid #515151;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
  outline: none; }
  .tooltip-icon:hover {
    background-color: #515151;
    color: #fff; }
    .tooltip-icon:hover .tooltip-text {
      display: block;
      transition: opacity 0.3s ease;
      opacity: 1; }

.tooltip-text {
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  transition: opacity 0.3s ease;
  opacity: 0;
  display: none;
  border-radius: 4px;
  padding: 8px;
  width: 350px;
  background-color: #2b222a;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 9; }
  .tooltip-text:after {
    position: absolute;
    top: 0;
    left: 16px;
    content: " ";
    border: 7px solid transparent;
    border-right-color: #2b222a;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    text-align: center; }
  @media (max-width: 578px) {
    .tooltip-text {
      bottom: 20px;
      top: unset;
      width: 215px; } }
  .tooltip-text--sm {
    max-width: 200px; }
    @media (min-width: 578px) {
      .tooltip-text--sm {
        max-width: 215px; } }
  @media (min-width: 578px) {
    .tooltip-text--md {
      max-width: 415px; } }
  .tooltip-text--up-right {
    right: 0; }
    @media (min-width: 578px) {
      .tooltip-text--up-right {
        left: -20px;
        top: -50px; } }
  .tooltip-text--up-left {
    right: 0; }
    @media (min-width: 578px) {
      .tooltip-text--up-left {
        left: unset;
        right: -10px;
        top: -68px; } }

.btn-view-result {
  padding: 11px 30px;
  min-width: 160px;
  text-align: center; }
  .btn-view-result.send-view-btn {
    padding: 11px 40px 11px 30px; }

.btn-is-loading {
  text-align: left;
  position: relative;
  cursor: not-allowed; }
  .btn-is-loadinga.btnEnquire, .btn-is-loading#enquireOnlineBtn {
    padding-right: 45px;
    cursor: not-allowed; }
  .btn-is-loading::before {
    top: 8px;
    right: 15px;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid rgba(215, 215, 215, 0.7);
    border-top-color: #fff;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.validation-message {
  font-size: 14px; }
  .validation-message--error {
    color: #dc3545; }

.HLEcalc-content--inline-validation {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px; }
  @media only screen and (max-width: 768px) {
    .HLEcalc-content--inline-validation {
      flex-direction: column; } }
  .HLEcalc-content--inline-validation--inline {
    flex: 0 0 100%; }
  .HLEcalc-content--inline-validation .HLEcalc-row input[type="text"], .HLEcalc-content--inline-validation .HLEcalc-row select, .HLEcalc-content--inline-validation .HLEcalc-row input[type="email"], .HLEcalc-content--inline-validation .HLEcalc-row input[type="tel"], .HLEcalc-content--inline-validation .HLEcalc-row textarea, .HLEcalc-content--inline-validation .HLEcalc-row input[type="number"] {
    margin-bottom: 8px; }
    .HLEcalc-content--inline-validation .HLEcalc-row input[type="text"].form-field--with-example, .HLEcalc-content--inline-validation .HLEcalc-row select.form-field--with-example, .HLEcalc-content--inline-validation .HLEcalc-row input[type="email"].form-field--with-example, .HLEcalc-content--inline-validation .HLEcalc-row input[type="tel"].form-field--with-example, .HLEcalc-content--inline-validation .HLEcalc-row textarea.form-field--with-example, .HLEcalc-content--inline-validation .HLEcalc-row input[type="number"].form-field--with-example {
      margin-bottom: 20px; }

.h-readmore {
  background: #27ade7;
  color: #fff;
  padding: 3px 15px;
  border-radius: 50px;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px; }

.h-readmore:hover,
.h-readmore:focus {
  color: #fff;
  outline: none; }

.h-readmore:hover {
  background-color: #1380af; }

.h-extra {
  display: none;
  font-size: 16px; }

.bg-primary {
  background-color: #27ade7; }

.bg-secondary {
  background-color: #f5f5f5; }

.bg-tertiary {
  background-color: #fafafa; }

.bg-primary a {
  color: #fff; }

.bg-primary a:focus,
.bg-primary a:hover {
  color: #eee; }

.bg-secondary {
  background-color: #f5f5f5; }

.bg-tertiary {
  background-color: #fafafa; }

.color-primary {
  color: #27ade7; }

.btn,
.button-blue,
.button-orange {
  color: #fff;
  font-size: 14px;
  padding: 11px 35px;
  border-radius: 100px;
  text-transform: uppercase;
  background-color: transparent;
  line-height: 1;
  text-align: center; }

.btn {
  border: 1px solid transparent; }

button.focus, button:active:hover, button:hover,
.btn.focus,
.btn:active:hover,
.btn:hover {
  color: #fff;
  outline-color: transparent;
  text-decoration: none; }

.btn-sm {
  padding: 10px 30px;
  font-size: 1em; }

.btn-lg {
  font-size: 1.286em;
  padding: 19px 95px; }

.btn-cta {
  font-size: 1.55rem;
  padding: 1rem 3rem; }
  @media (max-width: 1200px) {
    .btn-cta {
      font-size: calc(1.28rem + 0.36vw) ; } }
  @media (max-width: 768px) {
    .btn-cta {
      font-size: 1.25rem !important;
      padding: 1rem 2rem; } }
  @media (max-width: 400px) {
    .btn-cta {
      font-size: 1.15rem !important; } }

.btn-md {
  font-size: 1.5rem;
  padding: 1rem 2rem; }
  @media (max-width: 1200px) {
    .btn-md {
      font-size: calc(1.275rem + 0.3vw) ; } }
  @media (max-width: 768px) {
    .btn-md {
      font-size: 1.25rem !important; } }
  @media (max-width: 400px) {
    .btn-md {
      font-size: 1.15rem !important; } }
  .btn-md--small {
    font-size: 14px;
    padding: 11px 24px; }

.btn-md-18 {
  font-size: 18px;
  font-weight: normal;
  padding: 12px 24px; }

.btn-hero-CTA {
  padding: 18px 37px;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .btn-hero-CTA {
      font-size: calc(1.275rem + 0.3vw) ; } }
  @media (max-width: 768px) {
    .btn-hero-CTA {
      font-size: 1.25rem !important; } }

.btn-icon.btn-xs {
  padding: 2px; }

@media (max-width: 479px) {
  .btn.btn-assessment,
  .button-orange,
  .btn {
    padding: 10px 15px; } }

.btn-assessment,
.button-orange {
  background-color: #fb7925;
  border-color: #fb7925;
  color: #fff !important; }

.btn-outline {
  background-color: #fff;
  border-color: #fb7925;
  color: #fb7925 !important; }

.btn-assessment:focus,
.btn-assessment:hover {
  background-color: #dd6b22;
  border-color: #dd6b22; }

.btn-primary {
  color: #fb7925;
  border: 1px solid #fb7925; }

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
  color: #fb7925;
  border-color: #fb7925;
  background-color: rgba(251, 121, 37, 0.1); }

.btn-secondary {
  border: 1px solid #fff; }

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.btn-hleblue,
.btn-menu {
  background-color: #27ade7; }

.btn-menu.close {
  background-color: #27ade7;
  opacity: 1;
  float: none; }

.btn-hleblue {
  border-color: #27ade7;
  color: #fff !important; }

.btn-learn {
  color: #27ade7;
  border: 1px solid #27ade7;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: inherit; }

.btn-call,
.btn-learn:focus,
.btn-learn:hover {
  color: #fff;
  border-color: #27ade7;
  background-color: #27ade7; }

.btn-learn .material-icons {
  color: inherit;
  font-size: 16px;
  vertical-align: middle; }

.btn-menu {
  color: #fff !important;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px;
  margin-top: -3px; }

.btn-menu span {
  vertical-align: middle; }

#navbarbtn {
  line-height: 1.6; }

p .btn-menu {
  font-size: 11px; }

.btn-close,
.btn-close:active:hover,
.btn-close:focus,
.btn-close:hover {
  border-radius: 100px;
  background-color: #9d9b9c;
  border: 0;
  color: #fff; }

.btn-close:active:hover,
.btn-close:focus,
.btn-close:hover {
  color: #fff !important; }

.button-white,
.button-white:active:hover,
.button-white:focus,
.button-white:hover {
  color: #27ade7; }

.button-white {
  background-color: #fff;
  border-color: #27ade7;
  padding: 11px 35px;
  line-height: 1;
  border-radius: 100px;
  font-size: 14px;
  text-transform: capitalize; }

.fontBold {
  font-weight: 700; }

tr.color {
  background-color: #f5f5f5; }

.orange {
  color: #fef4e9;
  border-radius: 20px;
  padding: 3px 15px;
  background: #fb7925;
  display: inline-block; }

.orange:hover {
  background: #f47c20; }

.orange:active {
  color: #fcd3a5; }

.letter-buttons {
  margin-bottom: 10px; }

.letter-buttons .button-blue {
  background-color: #27ade7;
  text-transform: capitalize;
  margin-bottom: 0; }

.letter-buttons .button-blue:hover {
  background-color: #1380af; }

/* -------------------- DOCTOR'S SEO PAGE SEE MORE BUTTON ------------------- */
.h-readmore {
  background: #27ade7;
  color: #fff;
  padding: 3px 15px;
  border-radius: 50px;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px; }

.h-readmore:hover,
.h-readmore:focus {
  color: #fff;
  outline: none; }

.h-readmore:hover {
  background-color: #1380af; }

.h-extra {
  display: none; }

@media only screen and (max-width: 479px) {
  .btn.btn-assessment,
  .button-orange,
  .btn {
    padding: 10px 30px;
    font-size: 14px; } }

.readall {
  position: relative;
  text-align: left;
  box-sizing: border-box; }

.wrapper-gap {
  margin-bottom: 30px; }

.readall-button {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #27ade7;
  background-color: #27ade7;
  color: #fff;
  padding: 10px 55px 10px 30px;
  text-align: center;
  cursor: pointer;
  position: relative; }

.readall-button:before {
  content: "";
  position: absolute;
  font-family: "Material Icons";
  content: "\ead0";
  top: 10px;
  right: 30px;
  font-size: 20px;
  animation: gbounce 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite; }

@keyframes gbounce {
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(-5px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

.readall-button:hover {
  border-color: #1380af;
  background: #1380af; }

.readall-button:hover:before {
  animation: none;
  top: 7px; }

.readall-button.close-button {
  display: none; }

.readall-hide:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), white 76%); }

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

.btn-link {
  padding: 0;
  color: #27ade7;
  text-decoration: none;
  border-color: transparent;
  border-bottom: 2px solid #27ade7;
  text-transform: initial;
  border-radius: 0;
  line-height: 1.5;
  font-size: 16px;
  outline: none; }
  .btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:focus-visible {
    padding: 0;
    color: #1690c5;
    text-decoration: none;
    border-color: transparent;
    border-bottom: 2px solid #1690c5;
    outline: none;
    background-color: transparent; }
    .btn-link:hover:active, .btn-link:hover:hover, .btn-link:active:active, .btn-link:active:hover, .btn-link:focus:active, .btn-link:focus:hover, .btn-link:focus-visible:active, .btn-link:focus-visible:hover {
      background-color: transparent;
      color: #1690c5;
      border-bottom: 2px solid #1690c5 !important;
      outline: none;
      border-color: transparent; }

.btn-sidebar-cta {
  padding: 12px 16px; }

.btn_has-icon {
  display: block;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 5px; }
  .btn_has-icon span {
    margin-left: 0.75rem;
    vertical-align: middle; }
    @media only screen and (max-width: 479px) {
      .btn_has-icon span {
        font-size: 18px; } }

.btn-primary-orange {
  background-color: #FB7925;
  border-color: #FB7925;
  color: #fff;
  text-transform: none; }
  .btn-primary-orange:hover, .btn-primary-orange:focus, .btn-primary-orange:active {
    background-color: #dd6b22;
    border-color: #dd6b22;
    outline: none;
    color: #fff; }

.btn-primary-blue {
  background-color: #27ade7;
  border-color: #27ade7;
  color: #fff;
  text-transform: none; }
  .btn-primary-blue:hover, .btn-primary-blue:focus, .btn-primary-blue:active {
    background-color: #1380af;
    border-color: #1380af;
    outline: none;
    color: #fff; }

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #27ade7;
  text-transform: none; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #1380af;
    outline: none;
    background-color: #fff;
    border-color: #fff; }

.btn--has-icon {
  display: flex;
  justify-content: center;
  text-align: center; }

.btn-link--text {
  color: black; }
  .btn-link--text:hover {
    text-decoration: underline; }

.btn-link--with-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #000;
  vertical-align: middle; }
  .btn-link--with-icon .icon {
    vertical-align: middle; }
    .btn-link--with-icon .icon-mr-4 {
      margin-right: 4px; }
    .btn-link--with-icon .icon-sm {
      font-size: 18px; }
  .btn-link--with-icon:hover {
    text-decoration: none;
    border-color: #27ade7; }

.btn-has-loader {
  align-items: center; }

.animate-icon-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float: right; }

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -ms-transform: translateX(5px);
    transform: translateX(5px); }
  50% {
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.btn-download .material-icons {
  font-size: 15px;
  margin-left: 6px; }

@media screen and (max-width: 1024px) {
  .btn-download a.btn-sm {
    font-size: 14px;
    padding: 10px 24px; } }

.btn-light-blue {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), #27ADE7;
  border: 1px solid #27ADE7;
  color: #27ADE7;
  font-weight: 600;
  padding: 12px 40px;
  font-size: 16px; }
  @media (max-width: 767px) {
    .btn-light-blue {
      font-size: 14px; } }
  .btn-light-blue:hover {
    background: #27ADE7;
    color: #fff; }
  .btn-light-blue:focus {
    outline: none;
    box-shadow: none; }
  .btn-light-blue.h-see-more span {
    font-size: 16px;
    vertical-align: top;
    font-weight: 600;
    margin-left: 3px; }
    @media (max-width: 767px) {
      .btn-light-blue.h-see-more span {
        font-size: 14px; } }

.breadcrumb {
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0; }
  .breadcrumb > li {
    display: inline-block; }

.breadcrumb > li + li:before {
  content: ">";
  padding: 0 10px;
  color: #ccc; }

.breadcrumb li.current_item a {
  color: #9d9b9b;
  cursor: default; }

.hle-breadcrumbs {
  padding-top: 15px; }

.hle-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px; }

.hle-breadcrumbs ul li {
  position: relative;
  margin-top: 15px; }

.hle-breadcrumbs a {
  display: inline-block; }

.hle-breadcrumbs ul li:after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  color: #ccc;
  /* width: 10px;
    height: 10px;
    top: 50%;
    right: 0; */
  /* border: 2px solid #27ade7;
    border-left-color: transparent;
    border-bottom-color: transparent; */
  /* transform: translateY(-50%)  rotate(45deg);
    -moz-transform: translateY(-50%)  rotate(45deg);
    -ms-transform: translateY(-50%)  rotate(45deg);
    -webkit-transform: translateY(-50%)  rotate(45deg); */ }

.hle-breadcrumbs ul li.trail-end:after {
  content: none; }

.mixed-list-style li.tick-list,
ul.tick-liststyle li,
ul.blue-tick li {
  position: relative;
  padding-left: 23px;
  margin: 10px 0 0 0;
  color: #2d2d2d;
  line-height: 1.5; }
  .mixed-list-style li.tick-list::before,
  ul.tick-liststyle li::before,
  ul.blue-tick li::before {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
    line-height: 1.5;
    content: "check_circle";
    font-family: 'Material Icons';
    color: #29AD2C; }

.mixed-list-style li.cross-list,
ul.cross-liststyle li {
  position: relative;
  padding-left: 23px;
  margin: 10px 0 0 0;
  color: #2d2d2d;
  line-height: 1.5; }
  .mixed-list-style li.cross-list::before,
  ul.cross-liststyle li::before {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
    line-height: 1.5;
    content: "cancel";
    font-family: 'Material Icons';
    color: #9D2A2A; }

.mixed-list-style li.exclamation-list,
ul.exclamation-liststyle li {
  position: relative;
  padding-left: 23px;
  margin: 16px 0 0 0;
  color: #2d2d2d;
  line-height: 1.5; }
  .mixed-list-style li.exclamation-list::before,
  ul.exclamation-liststyle li::before {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
    line-height: 1.5;
    content: "error";
    font-family: 'Material Icons';
    color: #E29700; }

.mixed-list-style li {
  list-style: none;
  padding-left: 22px;
  margin-bottom: 8px;
  text-align: initial; }

ul.blue-tick li,
ul.cross-style li {
  padding-left: 26px;
  list-style: none; }

ul.blue-tick li,
.list-green-check li {
  background-size: 16px;
  position: relative;
  padding-left: 23px;
  margin: 10px 0 0 0;
  color: #2d2d2d;
  line-height: 1.5; }
  ul.blue-tick li:last-of-type,
  .list-green-check li:last-of-type {
    margin-bottom: 10px; }

ul.cross-style li {
  position: relative;
  padding-left: 23px;
  margin: 16px 0 0 0;
  color: #2d2d2d;
  line-height: 1.5; }
  ul.cross-style li::before {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 15px;
    line-height: 1.5;
    content: "cancel";
    font-family: 'Material Icons';
    color: #9D2A2A; }

/* sub menu list */
ul.sub-menu li {
  background: none;
  position: relative;
  margin: 10px 0 0 0; }
  ul.sub-menu li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    border: 1px solid;
    border-radius: 50%; }

ul.blue-tick li:before,
ul .tick-list li:before {
  border-color: #29AD2C; }

ul.cross-style li:before,
ul .cross-list li:before {
  border-color: #9D2A2A; }

ul .exclamation-list li:before {
  border-color: #E29700; }

/* default menu list */
ul.default-list > li {
  position: relative;
  padding-left: 22px; }
  ul.default-list > li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #333;
    border-radius: 50%; }

ul.default-list .sub-menu li {
  padding-left: 22px;
  list-style-position: inside; }
  ul.default-list .sub-menu li::before {
    border-color: #000; }

.list-lenders {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1166px;
  margin: auto; }
  .list-lenders .lender-item {
    text-align: center;
    margin: 1rem; }
    .list-lenders .lender-item img {
      height: 32px; }
      @media (min-width: 992px) {
        .list-lenders .lender-item img {
          height: 42px; } }
    .list-lenders .lender-item a {
      text-decoration: none; }

.list-green-check {
  padding-inline-start: 0px; }
  .list-green-check .list-item {
    position: relative;
    padding-left: 26px;
    margin: 16px 0 0 0;
    color: #2d2d2d;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .list-green-check .list-item {
        padding-left: 32px; } }
    @media screen and (max-width: 992px) {
      .list-green-check .list-item {
        font-size: 14px; } }
    .list-green-check .list-item::before {
      position: absolute;
      left: 0;
      top: 4px;
      content: "";
      width: 16px;
      height: 16px;
      background-color: inherit;
      mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
      mask-size: contain;
      -webkit-mask-size: contain;
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      font-size: 16px;
    font-size: 16px;
    background-color: #29ad2c }
      @media (min-width: 992px) {
        .list-green-check .list-item::before {
          font-size: 24px; } }
  .list-green-check--arrow .list-item::before {
    content: "arrow_right_alt"; }
    @media screen and (max-width: 992px) {
      .list-green-check--arrow .list-item::before {
        content: "arrow_right_alt" !important; } }
  @media screen and (max-width: 992px) {
    .list-green-check--arrow .h-list-wrapper .list-item::before {
      line-height: 1.3; } }

.list-expats.list-green-check {
  font-size: 16px;
  padding-inline-start: 0; }
  @media (max-width: 767px) {
    .list-expats.list-green-check {
      font-size: 14px; } }
  .list-expats.list-green-check .list-item {
    padding-left: 22px;
    margin: 8px 0 0 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .list-expats.list-green-check .list-item {
        padding-left: 24px; } }
    .list-expats.list-green-check .list-item:before {
      font-size: 16px;
      line-height: 1.5;
      top: 0; }
      @media (min-width: 1200px) {
        .list-expats.list-green-check .list-item:before {
          font-size: 18px; } }
    @media (max-width: 767px) {
      .list-expats.list-green-check .list-item p {
        font-size: 14px; } }

.list-qualify .list-item {
  padding-right: 0px; }
  .list-qualify .list-item:nth-child(even) {
    padding-right: 0; }
  @media (min-width: 768px) {
    .list-qualify .list-item {
      padding-right: 45px; }
      .list-qualify .list-item::nth-child(even) {
        padding-right: 0px; } }
  .list-qualify .list-item .title {
    font-size: 1.15rem; }
    @media (min-width: 768px) {
      .list-qualify .list-item .title {
        font-size: 1.25rem; } }
  .list-qualify .list-item p {
    font-size: 1rem; }
    @media (min-width: 768px) {
      .list-qualify .list-item p {
        font-size: 1.15rem; } }
    .list-qualify .list-item p.list-inner_text {
      font-size: 14px;
      margin: 5px 0; }

.section-hero-banner {
  height: auto;
  min-height: 600px;
  padding: 3rem 0 5rem; }
  @media (max-width: 1199.98px) {
    .section-hero-banner {
      height: auto;
      min-height: 600px; } }
  @media (max-width: 991.98px) {
    .section-hero-banner {
      min-height: unset;
      padding: 4.5rem 0 6rem; } }
  @media (min-width: 992px) {
    .section-hero-banner {
      padding: 15px 0 58px; } }
  .section-hero-banner.expat-angle1 {
    background-image: none;
    background-color: #E5F1F7; }
    @media (min-width: 992px) {
      .section-hero-banner.expat-angle1 {
        background: url(../../../../../../../../../themes/homeloanexperts/assets/images/expat-angle1.webp) no-repeat center right;
        background-repeat: no-repeat !important;
        background-size: 558px; } }
    @media (min-width: 1200px) {
      .section-hero-banner.expat-angle1 {
        background: var(--wpr-bg-c7693943-4cdd-43a4-8b71-8ab150c9828e) no-repeat;
        background-position: center right;
        background-size: 658px; } }
    @media (min-width: 1400px) {
      .section-hero-banner.expat-angle1 {
        background: url(../../../../../../../../../themes/homeloanexperts/assets/images/expat-angle1.webp) no-repeat;
        background-position: top 138px right;
        background-size: 758px; } }
  .section-hero-banner.expat-angle2 {
    background-image: none;
    background-color: #E5F1F7; }
    @media (min-width: 992px) {
      .section-hero-banner.expat-angle2 {
        background: var(--wpr-bg-b08324b2-cd96-4b89-898f-945c2c13ff56) no-repeat center right -166px;
        background-repeat: no-repeat !important;
        background-size: cover; } }
    @media (min-width: 1200px) {
      .section-hero-banner.expat-angle2 {
        background: url(../../../../../../../../../themes/homeloanexperts/assets/images/expat-angle2.webp) no-repeat center right;
        background-size: cover; } }
  .section-hero-banner .image-holder {
    padding: 0 2rem 2rem; }
    @media (max-width: 991.98px) {
      .section-hero-banner .image-holder {
        padding: 0;
        max-width: 300px;
        display: none; } }
    @media (min-width: 992px) {
      .section-hero-banner .image-holder {
        padding: 0;
        max-width: 100%; } }

@media (min-width: 992px) {
  .hero-banner-content {
    margin-top: 90px; } }

.hero-banner-content.banner-content--white {
  color: white; }
  .hero-banner-content.banner-content--white .hero-title {
    color: white; }
  .hero-banner-content.banner-content--white .hero-list li {
    color: white; }
  .hero-banner-content.banner-content--white .text-warning {
    color: rgba(255, 255, 255, 0.8); }

.hero-banner-content.banner-content--dark {
  color: #2D2D2D; }
  .hero-banner-content.banner-content--dark .hero-title {
    color: #242424; }
  .hero-banner-content.banner-content--dark .hero-list li {
    color: #2d2d2d; }
  .hero-banner-content.banner-content--dark .text-warning {
    color: rgba(104, 104, 104, 0.8); }

.hero-banner-content .content-gap-50 {
  margin-bottom: 50px; }

.hero-banner-content .content-gap-36 {
  margin-bottom: 36px; }
  @media (min-width: 992px) {
    .hero-banner-content .content-gap-36 {
      margin-bottom: 22px; } }

.hero-banner-content .content-gap-32 {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .hero-banner-content .content-gap-32 {
      margin-bottom: 32px; } }

.hero-banner-content .content-gap-20 {
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .hero-banner-content .content-gap-20 {
      margin-bottom: 20px; } }

.banner-overlay {
  position: relative; }
  .banner-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0; }
  .banner-overlay--blue:before {
    background: linear-gradient(90deg, #105370 12.73%, rgba(16, 83, 112, 0.9) 39.55%, rgba(16, 83, 112, 0.8) 53.72%, rgba(39, 173, 231, 0.15) 109.89%); }
  .banner-overlay--white::before {
    background: none; }
    @media (min-width: 768px) {
      .banner-overlay--white::before {
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); } }
  .banner-overlay--gradient::before {
    background: linear-gradient(86.21deg, #C6E3EF 9.53%, rgba(180, 203, 230, 0.815938) 82.11%, rgba(136, 151, 190, 0.69) 148.36%);
    opacity: 0.5; }
  .banner-overlay.expat-angle1:before {
    background: #D1ECFA; }
    @media (min-width: 992px) {
      .banner-overlay.expat-angle1:before {
        background: linear-gradient(83.12deg, rgba(241, 243, 255, 0.85) -3.66%, #27ADE7 45.84%, #27ADE7 98.26%, rgba(180, 203, 230, 0.815938) 100.77%);
        opacity: 0.5; } }
  .banner-overlay.expat-angle2:before {
    background: #E5F1F7;
    z-index: 0; }
    @media (min-width: 992px) {
      .banner-overlay.expat-angle2:before {
        background: linear-gradient(84.85deg, #C6E3EF 8.82%, rgba(180, 203, 230, 0.12) 73.71%, rgba(136, 151, 190, 0.26) 99.99%);
        opacity: 0.5; } }
  .banner-overlay.expat-angle3:before {
    background: #E5F1F7; }
    @media (min-width: 992px) {
      .banner-overlay.expat-angle3:before {
        background: linear-gradient(84.85deg, #C6E3EF 8.82%, rgba(180, 203, 230, 0.12) 73.71%, rgba(136, 151, 190, 0.26) 99.99%);
        opacity: 0.5; } }
  .banner-overlay.expat-angle3 .image-holder img {
    transform: scale(1.25); }
  .banner-overlay.banner-bad--credit:before, .banner-overlay.banner-bricklet:before {
    background: linear-gradient(82.56deg, #C7EEFF -2.07%, rgba(234, 255, 241, 0.85) 54.86%);
    opacity: 0.6; }
  .banner-overlay.banner-half-overlay {
    position: relative; }
    .banner-overlay.banner-half-overlay.banner-overlay--aus-expat::after {
      background-image: var(--wpr-bg-68f6ebde-87e0-431f-b3b6-c9b4c450d165); }
    .banner-overlay.banner-half-overlay.banner-overlay--us-expat::after {
      background-image: var(--wpr-bg-5a654383-1b40-4223-9e68-28428a9481d7); }
    .banner-overlay.banner-half-overlay.banner-overlay--us-expat .hero-banner-content em {
      font-size: 1.125rem;
      color: #000; }
    .banner-overlay.banner-half-overlay::before {
      background: linear-gradient(0deg, #F0FFFE, #F0FFFE);
      opacity: 0.65; }
    .banner-overlay.banner-half-overlay::after {
      background-image: var(--wpr-bg-eb4d8d0e-9b8a-4de3-adcb-4f6b61bfb4bd);
      height: 100vh;
      content: '';
      background-position: right;
      background-repeat: no-repeat;
      height: 100%;
      width: 49%;
      position: absolute;
      z-index: -1;
      top: 0;
      background-size: cover;
      right: 0; }
      @media (max-width: 1650px) {
        .banner-overlay.banner-half-overlay::after {
          background-position: bottom; } }
      @media (max-width: 991px) {
        .banner-overlay.banner-half-overlay::after {
          display: none; } }

.hero-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: initial; }
  @media (max-width: 1200px) {
    .hero-title {
      font-size: calc(1.375rem + 1.5vw) ; } }
  @media (min-width: 768px) {
    .hero-title {
      font-size: 3rem;
      margin-bottom: 40px; } }
  .hero-title .text-highlight {
    color: #27ADE7; }

.hero-sub-title .text-highlight {
  color: #27ADE7; }

.hero-list {
  margin-bottom: 3.5rem; }
  .hero-list li {
    color: rgba(255, 255, 255, 0.8);
    background-size: 24px;
    padding-left: 32px;
    margin-bottom: 5px; }
    .hero-list li:last-child {
      margin-bottom: 0; }

.hero-note {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
  font-size: 0.8rem;
  padding: 0px 22px; }
  @media (min-width: 768px) {
    .hero-note {
      font-size: 1rem;
      padding: 0px 30px; } }

.hero-banner-content {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 992px) {
    .hero-banner-content {
      margin-bottom: 0rem; } }

.banner-vh {
  max-height: 844px;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  min-height: 600PX; }
  @media only screen and (max-width: 768px) {
    .banner-vh {
      height: calc(100vh - 75px);
      min-height: 600px; } }
  @media only screen and (max-width: 479px) {
    .banner-vh {
      min-height: unset;
      max-height: unset;
      height: unset; } }

.text-warning {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5); }

.banner-product-review--wrapper {
  margin-top: 12px; }
  @media (min-width: 768px) {
    .banner-product-review--wrapper {
      margin-top: 20px; } }
  .banner-product-review--wrapper .product-review-info {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px; }
  .banner-product-review--wrapper .product-review-point {
    margin-left: 5px; }

.banner-bricklet img {
  transform: scale(1.1); }

@media (max-width: 1199.98px) {
  .immigrant--banner {
    padding: 1rem 0; } }

.immigrant--banner .image-holder {
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .immigrant--banner .image-holder {
      display: block; } }

@media (max-width: 991.98px) {
  .immigrant--banner .hero-title {
    font-size: 2rem; } }

@media (max-width: 767.98px) {
  .immigrant--banner .hero-title {
    font-size: 1.7rem;
    margin-bottom: 8px; } }

.immigrant--banner .hero-content-paragraph {
  font-size: 1.715rem; }
  @media (max-width: 991.98px) {
    .immigrant--banner .hero-content-paragraph {
      font-size: 1.5rem; } }
  @media (max-width: 767.98px) {
    .immigrant--banner .hero-content-paragraph {
      font-size: 1.3rem; } }

@media (max-width: 991.98px) {
  .immigrant--banner .btn {
    font-size: 18px; } }

@media (max-width: 991.98px) {
  .immigrant--banner .banner-note {
    font-size: 1rem; } }

.section-hero-floating-wrapper {
  margin-bottom: 50px;
  position: relative;
  z-index: 9; }
  @media (min-width: 992px) {
    .section-hero-floating-wrapper {
      margin-bottom: 100px; } }
  .section-hero-floating-wrapper.doctor-floating-wrapper:before {
    content: "";
    position: absolute;
    background-color: #F6F6F6;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: -1; }

.floating-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  width: 100%;
  padding: 0px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: -50px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  @media (max-width: 1200px) {
    .floating-container {
      font-size: calc(1.275rem + 0.3vw) ; } }
  @media (min-width: 992px) {
    .floating-container {
      flex-flow: row; } }
  .floating-container-wrapper {
    position: relative; }

.floating-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 20px 15px;
  margin: 0 30px;
  white-space: normal;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
  @media (max-width: 490px) {
    .floating-item {
      margin: 0 15px; } }
  @media (min-width: 992px) {
    .floating-item {
      border-right: 1px dashed rgba(0, 0, 0, 0.15);
      border-bottom: 0;
      padding: 2px 10px;
      margin: 25px 0;
      white-space: nowrap;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .floating-item {
      padding: 2px 40px; } }
  .floating-item:last-child {
    border: 0; }
  .floating-item .icon {
    margin-right: 0.5rem;
    align-self: flex-start;
    flex-shrink: 0; }
    .floating-item .icon img {
      width: auto;
      height: 26px; }
      @media (min-width: 992px) {
        .floating-item .icon img {
          width: 36px;
          height: 32px; } }
    .floating-item .icon .icon-hourglass {
      width: 25px;
      height: auto; }
      @media (min-width: 992px) {
        .floating-item .icon .icon-hourglass {
          width: 36px;
          height: 32px; } }
    .floating-item .icon .icon-thumbsup {
      width: 25px;
      height: auto; }
      @media (min-width: 992px) {
        .floating-item .icon .icon-thumbsup {
          width: 36px;
          height: 32px; } }
    .floating-item .icon .icon-lock {
      width: 25px;
      height: auto; }
      @media (min-width: 992px) {
        .floating-item .icon .icon-lock {
          width: 36px;
          height: 32px; } }

.layout-bordered {
  margin: 2rem 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 575px) {
    .layout-bordered {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1200px) {
    .layout-bordered {
      grid-template-columns: 1fr 1fr 1fr;
      margin: 2rem 0; } }
  .layout-bordered--detailed-content {
    margin: 0 0; }
    @media (min-width: 768px) {
      .layout-bordered--detailed-content {
        margin: 2rem 0; } }
    @media screen and (min-width: 991px) {
      .layout-bordered--detailed-content .layout-item {
        padding: 3.5rem 1rem; } }
    @media screen and (min-width: 575px) {
      .layout-bordered--detailed-content .layout-item {
        justify-content: left;
        padding: 2.75rem 1rem; } }
    @media screen and (min-width: 575px) {
      .layout-bordered--detailed-content .layout-item:nth-child(1), .layout-bordered--detailed-content .layout-item:nth-child(2) {
        padding-top: 0; } }
    @media (min-width: 1200px) {
      .layout-bordered--detailed-content .layout-item:nth-child(1), .layout-bordered--detailed-content .layout-item:nth-child(2), .layout-bordered--detailed-content .layout-item:nth-child(3) {
        padding-top: 0; } }
    @media screen and (min-width: 575px) {
      .layout-bordered--detailed-content .layout-item:nth-child(5), .layout-bordered--detailed-content .layout-item:nth-child(6) {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .layout-bordered--detailed-content .layout-item:nth-child(4), .layout-bordered--detailed-content .layout-item:nth-child(5), .layout-bordered--detailed-content .layout-item:nth-child(6) {
        padding-bottom: 0; } }
    @media screen and (max-width: 575px) {
      .layout-bordered--detailed-content .layout-item:last-of-type {
        padding-bottom: 0px; } }

.layout-item {
  position: relative;
  padding: 2rem 1rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 0;
  padding: 1.5rem 1rem; }
  .layout-item:first-child:before, .layout-item:nth-child(2)::before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 1; }
  .layout-item:last-child {
    border-bottom: 0;
    border-right: 0; }
  @media (min-width: 575px) {
    .layout-item {
      padding: 3.5rem 1rem;
      border-right: 1px dashed rgba(0, 0, 0, 0.15); }
      .layout-item .icon {
        color: var(--primary);
        margin-bottom: 26px; }
      .layout-item:nth-child(even) {
        border-right: 0; }
      .layout-item:nth-child(odd) {
        border-right: 1px dashed rgba(0, 0, 0, 0.15); }
      .layout-item:nth-last-child(2) {
        border-bottom: 0; } }
  @media (min-width: 1200px) {
    .layout-item:last-child {
      border-bottom: 0;
      border-right: 0; }
    .layout-item:nth-child(n+4) {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
      border-right: 1px dashed rgba(0, 0, 0, 0.15); }
    .layout-item:nth-child(n+4) {
      border-bottom: 0; }
    .layout-item:nth-child(-n+3) {
      border-top: 0; }
    .layout-item:nth-child(n+2) {
      border-right: 1px dashed rgba(0, 0, 0, 0.15); }
    .layout-item:nth-child(3n) {
      border-right: 0; } }
  .layout-item .icon {
    font-size: 3.575rem;
    margin-bottom: 18px; }
    @media (max-width: 1200px) {
      .layout-item .icon {
        font-size: calc(1.4825rem + 2.79vw) ; } }
  .layout-item .title {
    font-size: 1.3125rem; }
    @media (max-width: 1200px) {
      .layout-item .title {
        font-size: calc(1.25625rem + 0.075vw) ; } }
  .layout-item .standout-title {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
    justify-content: left;
    text-align: left; }
    @media (min-width: 768px) {
      .layout-item .standout-title {
        margin-bottom: 20px;
        font-size: 18px; } }
    .layout-item .standout-title .icon {
      margin-bottom: 0px;
      font-size: 18px; }
      .layout-item .standout-title .icon img {
        height: 24px; }
  .layout-item .standout-list {
    font-size: 16px;
    text-align: left; }
    .layout-item .standout-list li {
      margin-top: 8px;
      padding-left: 34px;
      position: relative;
      line-height: 26px;
      color: #2d2d2d;
      font-size: 14px; }
      @media (min-width: 768px) {
        .layout-item .standout-list li {
          margin-top: 12px;
          font-size: 16px; } }
      .layout-item .standout-list li::before {
        content: url(../../../../../../../../../themes/homeloanexperts/assets/images/layout-list-item-mobile.svg);
        position: absolute;
        left: 6px;
        top: 3px; }
        @media (min-width: 768px) {
          .layout-item .standout-list li::before {
            content: url(../../../../../../../../../themes/homeloanexperts/assets/images/layout-list-item.svg);
            top: 0; } }

.section-hle-interest-rate {
  padding: 55px 0; }
  @media (min-width: 768px) {
    .section-hle-interest-rate {
      padding: 62px 0; } }
  .section-hle-interest-rate .interest-rate-item {
    padding: 1.5rem 0;
    margin: auto; }
    .section-hle-interest-rate .interest-rate-item:not(:last-child)::before {
      content: "";
      width: 160px;
      height: 1px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
      opacity: 0.5; }
    @media (min-width: 768px) {
      .section-hle-interest-rate .interest-rate-item:not(:last-child) {
        padding: 2.75rem 0;
        border-bottom: 0; }
        .section-hle-interest-rate .interest-rate-item:not(:last-child)::before {
          content: "";
          height: 132px;
          width: 1px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          border-right: 1px dashed rgba(0, 0, 0, 0.3);
          opacity: 0.5; } }
  .section-hle-interest-rate .interest-rate-title {
    font-size: 1.425rem;
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1; }
  .section-hle-interest-rate .interest-rate-value {
    font-size: 4.55rem;
    font-weight: 700;
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .section-hle-interest-rate .interest-rate-unit {
    font-size: 1.7125rem;
    font-size: 1.7125rem;
    display: inline-block;
    font-weight: 700;
    line-height: 1.3; }
    @media (max-width: 1200px) {
      .section-hle-interest-rate .interest-rate-unit {
        font-size: calc(1.29625rem + 0.555vw) ; } }

.card-interest-rate {
  padding: 0  1.5rem;
  flex-direction: column;
  max-width: 300px;
  margin: auto;
  position: relative;
  border-radius: 8px;
  border: 0; }
  @media (min-width: 768px) {
    .card-interest-rate {
      max-width: 545px;
      flex-direction: row; } }

.section-journey {
  position: relative;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .section-journey {
      padding: 100px 0; } }

.journey-timeline {
  padding: 30px 40px;
  border-radius: 12px;
  position: relative;
  max-width: 760px;
  margin: auto; }
  @media (min-width: 992px) {
    .journey-timeline {
      padding: 40px 100px; } }
  .journey-timeline .title {
    font-size: 1.15rem; }
    @media (min-width: 768px) {
      .journey-timeline .title {
        font-size: 1.25rem; } }
  .journey-timeline li {
    padding-bottom: 34px;
    border-left: 1px dashed #27ADE7;
    position: relative;
    padding-left: 40px;
    min-height: 134px;
  position: relative; }
    @media (min-width: 992px) {
      .journey-timeline li {
        padding-left: 64px;
        padding-bottom: 50px; } }
    .journey-timeline li:last-child {
      border: 0px;
      padding-bottom: 0;
      min-height: auto; }
    .journey-timeline li.content-copy::before {
      content: "content_copy";
      font-family: 'Material Icons'; }
    .journey-timeline li.check::before {
      content: "check";
      font-family: 'Material Icons'; }
    .journey-timeline li.handshake::before {
      background-image: var(--wpr-bg-b63663b2-9303-4858-9edb-c8fad4262a30);
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center; }
      @media (min-width: 992px) {
        .journey-timeline li.handshake::before {
          background-size: 30px; } }
    .journey-timeline li:after {
      width: 50px;
      height: 50px;
      outline: 15px solid #fff;
      position: absolute;
      left: -25px;
      top: 0px;
      content: ""; }
      @media (min-width: 992px) {
        .journey-timeline li:after {
          left: -38.5px;
          width: 77px;
          height: 77px; } }
    .journey-timeline li:before {
      display: flex;
      justify-content: center;
      align-items: center;
      content: '';
      width: 50px;
      height: 50px;
      background: #F2FAFE;
      color: #27ade7;
      border-radius: 50%;
      position: absolute;
      top: 0px;
      left: -25px;
      line-height: 1;
      font-size: 2.25rem; }
      @media (max-width: 1200px) {
        .journey-timeline li:before {
          font-size: calc(1.35rem + 1.2vw) ; } }
      @media (min-width: 992px) {
        .journey-timeline li:before {
          left: -38.5px;
          width: 77px;
          height: 77px; } }
  .journey-timeline.timeline-steps {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .journey-timeline.timeline-steps {
        padding: 0 100px; } }
    .journey-timeline.timeline-steps li {
      border: none;
      padding-bottom: 50px;
      margin-bottom: 0; }
      .journey-timeline.timeline-steps li svg {
        position: absolute;
        left: -45px;
        top: -5px;
        width: 90px;
        height: 90px;
    }
      @media (min-width: 992px) {
        .journey-timeline.timeline-steps li {
          padding-bottom: 80px; } }
      .journey-timeline.timeline-steps li:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
      .journey-timeline.timeline-steps li p {
        font-size: 15px; }
        @media (min-width: 992px) {
          .journey-timeline.timeline-steps li p {
            font-size: 16px; } }
      .journey-timeline.timeline-steps li:after {
        outline: none; }
      .journey-timeline.timeline-steps li:after {
        content: '';
        width: 2px;
        height: calc(100% - 80px);
        background-color: rgba(39, 173, 231, 0.4);
        position: absolute;
        left: 0px;
        top: calc( 50px + 15px); }
        @media (min-width: 992px) {
          .journey-timeline.timeline-steps li:after {
            top: calc( 77px + 15px);
            height: 30%; } }
     
        @media (min-width: 992px) {
          .journey-timeline.timeline-steps li.house::before {
            font-size: 40px; } }
      .journey-timeline.timeline-steps li p {
        color: #515151; }
      .journey-timeline.timeline-steps li:last-child::after {
        display: none; }

.text-caption {
  font-size: 1.55rem;
  color: #929292; }
  @media (max-width: 1200px) {
    .text-caption {
      font-size: calc(1.28rem + 0.36vw) ; } }

.testimonial-card {
  background: #EFF8FC;
  border: 1px solid #C2E8F8;
  border-radius: 12px;
  padding: 21px 24px;
  position: relative;
  margin-bottom: 20px;
  cursor: drag; }
  @media (min-width: 768px) {
    .testimonial-card {
      height: 100%; } }
  .testimonial-card .quote {
    color: #27ade7;
    opacity: 0.4;
    position: absolute;
    top: 2px;
    right: 15px;
    font-size: 45px; }

.testimonial-grey-card {
  background: #F8F8F8;
  border: 1px solid #E7E7E7;
  height: 100%; }
  .testimonial-grey-card .quote {
    color: #BEBEBE; }
  .testimonial-grey-card .testimonial-detail {
    margin-bottom: 5px; }
    .testimonial-grey-card .testimonial-detail .address {
      font-size: 15px;
      color: #515151; }
  .testimonial-grey-card .testimonial-content {
    color: #2d2d2d; }
    @media (max-width: 575px) {
      .testimonial-grey-card .testimonial-content {
        font-size: 14px; } }

.testimonial-white-card {
  border: 1px solid #E7E7E7;
  background: #FFF; }

.testimonial-detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem; }
  .testimonial-detail .image-holder {
    width: 51px;
    height: 51px;
    margin-right: 10px; }
    .testimonial-detail .image-holder .img-user {
      font-size: 51px;
      line-height: 1;
      color: rgba(39, 173, 231, 0.2);
      border-radius: 50%; }
      .testimonial-detail .image-holder .img-user img {
        border-radius: 50%; }
  .testimonial-detail .name {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: black; }
  .testimonial-detail .address {
    display: block;
    color: rgba(0, 0, 0, 0.4); }

.testimonial-content {
  color: black;
  line-height: 1.5; }

@media (min-width: 768px) {
  .testimonial-carousel .owl-stage {
    display: flex; } }

.testimonial-carousel .owl-item {
  height: 1px; }
  @media (min-width: 768px) {
    .testimonial-carousel .owl-item {
      flex-grow: 1;
      height: auto; } }
  .testimonial-carousel .owl-item.active {
    height: auto; }

.progress-container {
  width: 100%;
  height: 3px;
  background: transparent;
  margin-top: -5px; }
  @media (min-width: 768px) {
    .progress-container {
      margin-top: -5px; } }

.progress-bar {
  height: 4px;
  background: #27ade7;
  width: 0%;
  border-radius: 50px; }

.section-calculator #incontent-CTA {
  background-color: #fff;
  margin-bottom: 25px; }
  .section-calculator #incontent-CTA .modal-tip {
    display: none; }
  .section-calculator #incontent-CTA .modal-content p {
    text-align: left; }
  .section-calculator #incontent-CTA .nav-wrap {
    /* CSS to fix the result section of FIMC calc */ }
    .section-calculator #incontent-CTA .nav-wrap .row {
      justify-content: center; }
    .section-calculator #incontent-CTA .nav-wrap.fimc-result-page {
      padding: 0; }
      .section-calculator #incontent-CTA .nav-wrap.fimc-result-page .row-res {
        display: block; }

.section-calculator .calc-disc {
  font-size: 12px; }

.section-calculator .calc-title {
  font-size: 2.29rem;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .section-calculator .calc-title {
      font-size: calc(1.354rem + 1.248vw) ; } }

.section-calculator .calc-sub-title {
  font-size: 16px;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .section-calculator .calc-sub-title {
      font-size: 18px; } }

.section-calculator.bg-blue {
  background: radial-gradient(59.61% 494.3% at 52.74% 49.79%, rgba(110, 179, 242, 0.9) 27.13%, rgba(56, 142, 243, 0.49) 55.93%, rgba(49, 215, 252, 0.6) 100%); }

.section-calculator.section-rate-comparision {
  padding-top: 68px;
  padding-bottom: 84px; }
  .section-calculator.section-rate-comparision .calc-title, .section-calculator.section-rate-comparision .calc-sub-title {
    color: #2D2D2D;
    font-weight: 700; }

.section-job-calc #incontent-CTA.job-calc {
  border: none;
  box-shadow: none;
  display: block;
  margin: 0; }
  .section-job-calc #incontent-CTA.job-calc .row {
    display: block; }
    .section-job-calc #incontent-CTA.job-calc .row .text-center .job-calc-heading {
      font-size: 32px;
      color: #2D2D2D;
      margin: 0; }
      @media (max-width: 767px) {
        .section-job-calc #incontent-CTA.job-calc .row .text-center .job-calc-heading {
          font-size: 22px; } }
    .section-job-calc #incontent-CTA.job-calc .row .text-center label {
      font-size: 18px;
      color: #515151;
      margin: 16px 0 22px; }
      @media (max-width: 767px) {
        .section-job-calc #incontent-CTA.job-calc .row .text-center label {
          font-size: 16px; } }
    .section-job-calc #incontent-CTA.job-calc .row .input-cont {
      max-width: 100%;
      padding: 0; }
      .section-job-calc #incontent-CTA.job-calc .row .input-cont .ui-autocomplete-input {
        max-width: 100%;
        margin-bottom: 22px;
        height: 45px; }
      .section-job-calc #incontent-CTA.job-calc .row .input-cont .btn {
        margin: 0;
        padding: 17px 35px; }
        .section-job-calc #incontent-CTA.job-calc .row .input-cont .btn:hover {
          background-color: #1380AF; }
    .section-job-calc #incontent-CTA.job-calc .row.hjc-button-wrap {
      display: inline-block; }
  .section-job-calc #incontent-CTA.job-calc .hjc-result-div {
    background-color: #fff;
    padding: 0 20px;
    text-align: left; }
    .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap {
      display: flex;
      justify-content: center;
      padding: 20px 10px; }
      .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap [class*="col-"] {
        max-width: 100%;
        flex: 0 0 50%; }
        @media (max-width: 479px) {
          .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap [class*="col-"] {
            flex: 0 0 100%; } }
      .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap .btn:hover {
        background-color: #1380AF; }
      @media (max-width: 575px) {
        .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap .btn {
          font-size: 13px; } }
      .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap #free-assessment {
        background-color: #fb7925;
        border-color: #fb7925; }
        .section-job-calc #incontent-CTA.job-calc .hjc-result-div .hjc-post-button-wrap #free-assessment:hover {
          background-color: #DD6B22; }
    .section-job-calc #incontent-CTA.job-calc .hjc-result-div .job-calc-result {
      background-color: #fff;
      border: 0; }

.card-bordered--left .h-list-wrapper ul li:last-child {
  padding-right: 0; }

.btn-arrow .h-readmore.lp-view-more {
  background-color: #fff;
  padding: 8px 24px 8px 16px;
  color: #27ADE7;
  font-size: 16px;
  border: 1px solid #27ADE7;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 16px; }
  @media (max-width: 991px) {
    .btn-arrow .h-readmore.lp-view-more {
      font-size: 14px; } }
  .btn-arrow .h-readmore.lp-view-more:after {
    content: "";
    border-style: solid;
    border-color: #27ADE7;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    top: -2px;
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 0.4s cubic-bezier(0.71, 0.49, 0.63, 0.84);
    pointer-events: none;
    right: -10px; }
    @media (max-width: 991px) {
      .btn-arrow .h-readmore.lp-view-more:after {
        height: 8px;
        width: 8px;
        top: 0px; } }
  .btn-arrow .h-readmore.lp-view-more.closetoggle:after {
    transform: rotate(225deg);
    top: 2px; }

.rate-comparision {
  background: #fff;
  max-width: 385px;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .rate-comparision {
      max-width: 585px;
      margin-bottom: 40px; } }
  .rate-comparision > div {
    width: 50%;
    text-align: left;
    padding: 8px 20px; }
    @media (min-width: 768px) {
      .rate-comparision > div {
        padding: 20px 50px; } }
    .rate-comparision > div:first-of-type {
      border-right: 1px dashed rgba(0, 0, 0, 0.3); }
      @media (max-width: 767.98px) {
        .rate-comparision > div:first-of-type {
          padding-left: 40px; } }
    .rate-comparision > div p.label {
      font-size: 16px;
      font-style: italic;
      color: #2d2d2d;
      margin-bottom: 4px; }
      @media (min-width: 768px) {
        .rate-comparision > div p.label {
          font-size: 20px; } }
      @media screen and (max-width: 374px) {
        .rate-comparision > div p.label {
          font-size: 12px; } }
  .rate-comparision .rate {
    color: #27ADE7;
    gap: 10px; }
    @media (min-width: 768px) {
      .rate-comparision .rate {
        gap: 18px; } }
    .rate-comparision .rate p {
      margin: 0; }
    .rate-comparision .rate .value {
      font-weight: 700;
      font-size: 44px;
      line-height: 44px; }
      @media (min-width: 768px) {
        .rate-comparision .rate .value {
          font-size: 66px;
          line-height: 87px; } }
      @media screen and (max-width: 374px) {
        .rate-comparision .rate .value {
          font-size: 30px; } }
    .rate-comparision .rate .unit p {
      font-weight: 700;
      font-size: 16px;
      line-height: 17px; }
      @media (min-width: 768px) {
        .rate-comparision .rate .unit p {
          font-size: 24px;
          line-height: 29px; } }
      @media screen and (max-width: 375px) {
        .rate-comparision .rate .unit p {
          font-size: 14px; } }
      .rate-comparision .rate .unit p sup {
        font-weight: normal; }
  .rate-comparision.bg-blue {
    background-color: #27ADE7;
    margin-bottom: 16px; }
    .rate-comparision.bg-blue .rate, .rate-comparision.bg-blue .label {
      color: #fff; }

.section-subtitle {
  font-size: 16px; }
  @media (min-width: 992px) {
    .section-subtitle {
      font-size: 18px; } }
  @media (max-width: 480px) {
    .section-subtitle-sm {
      font-size: 14px; } }

.rate-disclaimer {
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 80%; }
  @media (min-width: 768px) {
    .rate-disclaimer {
      max-width: 50%; } }
  @media (max-width: 479px) {
    .rate-disclaimer {
      max-width: 100%; } }

.seo-interest-banner .calc-sub-title {
  font-size: 18px; }

.seo-interest-banner .btn {
  font-size: 16px; }

.lp-faq {
  padding: 50px 0 35px; }
  @media (min-width: 992px) {
    .lp-faq {
      padding: 100px 0 70px; } }
  @media (min-width: 992px) {
    .lp-faq #accordion-wrap {
      padding: 0 150px; } }
  .lp-faq #accordion-wrap h3 {
    font-size: 16px;
    margin-bottom: 0; }
  .lp-faq.grey-bg-faq #accordion-wrap .panel-group .panel-title > a.collapsed {
    background-color: #fff;
    color: #2d2d2d; }
    .lp-faq.grey-bg-faq #accordion-wrap .panel-group .panel-title > a.collapsed:focus .more-less {
      color: #27ade7;
      -webkit-text-stroke: 0px #27ade7; }
  .lp-faq.grey-bg-faq #accordion-wrap .panel-group .panel-title > a:hover {
    background-color: #27ade7;
    color: #fff; }
  .lp-faq.grey-bg-faq #accordion-wrap .panel-group .panel-body {
    background-color: #fff;
    padding: 15px; }

.panel {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body::after {
    display: block;
    clear: both;
    content: ""; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.main-content .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .main-content .panel-title > a,
  .main-content .panel-title > small,
  .main-content .panel-title > .small,
  .main-content .panel-title > small > a,
  .main-content .panel-title > .small > a {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dee2e6; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 1rem; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.section-help .title {
  margin-bottom: 10px; }

.section-help .sub-title {
  width: auto;
  margin: 15px auto 30px;
  font-size: 14px; }
  @media (min-width: 992px) {
    .section-help .sub-title {
      width: 630px;
      font-size: 18px; } }

.section-help .list-help {
  width: auto;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .section-help .list-help {
      width: 790px; } }
  .section-help .list-help li {
    padding: 18px 22px 15px 44px;
    background-color: #E2F3FB;
    border-radius: 8px;
    margin: 20px 0 0 0; }
    .section-help .list-help li:before {
      top: 20px;
      left: 10px; }
    @media (min-width: 768px) {
      .section-help .list-help li p {
        font-size: 1.22rem; } }

/* --------------------- ALERT CSS FOR HOBBY CALCULATOR --------------------- */
.ultimateAlert {
  padding: 15px !important;
  margin-bottom: 15px;
  color: #000 !important;
  border: 0;
  background: #f2dede !important;
  -webkit-box-shadow: 1px 1px 1px #999;
  box-shadow: 1px 1px 1px #999;
  border-radius: 5px; }

#main-content .ultimateAlert strong {
  color: #000; }

#warnNotice {
  /* background-color: #ac2c2c */
  background-color: rgba(157, 42, 42, 0.2);
  border-color: rgba(157, 42, 42, 0.2); }

#warnNotice p {
  margin-left: 40px;
  margin-bottom: 0; }

#warnNotice p,
#warnNotice.alert i,
#warnNotice strong {
  color: #9d2a2a; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert i {
  margin: auto 10px 5px 5px;
  float: left; }

.alert a:active,
.alert a:hover,
.alert a:link,
.alert a:visited {
  color: #9d2a2a;
  text-decoration: underline; }

/* --------------------------- for primary alerts --------------------------- */
#warnNotice.primary-alert {
  background-color: rgba(39, 173, 231, 0.2);
  border-color: rgba(39, 173, 231, 0.2); }

#warnNotice.primary-alert p,
#warnNotice.primary-alert i,
#warnNotice.primary-alert a,
#warnNotice.primary-alert strong {
  color: #27ade7 !important; }

/* --------------------------- for success alerts --------------------------- */
#warnNotice.success-alert {
  background-color: rgba(41, 173, 44, 0.2);
  border-color: rgba(41, 173, 44, 0.2); }

#warnNotice.success-alert p,
#warnNotice.success-alert i,
#warnNotice.success-alert a,
#warnNotice.success-alert strong {
  color: #29ad2c !important; }

/* ---------------------------- for warning alert --------------------------- */
#warnNotice.warn-alert {
  background-color: rgba(226, 151, 0, 0.2);
  border-color: rgba(226, 151, 0, 0.2); }

#warnNotice.warn-alert p,
#warnNotice.warn-alert i,
#warnNotice.warn-alert a,
#warnNotice.warn-alert strong {
  color: #e29700 !important; }

/* ----------------------------- for info alerts ---------------------------- */
#warnNotice.info-alert {
  background-color: rgba(19, 128, 175, 0.2);
  border-color: rgba(19, 128, 175, 0.2); }

#warnNotice.info-alert p,
#warnNotice.info-alert i,
#warnNotice.info-alert a,
#warnNotice.info-alert strong {
  color: #1380af !important; }

.alert--custom {
  padding: 11px 16px  11px 6px;
  line-height: 1.4;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  display: flex; }
  @media (max-width: 575px) {
    .alert--custom {
      font-size: 12px;
      line-height: 1.4; } }
  .alert--custom .alert-icon {
    float: unset;
    margin: 4px 5px 0 0;
    font-size: 18px; }
    @media (max-width: 575px) {
      .alert--custom .alert-icon {
        font-size: 18px; } }
  .alert--custom .alert-heading {
    margin: 0 0 7px 0;
    font-size: 14px;
    color: #1380AF; }
  .alert--custom .alert-para {
    font-size: 14px;
    margin: 0; }
  .alert--custom.alert_wrap {
    padding: 20px; }
    .alert--custom.alert_wrap ul {
      list-style-type: disc;
      list-style-position: inside;
      padding-left: 10px; }
      .alert--custom.alert_wrap ul li {
        color: #1380AF;
        font-size: 14px; }
        .alert--custom.alert_wrap ul li.list-outside {
          list-style-position: outside; }

.alert-info {
  background: rgba(19, 128, 175, 0.1);
  color: #1380AF;
  border-color: rgba(19, 128, 175, 0.2); }

.ico-md {
  font-size: 22px !important; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../../../../../../../../themes/homeloanexperts/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(../../../../../../../../../themes/homeloanexperts/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../../../../../../../../../themes/homeloanexperts/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../../../../../../../../../themes/homeloanexperts/assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(../../../../../../../../../themes/homeloanexperts/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../../../../../../../../../themes/homeloanexperts/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 992px) {
    .hero-grid.hero-grid--with-review {
      max-height: unset;
      height: auto; } }
  @media screen and (max-width: 992px) {
    .hero-grid.hero-grid--with-review .hero-banner-content {
      margin-top: 40px; } }
  @media screen and (max-width: 475px) {
    .hero-grid.hero-grid--with-review {
      min-height: auto;
      height: auto;
      padding-top: 36px;
      padding-bottom: 40px; } }
  .hero-grid.bg-gradient-lowdoc:before {
    background: linear-gradient(83.75deg, rgba(218, 242, 253, 0.5) 0%, rgba(234, 255, 241, 0.425) 100.89%);
    opacity: 0.6; }
  .hero-grid::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(82.56deg, #E2EDEE 42.94%, #E9F4F4 54.86%);
    opacity: 0.5; }
  @media screen and (min-width: 992px) {
    .hero-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .hero-grid {
      min-height: auto;
      height: auto;
      padding-top: 36px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 992px) {
    .hero-grid-lg {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1200px) {
    .hero-grid-lg {
      grid-template-columns: repeat(2, 1fr); } }
  .hero-grid__container--content {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .hero-grid__container--content {
        padding-left: calc((100vw - 750px + 30px)/2);
        padding-right: calc((100vw - 750px + 30px)/2); } }
    @media screen and (min-width: 992px) {
      .hero-grid__container--content {
        padding-left: calc((100vw - 970px + 30px)/2);
        padding-right: 50px; } }
    @media screen and (min-width: 1200px) {
      .hero-grid__container--content {
        padding-left: calc((100vw - 1170px + 30px)/2); } }
  .hero-grid__image-grid {
    display: none;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .hero-grid__image-grid {
        display: grid; } }
    .hero-grid__image-grid--one {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr; }
      .hero-grid__image-grid--one .hero-grid__image-grid-item {
        margin: 0;
        width: 100%;
        position: relative;
        height: auto; }
    .hero-grid__image-grid--four {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr; }
  .hero-grid__image-grid-item {
    margin: 0;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 1920px) {
      .hero-grid__image-grid-item {
        height: calc(634px / 2); } }
    .hero-grid__image-grid-item .figcaption {
      background: #83CCE9;
      border-radius: 4px;
      height: 26px;
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 400;
      font-size: 14px;
      color: #2D2D2D;
      padding: 4px 11px;
      position: absolute;
      z-index: 1;
      top: 28px;
      left: 22px;
      line-height: 16px; }
    .hero-grid__image-grid-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 992px) {
    .hero-grid .hero-title {
      font-size: 2.625rem;
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .hero-grid .hero-title.text-42 {
      font-size: 3rem;
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .hero-grid .hero-title.text-39 {
      font-size: 2.8rem;
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .hero-grid .hero-title.text-48 {
      font-size: 48px; } }
  @media screen and (min-width: 992px) {
    .hero-grid .hero-list li {
      font-size: 1.375rem; } }
  .hero-grid.lawyer-banner {
    min-height: auto;
    max-height: initial;
    height: auto; }
    .hero-grid.lawyer-banner:before {
      background: linear-gradient(0deg, #F0FFFE, #F0FFFE); }
    .hero-grid.lawyer-banner .hero-grid__image-grid-item img {
      object-position: 20%; }
    .hero-grid.lawyer-banner .lawyer-btn__wrap {
      margin-bottom: 40px; }
      @media (max-width: 475px) {
        .hero-grid.lawyer-banner .lawyer-btn__wrap {
          margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .hero-grid.lawyer-banner .hero-grid__container--content {
        padding-left: calc((100vw - 1170px + 30px)/2);
        padding-top: 80px; } }
  @media screen and (min-width: 1199px) {
    .hero-grid.investor-banner .hero-grid__container--content {
      padding-left: calc((100vw - 1170px + 30px)/2);
      padding-right: 120px; } }
  .hero-grid.psychologists-banner {
    background: #F0FFFE; }
    .hero-grid.psychologists-banner .hero-grid__container--content {
      padding: 24px; }
  .hero-grid.borrowing-power-banner:before {
    background: #F3FCFF; }
  .hero-grid.borrowing-power-banner .hero-title.text-39 {
    font-size: 48px; }
  .hero-grid.local_broker {
    max-height: initial; }

.product-review_block {
  padding: 35px 50px 15px 33px;
  display: flex;
  grid-gap: 13px; }
  .product-review_block.product-review-banner {
    background: #ffffff;
    box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 12px 12px;
    position: absolute;
    top: -15px;
    right: 0; }
    @media (max-width: 991px) {
      .product-review_block.product-review-banner {
        border-radius: 12px;
        position: relative;
        top: 0;
        padding: 20px 0;
        display: inline-flex;
        box-shadow: none;
        background-color: transparent; } }
  .product-review_block .product-review_details p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #2d2d2d; }

.banner-review .container {
  position: relative; }

.testimonial-review_block {
  display: flex;
  padding-top: 18px; }
  @media (max-width: 991px) {
    .testimonial-review_block {
      padding-top: 35px; } }
  @media (max-width: 575px) {
    .testimonial-review_block {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 575px) {
    .testimonial-review_block [class*="col-"] {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 575px) {
    .testimonial-review_block [class*="col-"]:last-child .product-review_block {
      margin-bottom: 0; } }
  .testimonial-review_block [class*="col-"]:last-child .product-review_block:after {
    display: none; }
  .testimonial-review_block .product-review_block {
    position: relative;
    padding: 20px 0;
    justify-content: center; }
    @media (max-width: 575px) {
      .testimonial-review_block .product-review_block {
        margin-bottom: 40px;
        padding: 10px 0 20px; } }
    .testimonial-review_block .product-review_block:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-color: transparent;
      background-image: repeating-linear-gradient(0deg, #333333, #333333 5px, transparent 5px, transparent 13px, #333333 13px);
      background-size: 1px 100%;
      background-position: 0 0, 0 0, 100% 0, 0 100%;
      background-repeat: no-repeat;
      top: 50%;
      right: -25px;
      opacity: 0.4;
      transform: translate(0, -50%); }
      @media (max-width: 575px) {
        .testimonial-review_block .product-review_block:after {
          left: 50%;
          right: auto;
          width: 10px;
          height: 200px;
          top: 0px;
          transform: rotate(90deg); } }

.product-review--with-content {
  margin-top: 19px;
  margin-bottom: 89px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  @media (min-width: 390px) {
    .product-review--with-content {
      align-items: center; } }
  @media screen and (max-width: 992px) {
    .product-review--with-content {
      margin-bottom: 89px; } }
  @media screen and (max-width: 475px) {
    .product-review--with-content {
      margin-bottom: 40px; } }
  .product-review--with-content .pr-icon {
    width: 21px; }
  .product-review--with-content .product-review--detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-left: 7px; }
    @media (min-width: 320px) {
      .product-review--with-content .product-review--detail {
        align-items: center;
        flex-flow: row; } }
    .product-review--with-content .product-review--detail .pr--star {
      padding-left: 5px;
      padding-right: 9px; }
      @media (max-width: 390px) {
        .product-review--with-content .product-review--detail .pr--star img {
          height: 16px; } }
    .product-review--with-content .product-review--detail .pr--info {
      margin-bottom: 0;
      font-size: 18px; }
      @media (max-width: 420px) {
        .product-review--with-content .product-review--detail .pr--info {
          font-size: 14px; } }
    .product-review--with-content .product-review--detail .pr--value {
      font-size: 18px; }
      @media (max-width: 420px) {
        .product-review--with-content .product-review--detail .pr--value {
          font-size: 14px; } }
      .product-review--with-content .product-review--detail .pr--value-star {
        display: flex;
        align-items: center; }

.card-bordered {
  margin-top: 24px;
  border: 1px solid #7DBC2D;
  border-radius: 8px;
  padding: 16px 12px;
  background: #fff; }
  .card-bordered p {
    margin-bottom: 12px; }
  .card-bordered--left {
    border-left: 7px solid #7DBC2D; }

.lender-review--wrapper {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 90px 90px 90px 90px; }
  @media (max-width: 578px) {
    .lender-review--wrapper {
      display: flex;
      flex-wrap: wrap;
      place-items: center;
      align-items: center;
      justify-content: center;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 50px 50px 50px 50px; } }
  @media (min-width: 768px) {
    .lender-review--wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 75px 75px 75px; } }
  @media (min-width: 1024px) {
    .lender-review--wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 90px 90px; } }

.lender-review--item {
  height: 40px; }
  @media (max-width: 578px) {
    .lender-review--item {
      min-height: 70px;
      height: auto;
      width: 33.33%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 370px) {
    .lender-review--item {
      min-height: 50px;
      height: auto;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; } }

.lender-sprite--lp {
  background-image: var(--wpr-bg-ea9ab42f-bf39-43b8-b7c1-3c79540f5650);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.lender-sprite.img-firstmac {
  background-position: 0px 0;
  width: 100px;
  height: 45px;
  background-size: 210px; }
  @media (max-width: 578px) {
    .lender-sprite.img-firstmac {
      background-position: 5px 0;
      width: 72px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-ing {
  background-position: -101px -0;
  width: 110px;
  height: 35px;
  background-size: 210px; }
  @media (max-width: 578px) {
    .lender-sprite.img-ing {
      background-position: -65px -0;
      width: 70px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-amp {
  background-position: 5px -91px;
  width: 100px;
  height: 40px;
  background-size: 210px; }
  @media (max-width: 578px) {
    .lender-sprite.img-amp {
      background-position: 5px -59px;
      width: 70px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-nab {
  background-position: -100px -39px;
  width: 100px;
  height: 40px;
  background-size: 210px; }
  @media (max-width: 578px) {
    .lender-sprite.img-nab {
      background-position: -69px -28px;
      width: 70px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-westpac {
  background-position: -30px -224px;
  width: 118px;
  height: 42px;
  background-size: 181px; }
  @media (max-width: 578px) {
    .lender-sprite.img-westpac {
      background-position: -23px -168px;
      width: 90px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-anz {
  background-position: -101px -92px;
  width: 100px;
  height: 35px;
  background-size: 210px; }
  @media (max-width: 578px) {
    .lender-sprite.img-anz {
      background-position: -62px -58px;
      width: 70px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-macquarie {
  background-position: -25px -326px;
  width: 148px;
  height: 40px;
  background-size: 200px; }
  @media (max-width: 578px) {
    .lender-sprite.img-macquarie {
      background-position: -17px -219px;
      width: 102px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-adelaide {
  background-position: 5px -45px;
  width: 100px;
  height: 40px;
  background-size: 210px; }
  @media (max-width: 578px) {
    .lender-sprite.img-adelaide {
      background-position: 5px -29px;
      width: 70px;
      height: 26px;
      background-size: 136px; } }

.lender-sprite.img-bankwest {
  background-position: -20px -163px;
  width: 159px;
  height: 40px;
  background-size: 198px; }
  @media (max-width: 578px) {
    .lender-sprite.img-bankwest {
      background-position: -20px -99px;
      width: 80px;
      height: 25px;
      background-size: 121px; } }

.lender-sprite.img-commonwealth {
  background-position: -68px -131px;
  width: 100px;
  height: 35px;
  background-size: 271px; }
  @media (max-width: 578px) {
    .lender-sprite.img-commonwealth {
      background-position: -68px -131px;
      width: 80px;
      height: 25px;
      background-size: 121px; } }

.lender-sprite.img-peppermoney {
  background-position: -24px -263px;
  width: 136px;
  height: 35px;
  background-size: 184px; }
  @media (max-width: 578px) {
    .lender-sprite.img-peppermoney {
      background-position: -15px -170px;
      width: 90px;
      height: 25px;
      background-size: 121px; } }

.lender-sprite.img-suncorp {
  background-position: -10px -123px;
  width: 159px;
  height: 40px;
  background-size: 198px; }
  @media (max-width: 578px) {
    .lender-sprite.img-suncorp {
      background-position: -16px -77px;
      width: 80px;
      height: 25px;
      background-size: 121px; } }

.lender-sprite.img-st-george {
  background-position: -20px -205px;
  width: 159px;
  height: 40px;
  background-size: 198px; }
  @media (max-width: 578px) {
    .lender-sprite.img-st-george {
      background-position: -20px -126px;
      width: 80px;
      height: 25px;
      background-size: 121px; } }

.section__story .section-title {
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    .section__story .section-title {
      margin-bottom: 32px; } }

.section__story--items {
  display: flex;
  gap: 30px;
  justify-content: center; }
  @media (max-width: 575px) {
    .section__story--items {
      gap: 12px; } }
  .section__story--items:last-child .section__story--details ul:before {
    display: none; }

.section__story--icon {
  flex-shrink: 0;
  flex-basis: 40%;
  text-align: center; }
  @media (max-width: 600px) {
    .section__story--icon {
      display: none; } }

.section__story--number {
  flex-shrink: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: #27ade7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff; }
  @media (max-width: 600px) {
    .section__story--number {
      width: 28px;
      height: 28px;
      font-size: 16px; } }

.section__story--details {
  flex-basis: 40%; }
  @media (max-width: 600px) {
    .section__story--details {
      flex-basis: 100%; } }
  @media (max-width: 575px) {
    .section__story--details h3 {
      font-size: 18px; } }
  .section__story--details ul {
    position: relative;
    padding-bottom: 110px; }
    @media (max-width: 575px) {
      .section__story--details ul {
        padding-bottom: 30px; } }
    .section__story--details ul:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -55px;
      width: 2px;
      border-radius: 1px;
      border: 1px dotted #bfbfbf;
      z-index: -1; }
      @media (max-width: 575px) {
        .section__story--details ul:before {
          left: -27px;
          top: -30px; } }
  @media (max-width: 600px) {
    .section__story--details.order-1 {
      order: 2; } }
  .section__story--details.order-1 ul:before {
    left: -27px;
    right: auto; }
    @media (min-width: 600px) {
      .section__story--details.order-1 ul:before {
        left: auto;
        right: -58px; } }

@font-face {
  font-family: 'icomoon';
  src: url(../../../../../../../../../themes/homeloanexperts/assets/fonts/hle-custom-icons.eot?p4vlov);
  src: url("../../../../../../../../../themes/homeloanexperts/assets/fonts/hle-custom-icons.eot?p4vlov#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/homeloanexperts/assets/fonts/hle-custom-icons.ttf?p4vlov) format("truetype"), url(../../../../../../../../../themes/homeloanexperts/assets/fonts/hle-custom-icons.woff?p4vlov) format("woff"), url("../../../../../../../../../themes/homeloanexperts/assets/fonts/hle-custom-icons.svg?p4vlov#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon icon-"], [class*="icon icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon icon-"].hle-icon, [class*="icon icon-"].hle-icon {
    font-family: 'hleicon' !important; }

.icon-psychology:before {
  content: "\e907"; }

.icon-refresh:before {
  content: "\e90d"; }

.icon-home:before {
  content: "\e90e"; }

.icon-fb-white:before {
  content: "\e903";
  color: #fff; }

.icon-instagram-white:before {
  content: "\e904";
  color: #fff; }

.icon-linkedin-white:before {
  content: "\e905";
  color: #fff; }

.icon-pinterest-white:before {
  content: "\e906";
  color: #fff; }

.icon-twitter-white:before {
  content: "\e90c";
  color: #fff; }

.icon-youtube-white:before {
  content: "\e908";
  color: #fff; }

.icon-tiktok-white:before {
  content: "\e900";
  color: #fff; }

/* --------------------------------- FOOTER CSS (MAIN)--------------------------------- */
.footer-main,
.footer-top {
  color: #fff;
  padding-top: 68px;
  padding-bottom: 68px; }

.footer-main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-main .row .contact-title {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center; }

.footer-main h3,
.footer-main label {
  font-size: 1.429em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 0;
  display: inline-block; }

.footer-main .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-main .contact-detail p {
  padding-left: 32px;
  position: relative;
  margin-bottom: 14px; }

.footer-main .contact-detail.contact-center p strong {
  display: block;
  margin-bottom: 14px; }

.footer-top .contact-detail-item a:hover {
  color: #fff;
  text-decoration: underline; }

.footer-main .contact-detail p .material-icons {
  position: absolute;
  left: 0;
  top: 1px; }

.footer-main li a,
.footer-main p a {
  color: #2D2D2D; }

.footer-main .lp-footer-cta {
  font-weight: 700; }

/* ------------------------------- FOOTER CSS (BOTTOM)------------------------------- */
footer#colophon {
  overflow: hidden;
  position: relative;
  z-index: 10; }

#site-generator {
  color: #fff;
  min-height: 87px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 10px;
  font-weight: 300; }

#site-generator img {
  max-height: 60px;
  width: auto;
  max-width: 100%; }

ul.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

ul.list-inline li a {
  color: #2c3d4f;
  font-size: 12px; }

footer#colophon #site-generator {
  color: #25aae7; }

footer#colophon.footer-v4 #site-generator {
  color: #fff; }

.footer {
  text-align: center; }
  @media screen and (max-width: 992px) {
    .footer br {
      display: block; } }
  .footer .copyright {
    text-align: center;
    color: #27ADE7;
    margin-bottom: 8px; }
  .footer a:hover {
    text-decoration: underline; }
  .footer-links {
    font-size: 12px;
    padding-bottom: 34px; }
  .footer-top h5.title {
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.275rem;
    margin-bottom: 1rem;
    white-space: nowrap; }
  .footer-top.bg-primary {
    color: white; }
  .footer-info {
    max-width: 240px;
    margin: 0 auto 1.5rem;
    text-align: center; }
    .footer-info--left {
      max-width: unset;
      margin: unset; }
      @media (min-width: 992px) {
        .footer-info--left {
          max-width: 210px; } }
      .footer-info--left h5.title {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        white-space: nowrap; }
      .footer-info--left p {
        text-align: left; }
    .footer-info p {
      font-size: 1.1rem; }

.contact-detail {
  margin: 22px 0 18px; }
  @media (min-width: 768px) {
    .contact-detail {
      margin: 25px 0 33px; } }
  .contact-detail-item {
    display: flex;
    align-items: center; }
    .contact-detail-item .icon {
      padding: 0.5rem;
      background-color: rgba(255, 255, 255, 0.2);
      flex-shrink: 0;
      width: 40px;
      height: 40px;  
    
  }
      
    .contact-detail-item p {
      margin: 0  0.625rem; }
  .contact-detail > .col,
  .contact-detail > [class*="col-"] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem; }

header {
  width: 100%;
  height: 120px;
  line-height: 120px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  z-index: 99;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; }
  @media (max-width: 991px) {
    header {
      height: 75px;
      line-height: 75px; } }
  header img.HLE-Logo {
    width: auto;
    height: 45px;
    max-height: 45px;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; }
    @media (max-width: 991px) {
      header img.HLE-Logo {
        width: auto;
        height: auto;
        max-height: 40px; } }
  header .hgroup-right {
    text-align: right; }
    header .hgroup-right a {
      padding-left: 5px;
      font-family: open sans, serif;
      font-size: 1.733em;
      font-weight: 700;
      color: #fb852a;
      line-height: 20px;
      text-decoration: none;
      position: relative;
      top: 4px;
      -webkit-transition: height 0.3s;
      -o-transition: height 0.3s;
      transition: height 0.3s; }
      header .hgroup-right a.hd-ph {
        vertical-align: middle; }
    header .hgroup-right .icon.phone {
      height: 31px;
    width: 31px; }
    header .hgroup-right .icon-phone {
      color: #fb852a;
      position: relative;
      top: 8px;
      font-size: 2.1em;
      -webkit-transition: height 0.3s;
      -o-transition: height 0.3s;
      transition: height 0.3s; }
    @media (max-width: 991.98px) {
      header .hgroup-right .phone-text {
        display: none; } }
  header.smaller {
    position: fixed;
    top: 0;
    height: 75px;
    line-height: 75px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); }
    header.smaller img.HLE-Logo {
      height: 45px; }
    header.smaller .icon-phone {
      font-size: 1.8em; }
    header.smaller a {
      font-size: 1.5em; }
  header.eliteheader {
    background-color: transparent; }
    header.eliteheader .icon-phone {
      color: #fff; }
  header.navbar.solid {
    background-color: #27ade7;
    height: 80px;
    -webkit-transition: background-color 1s ease 0;
    -o-transition: background-color 1s ease 0;
    transition: background-color 1s ease 0;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s; }
    header.navbar.solid .icon-phone {
      -webkit-transition: top 0.2s;
      -o-transition: top 0.2s;
      transition: top 0.2s;
      top: -10px; }

header.smaller .row .hgroup-right header.smaller .row .hgroup-right header header.eliteheader .hgroup-right a,
header.eliteheader .hgroup-right header.navbar.solid {
  background-color: #27ade7;
  height: 80px;
  -webkit-transition: background-color 1s ease 0;
  -o-transition: background-color 1s ease 0;
  transition: background-color 1s ease 0;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; }

header.solid .hgroup-right .icon-phone {
  -webkit-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
  top: -10px; }

header.solid #hd-ph {
  top: -15px;
  -webkit-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s; }

header.solid img.HLE-Logo {
  height: 40px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-transition: margin-bottom 0.3s;
  -o-transition: margin-bottom 0.3s;
  transition: margin-bottom 0.3s; }

@media only screen and (max-width: 576px) {
  header img.HLE-Logo,
  header.smaller img.HLE-Logo {
    width: auto;
    height: auto !important; }
  .hgroup-right {
    width: 46%;
    line-height: 70px;
    float: right; }
  header .hgroup-right a,
  header.smaller .row .hgroup-right a {
    font-size: 1.4em; }
  header img.HLE-Logo,
  header.smaller img.HLE-Logo {
    width: auto;
    height: auto !important; }
  .hgroup-right {
    width: 46%;
    line-height: 70px;
    float: right; } }

@media only screen and (max-width: 767px) {
  header .hgroup-right #hd-ph {
    display: none; }
  header .hgroup-right .icon-phone,
  header.smaller .row .hgroup-right .icon-phone {
    font-size: 2.4em;
    top: 12px; }
  header.solid .hgroup-right .icon-phone {
    top: 10px; } }

@media only screen and (max-width: 320px) {
  .hgroup-right {
    width: 50%;
    padding-left: 0; } }

@media only screen and (max-width: 479px) {
  .hgroup-left {
    width: 50%; }
  .hgroup-right {
    width: 50%;
    padding-left: 0; }
  .container {
    padding: 0 24px; } }

#accordion-wrap .panel-group {
  margin: 30px 0; }

#accordion-wrap .panel-group .panel {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ececec;
  margin-bottom: 20px; }

#accordion-wrap .panel-group .panel-default > .panel-heading {
  padding: 0;
  overflow: hidden; }

#accordion-wrap .panel-group .panel-default > .panel-heading a:before {
  display: none; }

#accordion-wrap .panel-group .panel-title > a.collapsed {
  background-color: #eff8fc;
  color: #2d2d2d; }

#accordion-wrap .panel-group .panel-title > a {
  display: block;
  padding: 15px 40px 15px 15px;
  text-decoration: none;
  background-color: #27ade7;
  color: #fff;
  transition: 0.2s all ease-in-out;
  position: relative;
  line-height: 1.5; }

#accordion-wrap .panel-group .panel-body h3,
#accordion-wrap .panel-group .panel-body h4,
#accordion-wrap .panel-group .panel-body h5,
#accordion-wrap .panel-group .panel-body h6 {
  margin-top: 0; }

#accordion-wrap .panel-group .panel-body p {
  margin-left: 0; }

#accordion-wrap .panel-group .panel-title > a.collapsed .more-less {
  color: #27ade7;
  -webkit-text-stroke: 1px #27ade7; }

#accordion-wrap .panel-group .more-less {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff; }

#accordion-wrap .panel-group .panel-title > a.collapsed:hover {
  background-color: #27ade7;
  color: #fff; }

#accordion-wrap .panel-group .panel-title > a.collapsed:hover .more-less,
#accordion-wrap .panel-group .panel-title > a.collapsed:focus .more-less {
  color: #fff;
  -webkit-text-stroke: 0px #fff; }

#accordion-wrap .panel.panel-custom {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    #accordion-wrap .panel.panel-custom {
      padding: 0 30px; } }
  #accordion-wrap .panel.panel-custom .panel-heading {
    padding: 0;
    border: 0;
    background-color: transparent; }
    #accordion-wrap .panel.panel-custom .panel-heading a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: bold;
      padding: 18px 0px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background-color: #fff;
      color: rgba(255, 255, 255, 0.9);
      font-size: 1.125rem;
      line-height: 1.4; }
      @media (min-width: 992px) {
        #accordion-wrap .panel.panel-custom .panel-heading a {
          font-size: 1.25rem;
          padding: 23px 0px; } }
      #accordion-wrap .panel.panel-custom .panel-heading a[aria-expanded="true"] {
        border: 0;
        color: #27ADE7;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
      #accordion-wrap .panel.panel-custom .panel-heading a:hover, #accordion-wrap .panel.panel-custom .panel-heading a:focus {
        color: white;
        background-color: #fff; }
        #accordion-wrap .panel.panel-custom .panel-heading a:hover .title, #accordion-wrap .panel.panel-custom .panel-heading a:focus .title {
          color: #27ADE7; }
        #accordion-wrap .panel.panel-custom .panel-heading a:hover .icon, #accordion-wrap .panel.panel-custom .panel-heading a:focus .icon {
          margin-right: 5px;
          color: #27ADE7; }
      #accordion-wrap .panel.panel-custom .panel-heading a .icon {
        margin-right: 5px;
        color: #2d2d2d; }
      #accordion-wrap .panel.panel-custom .panel-heading a.collapsed, #accordion-wrap .panel.panel-custom .panel-heading a.collapsing {
        border-radius: 8px; }
        #accordion-wrap .panel.panel-custom .panel-heading a.collapsed:hover, #accordion-wrap .panel.panel-custom .panel-heading a.collapsing:hover {
          background-color: #ffffff; }
        #accordion-wrap .panel.panel-custom .panel-heading a.collapsed .panel-toggler, #accordion-wrap .panel.panel-custom .panel-heading a.collapsing .panel-toggler {
          transform: rotate(0deg);
          transition: 0.3s all ease; }
      #accordion-wrap .panel.panel-custom .panel-heading a .panel-toggler {
        transform: rotate(180deg);
        transition: 0.3s all ease; }
    #accordion-wrap .panel.panel-custom .panel-heading + .panel-collapse > .panel-body {
      border-top: 0; }
  #accordion-wrap .panel.panel-custom .panel-body {
    background-color: #ffffff;
    padding: 25px 0px 29px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    #accordion-wrap .panel.panel-custom .panel-body p {
      font-size: 1rem; }
      @media (min-width: 768px) {
        #accordion-wrap .panel.panel-custom .panel-body p {
          font-size: 1.12rem; } }
  #accordion-wrap .panel.panel-custom .panel-title {
    margin-bottom: 0;
    font-size: 1.25rem; }

#banner.innerpage {
  background: var(--wpr-bg-f7ea9f7d-41d4-49ef-a444-f9952d506af2) center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 50px 0; }

#banner.innerpage h1 {
  font-weight: 700;
  font-size: 32px; }

#banner.innerpage h2 {
  font-weight: 300;
  color: #27ade7;
  text-shadow: none;
  margin-bottom: 10px; }

#banner.innerpage p {
  font-size: 1em;
  margin: 20px auto;
  color: #000; }

#banner.innerpage h1.white-txt,
#banner.innerpage p.white-txt {
  color: #fff; }

#banner.innerpage p.credit-disclaimer-text {
  font-size: 11.5px;
  width: 300px;
  color: #9d9b9b;
  margin: 15px 0; }

/* CONTENT BANNER CSS */
.content-banner {
  margin: 20px 0;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.2);
  -webkit-box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.2);
  border-radius: 5px; }

.content-banner .banner_flex {
  display: flex;
  margin: 0; }

.content-banner .banner-title {
  padding: 30px 0px 30px 30px;
  background-color: #27ade7;
  border-radius: 5px 0 0 5px;
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#main-content .banner-title .banner-title-text,
#main-content .banner-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  line-height: 33px; }

#main-content .banner-title h2 {
  line-height: 1.5;
  margin: 0; }

#main-content .banner-title h2.text-normal {
  font-weight: normal;
  line-height: 1.3;
  text-transform: none; }

#main-content .banner-title h3.banner-title-text {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 5px 0; }

#main-content .banner-title h4.banner-title-text {
  font-size: 28px;
  margin: 0 0 10px 0; }

#main-content .banner-title p {
  font-size: 20px;
  color: #fff;
  line-height: 28px; }

#main-content .banner-title strong {
  color: #fff; }

#main-content .banner-details strong.HLE-blue-text {
  color: #27ade7; }

.content-banner .banner-details {
  padding: 28px 12px 28px 30px;
  background-color: #f5f5f5;
  flex-basis: 60%; }

.content-banner .banner-details.py-gap {
  padding: 40px 12px 40px 30px; }

#main-content .banner-details p {
  margin: 0;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    #main-content .banner-details p {
      font-size: 14px; } }

.content-banner .banner-details .btn {
  text-transform: none;
  padding: 12px 15px;
  margin-top: 15px;
  font-size: 16px; }

.content-banner.HBI_content-banner .banner-details .btn {
  padding: 15px 25px;
  font-weight: bold;
  text-transform: capitalize; }

#main-content .banner-details a strong {
  color: #fff;
  text-transform: capitalize; }

@media only screen and (max-width: 375px) {
  /* incontent banner design css */
  #main-content .banner-title h2 {
    font-size: 26px; } }

/* ------------------- PRODUCT REVIEW RATING IN BANNER CSS ------------------ */
.banner-rating img {
  width: 100px;
  margin-right: 10px; }

.banner-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-size: 0.9em; }

.rating-text {
  color: #000; }

.banner-rating .rating-text {
  padding-top: 0.2em; }

.banner-prl img {
  margin-top: 10px;
  width: 125px;
  margin-bottom: 20px; }

/* --------------------- INVESTMENT LOAN PAGE BANNER CSS -------------------- */
.rateBanner {
  position: relative; }

.rateBanner .bg-primary {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%; }

.rateSection {
  position: absolute;
  top: 50%;
  margin-top: -85px;
  padding: 0 40px; }

p.rate {
  float: left;
  padding: 0 40px;
  font-size: 11px;
  color: #fff; }

#int-rate {
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

p.rate span {
  font-size: 38px;
  font-weight: 700;
  display: block; }

#rate-enq-btn {
  color: #fff;
  background-color: #fb7925;
  border-color: #fb7925;
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 500;
  text-transform: inherit;
  margin-top: 10px;
  border: 0;
  line-height: 1.3; }

#banner.innerpage.hle-banner-with-gradient {
  background: linear-gradient(to bottom right, #27ade7, #1380af);
  color: white; }

#banner.innerpage.hle-banner-with-gradient a,
#banner.innerpage.hle-banner-with-gradient p,
#banner.innerpage.hle-banner-with-gradient h1 {
  color: #fff; }

.rateContent {
  color: #fff; }

.qualify {
  background: var(--wpr-bg-95339619-6e59-4e6b-992a-11f82da8e6f9) center bottom no-repeat;
  margin-top: 50px;
  min-height: 565px; }

.qualify > .container {
  position: relative; }

.qualify > .container img {
  position: absolute;
  bottom: -50px;
  left: 55%;
  margin-left: 115px; }

@media only screen and (max-width: 767px) {
  .qualify > .container img {
    display: none; } }

@media only screen and (max-width: 479px) {
  .qualify {
    background: var(--wpr-bg-4fa4bb81-aeb7-4b50-b1a1-51d92dff8bc5) center bottom no-repeat;
    background-size: cover; }
  .qualify h2 {
    font-size: 1.714em; } }

/* --------------------- NEWSLETTER SUBSCRIPTION SECTION -------------------- */
.newsletter-section {
  padding: 50px 0;
  text-align: center;
  background-color: #EFF8FC; }

.newsletter-section h2 {
  color: #0A0A0A;
  font-size: 35px;
  margin-bottom: 0;
  line-height: 1.3; }

.newsletter-section h2 + p {
  font-size: 18px;
  line-height: 26px;
  color: #2d2d2d;
  margin: 18px 0 35px;
  line-height: 30px; }

.newsletter-section .newsletter-content {
  padding: 0 200px; }

.newsletter-section .newsletter-content em {
  font-size: 16px;
  color: #2d2d2d;
  position: relative; }

.newsletter-section .newsletter-content em:before,
.newsletter-section .newsletter-content em:after {
  content: '- - - - - - - - -';
  position: absolute;
  top: 45%;
  left: -125px;
  transform: translate(0, -50%);
  color: #b1b1b1;
  font-size: 24px; }

.newsletter-section .newsletter-content em:after {
  left: auto;
  right: -125px; }

#subscription_form {
  margin-bottom: 40px;
  position: relative; }

#subscription_form ._inline-form ._form-label {
  display: none !important; }

#subscription_form ._inline-form ._submit {
  padding: 20px 18px !important;
  margin: 0 !important;
  border: 1px solid #27ade7 !important;
  border-radius: 0 8px 8px 0 !important;
  background-color: #27ade7 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18.75px; }

#subscription_form ._inline-style ._button-wrapper {
  margin: 0 !important;
  flex-basis: 35%; }

#subscription_form ._form_element input[type="text"] {
  padding: 18px 18px 18px 50px !important;
  border-radius: 8px 0 0 8px !important;
  width: 100% !important;
  border-color: #ccc !important;
  color: #2d2d2d;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 60px;
  margin-bottom: 0; }

#subscription_form ._form_element input[type="text"]::placeholder {
  color: #2d2d2d;
  font-family: 'Open Sans', sans-serif; }

#subscription_form ._form_element:before {
  font-family: "Material Icons";
  content: "\e158";
  color: #C4C4C4;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0%, -50%);
  font-size: 25px;
  z-index: 99; }

#subscription_form ._form_element {
  margin-bottom: 0 !important; }

#subscription_form {
  padding: 0 !important;
  margin: 0 !important; }

#subscription_form ._inline-style {
  width: 100% !important;
  display: block !important; }

#subscription_form ._form-content {
  display: flex;
  position: relative; }

#subscription_form ._form-thank-you {
  font-family: 'Open Sans', sans-serif !important;
  color: #29AD2C;
  font-weight: bold; }

/* Blog List Page Sidebar Design  */
#sidebar-nav .nav li#hle-H2-expert-updates-be-the-first-to-know- {
  background-color: #27ade7; }

#sidebar-nav .nav li#hle-H2-expert-updates-be-the-first-to-know- a {
  color: #fff; }

/* CSS for newsletter alert section */
#main-content .newsletter-alert {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px 10px 15px;
  margin: 15px 0;
  scroll-behavior: smooth;
  background-color: #1380AF;
  border-radius: 6px; }

#main-content .newsletter-alert p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff; }

#main-content .newsletter-alert p a {
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  color: #27ade7;
  margin-left: 10px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
  text-transform: none;
  text-decoration: none; }

#main-content .newsletter-alert p a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 1199px) {
  /* Newsletter Subscription Section homepage*/
  .newsletter-section .newsletter-content {
    padding: 0 100px; } }

@media only screen and (max-width: 991px) {
  /* Newsletter Subscription Section homepage*/
  .newsletter-section .newsletter-content {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  /* Newsletter Subscription Homepage */
  .newsletter-section h2 {
    font-size: 28px; }
  #subscription_form ._inline-style ._button-wrapper {
    flex-basis: 53%; }
  #subscription_form ._form-content ._inline-style,
  #subscription_form ._inline-form._inline-style ._form-content ._inline-style._button-wrapper {
    margin-top: 0 !important; }
  .newsletter-section .newsletter-content em:before,
  .newsletter-section .newsletter-content em:after {
    font-size: 18px;
    left: -95px; }
  .newsletter-section .newsletter-content em:after {
    right: -95px;
    left: auto; }
  #main-content .newsletter-alert {
    display: inline-block; }
  #main-content .newsletter-alert p {
    justify-content: center;
    text-align: center; }
  #main-content .newsletter-alert p a {
    margin-top: 10px; } }

@media only screen and (max-width: 575px) {
  /* Newsletter Subscription Homepage */
  #subscription_form ._form-content {
    display: block;
    text-align: center; }
  #subscription_form:before {
    top: 25px; }
  #subscription_form ._form_element input[type="text"],
  #subscription_form ._inline-form ._submit {
    border-radius: 8px !important; }
  #subscription_form ._inline-form._inline-style ._form-content ._inline-style._button-wrapper {
    margin-top: 20px !important; }
  .newsletter-section h2 + p {
    margin: 15px 15px 30px; }
  #subscription_form {
    margin-bottom: 30px; }
  #subscription_form ._inline-form ._submit {
    padding: 14px 20px !important; }
  #subscription_form ._form_element input[type="text"] {
    height: 50px; }
  .newsletter-section .newsletter-content em {
    font-size: 14px;
    line-height: 1.5; }
  .newsletter-section .newsletter-content em:before,
  .newsletter-section .newsletter-content em:after {
    display: none; }
  .newsletter-section {
    padding: 40px 0; } }

@media only screen and (max-width: 479px) {
  /* Newsletter Subscription Section Homepage */
  .newsletter-section h2 {
    font-size: 24px; }
  .newsletter-section h2 + p {
    margin: 15px 0 30px;
    font-size: 16px; }
  .newsletter-section {
    padding: 30px 0; } }

body {
  color: #515151;
  font-size: 1.012rem; }
  @media (min-width: 768px) {
    body {
      font-size: 1.12rem; } }

.text-48 {
  font-size: 48px; }

strong {
  font-weight: 700; }

.title {
  color: #2d2d2d; }

h2.title {
  font-size: 2.29rem; }
  @media (max-width: 1200px) {
    h2.title {
      font-size: calc(1.354rem + 1.248vw) ; } }

h2.section-title {
  font-size: 32px; }
  @media (max-width: 991.98px) {
    h2.section-title {
      font-size: 24px; } }

h3 {
  margin: 0;
  margin-bottom: 0.5rem; }

p {
  font-size: 1.012rem; }
  @media (min-width: 768px) {
    p {
      font-size: 1.12rem; } }

.pb-100 {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .pb-100 {
      padding-bottom: 100px; } }

.pt-100 {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .pt-100 {
      padding-top: 100px; } }

.py-100 {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .py-100 {
      padding: 100px 0; } }

.bg-grey-02 {
  background-color: #f3f3f3; }

.bg-grey-03 {
  background-color: rgba(231, 237, 243, 0.5); }

.bg-grey-04 {
  background-color: #f6f6f6; }

.hero-disclaimer {
  font-size: 16px;
  margin-top: 12px; }
  .hero-disclaimer-sm {
    font-size: 14px; }

.font-weight-semibold {
  font-weight: 600; }

.hero-top-title {
  color: #515151;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.25;
  display: inline-block; }
  @media (max-width: 991.98px) {
    .hero-top-title {
      font-size: 1.2875rem;
      line-height: 1.44;
      margin-bottom: 20px; } }

.section-hle-standout {
  padding: 0px 0 40px; }
  @media (min-width: 992px) {
    .section-hle-standout {
      padding: 0 0px 100px; } }
  .section-hle-standout--v2 {
    padding: 50px 0 50px 0; }
    @media (min-width: 768px) {
      .section-hle-standout--v2 {
        padding: 80px 0 100px 0; } }

.section-lenders {
  padding: 50px 0 35px; }
  @media (min-width: 992px) {
    .section-lenders {
      padding: 105px 0 85px; } }

.section-calculator {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .section-calculator {
      padding: 100px 0 87px 0; } }

.section-qualify {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .section-qualify {
      padding: 62px 0; } }
  @media (min-width: 992px) {
    .section-qualify.expat-qualify {
      padding: 100px 0; } }

.section-queries {
  padding: 55px 00px; }
  @media (min-width: 992px) {
    .section-queries {
      padding: 70px 0 95px; } }

.section-testimonial {
  padding: 40px 0 20px; }
  @media (min-width: 992px) {
    .section-testimonial {
      padding: 100px 0 50px; } }
  .section-testimonial.expat-testimonial {
    padding: 50px 0; }
    @media (min-width: 992px) {
      .section-testimonial.expat-testimonial {
        padding: 85px 0 70px; } }
    .section-testimonial.expat-testimonial .testimonial-card {
      padding: 20px 24px 0; }
      .section-testimonial.expat-testimonial .testimonial-card.testimonial-white-card {
        background-color: #fff; }
      .section-testimonial.expat-testimonial .testimonial-card .testimonial-detail .image-holder .img-user {
        font-size: 55px; }

.section-awards {
  padding: 40px 0px 70px; }
  @media (min-width: 992px) {
    .section-awards {
      padding: 0px 0 100px; } }
  .section-awards.expat-awards {
    padding: 50px 0 35px; }
    @media (min-width: 992px) {
      .section-awards.expat-awards {
        padding: 70px 0 80px; } }

@media (max-width: 767px) {
  .section-about-expat .img-fluid, .section-about-expat img {
    max-width: 70%; } }

@media (max-width: 575px) {
  .section-about-expat .img-fluid, .section-about-expat img {
    max-width: 100%; } }

.lp-award-seals img {
  max-width: 120px;
  height: auto;
  padding: 10px 0 !important;
  width: 100%;
  display: inline-block; }

@media (max-width: 1199px) {
  .hero-banner-half-padding br {
    display: none; } }

.section-about-expat .image-holder {
  background: #f2faff;
  border-radius: 5px;
  padding-top: 0.875rem;
  filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.14)); }
  @media (min-width: 992px) {
    .section-about-expat .image-holder {
      border-radius: 16px;
      padding-top: 0;
      overflow: hidden; } }
  .section-about-expat .image-holder.grey--bg {
    background: #f8f8f8; }
  .section-about-expat .image-holder.white--bg {
    background: #ffffff; }

.section-about-expat--us .image-holder {
  padding-top: 0px; }
  .section-about-expat--us .image-holder img {
    width: 100%;
    border-radius: 8px; }

@media (min-width: 992px) {
  .lawyer-qualify {
    padding: 0 70px 0 40px; } }

.lawyer-qualify .list-para P {
  font-size: 14px;
  margin: 0; }

.lp-view-btn {
  background: #F2FBFF;
  border: 1px solid #7ECEF1;
  border-radius: 20px;
  color: #27ADE7;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 30px;
  display: inline-flex;
  grid-gap: 5px;
  position: relative; }
  @media (min-width: 992px) {
    .lp-view-btn {
      font-size: 16px; } }
  .lp-view-btn .lp-view-more {
    padding: 8px 40px 8px 20px;
    position: relative;
    z-index: 9; }
    .lp-view-btn .lp-view-more.closetoggle + span {
      transform: translate(0, -50%) rotate(180deg); }
  .lp-view-btn span {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%); }

.lender__CTA-text {
  margin-top: 20px !important; }
  .lender__CTA-text p {
    font-size: 18px; }
    @media (max-width: 479px) {
      .lender__CTA-text p {
        font-size: 14px; } }

.banner-overlay--grey {
  background-color: #F7F6F6; }

.text-highlight {
  color: #27ADE7; }

p {
  font-size: 1.143rem; }

.bg-light-blue {
  background-color: #F2FBFF; }

.hero-banner-facts {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .hero-banner-facts {
      flex-direction: column;
      align-items: start; } }
  .hero-banner-facts .facts-items {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #515151; }
    .hero-banner-facts .facts-items:first-child {
      border-right: 1px dotted #d7d7d7;
      margin-right: 20px;
      padding-right: 20px; }
      @media (max-width: 991.98px) {
        .hero-banner-facts .facts-items:first-child {
          margin: 0 0 10px 0;
          padding: 0 0 10px 0;
          border-right: 0;
          border-bottom: 2px dotted #d7d7d7; } }
  .hero-banner-facts .facts-icon {
    flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .hero-banner-facts .facts-icon img {
        width: 28px; } }
  .hero-banner-facts .facts-value {
    font-size: 2.857rem; }
    @media (max-width: 991.98px) {
      .hero-banner-facts .facts-value {
        font-size: 2rem; } }
  .hero-banner-facts .facts-details {
    color: #515151; }
    @media (max-width: 991.98px) {
      .hero-banner-facts .facts-details {
        margin-top: 5px; } }

.section-gap {
  padding: 100px 0; }
  @media (max-width: 991.98px) {
    .section-gap {
      padding: 50px 0; } }

.ideal__step--wrap {
  text-align: center; }
  @media (max-width: 991.98px) {
    .ideal__step--wrap {
      margin-bottom: 32px; } }

@media (max-width: 767.98px) {
  .ideal__step--btn {
    flex-direction: column;
    align-items: center; } }

.ideal__step--btn .about-us-cta {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .ideal__step--btn .about-us-cta .btn {
      width: 100%; } }

.ideal__step--title {
  margin: 32px 0 8px;
  font-size: 1.286rem; }

.btn__primary--light {
  border: 1px solid #B8E5F8;
  background-color: #F2FBFF;
  color: #27ADE7; }
  .btn__primary--light:hover {
    background-color: #27ADE7;
    color: #fff; }

.btn__primary--white {
  border: 1px solid #B8E5F8;
  background-color: #ffffff;
  color: #27ADE7; }
  .btn__primary--white:hover {
    background-color: #27ADE7;
    color: #fff; }

.bg_light-grey {
  background-color: #E5E5E5; }

@media (max-width: 991.98px) {
  .threesixty-homeloan-content {
    margin-top: 40px; } }

.threesixty-homeloan-content h2 {
  margin-bottom: 12px; }
  @media (min-width: 767px) {
    .threesixty-homeloan-content h2 {
      white-space: nowrap; } }

.section--grey-top {
  margin-top: -140px; }
  @media (max-width: 991px) {
    .section--grey-top {
      margin-top: -210px;
      padding-top: 180px; } }

.hle-enquiry-form .btn {
  padding: 16px 32px; }

@media (max-width: 1199.98px) {
  .hle-enquiry-form .doc-enq-submit {
    margin-top: 24px; } }

.section-calculator .fimc-calc#incontent-CTA .nav-wrap .row {
  justify-content: unset !important; }

@media (max-width: 1199.98px) {
  #short-enquiry-form .doc-enq-form {
    padding: 20px; } }

/* Bricklet LP css design fix issue */
.banner-bricklet .list-green-check.hero-list .list-item::before {
  top: -4px; }

@media screen and (max-width: 992px) {
  br {
    display: none; } }

@media (max-width: 575px) {
  .hero-list .list-item {
    font-size: 18px; }
  .list-green-check .list-item br {
    display: none; } }

@media (max-width: 991px) {
  .pr-7 {
    padding-right: 0 !important; }
  .font-sz-18 {
    font-size: 16px; } }

.page-id-74625 {
  overflow-x: hidden !important; }

.banner-bricklet .image-holder {
  margin: 60px 0px 0px 55px; }

@media screen and (min-width: 992px) {
  .md-pr-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 992px) {
  .md-pl-40 {
    padding-left: 40px; } }

@media screen and (min-width: 992px) {
  .md-pr-40 {
    padding-right: 40px; } }

.image-holder--no-bg img {
  height: 100%; }
  @media screen and (max-width: 1024px) {
    .image-holder--no-bg img {
      max-height: 280px; } }
