.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition:
    transform 1s ease,
    -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .label {
    border: 1px solid #000;
  }
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot"));
  src:
    url(twbs-font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix"))
      format("embedded-opentype"),
    url(twbs-font-path("bootstrap/glyphicons-halflings-regular.woff2"))
      format("woff2"),
    url(twbs-font-path("bootstrap/glyphicons-halflings-regular.woff"))
      format("woff"),
    url(twbs-font-path("bootstrap/glyphicons-halflings-regular.ttf"))
      format("truetype"),
    url(twbs-font-path(
        "bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular"
      ))
      format("svg");
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e2d41;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #06090d;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-muted {
  color: #777;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
code,
pre {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    Courier New,
    monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code {
  padding: 2px 4px;
  font-size: 90%;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.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-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-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-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
@media (min-width: 768px) {
  .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-12 {
    float: left;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 10px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}
.form-control {
  width: 100%;
  height: 40px;
  padding: 9px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox.disabled label,
.radio.disabled label {
  cursor: not-allowed;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-success .checkbox,
.has-success.checkbox label,
.has-success .radio,
.has-success.radio label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-error .checkbox,
.has-error.checkbox label,
.has-error .radio,
.has-error.radio label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-default {
  color: var(--theme-3);
  background-color: var(--theme-1);
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: var(--theme-3);
  background-color: var(--theme-5);
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: var(--theme-3);
  background-color: var(--theme-5);
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: var(--theme-3);
  background-color: var(--theme-5);
  background-image: none;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: var(--theme-3);
  background-color: #a93412;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: var(--theme-1);
  border-color: #ccc;
}
.btn-default .badge {
  color: var(--theme-1);
  background-color: var(--theme-3);
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e2d41;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 0.5rem;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #1e2d41;
}
.nav > li > a > img {
  max-width: none;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:after,
.navbar-collapse:before {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.container-fluid > .navbar-collapse,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #1e2d41;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #06090d;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1e2d41;
  border-color: #1e2d41;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:after,
.pager:before {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.list-group-item.active > .badge {
  color: #1e2d41;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media {
  overflow: hidden;
  zoom: 1;
}
.media > .pull-right {
  padding-left: 10px;
}
.media > .pull-left {
  padding-right: 10px;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #1e2d41;
  border-color: #1e2d41;
}
a.list-group-item,
button.list-group-item {
  color: #1e2d41;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #1e2d41;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.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,
.panel-title {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.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;
}
.panel-group {
  margin-bottom: 20px;
}
.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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-body {
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.carousel {
  position: relative;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-sm,
.visible-xs,
.visible-xs-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: 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;
  }
}
@font-face {
  font-family: VgaRoundedBold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("\263A"),
    url("/assets/fonts/ppa/VAGRoundedStd-Bold.ttf") format("woff"),
    url("/assets/fonts/ppa/VAGRoundedStd-Bold.ttf") format("truetype"),
    url("http://www.propertypriceadvice.co.uk/cms/assets/font/VAGRoundedStd-Bold.svg")
      format("svg");
}
.text-orange,
.text-red {
  color: #e8542a;
}
a.text-red:hover {
  color: #d94926;
}
.bg-light-grey {
  background-color: #f2f2f2;
}
.button.no-margin-bottom,
.no-margin-bottom {
  margin-bottom: 0;
}
.button.no-margin-top,
.no-margin-top {
  margin-top: 0;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0 !important;
}
.underline {
  text-decoration: underline;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
}
@media (min-width: 768px) {
  .col-centered {
    margin-right: -4px;
  }
}
.vertical-align {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767px) {
  .vertical-align--column-on-xs {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  br.visible-xs {
    display: inline-block !important;
  }
}
html {
  font-size: 100%;
}
body {
  font-size: 1.6rem;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  color: #1e2d41;
}
@media (min-width: 768px) {
  body {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 2rem;
  }
}
.h1,
h1 {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 3.9rem;
  }
}
.h1,
h1 {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.h2,
.h2-size,
h2 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .h2,
  .h2-size,
  h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .h2,
  .h2-size,
  h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .h2,
  .h2-size,
  h2 {
    font-size: 3rem;
  }
}
.h2,
h2 {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.025em;
  display: block;
}
.h3,
h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 2.6rem;
  }
}
.h3,
h3 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.h4,
h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .h4,
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 2.4rem;
  }
}
.h4,
h4 {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.h5,
h5 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .h5,
  h5 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .h5,
  h5 {
    font-size: 2.2rem;
  }
}
.h5,
h5 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: block;
}
.body {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .body {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .body {
    font-size: 2rem;
  }
}
.body-larger,
.large {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .body-larger,
  .large {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .body-larger,
  .large {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .body-larger,
  .large {
    font-size: 2.4rem;
  }
}
.small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .small {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .small {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .small {
    font-size: 1.6rem;
  }
}
.bold,
.bold.semi,
b,
b.semi,
strong,
strong.semi {
  font-weight: 700;
}
input {
  font-weight: 400;
}
.yopa-form {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
}
.yopa-form .form-control {
  color: #626262;
  z-index: 400;
  padding: 15px 19px 14px;
  border: 1px solid #989898;
  border-radius: 6px;
  position: relative;
  font-size: 16px;
  height: 54px;
  box-shadow: none;
  outline: 0;
  transition:
    background-color 0.1s ease-in-out,
    border-color 0.1s ease-in-out;
  background-color: #fff;
  -webkit-appearance: none;
  width: 100%;
}
.yopa-form .form-control.dropdown-open,
.yopa-form .form-control:active:not(.disabled):not([disabled]),
.yopa-form .form-control:focus:active:not(.disabled):not([disabled]),
.yopa-form .form-control:focus:not(.disabled):not([disabled]) {
  box-shadow: none;
  border-color: #e8542a;
  background-color: #fff;
}
.yopa-form .form-control .placeholder,
.yopa-form .form-control::placeholder {
  color: #a5a5a5;
  font-weight: 400;
}
.yopa-form .form-control.disabled,
.yopa-form .form-control.disabled .icon,
.yopa-form .form-control[disabled] {
  cursor: not-allowed;
}
.yopa-form .form-control[disabled]:active:not(.disabled):not([disabled]),
.yopa-form .form-control[disabled]:focus:not(.disabled):not([disabled]) {
  border-color: #989898;
}
@media (max-width: 767px) {
  .yopa-form .form-control {
    height: 48px;
    padding: 12px 19px;
  }
}
.yopa-form .form-control--white-border {
  border-color: #fff;
}
.yopa-form .btn-group-vertical .btn,
.yopa-form .btn-group .btn {
  padding: 18px;
  line-height: 1;
  font-size: 16px;
  color: #626262;
  border-color: #989898;
}
@media (max-width: 767px) {
  .yopa-form .btn-group-vertical .btn,
  .yopa-form .btn-group .btn {
    padding: 16px;
  }
}
.yopa-form .btn-group-vertical .btn:not(.radio-btn-active):hover,
.yopa-form .btn-group .btn:not(.radio-btn-active):hover {
  z-index: 20;
}
.yopa-form .btn-group-vertical .btn.radio-btn-active,
.yopa-form .btn-group .btn.radio-btn-active {
  background-color: #e5e5e5;
  color: #1e2d41;
  border-color: #1e2d41;
  z-index: 40;
}
.yopa-form .btn-group-vertical input[type="checkbox"],
.yopa-form .btn-group-vertical input[type="radio"],
.yopa-form .btn-group input[type="checkbox"],
.yopa-form .btn-group input[type="radio"] {
  visibility: hidden;
  margin: 0;
  height: 0;
  width: 0;
  line-height: normal;
}
.yopa-form div.form-control {
  cursor: pointer;
}
.yopa-form .input-group {
  display: table;
}
.yopa-form .input-group .form-control {
  border-right: 0;
}
.yopa-form .input-group .input-group-btn {
  float: left;
}
.yopa-form .input-group .input-group-btn .btn,
.yopa-form .input-group .input-group-btn .y-btn {
  max-width: 177px;
  font-size: 18px;
  padding: 14px 36px 13px;
  font-weight: 400;
  outline: 0;
  box-shadow: none;
  margin: 0;
  transition:
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.yopa-form .input-group .input-group-btn .y-btn--no-max-width {
  max-width: none;
  padding: 12px 30px;
}
@media (min-width: 992px) {
  .yopa-form .input-group .input-group-btn .y-btn--no-max-width {
    padding: 14px 30px;
  }
}
.yopa-form .input-group .input-group-btn .btn {
  border-radius: 0 6px 6px 0;
  height: 54px;
  background-color: var(--theme-3);
  border: 1px solid var(--theme-1);
  color: var(--theme-1);
}
@media (max-width: 767px) {
  .yopa-form .input-group .input-group-btn .btn {
    padding: 11px 15px 10px;
    height: 48px;
  }
}
.yopa-form .input-group .input-group-btn .btn:focus,
.yopa-form .input-group .input-group-btn .btn:hover {
  background-color: var(--theme-12);
  border-color: var(--theme-13);
  color: var(--theme-13);
}
.yopa-form .input-group-with-icon {
  position: relative;
}
.yopa-form .input-group-with-icon .form-control {
  padding-right: 48px;
  z-index: 200;
}
.yopa-form .input-group-with-icon .icon {
  position: absolute;
  right: 19px;
  top: 17px;
  color: #454545;
  z-index: 300;
}
@media (max-width: 767px) {
  .yopa-form .input-group-with-icon .icon {
    top: 16px;
  }
}
.yopa-form .input-group-with-icon .icon.icon-small {
  font-size: 14px;
  top: 20px;
}
@media (max-width: 767px) {
  .yopa-form .input-group-with-icon .icon.icon-small {
    top: 17px;
  }
}
.yopa-form .input-group-with-dropdown-disabled .icon {
  cursor: not-allowed !important;
}
.yopa-form .input-group-with-dropdown {
  position: relative;
}
.yopa-form .input-group-with-dropdown .clear-input-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #626262;
  font-size: 14px;
  cursor: pointer;
  line-height: 0;
}
.yopa-form
  .input-group-with-dropdown
  input:placeholder-shown
  + .clear-input-button {
  display: none;
}
.yopa-form .input-group-with-dropdown .clear-input-button {
  right: 45px;
  z-index: 210;
}
.yopa-form .input-group-with-dropdown .form-control {
  z-index: 200;
}
.yopa-form .input-group-with-dropdown .form-control,
.yopa-form .input-group-with-dropdown .form-control .input-with-clear-button {
  padding-right: 65px;
}
.yopa-form .input-group-with-dropdown .form-control,
.yopa-form .input-group-with-dropdown .form-control .component-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yopa-form .input-group-with-dropdown .form-control.dropdown-open,
.yopa-form
  .input-group-with-dropdown
  .form-control.dropdown-open:focus:not(.disabled) {
  border-radius: 6px 6px 0 0;
  border-bottom-color: #f2f2f2;
}
.yopa-form .input-group-with-dropdown .form-control.input-with-button {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.yopa-form
  .input-group-with-dropdown
  .form-control.input-with-button:placeholder-shown
  + .input-button {
  opacity: 0;
  pointer-events: none;
}
.yopa-form .input-group-with-dropdown .input-button {
  position: absolute;
  border: none;
  display: block;
  line-height: 16px;
  font-size: 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
  z-index: 250;
  color: #8b8b8b;
  width: 40px;
  text-align: center;
}
.yopa-form .input-group-with-dropdown .input-button i {
  font-weight: 400;
}
.yopa-form .input-group-with-dropdown .icon,
.yopa-form .input-group-with-dropdown .icon.icon-small {
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 20px 19px 20px 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .yopa-form .input-group-with-dropdown .icon,
  .yopa-form .input-group-with-dropdown .icon.icon-small {
    padding: 17px 19px 17px 10px;
  }
}
.yopa-form .input-group-with-dropdown .icon {
  padding: 18px 19px 18px 10px;
}
@media (max-width: 767px) {
  .yopa-form .input-group-with-dropdown .icon {
    padding: 16px 19px 16px 10px;
  }
}
.yopa-form .input-group-with-dropdown .dropdown-menu-container,
.yopa-form .input-group-with-dropdown .listings-list {
  background-color: #fff;
  color: #7e7e7e;
  border-radius: 0 0 6px 6px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 100;
  border: 1px solid #e8542a;
  margin-top: 14px;
  text-align: left !important;
}
@media (max-width: 767px) {
  .yopa-form .input-group-with-dropdown .dropdown-menu-container,
  .yopa-form .input-group-with-dropdown .listings-list {
    top: 34px;
  }
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container:not(.full-height),
.yopa-form .input-group-with-dropdown .listings-list:not(.full-height) {
  max-height: 307px;
}
@media (max-width: 767px) {
  .yopa-form
    .input-group-with-dropdown
    .dropdown-menu-container:not(.full-height),
  .yopa-form .input-group-with-dropdown .listings-list:not(.full-height) {
    max-height: 245px;
  }
}
.yopa-form .input-group-with-dropdown .dropdown-menu-container .list-group-item,
.yopa-form .input-group-with-dropdown .listings-list .list-group-item {
  background-color: #fff;
  color: #626262;
  transition: all 0.1s ease-in-out;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .yopa-form
    .input-group-with-dropdown
    .dropdown-menu-container
    .list-group-item,
  .yopa-form .input-group-with-dropdown .listings-list .list-group-item {
    border-bottom: 1px solid #d8d8d8;
  }
  .yopa-form
    .input-group-with-dropdown
    .dropdown-menu-container
    .list-group-item:last-of-type,
  .yopa-form
    .input-group-with-dropdown
    .listings-list
    .list-group-item:last-of-type {
    border-bottom: none;
  }
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item.list-group-item-with-selection,
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item.list-group-item-with-selection {
  color: var(--theme-4);
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item.list-group-item-with-selection
  span,
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item.list-group-item-with-selection
  span {
  font-weight: 600;
  color: var(--theme-0);
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item.list-group-item-active:not(.list-group-item-with-selection),
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item.list-group-item-full-color:not(
    .list-group-item-with-selection
  ),
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item.list-group-item-active:not(.list-group-item-with-selection),
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item.list-group-item-full-color:not(
    .list-group-item-with-selection
  ) {
  color: var(--theme-0);
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item.list-group-item-active,
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item.list-group-item-active {
  background-color: var(--theme-11);
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item-button
  button,
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item-button
  button {
  background-color: #f2f2f2;
  border-radius: 6px;
  color: #626262;
  border: none;
  font-size: 16px;
  padding: 11px 20px;
}
@media (max-width: 767px) {
  .yopa-form
    .input-group-with-dropdown
    .dropdown-menu-container
    .list-group-item-button
    button,
  .yopa-form
    .input-group-with-dropdown
    .listings-list
    .list-group-item-button
    button {
    padding: 11px 15px;
  }
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .list-group-item-button
  button
  .list-group-item-button-icon,
.yopa-form
  .input-group-with-dropdown
  .listings-list
  .list-group-item-button
  button
  .list-group-item-button-icon {
  margin-right: 8px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .yopa-form
    .input-group-with-dropdown
    .dropdown-menu-container
    .list-group-item-button
    button
    .list-group-item-button-icon,
  .yopa-form
    .input-group-with-dropdown
    .listings-list
    .list-group-item-button
    button
    .list-group-item-button-icon {
    margin-right: 4px;
  }
}
.yopa-form .input-group-with-dropdown .dropdown-menu-container {
  max-height: none;
  overflow-y: hidden;
}
.yopa-form
  .input-group-with-dropdown
  .dropdown-menu-container
  .dropdown-menu-container-buttons
  button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.yopa-form .form-group {
  margin-bottom: 10px;
}
.yopa-form .form-group.has-error .form-control,
.yopa-form .form-group.has-error .form-control:active,
.yopa-form .form-group.has-error .form-control:focus,
.yopa-form .form-group.has-error .form-control:focus:active,
.yopa-form .form-group.has-error .form-control:hover {
  border-color: #cc3816;
  background-color: #f9eae6;
}
.yopa-form .form-group.has-error .form-control::placeholder,
.yopa-form .form-group.has-error .form-control:active::placeholder,
.yopa-form .form-group.has-error .form-control:focus::placeholder,
.yopa-form .form-group.has-error .form-control:focus:active::placeholder,
.yopa-form .form-group.has-error .form-control:hover::placeholder {
  color: #cc3816;
}
.yopa-form .form-group.has-error .checkbox label span,
.yopa-form .form-group.has-error .checkbox label span a,
.yopa-form .form-group.has-error .label {
  color: #cc3816;
}
.yopa-form .form-group.has-error .error-message {
  display: block;
  font-size: 13px;
  color: #cc3816;
  margin-top: 8px;
  margin-left: 20px;
}
.yopa-form .form-group.has-error .btn-group-vertical .btn,
.yopa-form .form-group.has-error .btn-group .btn {
  background-color: #f9eae6;
  border-color: #cc3816;
  color: #cc3816;
}
.yopa-form .form-group.has-info .form-control {
  background-color: #f2f2f2;
}
.yopa-form .form-group.has-info .info-message {
  font-size: 13px;
  margin-top: 8px;
  margin-left: 20px;
  display: block;
}
.yopa-form .label {
  letter-spacing: 0.3px;
  font-weight: 700;
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #263269;
  text-align: left;
  display: inline-block;
  line-height: 0;
}
.yopa-form .btn {
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 18px;
  height: 54px;
  font-weight: 400;
  border-color: #e8542a;
  transition: background-color 0.3s ease-in-out;
  outline: 0;
  box-shadow: none;
}
.yopa-form .btn:active:focus {
  outline: 0;
  box-shadow: none;
  border-color: #d94926;
}
@media (max-width: 767px) {
  .yopa-form .btn {
    padding: 10px 28px;
    height: 48px;
  }
}
.yopa-form .btn .fa-spin {
  margin-left: 10px;
}
.yopa-form .btn[disabled]:hover {
  border-color: #e8542a;
}
.yopa-form .btn.btn-transparent {
  background-color: transparent;
  border: transparent;
  color: #fff;
}
.yopa-form .btn.btn-hidden {
  display: none;
}
@media (max-width: 767px) {
  .yopa-form .text-center-xs {
    text-align: center;
  }
}
.yopa-form .yopa-radio-component .btn-group,
.yopa-form .yopa-radio-component .btn-group-vertical {
  display: block;
  min-height: 54px;
}
@media (max-width: 767px) {
  .yopa-form .yopa-radio-component .btn-group,
  .yopa-form .yopa-radio-component .btn-group-vertical {
    min-height: 48px;
  }
}
.yopa-form .btn.yopa-radio-component__item {
  padding: 0;
}
.yopa-form .btn.yopa-radio-component__item .radio {
  padding: 15px;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .yopa-form .btn.yopa-radio-component__item .radio {
    padding: 18px;
  }
}
.yopa-form .yopa-checkbox-component {
  line-height: 30px;
  font-size: 14px;
  color: #7e7e7e;
}
.yopa-form .yopa-checkbox-component a {
  padding-bottom: 3px;
  transition:
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #a5abb3;
}
.yopa-form .yopa-checkbox-component a:hover {
  text-decoration: none;
  opacity: 1;
  border-color: #1e2d41;
  color: #1e2d41;
}
.yopa-form .yopa-checkbox-component span {
  font-size: 14px;
}
.yopa-form .yopa-checkbox-component .checkbox {
  color: inherit;
}
.yopa-form .yopa-checkbox-component span:not(.error-message) {
  margin-left: 30px;
  display: inline-block;
  padding-top: 5px;
}
.yopa-form .yopa-checkbox-component input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 6px;
  cursor: pointer;
  outline: 0;
  transition: border-color 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid #7e7e7e;
}
.yopa-form .yopa-checkbox-component input[type="checkbox"].valid:after,
.yopa-form .yopa-checkbox-component input[type="checkbox"][value="true"]:after {
  color: #7e7e7e;
  content: "\F00C";
  font-family: Font Awesome\5 Pro;
  font-size: 17px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 100%;
}
.yopa-form .yopa-checkbox-component .has-error input[type="checkbox"] {
  background-color: #f9eae6;
  border-color: #cc3816;
}
.yopa-form .yopa-checkbox-component .has-error a,
.yopa-form .yopa-checkbox-component .has-error a:hover,
.yopa-form .yopa-checkbox-component .has-error span {
  transition: none;
  color: #cc3816;
  border-color: #cc3816;
}
.yopa-form .yopa-input-group-component .input-group-btn .btn {
  padding: 14px 20px 13px;
}
@media (max-width: 767px) {
  .yopa-form .yopa-input-group-component .input-group-btn .btn {
    padding: 11px 12px 10px;
  }
}
.yopa-form .yopa-input-group-component .input-container-inline {
  display: inline;
}
.yopa-form .yopa-input-group-component input {
  max-width: 177px;
  float: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .yopa-form .yopa-input-group-component input {
    max-width: 150px;
  }
}
.yopa-form .yopa-input-group-component .input-with-clear-button {
  padding-right: 30px;
}
.yopa-form .yopa-input-group-component .clear-input-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #626262;
  font-size: 14px;
  cursor: pointer;
  line-height: 0;
}
.yopa-form
  .yopa-input-group-component
  input:placeholder-shown
  + .clear-input-button {
  display: none;
}
.yopa-form .yopa-input-group-component .clear-input-button {
  right: 55px;
  z-index: 500;
}
.yopa-form.dark .form-control:not(.light) {
  background-color: #505888;
  border-color: #505888;
  color: #fff;
}
.yopa-form.dark .form-control:not(.light):active:not(.disabled):not([disabled]),
.yopa-form.dark .form-control:not(.light):focus:not(.disabled):not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #1e2d41;
}
.yopa-form.dark .form-control:not(.light):focus::placeholder {
  color: #a5a5a5;
}
.yopa-form.dark .form-control:not(.light) .placeholder,
.yopa-form.dark .form-control:not(.light)::placeholder {
  color: #fff;
  opacity: 0.7;
}
.yopa-form.dark
  div.form-control:not(.light):active:not(.disabled):not([disabled]),
.yopa-form.dark
  div.form-control:not(.light):focus:not(.disabled):not([disabled]) {
  background-color: #505888;
  border-color: #505888;
  color: #fff;
}
.yopa-form.dark .form-group:not(.light).has-error .form-control,
.yopa-form.dark .form-group:not(.light).has-error .form-control:active,
.yopa-form.dark .form-group:not(.light).has-error .form-control:focus,
.yopa-form.dark .form-group:not(.light).has-error .form-control:hover {
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  color: #fff !important;
}
.yopa-form.dark .form-group:not(.light).has-error .form-control .placeholder,
.yopa-form.dark .form-group:not(.light).has-error .form-control::placeholder,
.yopa-form.dark
  .form-group:not(.light).has-error
  .form-control:active
  .placeholder,
.yopa-form.dark
  .form-group:not(.light).has-error
  .form-control:active::placeholder,
.yopa-form.dark
  .form-group:not(.light).has-error
  .form-control:focus
  .placeholder,
.yopa-form.dark
  .form-group:not(.light).has-error
  .form-control:focus::placeholder,
.yopa-form.dark
  .form-group:not(.light).has-error
  .form-control:hover
  .placeholder,
.yopa-form.dark
  .form-group:not(.light).has-error
  .form-control:hover::placeholder {
  color: #fff;
  opacity: 1;
}
.yopa-form.dark .form-group:not(.light).has-error .form-control:active,
.yopa-form.dark .form-group:not(.light).has-error .form-control:active:active,
.yopa-form.dark .form-group:not(.light).has-error .form-control:active:focus,
.yopa-form.dark .form-group:not(.light).has-error .form-control:focus,
.yopa-form.dark .form-group:not(.light).has-error .form-control:focus:active,
.yopa-form.dark .form-group:not(.light).has-error .form-control:focus:focus,
.yopa-form.dark .form-group:not(.light).has-error .form-control:hover:active,
.yopa-form.dark .form-group:not(.light).has-error .form-control:hover:focus {
  border-color: red;
}
.yopa-form.dark .form-group:not(.light).has-error .label {
  color: #f99;
  opacity: 1;
}
.yopa-form.dark .form-group:not(.light).has-error .checkbox label span,
.yopa-form.dark .form-group:not(.light).has-error .checkbox label span a,
.yopa-form.dark .form-group:not(.light).has-error .error-message {
  color: #f99;
}
.yopa-form.dark .form-group:not(.light).has-info .info-message {
  color: #a5abb3;
}
.yopa-form.dark .label:not(.light) {
  color: #a6a9c5;
}
.yopa-form.dark .input-group .input-group-btn .btn {
  background-color: transparent;
  border-color: #e8542a;
  color: #e8542a;
}
.yopa-form.dark .input-group-with-icon .icon {
  color: #fff;
}
.yopa-form.dark .input-group-with-dropdown .dropdown-menu-container,
.yopa-form.dark .input-group-with-dropdown .listings-list {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.yopa-form.dark .btn.btn-transparent {
  color: #1e2d41;
}
.yopa-form.dark .yopa-checkbox-component {
  color: #a5abb3;
}
.yopa-form.dark .yopa-checkbox-component a:hover {
  border-color: #fff;
  color: #fff;
}
.yopa-form.dark .yopa-checkbox-component input[type="checkbox"] {
  border: 1px solid #505888;
  background-color: #505888;
}
.yopa-form.dark
  .yopa-checkbox-component
  input[type="checkbox"][value="true"]:after {
  color: #55c7cd;
}
.yopa-form.dark .yopa-checkbox-component .has-error input[type="checkbox"] {
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.yopa-form.dark .yopa-checkbox-component .has-error a,
.yopa-form.dark .yopa-checkbox-component .has-error a:hover,
.yopa-form.dark .yopa-checkbox-component .has-error span {
  color: #f99 !important;
  border-color: #f99 !important;
}
.yopa-form.dark .yopa-checkbox-component .has-error .checkbox {
  color: #a5abb3;
}
.yopa-form.yopa-form--blue .form-control:not(.light):not(.dark) {
  background-color: #aae0e7;
  border-color: #aae0e7;
  color: #263269;
}
.yopa-form.yopa-form--blue
  .form-control:not(.light):not(.dark):active:not(.disabled):not([disabled]),
.yopa-form.yopa-form--blue
  .form-control:not(.light):not(.dark):focus:not(.disabled):not([disabled]) {
  background-color: #fff;
  border-color: #fff;
  color: #263269;
}
.yopa-form.yopa-form--blue
  .form-control:not(.light):not(.dark):focus::placeholder {
  color: #a5a5a5;
}
.yopa-form.yopa-form--blue .form-control:not(.light):not(.dark) .placeholder,
.yopa-form.yopa-form--blue .form-control:not(.light):not(.dark)::placeholder {
  color: #656c98;
}
.yopa-form.yopa-form--blue
  div.form-control:not(.light):not(.dark):active:not(.disabled):not([disabled]),
.yopa-form.yopa-form--blue
  div.form-control:not(.light):not(.dark):focus:not(.disabled):not([disabled]) {
  background-color: #aae0e7;
  border-color: #aae0e7;
  color: #263269;
}
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:active,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:focus,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:hover {
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  color: #fff !important;
}
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control
  .placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control::placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:active
  .placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:active::placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:focus
  .placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:focus::placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:hover
  .placeholder,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:hover::placeholder {
  color: #fff;
  opacity: 1;
}
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:active,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:active:active,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:active:focus,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:focus,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:focus:active,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:focus:focus,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:hover:active,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .form-control:hover:focus {
  border-color: red;
}
.yopa-form.yopa-form--blue .form-group:not(.light):not(.dark).has-error .label {
  color: #f99;
  opacity: 1;
}
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .checkbox
  label
  span,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .checkbox
  label
  span
  a,
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-error
  .error-message {
  color: #f99;
}
.yopa-form.yopa-form--blue
  .form-group:not(.light):not(.dark).has-info
  .info-message {
  color: #a5abb3;
}
.yopa-form.yopa-form--blue .label:not(.light):not(.dark) {
  color: #263269;
}
.yopa-form.yopa-form--blue .input-group .input-group-btn .btn {
  background-color: transparent;
  border-color: #e8542a;
  color: #e8542a;
}
.yopa-form.yopa-form--blue .input-group-with-icon .icon {
  color: #263269;
}
.yopa-form.yopa-form--blue .input-group-with-dropdown .dropdown-menu-container,
.yopa-form.yopa-form--blue .input-group-with-dropdown .listings-list {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.yopa-form.yopa-form--blue .btn.btn-transparent {
  color: #1e2d41;
}
.yopa-form.yopa-form--blue .yopa-checkbox-component {
  color: #a5abb3;
}
.yopa-form.yopa-form--blue .yopa-checkbox-component a:hover {
  border-color: #fff;
  color: #fff;
}
.yopa-form.yopa-form--blue .yopa-checkbox-component input[type="checkbox"] {
  border: 1px solid #4b5767;
  background-color: #4b5767;
}
.yopa-form.yopa-form--blue
  .yopa-checkbox-component
  input[type="checkbox"][value="true"]:after {
  color: #fff;
}
.yopa-form.yopa-form--blue
  .yopa-checkbox-component
  .has-error
  input[type="checkbox"] {
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.yopa-form.yopa-form--blue .yopa-checkbox-component .has-error a,
.yopa-form.yopa-form--blue .yopa-checkbox-component .has-error a:hover,
.yopa-form.yopa-form--blue .yopa-checkbox-component .has-error span {
  color: #f99 !important;
  border-color: #f99 !important;
}
.yopa-form.yopa-form--blue .yopa-checkbox-component .has-error .checkbox {
  color: #a5abb3;
}
.yopa-form--large-form--width {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.yopa-form--large-form .alert {
  font-size: 16px;
}
.yopa-form--large-form .label {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #263269;
  padding: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.yopa-form--large-form .form-group {
  margin-bottom: 20px;
}
.yopa-form--large-form .form-control {
  height: 50px;
}
.yopa-form--large-form .form-control input {
  border-color: #a5a5a5;
}
.yopa-form--large-form .error-message {
  margin-top: 20px;
}
.yopa-form--large-form .checkbox {
  font-size: 16px;
  line-height: 26px;
  color: #626262;
}
.yopa-form--large-form .checkbox label {
  display: flex;
  margin: 0;
  padding: 0;
}
.yopa-form--large-form .checkbox input[type="checkbox"] {
  all: unset;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 6px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.yopa-form--large-form .checkbox input[type="checkbox"]:checked:after {
  content: "\F00C";
  font-size: 14px;
  font-family: Font Awesome\5 Pro;
  color: #7e7e7e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yopa-form--large-form .checkbox a {
  color: #263269;
}
.yopa-form--large-form .form-group.has-error .checkbox a {
  text-decoration: underline;
}
.yopa-form--large-form .actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .yopa-form--large-form .actions {
    flex-direction: column-reverse;
  }
}
.yopa-form--large-form .actions > * {
  width: 100% !important;
}
.yopa-form--large-form .address {
  font-size: 16px;
  margin-bottom: 25px;
  color: #626262;
}
@media screen and (max-width: 480px) {
  .yopa-form--large-form .address {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
  }
  .yopa-form--large-form .address span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.yopa-form--large-form .address a {
  color: #263269;
  text-decoration: underline;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .yopa-form--large-form .address a {
    margin-left: 0;
  }
}
.radio-group-container {
  display: flex;
  flex-direction: column;
}
.radio-group--blue {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.radio-group--blue input {
  position: absolute;
  left: -9999999px;
}
.radio-group--blue label {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  padding: 0 12px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  cursor: pointer;
  background: #fff;
}
.radio-group--blue label:first-of-type {
  border-radius: 6px 0 0 6px;
}
.radio-group--blue label:last-of-type {
  border-right: 1px solid #a5a5a5;
  border-radius: 0 6px 6px 0;
}
.radio-group--blue input:checked + label {
  background: #88d5dc;
  color: #263269;
  border-color: #263269;
}
.radio-group--blue input:checked + label + input + label {
  border-left-color: #263269;
}
.input-wrapper {
  overflow: auto;
  position: relative;
}
.input-wrapper input {
  z-index: 1 !important;
}
.input-wrapper .clear-input-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #626262;
  font-size: 14px;
  cursor: pointer;
  line-height: 0;
  z-index: 3;
}
.input-wrapper input:placeholder-shown + .clear-input-button {
  display: none;
}
.section-wrapper {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .section-wrapper {
    padding: 70px 0;
  }
}
.section-wrapper-small {
  padding: 30px 0;
}
.heading-section__title {
  color: #263269;
  font-size: 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .heading-section__title {
    font-size: 36px;
  }
}
.heading-section__title--primary {
  font-size: 30px;
}
@media (min-width: 768px) {
  .heading-section__title--primary {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .heading-section__title--primary {
    font-size: 40px;
  }
}
.heading-section__paragraph {
  color: #263269;
  font-size: 18px;
  margin: 5px auto;
  max-width: 600px;
}
.heading-section__paragraph a {
  border-bottom: 1px solid #263269;
  color: #263269;
  text-decoration: none;
}
.heading-section__paragraph.no-max-width {
  max-width: none;
}
.heading-section__paragraph.larger {
  max-width: 700px;
}
.heading-section__paragraph a.underline {
  text-decoration: underline;
}
.heading-section__paragraph--grey {
  color: #1e2d41;
}
.heading-section__paragraph--grey .no-underline {
  color: #1e2d41;
  border: 0;
}
.heading-section__paragraph--light-grey {
  color: #626262;
}
.heading-section__paragraph--weight-normal {
  font-weight: 300;
}
.heading-section__paragraph--bigger {
  font-size: 20px;
}
.heading-section__paragraph--no-max-width {
  max-width: none;
}
.button {
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  border: none;
  border-radius: 3px;
  margin: 0.25rem 0 1rem;
  display: inline-block;
  outline: 0;
  font-weight: 500;
  padding: 0.7em 1.4em;
}
.button:active,
.button:focus,
.button:focus:active,
.button:hover {
  outline: 0;
  text-decoration: none;
}
.btn-orange {
  color: #fff;
  background-color: #e8542a;
  border-color: #e8542a;
}
.btn-orange.focus,
.btn-orange:focus {
  color: #fff;
  background-color: #c93d16;
  border-color: #84280e;
}
.btn-orange:hover {
  color: #fff;
  background-color: #c93d16;
  border-color: #c03b15;
}
.btn-orange.active,
.btn-orange:active,
.open > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c93d16;
  background-image: none;
  border-color: #c03b15;
}
.btn-orange.active.focus,
.btn-orange.active:focus,
.btn-orange.active:hover,
.btn-orange:active.focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.open > .btn-orange.dropdown-toggle.focus,
.open > .btn-orange.dropdown-toggle:focus,
.open > .btn-orange.dropdown-toggle:hover {
  color: #fff;
  background-color: #a93412;
  border-color: #84280e;
}
.btn-orange.disabled.focus,
.btn-orange.disabled:focus,
.btn-orange.disabled:hover,
.btn-orange[disabled].focus,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:hover {
  background-color: #e8542a;
  border-color: #e8542a;
}
.btn-orange .badge {
  color: #e8542a;
  background-color: #fff;
}
.input-group-btn .btn {
  margin-top: 0;
  height: 40px;
}
.y-btn {
  -webkit-appearance: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.3;
  margin: 0;
  outline: 0;
  text-transform: none;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
}
.y-btn--margin-top {
  margin-top: 15px;
}
.y-btn--margin-bottom {
  margin-bottom: 15px;
}
.y-btn--margin-right {
  margin-right: 10px;
}
.y-btn {
  border: 1px solid #e8542a;
  color: #fff;
  background-color: #e8542a;
  text-decoration: none;
}
.y-btn:not(.disabled):not([disabled]):hover {
  background-color: #d24324;
  border-color: #d24324;
  color: #fff;
  text-decoration: none;
}
.y-btn.y-btn--outline {
  background-color: transparent;
  color: #e8542a;
}
.y-btn.y-btn--outline:not(.disabled):not([disabled]):hover {
  background-color: #feebe9;
  border-color: #feebe9;
  color: #cb3e22;
}
.y-btn.y-btn--royal-blue {
  background-color: #263269;
  border-color: #263269;
}
.y-btn.y-btn--royal-blue:not(.disabled):not([disabled]):hover {
  background-color: #10174a;
  border-color: #10174a;
}
.y-btn.y-btn--royal-blue.y-btn--outline {
  background-color: transparent;
  color: #263269;
}
.y-btn.y-btn--royal-blue.y-btn--outline:not(.disabled):not([disabled]):hover {
  background-color: #e9e9f1;
  border-color: #e9e9f1;
  color: #0b103e;
}
.y-btn.y-btn--grey {
  background-color: #545454;
  border-color: #545454;
}
.y-btn.y-btn--grey:not(.disabled):not([disabled]):hover {
  background-color: #373737;
  border-color: #373737;
}
.y-btn.y-btn--grey.y-btn--outline {
  color: #545454;
  background-color: transparent;
}
.y-btn.y-btn--grey.y-btn--outline:not(.disabled):not([disabled]):hover {
  color: #373737;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.y-btn.y-btn--lightgrey {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #626262;
}
.y-btn.y-btn--lightgrey:not(.disabled):not([disabled]):hover {
  background-color: #e9e9f1;
  border-color: #e9e9f1;
  color: #263269;
}
.y-btn.y-btn--teal {
  background-color: #88d5dc;
  border-color: #88d5dc;
  color: #161f55;
}
.y-btn.y-btn--teal:not(.disabled):not([disabled]):hover {
  background-color: #aae0e7;
  border-color: #aae0e7;
  color: #161f55;
}
.y-btn.y-btn--teal.y-btn--outline {
  background-color: transparent;
  border-color: #55c7cd;
  color: #263269;
}
.y-btn.y-btn--teal.y-btn--outline:not(.disabled):not([disabled]):hover {
  background-color: #eef8fa;
  border-color: #eef8fa;
  color: #0b103e;
}
.y-btn.y-btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.y-btn.y-btn-white,
.y-btn.y-btn-white:not(.disabled):not([disabled]):hover {
  background-color: #fff;
  border: 3px solid #263269;
  color: #2a3e52;
}
.y-btn.y-btn-white.no-border,
.y-btn.y-btn-white.no-border:not(.disabled):not([disabled]):hover {
  border: none;
}
.y-btn--external-link {
  display: inline-flex;
  align-items: center;
}
.y-btn--external-link i {
  margin-left: 10px;
  font-size: 0.6em;
}
.y-btn {
  min-width: 130px;
  padding: 12px 24px;
  font-size: 19px;
  height: 48px;
}
@media (max-width: 991px) {
  .y-btn {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 18px;
    height: 42px;
  }
}
.y-btn--lg {
  min-width: 140px;
  padding: 14px 26px;
  font-size: 20px;
  height: 54px;
}
@media (max-width: 991px) {
  .y-btn--lg {
    min-width: 130px;
    padding: 12px 24px;
    font-size: 19px;
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .y-btn--lg-on-sm {
    min-width: 140px;
    padding: 14px 26px;
    font-size: 20px;
    height: 54px;
  }
}
.y-btn--no-radius-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.y-btn--full-width {
  width: 100%;
}
.y-btn--no-height {
  height: auto;
}
.y-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
.y-btn--hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .y-btn--full-width-xs {
    width: 100%;
  }
}
.yp-btn--white-space-initial {
  white-space: normal !important;
}
.yp-btn--height-initial {
  height: auto !important;
}
.yp-btn--text-center {
  text-align: center;
}
.disclaimers {
  background-color: #3b4579 !important;
  border-top: 1px solid #505888;
  color: #fff;
  padding: 30px 0;
}
.disclaimers.no-border {
  border-top: 0;
}
@media (min-width: 768px) {
  .disclaimers {
    padding: 30px 0;
  }
}
.disclaimers a,
.disclaimers a:hover {
  color: #fff;
}
.disclaimers--substantiation {
  background-color: transparent;
  padding: 0;
  color: #23326d;
}
.disclaimers__title {
  color: #a6a9c5;
  font-size: 14px;
  margin-bottom: 5px;
}
.disclaimer {
  font-size: 13px;
  margin-bottom: 5px;
}
.step-progress {
  width: 100%;
  max-width: 430px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-progress {
    max-width: 280px;
  }
}
.step-progress:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #55c7cd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.step-progress span {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background: #55c7cd;
}
.step-progress span.completed {
  font-size: 0;
}
.step-progress span.completed:before {
  content: "\F00C";
  font-family: Font Awesome\5 Pro;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .step-progress span.completed:before {
    font-size: 12px;
  }
}
.step-progress span.active {
  background: #263269;
}
@media screen and (max-width: 767px) {
  .step-progress span {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    font-size: 14px;
  }
}
.step-progress--light span.active {
  color: #263269;
  background: #fff;
}
.property-value-wrapper {
  display: flex;
  align-self: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 767px) {
  .property-value-wrapper {
    flex-direction: column;
  }
}
.property-value-texts {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .property-value-texts {
    width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
.property-value-texts .title {
  color: #fff;
  font-family: freight-text-pro, serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .property-value-texts .title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
.property-value-texts .price {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 48px;
  font-size: 48px;
  font-weight: 700;
  color: #88d5dc;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .property-value-texts .price {
    font-size: 26px;
    line-height: 24px;
  }
}
.property-value-texts .how-calculated {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
.property-value-texts .how-calculated a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: 700;
}
.property-value-texts .how-calculated a:hover {
  cursor: pointer;
}
.property-price-image {
  align-self: flex-end;
}
.property-price-image img {
  display: block;
}
@media (max-width: 767px) {
  .property-price-image {
    display: none;
  }
}
.get-mortgage-wrapper,
.we-dont-cover-details-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.get-mortgage-wrapper {
  background-color: #fff;
  border-radius: 8px;
  max-width: 750px;
  padding: 20px;
  margin: 30px 0 70px;
}
@media (max-width: 767px) {
  .get-mortgage-wrapper {
    margin: 25px 0 40px;
  }
}
.get-mortgage-title {
  color: #263269;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  align-self: start;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .get-mortgage-title {
    font-size: 16px;
  }
}
.get-mortgage-paragraph {
  color: #626262;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .get-mortgage-paragraph {
    margin-bottom: 20px;
  }
}
.external-link-icon {
  font-size: 13px;
  margin-left: 10px;
}
.mortgage-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 315px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mortgage-button {
    max-width: none;
  }
}
.homepage-button {
  text-decoration: underline;
  margin-left: 30px;
  color: #263269;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .homepage-button {
    margin: 15px 0 10px;
    text-align: center;
  }
}
.get-mortgage-btn-wrapper {
  width: 100%;
  display: flex;
  align-self: start;
}
@media (max-width: 767px) {
  .get-mortgage-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.accordion__item {
  cursor: pointer;
  padding: 0;
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 6px;
}
.accordion__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
.accordion-item-title {
  font-size: 16px;
  line-height: 20px;
  color: #626262;
  margin: 0;
  padding: 0 20px;
}
.toggleUpDown {
  transition: transform 0.3s ease-in-out !important;
  margin: 0 20px 0 0;
  font-size: 12px;
}
.toggleUpDown.rotate {
  transform: rotate(180deg);
}
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .accordion {
    width: 90%;
  }
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__content {
  padding-inline-start: 0;
  color: #626262;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.accordion__content .content {
  padding: 20px;
}
.accordion__trigger_active {
  background-color: #e9e9f1;
  color: #263269;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.accordion__trigger_active .toggleUpDown,
.accordion__trigger_active h3 {
  color: #263269;
}
.select-address-container {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  max-width: 615px;
  padding: 30px;
  background: hsla(0, 0%, 100%, 0.7);
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(38, 50, 105, 0.1);
}
@media screen and (max-width: 767px) {
  .select-address-container {
    max-width: none;
    padding: 10px;
  }
}
.select-address {
  position: relative;
  z-index: 10;
}
.select-address.show .select-address-input {
  border-color: transparent;
  background: none;
}
.select-address.show .select-address-input input {
  border-color: transparent;
}
.select-address.show .select-address-input input.error {
  background: transparent;
}
.select-address.show .select-address-dropdown {
  display: block;
  border-color: #e8542a;
}
.select-address.cantFindAddress .select-address-dropdown {
  padding-top: 50px;
}
.select-address.cantFindAddress .select-address-dropdown--cant-find {
  margin-top: 0;
}
.select-address-input {
  position: relative;
  z-index: 11;
  background: #fff;
  border-radius: 6px;
}
.select-address-input input {
  width: 100%;
  height: 50px;
  background: none;
  outline: none;
  font-size: 18px;
  color: #626262;
  padding: 0 25px;
  border: 1px solid #a5a5a5;
  border-radius: 6px;
}
.select-address-input input.error {
  border-color: #cc3816;
  background: #f9eae6;
}
.select-address-input input.error::placeholder {
  color: #cc3816;
}
.select-address-input input::placeholder {
  color: #a5a5a5;
}
.select-address-input button {
  display: inline;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  background: none;
  border: 0;
  color: #626262;
  font-size: 18px;
}
.select-address-input .loader {
  right: 35px;
}
.select-address-input .loader i {
  animation: rotating 2s infinite;
}
.select-address-error {
  font-size: 12px;
  color: #cc3816;
  text-align: left;
  padding-left: 25px;
  margin-top: 7px;
}
.select-address-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 65px;
  border: 1px solid #a5a5a5;
  background: #fff;
  border-radius: 6px;
  z-index: 10;
  overflow: hidden;
}
.select-address-dropdown--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
}
.select-address-dropdown--list a {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: 30px;
  text-align: left;
  color: #263269;
  font-size: 16px;
  line-height: 30px;
  padding: 0 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-address-dropdown--list a:hover {
  background: #e8542a;
  color: #fff;
  text-decoration: none;
}
.select-address-dropdown--cant-find {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  height: 40px;
  text-align: left;
  margin-top: 20px;
}
.select-address-dropdown--cant-find a {
  font-size: 16px;
  font-weight: 700;
  color: #263269;
  text-decoration: underline;
  padding: 0 25px;
}
.select-address-dropdown.no-custom-address {
  padding-bottom: 15px;
}
.modal__title {
  align-items: center;
  justify-content: start;
  display: flex;
  flex-direction: column;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .modal__title {
    margin-right: 30px;
    align-items: start;
  }
}
.modal__text-body {
  padding: 20px;
  color: #626262;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .modal__text-body {
    padding: 10px 0 0;
  }
}
.modal__buttons {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}
.modal {
  background: #fff;
  box-shadow: 2px 2px 20px 1px;
  width: 800px;
  left: 50%;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
  height: fit-content !important;
  max-height: calc(100vh - 4rem);
}
@media screen and (max-width: 850px) {
  .modal {
    width: 90vw;
    max-height: 90vh !important;
    overflow: auto;
  }
}
.modal-wrapper {
  display: flex;
  flex-direction: column;
}
.modal-header {
  padding: 15px;
  display: flex;
  border: none;
  position: relative;
  color: #263269;
  justify-content: space-between;
}
.modal-body {
  position: relative;
  padding: 0 20px 20px;
  margin-top: 0;
}
.modal-action-btn {
  color: #263269;
  background: #88d5dc;
  border: 0;
  border-radius: 5px;
  width: 150px;
  height: 50px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .modal-action-btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-action-btn {
    width: 100%;
  }
}
.btn-close {
  position: absolute;
  top: 20px;
  right: 25px;
  border: none;
  font-size: 25px;
  padding: 0;
  font-weight: 700;
  color: #263269;
  background: transparent;
  z-index: 3;
}
.btn-close,
.btn-close:hover {
  cursor: pointer;
}
.as-seen-on {
  background-color: #f2f2f2;
}
.as-seen-on__logo-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  max-width: 350px;
}
@media (min-width: 992px) {
  .as-seen-on__logo-container {
    justify-content: space-between;
    margin: 0 auto;
    max-width: none;
  }
}
.as-seen-on__title {
  color: #263269;
  display: inline-block;
  font-size: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  .as-seen-on__title {
    font-size: 25px;
    margin: 0 0 15px;
    width: 100%;
  }
}
.as-seen-on__logo {
  height: 38px;
}
@media (max-width: 991px) {
  .as-seen-on__logo {
    margin: 20px 0 0;
  }
}
.what-to-expect-wrapper {
  display: flex;
  flex-direction: row;
}
.what-to-expect-wrapper .modal-body {
  padding-bottom: 0;
  padding-left: 30px;
}
.what-to-expect-image {
  width: 320px;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .what-to-expect-image {
    display: none;
  }
}
.cc-window {
  z-index: 9930;
}
.cc-window.cc-banner,
.cc-window.cc-floating {
  padding: 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .cc-window.cc-banner,
  .cc-window.cc-floating {
    max-width: 590px;
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .cc-window.cc-banner,
  .cc-window.cc-floating {
    max-width: 722px;
  }
}
.cc-window.cc-banner .cc-btn,
.cc-window.cc-floating .cc-btn {
  min-width: 100%;
}
.cc-window.cc-invisible {
  opacity: 0 !important;
}
.cc-window,
.cc-window.cc-floating {
  background-color: hsla(0, 0%, 94%, 0.95);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #454545;
  display: initial;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
  line-height: 18px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cc-window,
  .cc-window.cc-floating {
    border-radius: 6px;
    font-size: 16px;
    margin: 0 auto 20px;
  }
}
.yopa-cookie-consent {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .yopa-cookie-consent .compliance,
  .yopa-cookie-consent .pull-left {
    width: calc(100% - 90px);
  }
}
.yopa-cookie-consent .cc-close {
  display: inline-block;
  position: static;
}
.yopa-cookie-consent .yopa-cc-close {
  display: none;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .yopa-cc-close {
    display: inline-block;
  }
}
.yopa-cookie-consent .yopa-cc-close:focus {
  outline: none;
}
.yopa-cookie-consent .yopa-cc-close .fa-times {
  border-radius: 50%;
  color: #bfbfbf;
  font-size: 22px;
  padding: 6px 8px;
  transition:
    background-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.yopa-cookie-consent .yopa-cc-close .fa-times:focus {
  outline: none;
}
.yopa-cookie-consent .yopa-cc-close .fa-times:hover {
  background-color: #e5e5e5;
  color: #626262;
}
.yopa-cookie-consent .yopa-cc-message {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  padding: 0;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .yopa-cc-message {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 9px 8px 6px;
  }
}
.yopa-cookie-consent .yopa-cc-message .cookie-policy-link {
  color: #1e2d41;
  font-weight: 500;
  border-bottom: 1px solid #1e2d41;
  text-decoration: none;
}
.yopa-cookie-consent .yopa-cc-message .cookie-policy-link:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .yopa-cc-message .cookie-policy-link {
    color: #454545;
    font-weight: 700;
    border-bottom: 1px solid #454545;
    padding-bottom: 2px;
  }
  .yopa-cookie-consent .yopa-cc-message .cookie-policy-link:hover {
    color: #1e2d41;
    text-decoration: none;
    border-bottom: 1px solid #1e2d41;
  }
}
.yopa-cookie-consent .cookie-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.yopa-cookie-consent .cookie-image img {
  width: 45px;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .cookie-image {
    display: none;
  }
}
.yopa-cookie-consent .compliance {
  float: left;
  margin-top: 10px;
  width: auto;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .compliance {
    float: right;
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .yopa-cookie-consent .compliance {
    width: auto;
  }
}
@media (min-width: 768px) {
  .yopa-cookie-consent .compliance .cc-compliance .dismiss {
    display: inline-block;
    margin: 0 auto;
  }
}
.yopa-cookie-consent .cc-btn {
  background-color: #4b5767;
  border: none;
  border-radius: 6px;
  color: #fff;
  padding: 8px 20px;
  margin: 0 0 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease-in-out;
}
.yopa-cookie-consent .cc-btn:focus {
  outline: none;
}
@media (min-width: 768px) {
  .yopa-cookie-consent .cc-btn {
    background-color: #4b5767;
  }
  .yopa-cookie-consent .cc-btn:hover {
    background-color: #1e2d41;
  }
}
.small-calendar-container {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .small-calendar-container {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
  }
}
.small-calendar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(38, 50, 105, 0.1);
}
@media screen and (max-width: 480px) {
  .small-calendar {
    border-radius: 0;
  }
}
.small-calendar--keys {
  margin-bottom: 15px;
}
.small-calendar--keys .hide {
  display: none;
}
.small-calendar--keys span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #1e2d41;
  margin: 0 7px;
}
.small-calendar--keys span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 7px;
}
.small-calendar--keys span.available:before {
  background: #263269;
}
.small-calendar--keys span.unavailable:before {
  background: #bcbed4;
}
.small-calendar--heading {
  display: flex;
  align-items: center;
  background: #ecf5f7;
  padding: 10px 20px;
  font-size: 18px;
  color: #626262;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media screen and (max-width: 480px) {
  .small-calendar--heading {
    border-radius: 0;
  }
}
.small-calendar--heading span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 30px;
}
.small-calendar--heading a {
  flex: 0 0 auto;
  color: #263269;
  text-decoration: underline;
  margin-left: auto;
}
.small-calendar--date {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
}
@media screen and (max-width: 480px) {
  .small-calendar--date {
    padding: 10px 10px 20px;
  }
}
.small-calendar--date .description {
  font-weight: 700;
  font-size: 16px;
  color: #263269;
  position: relative;
  top: -10px;
}
.small-calendar--date .description--error {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 15px;
  color: #e8542a;
}
@media screen and (max-width: 480px) {
  .small-calendar--date .description--error {
    top: 0;
  }
}
.small-calendar--date .selected-day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  color: #1e2d41;
}
@media screen and (max-width: 480px) {
  .small-calendar--date .selected-day {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .small-calendar--date .selected-day {
    flex-direction: column;
  }
}
.small-calendar--date .selected-day .date-selection-list--trigger {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #263269;
  text-decoration: underline;
  font-weight: 400;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
}
.small-calendar--date .selected-day .date-selection-list--trigger i {
  font-size: 24px;
  margin-right: 7px;
  color: #55c7cd;
}
.small-calendar--date .selected-day .date-selection-list--trigger.active:after,
.small-calendar--date
  .selected-day
  .date-selection-list--trigger.active:before {
  display: flex;
}
.small-calendar--date .selected-day .date-selection-list--trigger:after,
.small-calendar--date .selected-day .date-selection-list--trigger:before {
  display: none;
  position: absolute;
}
.small-calendar--date .selected-day .date-selection-list--trigger:before {
  content: "";
  top: 35px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #263269;
  left: 0;
}
.small-calendar--date .selected-day .date-selection-list--trigger:after {
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #55c7cd;
  color: #fff;
  content: "\F00D";
  top: -1px;
  left: -5px;
  font-family: Font Awesome\5 Pro;
  line-height: 0;
}
.small-calendar--times {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 4px;
  padding: 0 20px 30px;
}
@media screen and (max-width: 480px) {
  .small-calendar--times {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 8px;
    padding: 0 10px 20px;
  }
}
.small-calendar--times a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background: #263269;
  border-radius: 6px;
  min-height: 44px;
}
@media screen and (max-width: 480px) {
  .small-calendar--times a {
    min-height: 33px;
  }
}
.small-calendar--times a:hover {
  text-decoration: none;
  cursor: pointer;
}
.small-calendar--times a.unavailable {
  background: #bcbed4;
  pointer-events: none;
  cursor: none;
}
.small-calendar--times a.selected {
  background: #e8542a;
  pointer-events: none;
  cursor: none;
}
.date-selection-list-container {
  position: relative;
}
@media screen and (max-width: 480px) {
  .date-selection-list-container {
    position: static;
  }
}
.date-selection-list {
  width: 370px;
  position: absolute;
  left: 25px;
  top: calc(100% + 15px);
  background: #fff;
  transform: translateX(-50%);
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(38, 50, 105, 0.3);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .date-selection-list {
    width: 100%;
    left: 0;
    top: auto;
    margin-top: 15px;
    transform: none;
    border-radius: 0;
  }
}
.date-selection-list--controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #263269;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  height: 48px;
}
@media screen and (max-width: 480px) {
  .date-selection-list--controls {
    border-radius: 0;
  }
}
.date-selection-list--controls a {
  display: flex;
  align-items: center;
  width: 25%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 0;
  padding: 0 20px;
}
.date-selection-list--controls a:last-of-type {
  justify-content: flex-end;
}
.date-selection-list--controls a.unavailable {
  visibility: hidden;
  pointer-events: none;
}
.date-selection-list--grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 4px;
  padding: 20px;
}
.date-selection-list--grid a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #263269;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  border-radius: 6px;
  min-height: 40px;
}
.date-selection-list--grid a:hover {
  text-decoration: none;
  cursor: pointer;
}
.date-selection-list--grid a.unavailable {
  background: #bcbed4;
  pointer-events: none;
  cursor: none;
}
.date-selection-list--grid a.selected {
  background: #e8542a;
  pointer-events: none;
  cursor: none;
}
.date-selection-list--grid span {
  font-size: 16px;
  font-weight: 400;
  color: #1e2d41;
  margin-bottom: 5px;
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.small-calendar--loader {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b2b2;
}
.small-calendar--loader:after {
  content: "\F3F4";
  font-family: Font Awesome\5 Pro;
  animation: rotating 1s linear infinite;
}
.contact-details-form .alert {
  font-size: 16px;
}
.contact-details-form .label {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #263269;
  padding: 0;
  text-transform: none;
  margin-bottom: 5px;
}
.contact-details-form .form-group {
  margin-bottom: 20px;
}
.contact-details-form .form-control {
  height: 50px;
}
.contact-details-form .form-control input {
  border-color: #a5a5a5;
}
.contact-details-form .error-message {
  margin-top: 20px;
}
.contact-details-form .checkbox {
  font-size: 16px;
  line-height: 26px;
  color: #626262;
}
.contact-details-form .checkbox label {
  display: flex;
  margin: 0;
  padding: 0;
}
.contact-details-form .checkbox input[type="checkbox"] {
  all: unset;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 6px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.contact-details-form .checkbox input[type="checkbox"]:checked:after {
  content: "\F00C";
  font-size: 14px;
  font-family: Font Awesome\5 Pro;
  color: #7e7e7e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-details-form .checkbox a {
  color: #263269;
}
.contact-details-form .form-group.has-error .checkbox a {
  text-decoration: underline;
}
.contact-details-form .actions {
  display: flex;
  margin-top: 20px;
}
.contact-details-form .actions .y-btn {
  width: 100%;
  margin-right: 20px;
}
.contact-details-form .actions .y-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .contact-details-form .actions {
    flex-direction: column;
  }
  .contact-details-form .actions .y-btn:last-child {
    margin-top: 20px;
  }
}
.what-to-expect {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .what-to-expect {
    padding: 40px 0;
  }
}
.what-to-expect .section-title {
  font-family: freight-text-pro, serif;
  color: #263269;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .what-to-expect .section-title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}
.what-to-expect .what-to-expect-entry {
  font-size: 16px;
  color: #626262;
}
@media screen and (max-width: 767px) {
  .what-to-expect .what-to-expect-entry {
    margin-bottom: 20px;
  }
}
.what-to-expect .what-to-expect-entry img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 6px;
}
.what-to-expect .what-to-expect-entry p {
  margin-bottom: 10px;
}
.what-to-expect .what-to-expect-entry p:last-of-type {
  margin-bottom: 0;
}
.confirmation-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10px 0 80px;
}
@media screen and (max-width: 767px) {
  .confirmation-page-container {
    text-align: left;
    align-items: flex-start;
    margin: 10px 0 30px;
  }
}
.confirmation-page-container img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .confirmation-page-container img {
    display: none;
  }
}
.confirmation-page-container .heading-section__title {
  margin: 0 0 20px;
}
.confirmation-page-container .date {
  font-size: 24px;
  line-height: 30px;
  color: #1e2d41;
  margin: 0 0 10px;
}
.confirmation-page-container .address {
  font-size: 18px;
  line-height: 24px;
  color: #626262;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .confirmation-page-container .address {
    display: flex;
    flex-direction: column;
  }
}
.confirmation-page-container .about {
  font-size: 18px;
  line-height: 26px;
  color: #1e2d41;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .confirmation-page-container .about {
    margin: 0 0 20px;
  }
}
.confirmation-page-container .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .confirmation-page-container .action {
    flex-direction: column;
  }
}
.confirmation-page-container .action a {
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .confirmation-page-container .action a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .confirmation-page-container .action a:last-of-type {
    margin-bottom: 0;
  }
}
.confirmation-page-container .action a:last-of-type {
  margin-right: 0;
}
.agent-details-wrapper .agent-profile-picture {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  margin-right: 12px;
}
.agent-details-wrapper .agent-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #263269;
  font-size: 16px;
}
.agent-details-wrapper .agent-name {
  text-decoration: underline;
  font-weight: 700;
}
.agent-details-wrapper .agent-name:hover {
  cursor: pointer;
}
.agent-details-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.agent-name-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .agent-name-wrapper {
    flex-direction: column;
    text-align: left;
  }
}
.body-wrapper {
  display: flex;
  flex-direction: column;
}
.agent-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .agent-wrapper {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
}
.agent-avatar {
  margin-right: 20px;
}
.agent-profile-picture-big {
  border-radius: 50%;
  height: 116px;
  width: 116px;
}
.agent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .agent {
    width: 100%;
    padding: 5px;
  }
}
.agent-name-big {
  font-size: 32px;
  text-decoration: none;
  font-family: freight-text-pro, serif;
  margin-bottom: -5px;
  color: #263269;
}
.agent-title {
  color: #263269;
  font-weight: 300;
  font-size: 18px;
}
.agent-description {
  font-size: 16px;
  font-weight: 300;
  color: #626262;
  text-align: left;
}
.feedback-container {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .feedback-container {
    flex-direction: column;
  }
}
.feedback-container :first-child {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .feedback-container :first-child {
    margin-right: 0;
  }
}
.feedback-container :nth-child(2) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .feedback-container :nth-child(2) {
    margin-left: 0;
  }
}
.feedback {
  background-color: #ccebf0;
  border-radius: 5px;
  margin: 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .feedback {
    width: 100%;
    margin: 10px 0;
  }
  .feedback .fa-quote-left {
    padding-right: 5px;
  }
}
.feedback .quote {
  font-size: 18px;
  color: #88d5dc;
}
.feedback-text {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
}
.feedback-author {
  float: left;
  margin-bottom: 0;
  margin-left: 0 !important;
  padding-left: 0;
  font-weight: 700;
  font-size: 16px;
}
.feedback-text {
  color: #263269;
}
.savings-calculator {
  background-color: #ccebf0;
}
.calculator-section__calculator-wrapper {
  margin: 50px auto 30px;
  max-width: 370px;
}
@media (min-width: 768px) {
  .calculator-section__calculator-wrapper {
    margin: 50px 0;
    max-width: none;
  }
}
.savings-calculator__app {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .savings-calculator__app {
    flex-direction: row;
  }
}
.savings-calculator__sliders-container {
  background: #fff;
  border-radius: 0 0 6px 6px;
}
@media (min-width: 768px) {
  .savings-calculator__sliders-container {
    border-radius: 6px 0 0 6px;
  }
}
.savings-calculator__footer-container {
  background-color: #263269;
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .savings-calculator__footer-container {
    border-radius: 0 6px 6px 0;
    padding: 0;
  }
}
.savings-calculator__footer-paragraph {
  color: #55c7cd;
  font-size: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .savings-calculator__footer-paragraph {
    font-size: 28px;
  }
}
.savings-calculator__footer-saving-amount {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .savings-calculator__footer-saving-amount {
    font-size: 55px;
  }
}
.savings-calculator__footer-icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 5px;
  position: relative;
  top: -18px;
}
@media (min-width: 768px) {
  .savings-calculator__footer-icon {
    font-size: 20px;
  }
}
.savings-calculator__footer-icon:hover {
  color: #fff;
}
.savings-calculator__descriptor {
  color: #263269;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding-left: 29px;
}
@media (min-width: 768px) {
  .savings-calculator__descriptor {
    font-size: 18px;
    margin: 8px 0 0;
  }
}
@media (min-width: 992px) {
  .savings-calculator__descriptor {
    font-size: 22px;
  }
}
.savings-calculator__value {
  color: #263269;
  font-size: 25px;
  font-weight: 700;
  padding-right: 29px;
}
@media (min-width: 768px) {
  .savings-calculator__value {
    font-size: 30px;
  }
}
.savings-calculator__slider {
  padding: 15px 0;
}
.savings-calculator__sliders-wrapper {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .savings-calculator__sliders-wrapper {
    padding: 20px 30px;
  }
}
.savings-calculator__caveat {
  color: #454545;
  font-size: 14px;
  margin: 25px auto 0;
  max-width: 210px;
}
@media (min-width: 768px) {
  .savings-calculator__caveat {
    margin: 15px 0 0;
    max-width: none;
  }
}
.range-slider-container {
  display: flex;
}
.range-slider-container .range-slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 0 15px;
}
.range-slider-container .range-slider::-webkit-slider-runnable-track {
  height: 1px;
  background: #bfbfbf;
}
.range-slider-container .range-slider::-moz-range-track {
  height: 1px;
  background: #bfbfbf;
}
.range-slider-container .range-slider::-ms-track {
  height: 1px;
  background: #bfbfbf;
  border: none;
}
.range-slider-container .range-slider::-webkit-slider-thumb {
  cursor: pointer;
  height: 18px;
  width: 34px;
  background: url("/assets/img/calculator-slider-rebrand.svg") no-repeat 50%;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-size: contain;
  margin-top: -9px;
}
.range-slider-container .range-slider::-moz-range-thumb {
  cursor: pointer;
  height: 18px;
  width: 34px;
  background: url("/assets/img/calculator-slider-rebrand.svg") no-repeat 50%;
  border: 0;
  border-radius: 0;
}
.range-slider-container .range-slider::-ms-thumb {
  cursor: pointer;
  height: 18px;
  width: 34px;
  background: url("/assets/img/calculator-slider-rebrand.svg") no-repeat 50%;
  border: 0;
  border-radius: 0;
}
.range-slider-container .range-slider:focus {
  outline: none;
}
.range-slider-container .range-slider-button {
  color: #55c7cd;
  cursor: pointer;
  height: 37px;
  display: flex;
  align-items: center;
}
#slider-info-text {
  margin: 10px 0;
  display: none;
}
#slider-info-text.show {
  display: block;
}
#calculated-saving {
  margin-left: 34px;
}
.home_page #savings_calculator {
  padding-bottom: 250px;
  margin-bottom: -150px;
}
.yopa-header {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.yopa-header .container .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .yopa-header {
    padding: 0;
  }
}
.yopa-header .yopa-header-logo {
  display: inline-block;
  padding: 10px 10px 12px 0;
}
@media (max-width: 767px) {
  .yopa-header .yopa-header-logo {
    padding: 10px 10px 10px 0;
  }
}
.yopa-header .yopa-header-logo img {
  height: 45px;
  width: 103px;
}
@media (max-width: 767px) {
  .yopa-header .yopa-header-logo img {
    height: 38px;
  }
}
.yopa-header.light {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .yopa-header.light {
    height: 80px;
    display: flex;
    align-items: center;
  }
  .yopa-header.light .container {
    width: 100%;
  }
}
.yopa-header.light .container .col-xs-12 {
  display: flex;
  align-items: center;
}
.yopa-header.light .container .col-xs-12 .yopa-header-logo {
  margin-right: auto;
}
.yopa-header.light .container .col-xs-12 .yopa-header-logo .yopa-logo {
  display: block;
  margin-top: 10px;
  width: 5.5em;
  height: 2.5em;
  text-indent: -9999px;
  background-image: url(/yopahub/assets/images/yopa-logo.svg?v=1010);
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
}
.yopa-header.light .container .col-xs-12 .yopa-header-details {
  color: #263269;
  font-size: 16px;
  line-height: 26px;
  margin: 0 30px;
}
.yopa-header.light .container .col-xs-12 .trustpilot {
  display: flex;
  align-items: flex-end;
}
.yopa-header.light .container .col-xs-12 .trustpilot svg {
  flex: 0 0 auto;
}
.yopa-header.light .container .col-xs-12 .trustpilot svg:first-of-type {
  margin-right: 10px;
}
html {
  font-size: 62.5% !important;
}
main {
  padding-bottom: 845px;
}
@media (min-width: 992px) {
  main {
    padding-bottom: 518px;
  }
}
footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hidden-desktop.yp-btn.mobile-valuation-button {
    display: none;
  }
}
.mobile-book-valuation-banner {
  display: none;
}
.mobile-book-valuation-banner .y-btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  text-align: center;
}
.mobile-book-valuation-banner .y-btn.associate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #273149;
  border: none;
}
.mobile-book-valuation-banner .y-btn.associate:hover {
  background: #39476a;
}
@media screen and (max-width: 767px) {
  .mobile-book-valuation-banner {
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #263269;
    z-index: 100;
    pointer-events: none;
    padding: 15px;
  }
  .mobile-book-valuation-banner.show-banner {
    display: block;
    pointer-events: auto;
  }
  .mobile-book-valuation-banner.associate {
    background: #e7dfca;
  }
}
#book-val-amplify-modal,
#request-viewing-modal,
#request-viewing-success-modal {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  align-content: center;
}
#book-val-amplify-modal .modal-content,
#request-viewing-modal .modal-content,
#request-viewing-success-modal .modal-content {
  background: #fafafa;
  padding: 80px 80px 40px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .modal-content,
  #request-viewing-modal .modal-content,
  #request-viewing-success-modal .modal-content {
    padding: 40px 40px 20px;
  }
}
#book-val-amplify-modal .modal-body,
#request-viewing-modal .modal-body,
#request-viewing-success-modal .modal-body {
  padding: 0;
}
#book-val-amplify-modal .modal-dialog,
#request-viewing-modal .modal-dialog,
#request-viewing-success-modal .modal-dialog {
  margin: auto;
}
#book-val-amplify-modal h3,
#request-viewing-modal h3,
#request-viewing-success-modal h3 {
  font-family: bodoni-pt-variable, sans-serif !important;
  font-variation-settings:
    "wght" 400,
    "opsz" 60;
  font-size: 50px !important;
  text-align: center;
  color: #273149 !important;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  #book-val-amplify-modal h3,
  #request-viewing-modal h3,
  #request-viewing-success-modal h3 {
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }
}
#book-val-amplify-modal .form-group,
#request-viewing-modal .form-group,
#request-viewing-success-modal .form-group {
  display: flex;
  flex-direction: column;
}
#book-val-amplify-modal .form-group label,
#request-viewing-modal .form-group label,
#request-viewing-success-modal .form-group label {
  font-size: 15px;
  color: #273149;
}
#book-val-amplify-modal .form-group label span,
#request-viewing-modal .form-group label span,
#request-viewing-success-modal .form-group label span {
  color: #ff0d0d;
}
#book-val-amplify-modal .form-group .input-wrapper,
#request-viewing-modal .form-group .input-wrapper,
#request-viewing-success-modal .form-group .input-wrapper {
  position: relative;
}
#book-val-amplify-modal .form-group .input-wrapper input,
#book-val-amplify-modal .form-group .input-wrapper textarea,
#request-viewing-modal .form-group .input-wrapper input,
#request-viewing-modal .form-group .input-wrapper textarea,
#request-viewing-success-modal .form-group .input-wrapper input,
#request-viewing-success-modal .form-group .input-wrapper textarea {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #626262;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .form-group .input-wrapper input,
  #book-val-amplify-modal .form-group .input-wrapper textarea,
  #request-viewing-modal .form-group .input-wrapper input,
  #request-viewing-modal .form-group .input-wrapper textarea,
  #request-viewing-success-modal .form-group .input-wrapper input,
  #request-viewing-success-modal .form-group .input-wrapper textarea {
    margin-bottom: 40px;
  }
}
#book-val-amplify-modal .form-group .input-wrapper .clear-btn,
#request-viewing-modal .form-group .input-wrapper .clear-btn,
#request-viewing-success-modal .form-group .input-wrapper .clear-btn {
  position: absolute;
  right: 19px;
  top: 19px;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  color: #626262;
}
#book-val-amplify-modal .form-group .input-wrapper .error-message,
#request-viewing-modal .form-group .input-wrapper .error-message,
#request-viewing-success-modal .form-group .input-wrapper .error-message {
  color: #ff0d0d;
  font-size: 15px;
  position: absolute;
  bottom: 16px;
}
#book-val-amplify-modal .form-group textarea,
#request-viewing-modal .form-group textarea,
#request-viewing-success-modal .form-group textarea {
  padding-top: 12px;
  resize: vertical;
  min-height: 50px;
}
#book-val-amplify-modal .form-group #textarea-counter,
#request-viewing-modal .form-group #textarea-counter,
#request-viewing-success-modal .form-group #textarea-counter {
  position: absolute;
  right: 0;
  bottom: 27px;
  font-size: 11px;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .form-group #textarea-counter,
  #request-viewing-modal .form-group #textarea-counter,
  #request-viewing-success-modal .form-group #textarea-counter {
    bottom: 40px;
  }
}
#book-val-amplify-modal .close-button,
#request-viewing-modal .close-button,
#request-viewing-success-modal .close-button {
  background-color: transparent;
  border: none;
  outline: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#book-val-amplify-modal .close-button i,
#request-viewing-modal .close-button i,
#request-viewing-success-modal .close-button i {
  font-size: 20px;
}
#book-val-amplify-modal .submit-wrapper,
#request-viewing-modal .submit-wrapper,
#request-viewing-success-modal .submit-wrapper {
  width: 100%;
}
#book-val-amplify-modal .submit-wrapper button,
#request-viewing-modal .submit-wrapper button,
#request-viewing-success-modal .submit-wrapper button {
  display: block;
  font-family: avenir-lt-pro, sans-serif;
  margin: 0 auto;
  color: #e7dfca;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  background-color: #273149;
  height: 63px;
  width: 234px;
  border-radius: 38px;
  border: none;
  position: relative;
  margin: 10px auto 0;
}
#book-val-amplify-modal .submit-wrapper button span,
#request-viewing-modal .submit-wrapper button span,
#request-viewing-success-modal .submit-wrapper button span {
  position: absolute;
  top: 20px;
  left: 50px;
}
#book-val-amplify-modal .submit-wrapper button svg,
#request-viewing-modal .submit-wrapper button svg,
#request-viewing-success-modal .submit-wrapper button svg {
  position: absolute;
  right: 30px;
  top: 15px;
}
#book-val-amplify-modal .submit-wrapper button svg path,
#request-viewing-modal .submit-wrapper button svg path,
#request-viewing-success-modal .submit-wrapper button svg path {
  fill: #e7dfca !important;
}
@media (max-width: 768px) {
  #book-val-amplify-modal .submit-wrapper button,
  #request-viewing-modal .submit-wrapper button,
  #request-viewing-success-modal .submit-wrapper button {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #book-val-amplify-modal #form-property-requirements,
  #request-viewing-modal #form-property-requirements,
  #request-viewing-success-modal #form-property-requirements {
    margin-bottom: 55px;
  }
}
#request-viewing-modal {
  padding: 5vh 2vw;
}
#request-valuation-success-modal {
  font-family: bodoni-pt-variable, sans-serif;
  font-variation-settings:
    "wght" 500,
    "opsz" 60;
  font-size: 30px;
  line-height: 1.5;
}
#request-valuation-success-modal .success-message {
  margin-bottom: 30px;
}
#request-valuation-success-modal .closing-phrase {
  margin-bottom: 15px;
}
.yp-btn {
  -webkit-appearance: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.3;
  margin: 0;
  outline: 0;
  text-transform: none;
  transition:
    color 0.3s ease-in-out,
    background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  border: 1px solid #e8542a;
  color: #fff;
  background-color: #e8542a;
  text-decoration: none;
}
.yp-btn:not(.disabled):not([disabled]):hover {
  background-color: #d24324;
  border-color: #d24324;
  color: #fff;
  text-decoration: none;
}
.yp-btn.yp-btn--royal-blue {
  background-color: #263269;
  border-color: #263269;
}
.yp-btn.yp-btn--royal-blue:not(.disabled):not([disabled]):hover {
  background-color: #10174a;
  border-color: #10174a;
}
.yp-btn.yp-btn-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.yp-btn.yp-btn-white,
.yp-btn.yp-btn-white:not(.disabled):not([disabled]):hover {
  background-color: #fff;
  border: 3px solid #263269;
  color: #2a3e52;
}
.yp-btn {
  min-width: 130px;
  padding: 12px 24px;
  font-size: 19px;
  height: 48px;
}
@media (max-width: 991px) {
  .yp-btn {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 18px;
    height: 42px;
  }
}
.yp-navigation {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  color: #1e2d41;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9980;
  height: 80px;
  background-color: #fff;
}
.yp-navigation .yp_name {
  margin-left: 4px;
}
.yp-navigation * {
  box-sizing: border-box;
}
.yp-navigation > .container {
  height: 100%;
}
.yp-navigation .dropdown-toggle[aria-expanded] + .dropdown-menu {
  display: flex;
}
.yp-navigation .dropdown-menu {
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 40px;
  margin: 0;
  box-shadow: 0 0 20px 0 rgba(38, 50, 105, 0.1);
}
@media screen and (max-width: 997px) {
  .yp-navigation .dropdown-menu {
    position: static;
    box-shadow: none;
    padding: 20px;
  }
}
@media screen and (max-width: 997px) {
  .yp-navigation .hidden-mobile {
    display: none;
  }
}
.yp-navigation .hidden-desktop {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation .hidden-desktop {
    display: flex;
  }
}
.yp-navigation-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 997px) {
  .yp-navigation-container {
    position: static;
    justify-content: flex-start;
  }
}
.yp-navigation-container-left {
  align-self: center;
}
@media screen and (max-width: 997px) {
  .yp-navigation-container-left {
    margin-right: auto;
  }
}
.yp-navigation-container-left .yp-navigation-logo {
  display: block;
}
.yp-navigation-container-left .yp-navigation-logo img,
.yp-navigation-container-left .yp-navigation-logo svg {
  display: block;
  height: 60px;
  fill: #263269;
}
.yp-navigation-container-left .yp-navigation-logo:hover {
  color: #263269;
}
.yp-navigation-container-left .yp-navigation-logo:hover svg {
  fill: #263269;
}
.yp-navigation-container-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (min-width: 998px) {
  .yp-navigation-container-right {
    height: auto !important;
  }
}
@media screen and (max-width: 997px) {
  .yp-navigation-container-right {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left: 0;
    top: 100%;
    visibility: hidden;
    overflow-y: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
.yp-navigation-container.isVisitor .user {
  display: none;
}
.yp-navigation-container.isVisitor .visitor {
  display: flex;
}
.yp-navigation-container.isUser .user,
.yp-navigation-container.isUser .visitor {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation-container.isUser .user {
    display: flex;
  }
}
@media screen and (min-width: 998px) {
  .yp-navigation-container.isUser .yp-navigation--secondary-navigation .user {
    display: flex;
  }
}
.yp-navigation--main-navigation,
.yp-navigation--secondary-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.yp-navigation--item {
  display: flex;
  flex-direction: column;
  position: static;
}
.yp-navigation--item-link {
  all: unset;
  color: #263269;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.2px;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.yp-navigation--item-link.active,
.yp-navigation--item-link[aria-expanded] {
  border-color: #88d5dc;
}
@media screen and (max-width: 997px) {
  .yp-navigation--item-link {
    font-size: 16px;
    border-bottom: 0;
    padding: 14px 0;
  }
}
.yp-navigation--item-link:focus,
.yp-navigation--item-link:hover {
  outline: none;
  color: #263269;
  text-decoration: none;
}
.yp-navigation--item-link:focus,
.yp-navigation--item-link:focus-visible {
  outline: 5px auto;
}
.yp-navigation--item-link .yp-chevron-down,
.yp-navigation--item-link .yp-external-link {
  font-size: 12px;
  margin-left: 5px;
  color: #88d5dc;
}
.yp-navigation--item-link i:not(.yp-chevron-down):not(.yp-external-link) {
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 997px) {
  .yp-navigation--item-link i:not(.yp-chevron-down):not(.yp-external-link) {
    display: none;
  }
}
.yp-navigation--item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.19px;
  padding: 6px 20px 8px;
  height: 30px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.yp-navigation--secondary-navigation .dropdown-menu {
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
}
.yp-navigation--secondary-navigation .yp-navigation--item {
  margin-left: 15px;
  position: relative;
}
.yp-navigation--secondary-navigation .yp-navigation--item:first-of-type {
  margin: 0;
}
.yp-navigation--secondary-navigation .contact-us .yp-chevron-down {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation--main-navigation {
    flex-direction: column;
  }
}
.yp-navigation--main-navigation .contact-us,
.yp-navigation--main-navigation .user {
  display: none;
}
@media screen and (max-width: 997px) {
  .yp-navigation--main-navigation .contact-us,
  .yp-navigation--main-navigation .user {
    display: flex;
  }
}
@media screen and (min-width: 998px) {
  .yp-navigation--main-navigation .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
  }
}
.yp-navigation--main-navigation .yp-navigation--item {
  margin-left: 24px;
  height: 35px;
}
.yp-navigation--main-navigation .yp-navigation--item:first-of-type {
  margin: 0;
}
.yp-navigation--main-navigation .yp-navigation--item.hidden-mobile {
  margin-left: 14px;
}
@media screen and (max-width: 997px) {
  .yp-navigation--main-navigation .yp-navigation--item {
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9dde5;
  }
}
.mobile-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
}
.mobile-actions a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.mobile-actions a i {
  margin-right: 5px;
}
.mobile-actions a:first-of-type {
  margin-top: 0;
}
.trustpilot-details-box {
  display: flex;
  flex-direction: column;
  background: #ccebf0;
  border-radius: 6px;
  padding: 40px 30px;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box {
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px 15px;
    padding: 20px 15px;
  }
}
.trustpilot-details-box .trustpilot-details-box-qoute {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.27px;
  line-height: 26px;
  color: #263269;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-qoute {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.21px;
    text-indent: 30px;
  }
}
.trustpilot-details-box .trustpilot-details-box-qoute:before {
  content: "\201C";
  font-size: 60px;
  letter-spacing: -0.8px;
  color: #55c7cd;
  position: absolute;
  left: 0;
  line-height: 0;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-qoute:before {
    left: -30px;
    top: 23px;
  }
}
.trustpilot-details-box .trustpilot-details-box-author {
  display: flex;
  justify-content: space-between;
}
.trustpilot-details-box .trustpilot-details-box-author .author {
  display: flex;
  flex-direction: column;
}
.trustpilot-details-box .trustpilot-details-box-author .author b {
  color: #1e2d41;
  font-size: 18px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-author .author b {
    font-size: 16px;
  }
}
.trustpilot-details-box .trustpilot-details-box-author .author span {
  color: #626262;
  font-size: 16px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-author .author span {
    font-size: 14px;
  }
}
.trustpilot-details-box .trustpilot-details-box-author img {
  height: 50px;
}
@media screen and (max-width: 997px) {
  .trustpilot-details-box .trustpilot-details-box-author img {
    height: 40px;
  }
}
.dropdown-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul {
    width: 100%;
    padding: 0 0 20px;
  }
}
.dropdown-menu > ul li {
  font-size: 18px;
  letter-spacing: -0.24px;
  padding: 5px 10px;
  min-width: 220px;
}
.dropdown-menu > ul li:focus,
.dropdown-menu > ul li:hover {
  background: #f8f4f4;
  cursor: pointer;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul li {
    font-size: 16px;
  }
}
.dropdown-menu > ul li:last-child {
  margin-bottom: 0;
}
.dropdown-menu > ul li a {
  color: #263269;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.dropdown-menu > ul li a:focus,
.dropdown-menu > ul li a:hover {
  outline: none;
  color: #263269;
  text-decoration: none;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.dropdown-menu > ul li a .yp-chevron-right,
.dropdown-menu > ul li a .yp-external-link {
  font-size: 14px;
  margin-left: 8px;
}
@media screen and (max-width: 997px) {
  .dropdown-menu > ul li a .yp-chevron-right,
  .dropdown-menu > ul li a .yp-external-link {
    display: none;
  }
}
.yp-navigation--secondary-navigation .dropdown-menu .yp-chevron-right {
  display: none;
}
@media screen and (max-width: 997px) {
  .nav-toggle {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    align-self: center;
    font-size: 26px;
    color: #263269;
    text-decoration: none;
    width: 23px;
    justify-content: flex-end;
  }
  .nav-toggle:focus,
  .nav-toggle:hover {
    outline: none;
    color: #263269;
    text-decoration: none;
  }
  .nav-toggle .fa-times {
    display: none;
  }
  .nav-toggle .fa-bars,
  .nav-toggle[aria-expanded] .fa-times {
    display: block;
  }
  .nav-toggle[aria-expanded] .fa-bars {
    display: none;
  }
  .nav-toggle[aria-expanded] + .yp-navigation-container-right {
    visibility: visible;
    height: calc(100vh - 100%);
    overflow-y: scroll;
  }
}
.mobile-valuation-button {
  width: 100px;
  min-width: 58px;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 10px;
  text-align: center;
  align-self: center;
  margin-right: 15px;
}
#top-banner {
  background: #263269;
  color: #fff;
  transition:
    opacity 0.5s,
    height 0.5s;
  overflow: hidden;
  display: flex;
}
#top-banner.banner-open {
  opacity: 1;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
#top-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-banner .valuation-banner-text {
  margin: 0;
  font-size: 16px;
}
#top-banner .valuation-banner-text .banner-link {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  padding-bottom: 3px;
}
#top-banner #close-banner-button {
  background: transparent;
  border: none;
  padding-right: 10px;
}
@media (max-width: 480px) {
  #top-banner {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .valuation-banner-text {
    display: flex;
    flex-direction: column;
  }
  .with-banner {
    top: 55px;
  }
}
.yopa-logo {
  display: block;
  margin-top: 10px;
  width: 110px;
  height: 50px;
  text-indent: -9999px;
  background-image: url(/yopahub/assets/images/yopa-logo.svg?v=1010);
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
  object-fit: contain;
}
@font-face {
  font-family: Circular Std;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-Black.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-BlackItalic.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-Bold.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-BoldItalic.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-Medium.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-MediumItalic.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-Book.otf)
      format("opentype");
}
@font-face {
  font-family: Circular Std;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:
    local("\263A"),
    url(https://cdn.yopa.co.uk/fonts/circular-std/CircularStd-BookItalic.otf)
      format("opentype");
}
.yp-footer {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: var(--theme-0);
  color: var(--theme-3);
  margin-top: 0 !important;
}
.yp-footer > .container {
  padding: 2.1em 15px;
}
.yp-footer > .container .footer-grid:last-of-type {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 997px) {
  .yp-footer > .container .footer-grid:first-of-type {
    grid-gap: 15px;
    margin-bottom: 2.1em;
  }
}
.yp-footer--header {
  display: block;
  font-weight: 700;
  margin-top: 0.175em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 997px) {
  .yp-footer--header {
    margin-bottom: 0.75em;
  }
}
.yp-footer--address {
  margin-bottom: 15px;
}
.yp-footer--contact {
  font-weight: 700;
}
.yp-footer--contact span {
  color: var(--theme-2);
}
.yp-footer--contact a {
  color: var(--theme-3);
  text-decoration: none;
}
.yp-footer--contact a:hover {
  color: var(--theme-3);
  text-decoration: underline;
}
.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 2.1em;
}
@media screen and (min-width: 998px) {
  .footer-grid--one {
    grid-column: span 1;
  }
  .footer-grid--two {
    grid-column: span 2;
  }
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 997px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.yp-footer__logo {
  height: 45px;
  flex: 0 0 auto;
}
.yp-footer-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 997px) {
  .yp-footer-social-links {
    justify-content: center;
  }
}
.yp-footer-social-links li {
  margin-left: 10px;
}
@media screen and (min-width: 998px) {
  .yp-footer-social-links li:first-of-type {
    margin-left: 0;
  }
}
.yp-footer-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: var(--theme-3);
  color: var(--theme-0);
  text-decoration: none;
}
.yp-footer-social-links li a:hover {
  color: var(--theme-0);
  background: var(--theme-2);
}
.yp-footer-foot {
  background-color: var(--theme-10);
  font-size: 12px;
}
.yp-footer-foot-content {
  display: flex;
  align-items: center;
  padding: 0.7em 15px;
}
.yp-footer-foot-content p {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 997px) {
  .yp-footer-foot-content {
    flex-direction: column;
    justify-content: center;
  }
}
.yp-footer-foot-content img {
  width: 95px;
  height: 33px;
  flex: 0 0 auto;
}
.yp-footer-site-links a {
  color: #fff;
  text-decoration: none;
}
.yp-footer-site-links a:hover {
  text-decoration: underline;
}
.text-white {
  color: #fff;
}
.text-white a {
  color: #fff;
  text-decoration: none;
}
.text-white a:hover {
  text-decoration: underline;
}
.single .main-box {
  width: 100%;
}
.text-sm {
  font-size: 16px;
}
.link-white {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.link-white:hover {
  color: #fff;
}
.faq-info-container {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.faqItem {
  margin: 2rem;
}
.link-underline {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.link-underline:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}
.margin-between-content-sm {
  margin-bottom: 20px;
}
.margin-between-content-sm h2 {
  margin-top: 3rem;
}
.padding-top-sm {
  padding-top: 20px;
}
.padding-top-lg {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .padding-top-lg {
    padding-top: 20px;
  }
}
.margin-between-content-lg {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .margin-between-content-lg {
    margin-bottom: 20px;
  }
}
.royal-blue-container {
  background: var(--theme-0);
}
.light-grey-container {
  background: var(--theme-7);
  border-radius: 6px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .light-grey-container {
    padding: 10px;
  }
}
.property-valuation-container {
  background: var(--theme-8);
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .property-valuation-container {
    padding-top: 20px;
  }
}
.teal-container {
  background: var(--theme-8);
}
.online-valuation-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .online-valuation-image {
    padding-top: 20px;
  }
}
.online-valuation-image:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 92px;
  background: var(--theme-3);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .online-valuation-image:before {
    display: none;
  }
}
.online-valuation-image img {
  position: relative;
  max-width: 100%;
  width: auto;
  height: 320px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .online-valuation-image img {
    height: 180px;
  }
}
.online-valuation-fqa-container {
  background: var(--theme-3);
  margin-bottom: 60px;
}
.online-valuation-container,
.online-valuation-reviews-container,
.expert-view-container,
.review-container {
  max-width: 100%;
  overflow-x: clip;
}
.heading-with-arrow-container {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .heading-with-arrow-container {
    display: none;
  }
}
.heading-with-arrow-container img {
  width: 145px;
  object-fit: cover;
  position: absolute;
  z-index: 20;
  top: 0;
  left: -90px;
}
.heading-with-arrow-container span {
  color: #263269;
  font-family: freight-text-pro, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 70px;
}
.heading-with-arrow-container--lg {
  padding: 0 60px;
}
.heading-with-arrow-container--lg img {
  left: -100px;
}
.sub-heading-container {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #1e2d41;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .sub-heading-container {
    margin-top: 0;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
  }
  .sub-heading-container:before {
    content: "\F309";
    font-family: Font Awesome\5 Pro;
    font-weight: 400;
    font-size: 70px;
    color: #55c7cd;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
  }
}
.highlighted-info-box {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 3px solid #fff;
  padding: 30px;
  font-size: 16px;
  color: #1e2d41;
}
@media (max-width: 991px) {
  .highlighted-info-box {
    padding: 20px;
    margin-top: 20px;
  }
}
.highlighted-info-box b {
  font-size: 20px;
  color: #263269;
  margin-bottom: 10px;
}
.highlighted-info-box p {
  font-size: 16px;
  margin: 0;
}
.list-wrapper {
  width: 100%;
  align-items: start;
  justify-content: start;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-right: 20px;
}
.list-wrapper ul {
  padding-left: 20px;
}
.list-wrapper li {
  font-size: 16px !important;
  color: #55c7cd !important;
  margin-bottom: 10px;
}
.list-wrapper li span {
  color: #7e7e7e !important;
}
.list-wrapper__title {
  margin-bottom: 10px;
}
.list-wrapper__buttons {
  width: 100%;
}
.list-close-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}
.list-close-button button.btn-close {
  position: static;
  z-index: 0;
}
.row {
  margin: 0;
}
.gray-bg {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.gray-bg.placeholder {
  margin-top: 10rem;
  display: block;
}
.reviews-slider-container {
  margin-top: 30px;
}
.wide-container {
  width: 105%;
}
@media screen and (max-width: 991px) {
  .review-container {
    max-width: 100vw;
    margin: 0 auto;
  }
}
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
#dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 2rem;
}
#dots li {
  transition: 0.3s;
  list-style-type: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #263269;
  margin: 0 8px;
  cursor: pointer;
  opacity: 0.4;
}
#dots li.active,
#dots li:hover {
  opacity: 1;
}
#move {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  margin-right: 100%;
}
@media screen and (max-width: 991px) {
  #move {
    width: 100vw !important;
  }
}
#move .slide {
  transition: 0.6s;
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.trustpilot-details-box-title {
  font-weight: 600;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .trustpilot-details-box-title {
    padding-top: 20px;
  }
}
.trustpilot-details-box-title:before {
  content: "\201C";
  font-size: 60px;
  letter-spacing: -0.8px;
  color: #55c7cd;
  position: absolute;
  line-height: 0;
}
.trustpilot-details-box--white {
  width: 100%;
  max-width: none;
  height: auto;
  background: #fff;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.trustpilot-details-box-quote {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trustpilot-details-box-author {
  margin-top: auto;
  padding-top: 15px;
}
.trustpilot-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.trustpilot-banner:hover {
  text-decoration: none;
}
.online-valuation-reviews-container .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.online-valuation-reviews-container .container .heading-section__title {
  font-size: 30px !important;
  margin-top: 0;
  width: fit-content;
  font-weight: 700;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
}
.online-valuation-reviews-container .container a {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.trustpilot-box {
  display: flex;
  align-items: end;
}
.houses-prices-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.heading-container {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 6px;
  padding: 2rem 3rem;
  width: fit-content;
}
.houses-price-header {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.houses-price-header h3 {
  font-size: 50px;
  color: #263269;
  margin: 0;
  font-family: freight-text-pro, serif;
  font-weight: 600;
  word-break: break-word;
}
.houses-price-header p {
  font-size: 18px;
  color: #55c7cd;
  font-weight: 500;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  word-break: break-word;
}
.stats-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.5rem;
}
.main-box {
  height: 100%;
  margin-bottom: 1rem;
  width: fit-content;
}
.comparison-box-container,
.main-box {
  flex: 1;
  padding: 0;
}
.price-box {
  height: 100%;
  background: #f2f2f2;
  padding: 5rem 4rem;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-box * {
  margin: 0;
}
.price-box h2 {
  font-size: 60px;
  color: #626262;
}
.price-box h3 {
  font-size: 40px;
  color: #626262;
  margin: 0;
}
.price-box p {
  text-align: center;
  font-size: 30px;
  color: #e8542a;
  font-weight: 700;
  text-wrap: nowrap;
}
.price-box .text-info {
  font-size: 18px;
  color: #00c9ce;
  font-weight: 700;
}
.price-box .text-info.large {
  font-size: 30px;
}
.comparison-boxes .price-box.small-box {
  display: flex;
  padding: 1rem 1.3rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-direction: row;
}
.comparison-boxes .price-box.small-box .value {
  align-items: center;
}
@media (max-width: 768px) {
  .houses-price-header {
    width: 100%;
  }
  .houses-price-header h3 {
    font-size: 30px;
  }
  .comparison-box-container,
  .houses-prices-container,
  .main-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stats-container {
    flex-direction: column;
    gap: 0 !important;
  }
  .comparison-boxes {
    display: flex;
    justify-content: stretch;
    gap: 1rem;
  }
  .large-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 2rem !important;
    gap: 2rem !important;
  }
  .large-box p {
    font-size: 4vw !important;
    text-wrap: wrap;
    text-align: left;
  }
  .large-box h2 {
    font-size: 6vw !important;
  }
  .large-box .text-info.large {
    font-size: 3vw !important;
  }
  .small-box {
    flex-direction: column !important;
    gap: 0 !important;
    flex-grow: 1;
    padding: 1rem 0 !important;
  }
  .small-box * {
    text-align: center;
    text-wrap: wrap;
  }
  .small-box .text-info {
    font-size: 3vw !important;
  }
  .small-box h3 {
    font-size: 3.5vw !important;
  }
  .small-box p {
    font-size: 3.3vw !important;
  }
  .trustpilot-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .price-box p {
    font-size: 26px;
  }
  .price-box.large-box p {
    font-size: 30px !important;
  }
  .price-box .text-info {
    font-size: 18px;
  }
  .price-box .text-info.large {
    font-size: 28px;
  }
  .price-box h2 {
    font-size: 36px;
  }
  .price-box h3 {
    font-size: 26px;
  }
}
.experts-views h3 {
  font-size: 50px;
  color: #263269;
  margin: 4rem 0 0;
  font-family: freight-text-pro, serif;
  font-weight: 600;
  word-break: break-word;
}
.experts-views-box {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 3rem 5rem;
  margin-bottom: 3rem;
  border-radius: 6px;
}
.experts-views-box .expert-views-content {
  margin-bottom: 2rem;
}
.experts-views-box .expert-views-content .description {
  font-size: 18px;
  color: #263269;
  font-family: freight-text-pro, serif;
  font-weight: 600;
  word-break: break-word;
}
.expert-container {
  margin-bottom: 10rem;
}
.question-answered-by {
  color: #00c9ce;
  padding-top: 2rem;
}
.expert-view-container {
  height: 100%;
}
.expert-view-container .row {
  height: 100%;
  padding-bottom: 2rem;
}
.expert-view-container .row .col-sm-12 {
  height: 100%;
}
.expert-view-container .row .col-sm-12 .experts-views-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.answered-by img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.answered-by,
.expert-view-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.answered-by .image,
.expert-view-author .image {
  width: 100px;
  height: 100px;
}
.answered-by .image img,
.expert-view-author .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.answered-by .author .name,
.expert-view-author .author .name {
  font-size: 18px;
  color: #263269;
  margin-bottom: 0;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
.answered-by .author .role,
.expert-view-author .author .role {
  font-size: 16px;
  color: #626262;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.answered-by .author p img,
.expert-view-author .author p img {
  width: auto;
  height: 26px;
}
.answered-by .author a,
.expert-view-author .author a {
  font-size: 14px;
  color: #263269;
  text-decoration: underline;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
.header {
  float: none !important;
}
.heading-section__title {
  font-family: freight-text-pro, serif;
  font-weight: 600;
  font-size: 50px;
}
.heading-section__paragraph {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.accordion-item-title {
  font-weight: 700;
}
.accordion-item-title,
.accordion__content .content {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  word-break: break-word;
}
.accordion__content .content {
  font-weight: 400;
}
.accordion__content .author .name {
  font-size: 18px;
  color: #263269;
  margin-bottom: 0;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 700;
}
.accordion__content .author .role {
  font-size: 16px;
  color: #626262 !important;
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.question-answered-by {
  font-family:
    Circular Std,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 500;
}
.expert-view .container {
  display: block !important;
}
.expert-views-header {
  text-align: center;
}
@media (max-width: 768px) {
  .container,
  .experts-views-container {
    width: 100% !important;
  }
  .description {
    font-size: 18px !important;
  }
  .experts-views h3 {
    font-size: 30px;
  }
}
.range-slider-container {
  margin-top: 3rem;
}
.chart-container {
  height: 45rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 6px;
  padding: 2.5rem 3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.chart-container,
.chart-scroll-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.chart-scroll-wrapper {
  height: 100%;
  white-space: nowrap;
}
.chartjs-not-responsive {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .chart-container {
    height: 50rem;
    padding-right: 0.5rem;
  }
  .chart-scroll-wrapper {
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .chart-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .chartjs-not-responsive {
    width: 110rem;
    position: absolute;
  }
  .range-slider-container {
    display: block;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
  }
}
@media (min-width: 769px) {
  .chart-scroll-wrapper {
    overflow-x: hidden !important;
    width: 100%;
  }
  .chartjs-not-responsive {
    width: 100%;
  }
  .range-slider-container {
    display: none;
  }
}
